@charset "UTF-8";

main {
  padding-bottom: 30%;
}
img,
video {
  display: block;
  width: 100%;
}
header {
  background-color: #d6b895;
  padding: 6% 4% 3%;
}
header img {
  width: 45%;
}
.cta {
  width: 100%;
  padding: 5% 6%;
  display: flex;
  align-items: center;
}
.cta a {
  width: 50%;
}
.cta.floating {
  width: 88%;
  padding: 0;
  position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.before_after {
  margin-bottom: 10%;
}
.before_after li {
  margin-top: 10%;
}
.before_after_note {
  font-size: 0.6em;
  padding: 4%;
  background: #f5f5f5;
  width: 92%;
  margin: 5% auto 0;
  line-height: 1.6;
}

.video {
  padding: 10% 4%;
}

.reserve {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: linear-gradient(to right, #487dcb, #6cacde);
  padding: 15% 4%;
}
.reserve_title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
.reserve_text {
  color: #fff;
  font-size: 1.1em;
  margin: 3% 0 6%;
}
.reserve_box {
  background: #fff;
  padding: 5%;
}
.reserve_clinic {
  position: relative;
  margin-bottom: 4%;
}
.reserve_clinic_btn {
  width: 90%;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3%;
}
.reserve_note {
  line-height: 1.8;
  font-size: 0.8em;
  margin-top: 6%;
}

.profile_bg {
  background: url(../img/profile_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 0 5% 10%;
}
.profile_title {
  width: 50%;
}
.profile_title.second {
  margin-top: 6%;
}
.profile_text {
  background: #fff;
  padding: 5%;
  font-size: 4vw;
  line-height: 1.8;
  color: #222222;
  border: 1px solid;
  border-image: linear-gradient(to top, #a58338, #debf7c) 1;
}
.profile_text_content {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.profile_text.is-open .profile_text_content {
  line-clamp: none;
  -webkit-line-clamp: none;
}
.profile_text_toggle {
  color: #a58338;
  font-size: 3.5vw;
  text-decoration: underline;
}
.profile_text.is-open .profile_text_toggle {
  display: none;
}

#instagram_carousel {
  background: linear-gradient(to top right, #f5e3b9, #fefbf0, #fff1c0);
  padding: 15% 0;
}

.comparison {
  margin-bottom: 15%;
}
.comparison_table_title_block {
  text-align: center;
  margin-top: 3em;
}
.comparison_table_title {
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5em;
  padding: 0 1em;
  line-height: 1.2;
}
.comparison_table_title::before {
  background: url(https://api.iconify.design/mdi/slash-forward.svg?color=#333)
    no-repeat 50% / contain;
  content: "";
  display: inline-block;
  height: 60px;
  vertical-align: -0.2em;
  width: 60px;
  transform: scaleX(-0.7);
  position: absolute;
  left: -30px;

  bottom: 0;
}
.comparison_table_title::after {
  background: url(https://api.iconify.design/mdi/slash-forward.svg?color=#333)
    no-repeat 50% / contain;
  content: "";
  display: inline-block;
  height: 60px;
  vertical-align: -0.2em;
  width: 60px;
  position: absolute;
  transform: scaleX(0.7);
  right: -30px;
  bottom: 0;
}
.comparison_table_text {
  font-size: 1em;
  text-align: center;
  padding: 0 5%;
  line-height: 1.5;
}
#comparison_table {
  line-height: 1.5;
}
.comparison_table_btn {
  font-size: 1em;
  padding: 1em 2.8em 1em 1.5em;
  margin: 5%;
  position: relative;
  color: #fff;
  font-weight: bold;
  border-radius: 0.1em;
  line-height: 1.6;
}
.comparison_table_btn.quick {
  background: #ef517c;
  box-shadow: 0 4px 0 0 rgba(255, 147, 147, 0.5);
}
.comparison_table_btn.lssa {
  background: #b23d97;
  box-shadow: 0 4px 0 0 rgba(178, 61, 151, 0.5);
}
.comparison_table_btn::after {
  content: "";
  width: 2em;
  height: 2em;
  background: url(https://api.iconify.design/mdi/chevron-down.svg?color=%23fff)
    no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

.comparison_table_btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.comparison_table_container_quick,
.comparison_table_container_lssa {
  display: none;
}

.comparison_table_container_quick.is-open,
.comparison_table_container_lssa.is-open {
  display: block;
}

.flow {
  position: relative;
  overflow: hidden;
}
.flow .swiper-container {
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.flow .link {
  position: absolute;
  bottom: 8%;
  left: 7%;
}
.flow .link a {
  font-family: "Noto Serif JP", serif;
  color: #b23d97;
  font-size: 3.1vw;
  text-decoration: underline;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.price {
  width: 92%;
  margin: auto;
  padding: 10% 0;
  font-size: 0.8em;
}
.price_table {
  width: 100%;
}
.price_title {
  font-size: 2em;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.price_table thead th,
.price_table thead td {
  background: #7f7875;
  color: #fff;
  padding: 0.6em;
  vertical-align: middle;
}
.price_table thead th {
  width: 44%;
  border-right: 0.1rem solid #fff;
  font-weight: normal;
}
.price_table thead td {
  width: 28%;
  border-right: 0.1rem solid #fff;
  text-align: center;
}
.price_table thead td:last-child {
  background: #b23d97;
}
.price_table tbody th,
.price_table tbody td {
  border-bottom: 0.1rem solid #d4d1d0;
  color: #7f7875;
  padding: 0.6em;
  line-height: 1.4;
}
.price_table tbody th {
  border-right: 0.1rem solid #d4d1d0;
  border-left: 0.1rem solid #d4d1d0;
  font-weight: normal;
}
.price_table tbody th .small {
  font-size: 0.8em;
}
.price_table tbody td {
  font-family: "Noto Serif JP", serif;
  border-right: 0.1rem solid #d4d1d0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
}
.price_table tbody td:last-child {
  color: #b23d97;
  font-size: 1.6em;
  background: #fff7fd;
  font-weight: bold;
}
.price_note {
  color: #7f7875;
  font-size: 0.7em;
  margin-top: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  body {
    width: 650px;
    margin: 0 auto;
  }

  .cta.floating {
    width: 570px;
  }

  .reserve_title {
    font-size: 2em;
  }
  .reserve_text {
    font-size: 1.5em;
  }

  .profile_text {
    font-size: 1.6em;
  }
  .profile_text_toggle {
    font-size: 0.8em;
  }

  .flow .link a {
    font-size: 1.25em;
  }

  .price {
    width: 600px;
    margin: auto;
    font-size: 1.4em;
  }
}
