@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/* common
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  background: #e0d5cc;
}
body:before {
  content: "";
  width: 430px;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

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

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.bg-noise {
  background-image: url("assets/_base/img/bg-noise.png"), -webkit-gradient(linear, left top, left bottom, from(#f5ede6), to(#f0d2bb));
  background-image: url("assets/_base/img/bg-noise.png"), linear-gradient(#f5ede6, #f0d2bb);
  background-repeat: repeat, repeat;
  background-size: auto, 100% 100%;
  background-position: top left, top left;
}

.bg-noise-normal {
  background-image: url("assets/_base/img/bg-noise.png");
}

.header {
  background: #fcfaf7;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
}
@media (min-width: 768px) {
  .header {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.5897435897vw 5.1282051282vw;
}
@media (min-width: 768px) {
  .header_wrap {
    padding: 14px 20px;
  }
}
.header_logo {
  width: 32.5641025641vw;
  height: 9.4358974359vw;
}
@media (min-width: 768px) {
  .header_logo {
    width: 127px;
    height: 36.8px;
    z-index: 99999;
  }
}
.header_btn {
  width: 34.358974359vw;
  margin-right: 4.358974359vw;
}
@media (min-width: 768px) {
  .header_btn {
    width: 134px;
    margin-right: 17px;
  }
}
.header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header_flex {
    z-index: 99999;
  }
}
.header .hamburger {
  position: relative;
  width: 8.7179487179vw;
  height: 6.9230769231vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media (min-width: 768px) {
  .header .hamburger {
    width: 34px;
    height: 27px;
  }
}
.header .hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5128205128vw;
  background: #527f9c;
  border-radius: 0.5128205128vw;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 0;
}
@media (min-width: 768px) {
  .header .hamburger span {
    height: 2px;
    border-radius: 2px;
  }
}
.header .hamburger span:nth-child(1) {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .hamburger span:nth-child(3) {
  bottom: 0;
}
.header .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
.header .nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #fcfaf7;
  padding: 21.7948717949vw 5.1282051282vw;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header .nav {
    top: -100vh;
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 85px 20px;
  }
  .header .nav.active {
    top: 0;
  }
}
.header .nav ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.header .nav ul li {
  margin-bottom: 5.1282051282vw;
  padding-bottom: 5.1282051282vw;
  border-bottom: 1px solid #527f9c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
}
@media (min-width: 768px) {
  .header .nav ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.header .nav ul li:last-of-type {
  margin-bottom: 0;
}
.header .nav ul li a {
  text-decoration: none;
  color: #527f9c;
  font-size: 4.1025641026vw;
  text-align: left;
}
@media (min-width: 768px) {
  .header .nav ul li a {
    font-size: 16px;
  }
}
.header .nav.active {
  right: 0;
}
.header .nav .header_logo {
  width: 43.5897435897vw;
  height: 12.5641025641vw;
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .header .nav .header_logo {
    width: 170px;
    height: 49px;
    margin-top: 30px;
  }
}
.header .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-link .arrow::after {
  content: "›";
  font-size: 8.4615384615vw;
  color: #527f9c;
}
@media (min-width: 768px) {
  .header .nav-link .arrow::after {
    font-size: 33px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(57, 49, 45, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.kv {
  background: #f6efe9;
  padding-top: 17.9487179487vw;
}
@media (min-width: 768px) {
  .kv {
    padding-top: 70px;
  }
}
.kv_price {
  -webkit-transform: translateY(-8vw);
          transform: translateY(-8vw);
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .kv_price {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.kv_btn {
  -webkit-transform: translateY(-9vw);
          transform: translateY(-9vw);
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .kv_btn {
    -webkit-transform: translateY(-38px);
            transform: translateY(-38px);
  }
}

.page-nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.4102564103vw 5.3846153846vw;
  position: relative;
}
@media (min-width: 768px) {
  .page-nav_wrap {
    padding: 25px 21px;
  }
}
.page-nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-nav_img {
  width: 42.5641025641vw;
  height: 10.5128205128vw;
  margin-bottom: 2.3076923077vw;
}
@media (min-width: 768px) {
  .page-nav_img {
    width: 166px;
    height: 41px;
    margin-bottom: 9px;
  }
}
.page-nav .mb0 {
  margin-bottom: 0;
}

.about_wrap {
  background-color: #b0a094;
}
.about img:nth-child(2) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.content-reserve-btn_wrap {
  background: -webkit-gradient(linear, left top, right top, from(#92aec1), to(#527f9c));
  background: linear-gradient(to right, #92aec1, #527f9c);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6.9230769231vw;
  padding-bottom: 17.9487179487vw;
}
@media (min-width: 768px) {
  .content-reserve-btn_wrap {
    padding-top: 27px;
    padding-bottom: 70px;
  }
}
.content-reserve-btn_wrap.no-mb {
  padding-bottom: 4.1025641026vw;
}
@media (min-width: 768px) {
  .content-reserve-btn_wrap.no-mb {
    padding-bottom: 16px;
  }
}

.case {
  background-color: #f5ede6;
}
.case_wrap {
  overflow: hidden;
  border-radius: 6.4102564103vw;
  padding-bottom: 6.9230769231vw;
}
@media (min-width: 768px) {
  .case_wrap {
    padding-bottom: 27px;
    border-radius: 25px;
  }
}
.case_title {
  padding-top: 17.9487179487vw;
  margin-bottom: 4.6153846154vw;
}
@media (min-width: 768px) {
  .case_title {
    padding-top: 70px;
    padding-bottom: 18px;
  }
}
.case .mySwiper {
  padding-bottom: 12.8205128205vw;
  position: relative;
}
@media (min-width: 768px) {
  .case .mySwiper {
    padding-bottom: 50px;
  }
}
.case .swiper-pagination {
  position: static;
  margin-top: 6.1538461538vw;
  text-align: center;
}
@media (min-width: 768px) {
  .case .swiper-pagination {
    margin-top: 24px;
  }
}
.case .swiper-pagination-bullet {
  width: 1.2820512821vw;
  height: 1.2820512821vw;
  background-color: #f5ede6;
  border: 2px solid #a85c45;
  opacity: 1;
  margin: 0 2.0512820513vw !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .case .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 8px !important;
  }
}
.case .swiper-pagination-bullet-active {
  background-color: #a85c45;
  border: 2px solid #a85c45;
}
.case .accordion {
  position: relative;
  width: 83.3333333333vw;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 7.6923076923vw;
  padding-bottom: 3.0769230769vw;
}
@media (min-width: 768px) {
  .case .accordion {
    width: 325px;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}
.case .accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #a85c45;
  border-radius: 2.5641025641vw;
}
.case .accordion-header {
  position: relative;
  cursor: pointer;
  width: 83.3333333333vw;
  font-size: 4.1025641026vw;
  border: none;
  background: none;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #a85c45;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0;
}
@media (min-width: 768px) {
  .case .accordion-header {
    width: 325px;
    font-size: 16px;
  }
}
.case .accordion-header::before, .case .accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #a85c45;
  border-radius: 2.5641025641vw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.case .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.case .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.case .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.case .accordion-content {
  width: 83.3333333333vw;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (min-width: 768px) {
  .case .accordion-content {
    width: 325px;
  }
}
.case .accordion-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 5.1282051282vw 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .case .accordion-content img {
    margin: 20px 0 10px;
  }
}

.doctor_wrap {
  background-color: #f5ede6;
  position: relative;
  padding-bottom: 12.8205128205vw;
}
@media (min-width: 768px) {
  .doctor_wrap {
    padding-bottom: 50px;
  }
}
.doctor_title {
  padding: 10.2564102564vw 0;
}
@media (min-width: 768px) {
  .doctor_title {
    padding: 40px 0;
  }
}
.doctor_unit {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.1);
  width: 84.6153846154vw;
  margin: 0 auto;
  margin-bottom: 6.1538461538vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9.4871794872vw 0;
}
@media (min-width: 768px) {
  .doctor_unit {
    width: 330px;
    margin-bottom: 24px;
    padding: 37px 0;
  }
}
.doctor_unit:last-of-type {
  margin-bottom: 0;
}
.doctor_name {
  margin-bottom: 6.4102564103vw;
}
@media (min-width: 768px) {
  .doctor_name {
    margin-bottom: 25px;
  }
}
.doctor .accordion {
  position: relative;
  width: 65.8974358974vw;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 3.0769230769vw;
}
@media (min-width: 768px) {
  .doctor .accordion {
    width: 257px;
    padding-bottom: 12px;
  }
}
.doctor .accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5px;
  width: 100%;
  background-color: #7a7572;
  border-radius: 2.5641025641vw;
}
.doctor .accordion-header {
  position: relative;
  cursor: pointer;
  width: 65.8974358974vw;
  font-size: 4.1025641026vw;
  border: none;
  background: none;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #7a7572;
  letter-spacing: 0.09em;
  padding: 0;
}
@media (min-width: 768px) {
  .doctor .accordion-header {
    width: 257px;
    font-size: 16px;
  }
}
.doctor .accordion-header::before, .doctor .accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 1.5px;
  background-color: #7a7572;
  border-radius: 2.5641025641vw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.doctor .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.doctor .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.doctor .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.doctor .accordion-content {
  width: 65.8974358974vw;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (min-width: 768px) {
  .doctor .accordion-content {
    width: 257px;
  }
}
.doctor .accordion-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 5.1282051282vw 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .doctor .accordion-content img {
    margin: 20px 0 10px;
  }
}

.reason_wrap {
  overflow: hidden;
  border-radius: 6.4102564103vw;
  margin-top: -11.5384615385vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15.3846153846vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .reason_wrap {
    margin-top: -45px;
    padding-bottom: 60px;
    border-radius: 25px;
  }
}
.reason_num {
  position: relative;
}
.reason_num span {
  font-family: "Jost", sans-serif;
  font-size: 17.4358974359vw;
  color: #669acc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -190%);
          transform: translate(-50%, -190%);
}
@media (min-width: 768px) {
  .reason_num span {
    font-size: 68px;
    -webkit-transform: translate(-50%, -140%);
            transform: translate(-50%, -140%);
  }
}
.reason .bg-noise {
  background-image: url("assets/_base/img/bg-noise.png"), -webkit-gradient(linear, left top, left bottom, from(#f7fbff), to(#a3c2e0));
  background-image: url("assets/_base/img/bg-noise.png"), linear-gradient(#f7fbff, #a3c2e0);
}

.faq_wrap {
  background-color: #f5ede6;
  position: relative;
  padding-bottom: 12.8205128205vw;
  margin-top: -6.4102564103vw;
}
@media (min-width: 768px) {
  .faq_wrap {
    padding-bottom: 50px;
    margin-top: -25px;
  }
}
.faq_title {
  padding: 20.5128205128vw 0 10.2564102564vw;
}
@media (min-width: 768px) {
  .faq_title {
    padding: 80px 0 40px;
  }
}
.faq_unit {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.1);
  width: 84.6153846154vw;
  margin: 0 auto;
  margin-bottom: 6.1538461538vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9.4871794872vw 0;
}
@media (min-width: 768px) {
  .faq_unit {
    width: 330px;
    margin-bottom: 24px;
    padding: 37px 0;
  }
}
.faq_unit:last-of-type {
  margin-bottom: 0;
}
.faq_name {
  margin-bottom: 6.4102564103vw;
  margin-bottom: 25px;
}
.faq .accordion {
  position: relative;
  width: 84.6153846154vw;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4.358974359vw;
  padding-bottom: 4.358974359vw;
}
@media (min-width: 768px) {
  .faq .accordion {
    width: 330px;
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
}
.faq .accordion:last-of-type {
  border: 1.5px solid #a85c45;
  background: #fff;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.8461538462vw;
}
@media (min-width: 768px) {
  .faq .accordion:last-of-type {
    padding: 15px;
  }
}
.faq .accordion:last-of-type:after {
  display: none;
}
.faq .accordion:last-of-type .accordion-header {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .accordion:last-of-type .accordion-header img {
  width: 4.6153846154vw;
  height: 4.1025641026vw;
  margin-right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .faq .accordion:last-of-type .accordion-header img {
    width: 18px;
    height: 16px;
    margin-right: 5px;
  }
}
.faq .accordion:last-of-type .accordion-content {
  width: 100%;
}
.faq .accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5px;
  width: 100%;
  background-color: #a85c45;
  border-radius: 2.5641025641vw;
}
.faq .accordion-header {
  position: relative;
  cursor: pointer;
  width: 84.6153846154vw;
  font-size: 4.1025641026vw;
  border: none;
  background: none;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #a85c45;
  letter-spacing: 0.09em;
  padding: 0;
  padding-right: 12.8205128205vw;
}
@media (min-width: 768px) {
  .faq .accordion-header {
    width: 330px;
    font-size: 16px;
    padding-right: 50px;
  }
}
.faq .accordion-header::before, .faq .accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 1.5px;
  background-color: #a85c45;
  border-radius: 2.5641025641vw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq .accordion-content {
  width: 84.6153846154vw;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (min-width: 768px) {
  .faq .accordion-content {
    width: 330px;
  }
}
.faq .accordion-content p {
  font-size: 3.5897435897vw;
  text-align: left;
  line-height: 1.75;
  color: #5c5856;
  margin: 3.8461538462vw 0 1.2820512821vw;
}
@media (min-width: 768px) {
  .faq .accordion-content p {
    font-size: 14px;
    margin: 15px 0 5px;
  }
}
.faq .accordion-content a {
  color: #de8787;
  margin-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .faq .accordion-content a {
    margin-top: 5px;
  }
}

.price_wrap {
  position: relative;
}
.price_btn {
  position: absolute;
  bottom: 7.9487179487vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .price_btn {
    bottom: 31px;
  }
}

.clinic_wrap {
  background-color: #f5ede6;
  position: relative;
}
.clinic_title {
  padding: 10.2564102564vw 0;
}
@media (min-width: 768px) {
  .clinic_title {
    padding: 40px 0;
  }
}
.clinic_unit {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.1);
  width: 84.6153846154vw;
  margin: 0 auto;
  margin-bottom: 6.1538461538vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7.6923076923vw 0;
}
@media (min-width: 768px) {
  .clinic_unit {
    width: 330px;
    margin-bottom: 24px;
    padding: 30px;
  }
}
.clinic_unit:last-of-type {
  margin-bottom: 0;
}
.clinic .accordion {
  position: relative;
  width: 70.5128205128vw;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .clinic .accordion {
    width: 257px;
  }
}
.clinic .accordion-header {
  position: relative;
  cursor: pointer;
  width: 70.5128205128vw;
  font-size: 4.1025641026vw;
  border: none;
  background: none;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #7a7572;
  letter-spacing: 0.09em;
  padding: 0;
}
@media (min-width: 768px) {
  .clinic .accordion-header {
    width: 257px;
    font-size: 16px;
  }
}
.clinic .accordion-header::before, .clinic .accordion-header::after {
  content: "";
  position: absolute;
  top: 6%;
  right: 0;
  width: 16px;
  height: 1.5px;
  background-color: #7a7572;
  border-radius: 2.5641025641vw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.clinic .accordion-header::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.clinic .accordion-header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.clinic .accordion-header.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.clinic .accordion-header img {
  width: 90%;
}
.clinic .accordion-header span {
  display: block;
  margin-top: 5.1282051282vw;
}
.clinic .accordion-header span img {
  width: 100%;
}
@media (min-width: 768px) {
  .clinic .accordion-header span {
    margin-top: 20px;
  }
}
.clinic .accordion-content {
  width: 70.5128205128vw;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (min-width: 768px) {
  .clinic .accordion-content {
    width: 257px;
  }
}
.clinic .accordion-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 5.1282051282vw 0;
}
@media (min-width: 768px) {
  .clinic .accordion-content img {
    margin: 20px 0;
  }
}

.reserve-btn {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#eab2b2), to(#de8787));
  background: linear-gradient(to bottom, #eab2b2, #de8787);
}
@media (min-width: 768px) {
  .reserve-btn {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reserve-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  max-width: 390px;
  margin: 0 auto;
}
.reserve-btn-img {
  cursor: pointer;
  width: 119px;
  width: 32%;
}
@media screen and (max-width: 480px) {
  .reserve-btn-img {
    width: 30.5128205128vw;
    width: 32%;
  }
}

.footer_wrap {
  background: #bfb6ae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.641025641vw 0;
  margin-bottom: 18.7179487179vw;
}
@media (min-width: 768px) {
  .footer_wrap {
    padding: 22px;
    margin-bottom: 73px;
  }
}
.footer a {
  width: 27.9487179487vw;
}
@media (min-width: 768px) {
  .footer a {
    width: 109px;
  }
}
@media (min-width: 768px) {
  .footer {
    width: 390px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .lp-content {
    width: 390px;
    margin: 0 auto;
  }
}

/* 電話ナビ(既存スタイル) */
.nav-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.96);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.nav-area.active {
  display: block;
}

.nav-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 10px;
  padding: 0;
}

.nav-area ul li {
  list-style: none;
  color: #333;
  list-style: none;
}

.nav-area-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-area ul li a {
  text-align: center;
  width: 280px;
  max-width: 280px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  padding: 13px 20px;
  border: 1px solid #333;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.close-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */