*::selection {
  background: #bbedff;
}

body,
.site-content-contain {
  background-color: #f8f8f6;
}

header {
  height: 50px;
}

.header-inc {
  height: 50px;
}

h1.site-title {
  font-size: 16px;
  margin: 0;
  text-indent: -9999px;
}

.nav>li>a {
  padding: 16px 15px;
  font-size: 12px;
}

.subhead-margin {
  margin-top: 0;
}

/*.overlayer {
  background-color: rgba(117, 76, 36, 0.36) !important;
}*/

.post-thumbnail-link {
  width: 100%;
  height: 226px;
  display: block;
}

.post-thumbnail img {
  height: 100%;
  object-fit: cover;
}

.post-item-thumbnail img {
  object-fit: contain;
}

.link-photo {
  width: 100%;
  /* height: 226px; */
  display: block;
}

@media screen and (max-width: 390px) {
  .link-photo {
    height: 100%;
  }
}

#breadcrumb {
  margin-top: 53px !important;
}

.col-2cl .main-inners {
  padding-right: 340px;
}

.col-2cl .main-inner {
  padding-right: 0px;
}

.boxed #wrapper,
.boxed header,
.container-inners {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.nav>li>a {
  font-weight: 600;
}

input[type="button"] {
  padding: 10px 25px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  background-color: #9DC93A;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  border: none;
}

input[type="button"]:hover {
  opacity: 0.8;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-title {
  height: 55px;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
  height: auto;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

input[type="submit"] {
  background-color: #9DC93A;
}

#submit-contacts {
  margin: 0 !important;
}

.not-send {
  font-size: 13px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  padding: 9px 11px;
  background: #626262f2;
}

.send {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.compony-left {
  text-align: left !important;
}

.hr,
hr {
  border-bottom: 1px solid #9DC93A;
}

.entry img.alignleft {
  margin: 0px 20px 18px 0;
}

.entry dt,
.entry table th,
strong {
  font-weight: 600;
  font-size: 1rem;
}

h1.post-title {
  margin-bottom: 0;
}

.alx-tabs-nav,
.widget h3:after {
  border-bottom-color: #9DC93A !important;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.pad {
  padding: 20px 20px 0 20px !important;
  box-sizing: border-box;
}

.slider_image {
  max-height: 850px;
}

#map {
  margin: 0 auto;
  margin-top: -25px;
}

.office-map {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0% auto;
}

.office-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.btn-bottom-form {
  display: flex;
  justify-content: center;
}

.btn-bottom-form span {
  width: 90px;
}

.not-send-form {
  padding: 10px 25px;
}

input[type="button"] {
  padding: 10px 25px;
}

.form-textarea {
  resize: none;
}

.contact-thanks {
  width: 100%;
  height: 53vh;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  transform: translateY(110px);
}

.text-btn {
  font-weight: 600;
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {
  .col-2cl .main-inners {
    padding-right: 50px;
  }

  .site-title {
    padding: 0;
    width: 100%;
    float: none;
  }

  .slider_image {
    max-height: 850px;
  }

  .pad {
    padding: 20px 20px 0 20px !important;
    box-sizing: border-box;
  }

  .post-title {
    margin: 0;
  }

  .alx-tabs-nav,
  .widget h3:after {
    border-bottom-color: #9DC93A !important;
  }
}

@media only screen and (max-width: 768px) {

  .boxed #wrapper,
  .boxed header,
  .container-inner {
    min-width: 100vw;
  }

  .wapper-main {
    transform: translateX(0);
  }

  .main {
    width: 100vw !important;
  }

  header {
    height: auto;
    background-color: rgba(90, 205, 255, 1) !important;
  }

  .header-inc {
    height: auto;
  }

  .drawer-button {
    background-color: transparent;
  }

  .col-2cl .main-inners {
    padding-right: 50px;
  }

  .col-2cl .main__content {
    padding-right: 0px;
  }

  .pad {
    padding: 10px !important;
  }

  .sidebar {
    width: 100%;
    display: block;
    float: none;
  }

  aside.sidebar.screen-reader-response {
    position: absolute;
    bottom: -1010px;
  }

  .archive-2c {
    grid-template-columns: 1fr;
    gap: 5px 0px;
  }

  .post-thumbnail-link {
    height: 60px;
  }

  .post-list .post {
    width: 98%;
  }

  .modal-content {
    width: 70%;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
  }

  #submit-to-send {
    width: 30%;
  }

  .not-send-form {
    padding: 10px 25px;
  }

  input[type="button"] {
    padding: 10px 25px;
  }

  .safari .s1 {
    max-width: none;
    width: 100%;
  }

  .s1 .sidebar-toggle {
    width: 100%;
    display: none;
  }
}

#slider-overlay-image img {
  max-height: 180px;
}

.feature_meta h2,
h2.widgettitle,
h1.page-title,
h1.post-title,
.site-title,
.widget-meta h2,
.sidebar .widget>h3,
.eyecatch_title,
#footer h3,
h2.post-title,
.free_space h2 {
  font-family: "游ゴシック", YuGothic, " ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Century Gothic;
  font-weight: 700;
}

.feature_description {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}

#slider-button {
  /*background-color: rgba(255, 255, 255, 0.15);*/
  border-radius: 30px;
  border: 1px solid #ffffff;
  margin: 40px auto;
}

#slider-button a {
  text-align: center;
  color: #333;
  padding: 10px;
  display: block;
}

#slider-button a {
  color: #754C24;
  font-weight: 600;
}

#slider-button a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .main {
    width: 100vw !important;
  }

  #flexslider-featured {
    height: auto !important;
  }

  .boxed #wrapper,
  .boxed header,
  .container-inner {
    min-width: 100vw;
  }

  .feature_meta h2,
  h2.widgettitle,
  h1.page-title,
  h1.post-title,
  .site-title,
  .widget-meta h2,
  .sidebar .widget>h3,
  .eyecatch_title,
  #footer h3,
  h2.post-title,
  .free_space h2 {
    font-family: "游ゴシック", YuGothic, " ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", Century Gothic;
    font-weight: 700;
  }

  .modal-content {
    width: 70%;
  }

  .wpcf7 input[type="submit"] {
    width: 39%;
  }

  .flex-control-paging li a.flex-active {
    background: #9DC93A;
    cursor: default;
  }

  .post-list .post {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s1 .sidebar-toggle {
    width: 100%;
    display: none;
  }

  .col-2cl .main-inners {
    padding-right: 0px;
  }
}

#footer,
#footer a {
  color: #515151 !important;
}

@media only screen and (max-width: 480px) {
  aside.sidebar.screen-reader-response {
    bottom: -990px;
  }
}

@media only screen and (max-width: 380px) {
  aside.sidebar.screen-reader-response {
    bottom: -950px;
  }
}