@charset "UTF-8";
html {
  scroll-padding-top: 72px;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 120px;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: inline;
  }
}

.ly_front_MV {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 0;
  padding: 60px 20px 0;
  height: auto;
}
.ly_front_MV .ly_front_MV_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ly_front_MV .bl_front_MV_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.ly_front_MV .bl_front_MV_left,
.ly_front_MV .bl_front_MV_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_front_MV .bl_front_MV_left .bl_front_MV_img {
  max-width: 240px;
  height: auto;
}
.ly_front_MV .bl_front_MV_right .bl_front_MV_img {
  width: 100%;
  max-width: 400px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .ly_front_MV {
    padding: 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .ly_front_MV .ly_front_MV_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding: 0 40px;
  }
  .ly_front_MV .bl_front_MV_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .ly_front_MV .bl_front_MV_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_front_MV .bl_front_MV_left .bl_front_MV_img {
    max-width: 320px;
  }
  .ly_front_MV .bl_front_MV_right {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_front_MV .bl_front_MV_right .bl_front_MV_img {
    max-width: 640px;
  }
}

/****************************************
  当院についてとはセクション
****************************************/
.ly_about {
  background-color: #faf4ed;
  padding: 80px 6%;
  text-align: center;
}
.ly_about_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.bl_about_heading {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #403b38;
}

.bl_about_text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.bl_about_btn {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #938686;
  color: #938686;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bl_about_btn:hover {
  background-color: #938686;
  color: #fff;
}

/****************************************
  施術メニュー
*****************************************/
.bl_menu {
  padding: 60px 20px;
  background-color: #403b38;
}
.bl_menu_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bl_menu_title {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
  color: #fffffe;
}
.bl_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .bl_menu_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_menu_card {
  background-color: #e1ddd2;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .bl_menu_card {
    width: calc(25% - 18px);
  }
}
.bl_menu_card__img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_menu_card_title {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "Hiragino Mincho ProN", "serif";
  font-size: 2.2rem;
  margin: 12px;
}
@media (min-width: 768px) {
  .bl_menu_card_title {
    font-size: 2rem;
  }
}
.bl_menu_card_desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.bl_menu_card_price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #403b38;
  margin-bottom: 2rem;
}

/****************************************
  よくあるご質問
*****************************************/
.bl_faq {
  padding: 60px 20px;
  background: #faf4ed;
}
.bl_faq_inner {
  max-width: 800px;
  margin: 0 auto;
}
.bl_faq_title {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
.bl_faq_list {
  margin: 0;
  padding: 0;
}
.bl_faq_item {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.bl_faq_question {
  position: relative;
  padding: 16px 16px 16px 40px;
  font-weight: bold;
  cursor: pointer;
  background: #fffffe;
}
.bl_faq_question .bl_faq_toggle {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.bl_faq_question.is-open .bl_faq_toggle {
  content: "−";
}
.bl_faq_answer {
  display: none;
  padding: 16px;
  background: #fffffe;
  font-size: 1.4rem;
  line-height: 1.6;
}
.bl_faq .is-open + .bl_faq_answer {
  display: block;
}

/****************************************
  アクセス
*****************************************/
.bl_access {
  padding: 60px 20px;
  background: #fffffe;
}
.bl_access_inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.bl_access_title {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.bl_access_mapWrapper {
  margin-bottom: 24px;
}
.bl_access_mapWrapper iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
}
.bl_access_address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #403b38;
}
.bl_access_route {
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
  font-size: 1.4rem;
  color: #403b38;
  line-height: 1.6;
}
.bl_access_route li {
  margin-bottom: 4px;
  text-indent: -0.3em;
}

/****************************************
  お問い合わせ
*****************************************/
.bl_contact {
  padding: 60px 20px;
  background-color: #faf4ed;
  text-align: center;
}
.bl_contact_inner {
  max-width: 800px;
  margin: 0 auto;
}
.bl_contact_title {
  font-family: "Zen Old Mincho", "Shippori Mincho B1", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  margin-bottom: 16px;
  color: #403b38;
}
.bl_contact_text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
.bl_contact_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .bl_contact_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.bl_contact_button {
  font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  /*
      &--tel {
        background-color: #fffffe;
        color: #baa024;
        border: 1px solid #baa024;

        &:hover {
          background-color: #baa024;
          color: #fffffe;
          border: 1px solid #baa024;
        }
      }*/
}
.bl_contact_button i {
  font-size: 1.6rem;
}
.bl_contact_button--line {
  background-color: #06c755;
  color: #fffffe;
  border: 1px solid #06c755;
}
.bl_contact_button--line:hover {
  opacity: 0.8;
}
.bl_contact_button--tel {
  background-color: #efefef;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
}