@charset "UTF-8";
/*!
Theme Name: 赤坂スキンクリニック美容皮膚科
Theme URL: https://www.akasaka-biyo.com/
Description: 「東京予防医療クリニック」専用テーマです。
Author: FLAG Inc.
Author URI: https://www.flaginc.net/
Version: 1.0
*/
header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1050px) {
  header {
    height: 70px;
  }
}
header .nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  header .nav {
    text-align: center;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #F7F1EC;
  }
}
header .nav .nav-list {
  text-align: center;
}
@media screen and (max-width: 1050px) {
  header .nav .nav-list {
    display: grid;
    gap: 30px;
    padding: 40px;
  }
}
header .nav .nav-list li {
  display: inline-block;
  color: #000;
  margin-right: 40px;
}
@media screen and (max-width: 1050px) {
  header .nav .nav-list li {
    display: inline;
    margin-right: 0;
  }
}
header .nav .nav-list li:last-of-type {
  margin-right: 0;
}
header .nav .nav-list li a {
  display: block;
  text-decoration: none;
}
header .nav .nav-list li span {
  display: block;
}
header .nav .nav-list li .en {
  font-size: 1.25em;
  margin-bottom: 5px;
}
header .nav .nav-list li .jp {
  font-size: 0.625em;
  color: #332E2E;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1050px) {
  header .nav .nav-list li .jp {
    font-size: 0.75em;
  }
}
header .nav .reservation {
  color: white;
  border-radius: 6px;
  background-color: #D9AA6A;
  padding: 9.5px 35px;
  margin-left: 40px;
}
@media screen and (max-width: 1050px) {
  header .nav .reservation {
    padding: 15px 35px;
    margin-left: 0;
  }
}
header .nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 801px) {
  header .nav-wrap {
    padding: 0 10px;
  }
}
header .nav-wrap .logo {
  display: flex;
  align-items: center;
}
header .nav-wrap .logo img {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 480px) {
  header .nav-wrap .logo img {
    width: 30px;
    height: 30px;
  }
}
header .nav-wrap .logo .logo-text {
  color: #000;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  header .nav-wrap .logo .logo-text {
    margin-left: 8px;
  }
}
header .nav-wrap .logo .logo-text span {
  display: block;
}
header .nav-wrap .logo .logo-text span.company {
  font-size: 0.875em;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  header .nav-wrap .logo .logo-text span.company {
    font-size: 0.75em;
    margin-bottom: 5px;
  }
}
header .nav-wrap .logo .logo-text span.name {
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  header .nav-wrap .logo .logo-text span.name {
    font-size: 0.875em;
  }
}
header .humburger {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}
@media screen and (max-width: 1050px) {
  header .humburger {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 1000;
    transform: translateY(-50%);
    background-color: #D9AA6A;
    border-radius: 50%;
    padding: 13.5px 10.5px;
    outline: none;
  }
}
header .humburger .humburger-lines {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
}
header .humburger .humburger-lines:before, header .humburger .humburger-lines:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .humburger .humburger-lines:before {
  bottom: 4px;
}
header .humburger .humburger-lines:after {
  top: 3px;
  width: 60%;
}
header.is-open .nav {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
}
header.is-open .humburger-lines:before, header.is-open .humburger-lines:after {
  background: #fff;
}
header.is-open .humburger-lines:before {
  transform: rotate(45deg);
  top: 50%;
}
header.is-open .humburger-lines:after {
  transform: rotate(-45deg);
  top: 50%;
  width: 100%;
}

footer {
  background-color: #F7F1EC;
}

.is-subpage {
  min-width: 1280px;
}
@media screen and (max-width: 801px) {
  .is-subpage {
    min-width: unset !important;
  }
}
.is-subpage #footer-clinic_about {
  max-width: 960px;
  width: 90%;
  color: #000;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .is-subpage #footer-clinic_about {
    padding: 40px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .is-subpage #footer-clinic_about {
    max-width: 500px;
    width: 90%;
    padding: 80px 0;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap {
    flex-direction: column-reverse;
    align-items: normal;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info {
    margin-top: 30px;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo {
    margin-bottom: 25px;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo img {
  width: 44px;
  height: 44px;
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text {
  color: #000;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 10px;
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span {
  display: block;
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span.company {
  font-size: 0.875em;
  margin-bottom: 8px;
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span.name {
  font-size: 1.25em;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span.name {
    font-size: 1.15em;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .address {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .address {
    font-size: 0.875em;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .address span {
  display: block;
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber {
  font-size: 2em;
  letter-spacing: 0.05em;
  display: flex;
  margin: 30px 0;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber {
    font-size: 1.5em;
    margin: 15px 0;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber .tel-image {
  width: 22px;
  height: 22px;
  aspect-ratio: 22/22;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 7px 5px;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber .tel-image {
    margin: 3px 5px;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule {
  font-size: 1em;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule {
    font-size: 0.875em;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap {
  display: flex;
  line-height: 1.5em;
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap:last-of-type {
  margin-top: 18px;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap:last-of-type {
    margin-top: 15px;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-cat {
  width: 70px;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-cat {
    width: 65px;
    align-content: center;
    border-right: 2px solid #D9AA6A;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day {
  padding-left: 10px;
  text-indent: -12px;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day {
    width: fit-content;
    text-indent: unset;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day .day_sp-br {
  display: inline;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day .day_sp-br {
    display: block;
    padding-top: 5px;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day .day_sp-br .sp-none {
    display: none;
  }
}
.is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day::before {
  content: "";
  border: 0.5px solid #D9AA6A;
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 801px) {
  .is-subpage #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day::before {
    content: none;
  }
}
.is-subpage .footer {
  text-align: center;
  background-color: #F7F1EC;
  padding: 20px 0;
}
@media screen and (max-width: 801px) {
  .is-subpage .footer {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em 0;
  }
}
.is-subpage .footer a {
  font-size: 0.8em;
}
.is-subpage .footer a:last-of-type {
  margin-left: 1em;
}
@media screen and (max-width: 801px) {
  .is-subpage .footer a:last-of-type {
    margin-left: 0;
  }
}
.is-subpage .footer .copyright {
  font-size: 0.8em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 801px) {
  .is-subpage .footer .copyright {
    margin-top: 0;
  }
}
.is-subpage .footer .copyright span {
  display: inline;
}
@media screen and (max-width: 801px) {
  .is-subpage .footer .copyright span {
    display: block;
    margin-top: 8px;
  }
}

footer,
.footer {
  min-width: 1280px;
}
@media screen and (max-width: 801px) {
  footer,
  .footer {
    min-width: unset;
  }
}

#footer-clinic_about {
  max-width: 960px;
  width: 90%;
  color: #000;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #footer-clinic_about {
    padding: 40px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  #footer-clinic_about {
    max-width: 500px;
    width: 90%;
    padding: 80px 0;
  }
}
#footer-clinic_about .clinic-cap_wrap {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap {
    flex-direction: column-reverse;
    align-items: normal;
  }
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info {
    margin-top: 30px;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .logo {
    margin-bottom: 25px;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .logo img {
  width: 44px;
  height: 44px;
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text {
  color: #000;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 10px;
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span {
  display: block;
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span.company {
  font-size: 0.875em;
  margin-bottom: 8px;
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span.name {
  font-size: 1.25em;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .logo .logo-text span.name {
    font-size: 1.15em;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .address {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .address {
    font-size: 0.875em;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .address span {
  display: block;
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber {
  font-size: 2em;
  letter-spacing: 0.05em;
  display: flex;
  margin: 30px 0;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber {
    font-size: 1.5em;
    margin: 15px 0;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber .tel-image {
  width: 22px;
  height: 22px;
  aspect-ratio: 22/22;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 7px 5px;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .tel-namber .tel-image {
    margin: 3px 5px;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule {
  font-size: 1em;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule {
    font-size: 0.875em;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap {
  display: flex;
  line-height: 1.5em;
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap:last-of-type {
  margin-top: 18px;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap:last-of-type {
    margin-top: 15px;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-cat {
  width: 70px;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-cat {
    width: 65px;
    align-content: center;
    border-right: 2px solid #D9AA6A;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day {
  padding-left: 10px;
  text-indent: -12px;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day {
    width: fit-content;
    text-indent: unset;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day .day_sp-br {
  display: inline;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day .day_sp-br {
    display: block;
    padding-top: 5px;
  }
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day .day_sp-br .sp-none {
    display: none;
  }
}
#footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day::before {
  content: "";
  border: 0.5px solid #D9AA6A;
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 801px) {
  #footer-clinic_about .clinic-cap_wrap .clinic-info .schedule .schedule-wrap .schedule-day::before {
    content: none;
  }
}

.footer {
  text-align: center;
  background-color: #F7F1EC;
  padding: 20px 0;
}
@media screen and (max-width: 801px) {
  .footer {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em 0;
  }
}
.footer a {
  font-size: 0.8em;
}
.footer a:last-of-type {
  margin-left: 1em;
}
@media screen and (max-width: 801px) {
  .footer a:last-of-type {
    margin-left: 0;
  }
}
.footer .copyright {
  font-size: 0.8em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 801px) {
  .footer .copyright {
    margin-top: 0;
  }
}
.footer .copyright span {
  display: inline;
}
@media screen and (max-width: 801px) {
  .footer .copyright span {
    display: block;
    margin-top: 8px;
  }
}

#front-wrap {
  min-width: 1280px;
}
@media screen and (max-width: 801px) {
  #front-wrap {
    min-width: unset;
  }
}

#hero {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("images/hero.jpg");
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #hero {
    margin-top: 70px;
  }
}
@media screen and (max-width: 801px) {
  #hero {
    background-position: 10% 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  #hero {
    background-image: url("images/hero_sp.jpg");
    background-position: 0% 0;
  }
  #hero::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
#hero h2 {
  width: max-content;
  font-size: 30px;
  letter-spacing: 0.07em;
  color: white;
  display: grid;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 760px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 801px) {
  #hero h2 {
    top: 60%;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 480px) {
  #hero h2 {
    font-size: 1.5625em;
  }
}
@media screen and (max-width: 350px) {
  #hero h2 {
    font-size: 1.25em;
  }
}
#hero h2 span {
  margin-bottom: 25px;
}
#hero h2 span:last-of-type {
  margin-left: 2em;
  margin-bottom: 0;
}
#hero .clinic-name {
  display: block;
  width: 100%;
  font-weight: bold;
  color: white;
  font-size: 1.25em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 25px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #hero .clinic-name {
    font-size: 1em;
  }
}

#banner {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  #banner {
    padding: 30px 5%;
  }
}
#banner .banner-wrap {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 801px) {
  #banner .banner-wrap {
    max-width: unset;
  }
}
@media screen and (max-width: 480px) {
  #banner .banner-wrap {
    display: block;
    width: 100%;
  }
}
#banner .banner-wrap a {
  max-width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
#banner .banner-wrap a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 801px) {
  #banner .banner-wrap a {
    max-width: unset;
    margin: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  #banner .banner-wrap a {
    margin: unset;
  }
}
#banner .banner-wrap a .banner-img img {
  max-width: 300px;
  width: 100%;
  aspect-ratio: 300/210;
  object-fit: cover;
  object-position: center;
  border: 1px solid #EAEAEA;
}
@media screen and (max-width: 801px) {
  #banner .banner-wrap a .banner-img img {
    max-width: unset;
  }
}
@media screen and (max-width: 480px) {
  #banner .banner-wrap a .banner-img img {
    margin: auto;
  }
}
#banner .banner-slider {
  width: 100%;
}

.recommend {
  background-image: url(images/img-recommend_pc.jpg);
  background-position: 45% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 801px) {
  .recommend {
    background-position: 65% 0;
  }
}
@media screen and (max-width: 480px) {
  .recommend {
    background-image: url(images/img-recommend_sp.jpg);
    background-position: 43% 0%;
    background-size: cover;
  }
  .recommend::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.recommend .section-inner {
  position: relative;
  z-index: 1;
}
.recommend .recommend-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 15px;
}
@media screen and (max-width: 801px) {
  .recommend .recommend-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recommend .recommend-lists .recommend-list_wrap {
  min-height: 150px;
  text-align: center;
  background-color: white;
  border-radius: 11px;
  padding: 20px;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list {
  width: 100%;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list span {
  display: block;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .r-title {
  min-height: 40px;
  display: grid;
  font-size: 0.875em;
  line-height: 1.4em;
  align-items: center;
  white-space: break-spaces;
  margin-bottom: 0.93em;
}
@media screen and (max-width: 801px) {
  .recommend .recommend-lists .recommend-list_wrap .treatment-list .r-title {
    font-size: 0.9375em;
  }
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .price {
  min-height: 54px;
  display: grid;
  align-items: center;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .price .price-item {
  width: fit-content;
  display: flex;
  align-items: baseline;
  margin: auto;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .price .price-item .part {
  margin-right: 5px;
  display: flex;
  align-items: baseline;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .price .price-item .part .medicine {
  font-size: 0.75em;
  margin-left: 5px;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .price .price-item .amount {
  font-size: 1.125em;
  display: flex;
  align-items: baseline;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .price .price-item .amount .unit {
  font-size: 0.875em;
  margin-left: 2px;
}
.recommend .recommend-lists .recommend-list_wrap .treatment-list .desc {
  font-size: 0.7em;
  background-color: #F7F1EC;
  border-radius: 33px;
  padding: 8.5px 15px;
}

.menu .panel-group,
.front-content .panel-group {
  margin: unset;
}
.menu .panel-group .tab-buttons,
.front-content .panel-group .tab-buttons {
  display: none;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .tab-buttons,
  .front-content .panel-group .tab-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .menu .panel-group .tab-buttons,
  .front-content .panel-group .tab-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 801px) {
  .menu .panel-group .tab-buttons .tab-btn,
  .front-content .panel-group .tab-buttons .tab-btn {
    max-width: 225px;
    width: 100%;
    border: 2px solid #F7F1EC;
    background-color: white;
    border-radius: 11px;
    padding: 20px;
  }
}
@media screen and (max-width: 801px) and (max-width: 801px) {
  .menu .panel-group .tab-buttons .tab-btn,
  .front-content .panel-group .tab-buttons .tab-btn {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .menu .panel-group .tab-buttons .tab-btn,
  .front-content .panel-group .tab-buttons .tab-btn {
    font-size: 1em;
    padding: 12px;
  }
}
@media screen and (max-width: 801px) {
  .menu .panel-group .tab-buttons .tab-btn.active,
  .front-content .panel-group .tab-buttons .tab-btn.active {
    background-color: #F7F1EC;
  }
  .menu .panel-group .tab-buttons .tab-btn p,
  .front-content .panel-group .tab-buttons .tab-btn p {
    font-size: 1.25em;
    text-align: center;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .menu .panel-group .tab-buttons .tab-btn p,
  .front-content .panel-group .tab-buttons .tab-btn p {
    font-size: 1em;
  }
}
.menu .panel-group .purpose,
.front-content .panel-group .purpose {
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose,
  .front-content .panel-group .purpose {
    grid-template-columns: repeat(4, 1fr);
    max-width: 550px;
    grid-template-columns: unset;
  }
}
.menu .panel-group .purpose .tab-content,
.front-content .panel-group .purpose .tab-content {
  display: block;
}
.menu .panel-group .purpose .tab-content:nth-of-type(1) .menu_category,
.front-content .panel-group .purpose .tab-content:nth-of-type(1) .menu_category {
  background-position: 92% 0;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose .tab-content:nth-of-type(1) .menu_category,
  .front-content .panel-group .purpose .tab-content:nth-of-type(1) .menu_category {
    background-position: 80% 0;
  }
}
@media screen and (max-width: 480px) {
  .menu .panel-group .purpose .tab-content:nth-of-type(1) .menu_category,
  .front-content .panel-group .purpose .tab-content:nth-of-type(1) .menu_category {
    background-position: 100% 0;
  }
}
.menu .panel-group .purpose .tab-content:nth-of-type(2) .menu_category,
.front-content .panel-group .purpose .tab-content:nth-of-type(2) .menu_category {
  background-position: 80% 0;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose .tab-content:nth-of-type(2) .menu_category,
  .front-content .panel-group .purpose .tab-content:nth-of-type(2) .menu_category {
    background-position: 80% 100%;
  }
}
@media screen and (max-width: 480px) {
  .menu .panel-group .purpose .tab-content:nth-of-type(2) .menu_category,
  .front-content .panel-group .purpose .tab-content:nth-of-type(2) .menu_category {
    background-position: 100% 0;
  }
}
.menu .panel-group .purpose .tab-content:nth-of-type(3) .menu_category,
.front-content .panel-group .purpose .tab-content:nth-of-type(3) .menu_category {
  background-position: 90% 0;
}
@media screen and (max-width: 480px) {
  .menu .panel-group .purpose .tab-content:nth-of-type(3) .menu_category,
  .front-content .panel-group .purpose .tab-content:nth-of-type(3) .menu_category {
    background-position: 100% 0;
  }
}
.menu .panel-group .purpose .tab-content:nth-of-type(4) .menu_category,
.front-content .panel-group .purpose .tab-content:nth-of-type(4) .menu_category {
  background-position: right;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose .tab-content:nth-of-type(4) .menu_category,
  .front-content .panel-group .purpose .tab-content:nth-of-type(4) .menu_category {
    background-position: 100% 0;
  }
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose .tab-content,
  .front-content .panel-group .purpose .tab-content {
    display: none;
  }
  .menu .panel-group .purpose .tab-content.active,
  .front-content .panel-group .purpose .tab-content.active {
    display: block;
  }
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose .tab-content .clinic-menu,
  .front-content .panel-group .purpose .tab-content .clinic-menu {
    max-width: unset;
    margin: 0 auto;
  }
}
.menu .panel-group .purpose .tab-content .clinic-menu .menu,
.front-content .panel-group .purpose .tab-content .clinic-menu .menu {
  height: 325px;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .purpose .tab-content .clinic-menu .menu,
  .front-content .panel-group .purpose .tab-content .clinic-menu .menu {
    height: 100%;
  }
}
.menu .panel-group .purpose .tab-content .clinic-menu .menu_category,
.front-content .panel-group .purpose .tab-content .clinic-menu .menu_category {
  background-size: cover;
}
.menu .panel-group .bottom-tab-buttons,
.front-content .panel-group .bottom-tab-buttons {
  display: none;
}
@media screen and (max-width: 801px) {
  .menu .panel-group .bottom-tab-buttons,
  .front-content .panel-group .bottom-tab-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .menu .panel-group .bottom-tab-buttons .tab-btn,
  .front-content .panel-group .bottom-tab-buttons .tab-btn {
    width: 100%;
    font-size: 1.125em;
    text-align: center;
    border: 2px solid #F7F1EC;
    border-radius: 11px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .menu .panel-group .bottom-tab-buttons .tab-btn,
  .front-content .panel-group .bottom-tab-buttons .tab-btn {
    padding: 12px 0;
  }
}

.information {
  background-color: #F7F1EC;
}
.information .section-inner {
  max-width: 960px;
}
.information .section-inner .information-wrap {
  position: relative;
}
.information .section-inner .information-wrap .information-content {
  display: block;
  margin-bottom: 35px;
}
.information .section-inner .information-wrap .information-content:last-of-type {
  margin-bottom: 0;
}
.information .section-inner .information-wrap .information-postdate-wrap {
  margin-bottom: 15px;
}
.information .section-inner .information-wrap .information-postdate {
  font-size: 0.75em;
  margin-right: 10px;
}
.information .section-inner .information-wrap .information-category-wrap {
  color: #000;
  border: 1px solid #707070;
  background-color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75em;
}
.information .section-inner .information-wrap .information-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 45px;
}

.access {
  min-width: 1280px !important;
}
@media screen and (max-width: 801px) {
  .access {
    min-width: unset !important;
  }
}
.access .section-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 801px) {
  .access .section-inner {
    display: block;
  }
}
@media screen and (max-width: 801px) {
  .access .section-inner .access-wrap {
    display: block;
    margin-bottom: 30px;
  }
}
.access .section-inner .access-wrap .address,
.access .section-inner .access-wrap .train {
  font-size: 1.125em;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .access .section-inner .access-wrap .address,
  .access .section-inner .access-wrap .train {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .access .section-inner .access-wrap .address,
  .access .section-inner .access-wrap .train {
    font-size: 0.875em;
  }
}
.access .section-inner .access-wrap .address span,
.access .section-inner .access-wrap .train span {
  display: block;
}
.access .section-inner .access-wrap .address-cap,
.access .section-inner .access-wrap .train-cap {
  font-size: 0.9375em;
}
@media screen and (max-width: 480px) {
  .access .section-inner .access-wrap .address-cap,
  .access .section-inner .access-wrap .train-cap {
    font-size: 0.75em;
  }
}
.access .section-inner .access-wrap .address-wrap {
  margin-right: 40px;
}
.access .section-inner .access-wrap .transportation {
  padding-top: 40px;
}
@media screen and (max-width: 801px) {
  .access .section-inner .access-wrap .transportation {
    padding-top: 20px;
  }
}
.access .section-inner .access-image {
  max-width: 470px;
  width: 90%;
  height: 400px;
  background-color: #ddd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 801px) {
  .access .section-inner .access-image {
    max-width: none;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 801px) {
  .access .section-inner .access-image iframe {
    margin: -111px 0 0 -2px !important;
  }
}

section,
.page-contents {
  padding: 100px 0;
}
@media screen and (max-width: 1050px) {
  section,
  .page-contents {
    padding: 70px 0 50px;
  }
}
section .page-header,
.page-contents .page-header {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1281px) {
  section .page-header,
  .page-contents .page-header {
    min-width: 1280px;
  }
}
@media screen and (max-width: 801px) {
  section .page-header,
  .page-contents .page-header {
    margin-bottom: 30px;
    min-width: unset;
  }
}
section .page-header .page-title,
.page-contents .page-header .page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  padding: 0;
}
section .page-header .page-title .en,
.page-contents .page-header .page-title .en {
  font-size: 3.7em;
  font-family: "classico-urw", sans-serif;
  color: #D9AA6A;
}
@media screen and (max-width: 801px) {
  section .page-header .page-title .en,
  .page-contents .page-header .page-title .en {
    font-size: 2.5em;
  }
}
section .page-header .page-title .ja,
.page-contents .page-header .page-title .ja {
  font-size: 1em;
  color: #000;
  margin-top: 15px;
}
@media screen and (max-width: 801px) {
  section .page-header .page-title .ja,
  .page-contents .page-header .page-title .ja {
    font-size: 0.875em;
    margin-top: 5px;
  }
}
section .page-header .page-header-image,
.page-contents .page-header .page-header-image {
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 801px) {
  section .page-header .page-header-image,
  .page-contents .page-header .page-header-image {
    height: 180px;
    background-position: 60% 0;
  }
  section .page-header .page-header-image.diet,
  .page-contents .page-header .page-header-image.diet {
    background-position: 82% 0;
  }
}
@media screen and (max-width: 480px) {
  section .page-header .page-header-image,
  .page-contents .page-header .page-header-image {
    height: 160px;
  }
  section .page-header .page-header-image.diet,
  .page-contents .page-header .page-header-image.diet {
    background-position: 80% 0;
  }
}
@media screen and (max-width: 801px) {
  section .page-header .page-header-image.menu,
  .page-contents .page-header .page-header-image.menu {
    background-position: 65% 0;
    height: 160px;
  }
}
section .tab-group,
.page-contents .tab-group {
  max-width: 913px;
  width: 90%;
  display: flex;
  margin: 0 auto;
}
section .tab-group .tab,
.page-contents .tab-group .tab {
  max-width: 456px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #707070;
  cursor: pointer;
  transition: 0.2s;
  vertical-align: bottom;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0;
  background-color: #fff;
}
section .tab-group .tab.active,
.page-contents .tab-group .tab.active {
  background-color: #FAFAFA;
  border-bottom: 3px solid #D9AA6A;
}
section .tab-group .tab span,
.page-contents .tab-group .tab span {
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  section .tab-group .tab span,
  .page-contents .tab-group .tab span {
    font-size: 0.875em;
  }
}
section .panel-group,
.page-contents .panel-group {
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  section .panel-group,
  .page-contents .panel-group {
    margin: 30px auto 0;
  }
}
section .panel-group .purpose,
.page-contents .panel-group .purpose {
  max-width: 960px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose,
  .page-contents .panel-group .purpose {
    display: block;
  }
}
@media screen and (max-width: 801px) {
  section .panel-group .purpose,
  .page-contents .panel-group .purpose {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
section .panel-group .purpose .clinic-menu,
.page-contents .panel-group .purpose .clinic-menu {
  max-width: 225px;
  width: 100%;
  border-radius: 19px;
  background-color: #F7F1EC;
}
@media screen and (max-width: 801px) {
  section .panel-group .purpose .clinic-menu,
  .page-contents .panel-group .purpose .clinic-menu {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu,
  .page-contents .panel-group .purpose .clinic-menu {
    margin-bottom: 40px;
  }
  section .panel-group .purpose .clinic-menu:last-of-type,
  .page-contents .panel-group .purpose .clinic-menu:last-of-type {
    margin-bottom: 0;
  }
}
section .panel-group .purpose .clinic-menu .menu_category,
.page-contents .panel-group .purpose .clinic-menu .menu_category {
  height: 170px;
  font-size: 2em;
  color: #D9AA6A;
  border-radius: 19px 19px 0 0;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu .menu_category,
  .page-contents .panel-group .purpose .clinic-menu .menu_category {
    height: 200px;
  }
}
section .panel-group .purpose .clinic-menu .menu_category span,
.page-contents .panel-group .purpose .clinic-menu .menu_category span {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu .menu_category span,
  .page-contents .panel-group .purpose .clinic-menu .menu_category span {
    left: 10%;
  }
}
section .panel-group .purpose .clinic-menu .menu,
.page-contents .panel-group .purpose .clinic-menu .menu {
  min-height: 310px;
  padding: 30px 12px;
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu .menu,
  .page-contents .panel-group .purpose .clinic-menu .menu {
    min-height: unset;
  }
}
section .panel-group .purpose .clinic-menu .menu a,
.page-contents .panel-group .purpose .clinic-menu .menu a {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 12px 0 9px 15px;
}
section .panel-group .purpose .clinic-menu .menu .menu-ttl,
.page-contents .panel-group .purpose .clinic-menu .menu .menu-ttl {
  font-size: 0.81em;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 12px;
}
section .panel-group .purpose .clinic-menu .menu .menu-ttl:last-of-type,
.page-contents .panel-group .purpose .clinic-menu .menu .menu-ttl:last-of-type {
  margin-bottom: 0;
}
section .panel-group .purpose .clinic-menu .menu .menu-ttl .button-text,
.page-contents .panel-group .purpose .clinic-menu .menu .menu-ttl .button-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
section .panel-group .purpose .clinic-menu .menu .menu-ttl .button-text:after,
.page-contents .panel-group .purpose .clinic-menu .menu .menu-ttl .button-text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 9px;
  height: 9px;
  background-color: #333;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
}
section .panel-group .purpose .clinic-menu:nth-of-type(1) .menu_category,
.page-contents .panel-group .purpose .clinic-menu:nth-of-type(1) .menu_category {
  background-position: 92% 0;
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu:nth-of-type(1) .menu_category,
  .page-contents .panel-group .purpose .clinic-menu:nth-of-type(1) .menu_category {
    background-position: 100% 0;
  }
}
section .panel-group .purpose .clinic-menu:nth-of-type(2) .menu_category,
.page-contents .panel-group .purpose .clinic-menu:nth-of-type(2) .menu_category {
  background-position: 80% 0;
}
@media screen and (max-width: 1025px) {
  section .panel-group .purpose .clinic-menu:nth-of-type(2) .menu_category,
  .page-contents .panel-group .purpose .clinic-menu:nth-of-type(2) .menu_category {
    background-position: 80% 100%;
  }
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu:nth-of-type(2) .menu_category,
  .page-contents .panel-group .purpose .clinic-menu:nth-of-type(2) .menu_category {
    background-position: 100% 0;
  }
}
section .panel-group .purpose .clinic-menu:nth-of-type(3) .menu_category,
.page-contents .panel-group .purpose .clinic-menu:nth-of-type(3) .menu_category {
  background-position: 90% 0;
}
@media screen and (max-width: 480px) {
  section .panel-group .purpose .clinic-menu:nth-of-type(3) .menu_category,
  .page-contents .panel-group .purpose .clinic-menu:nth-of-type(3) .menu_category {
    background-position: 100% 0;
  }
}
section .panel-group .purpose .clinic-menu:nth-of-type(4) .menu_category,
.page-contents .panel-group .purpose .clinic-menu:nth-of-type(4) .menu_category {
  background-position: right;
}
section .panel-group .treatment,
.page-contents .panel-group .treatment {
  max-width: 920px;
  width: 90%;
  display: grid;
  gap: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 801px) {
  section .panel-group .treatment,
  .page-contents .panel-group .treatment {
    gap: 30px 0;
  }
}
section .panel-group .treatment .clinic-menu,
.page-contents .panel-group .treatment .clinic-menu {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  border: 0.3px solid #ddd;
}
@media screen and (max-width: 801px) {
  section .panel-group .treatment .clinic-menu,
  .page-contents .panel-group .treatment .clinic-menu {
    min-height: 250px;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  section .panel-group .treatment .clinic-menu,
  .page-contents .panel-group .treatment .clinic-menu {
    min-height: unset;
    flex-direction: column;
  }
}
section .panel-group .treatment .clinic-menu .menu-title,
.page-contents .panel-group .treatment .clinic-menu .menu-title {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 801px) {
  section .panel-group .treatment .clinic-menu .menu-title,
  .page-contents .panel-group .treatment .clinic-menu .menu-title {
    width: 100%;
    height: 200px;
  }
}
section .panel-group .treatment .clinic-menu .menu-title.title-image,
.page-contents .panel-group .treatment .clinic-menu .menu-title.title-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  section .panel-group .treatment .clinic-menu .menu-title.title-image,
  .page-contents .panel-group .treatment .clinic-menu .menu-title.title-image {
    height: 230px;
  }
}
section .panel-group .treatment .clinic-menu .menu-title .treatment_category,
.page-contents .panel-group .treatment .clinic-menu .menu-title .treatment_category {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #F7F1EC;
  padding: 7px 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 801px) {
  section .panel-group .treatment .clinic-menu .menu-title .treatment_category,
  .page-contents .panel-group .treatment .clinic-menu .menu-title .treatment_category {
    font-size: 0.875em;
    padding: 12px 0;
  }
}
section .panel-group .treatment .clinic-menu .menu-wrap,
.page-contents .panel-group .treatment .clinic-menu .menu-wrap {
  width: 85%;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 801px) {
  section .panel-group .treatment .clinic-menu .menu-wrap,
  .page-contents .panel-group .treatment .clinic-menu .menu-wrap {
    width: 100%;
    padding: 20px;
  }
}
section .panel-group .treatment .clinic-menu .menu-wrap .menu__inner,
.page-contents .panel-group .treatment .clinic-menu .menu-wrap .menu__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
section .panel-group .treatment .clinic-menu .menu-wrap .treatment_menu,
.page-contents .panel-group .treatment .clinic-menu .menu-wrap .treatment_menu {
  height: fit-content;
  font-size: 12px;
  font-weight: bold;
  background-color: #F7F1EC;
  padding: 9px 10px;
  border-radius: 6px;
}
@media screen and (max-width: 801px) {
  section .panel-group .treatment .clinic-menu .menu-wrap .treatment_menu,
  .page-contents .panel-group .treatment .clinic-menu .menu-wrap .treatment_menu {
    width: fit-content;
  }
}
section .panel-group .treatment .clinic-menu .menu-wrap .treatment_menu span,
.page-contents .panel-group .treatment .clinic-menu .menu-wrap .treatment_menu span {
  line-height: 1.7;
}

.page-menu .page-header .page-title {
  left: 160px;
}
@media screen and (max-width: 801px) {
  .page-menu .page-header .page-title {
    left: 5%;
  }
}

#news {
  background-color: #F7F1EC;
  min-width: 1280px;
}
@media screen and (max-width: 801px) {
  #news {
    min-width: unset;
  }
}
#news .news-inner .page-header .page-header-image {
  background-position: 0% 96%;
}
@media screen and (max-width: 480px) {
  #news .news-inner .page-header .page-header-image {
    background-position: 0 20%;
  }
}
#news .news-inner .page-header .page-title {
  left: 160px;
}
@media screen and (max-width: 801px) {
  #news .news-inner .page-header .page-title {
    left: 5%;
  }
}
#news .news-inner .information-wrap {
  max-width: 960px;
  width: 90%;
  position: relative;
  margin: auto;
  background-color: white;
  border-radius: 19px;
  padding: 50px 160px;
}
@media screen and (max-width: 801px) {
  #news .news-inner .information-wrap {
    padding: 50px 80px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  #news .news-inner .information-wrap {
    padding: 30px 20px;
  }
}
#news .news-inner .information-wrap h3 {
  font-size: 1.5625em;
  color: #777777;
  border-bottom: 1px solid #D9AA6A;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
  #news .news-inner .information-wrap h3 {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 30px;
  }
}
#news .news-inner .information-wrap .information-content {
  display: block;
  border-bottom: 0.5px solid #777777;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  #news .news-inner .information-wrap .information-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#news .news-inner .information-wrap .information-content:last-of-type {
  margin-bottom: 0;
}
#news .news-inner .information-wrap .information-content .information-postdate-wrap {
  margin-bottom: 15px;
}
#news .news-inner .information-wrap .information-content .information-postdate-wrap .information-postdate {
  font-size: 0.75em;
  margin-right: 10px;
}
#news .news-inner .information-wrap .information-content .information-postdate-wrap .information-category-wrap {
  color: #000;
  border: 1px solid #707070;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75em;
}
#news .news-inner .information-wrap .information-content .information-title_wrap {
  display: flex;
  justify-content: space-between;
}
#news .news-inner .information-wrap .information-content .information-title_wrap .information-title {
  max-width: 560px;
  width: 90%;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  #news .news-inner .information-wrap .information-content .information-title_wrap .information-title {
    padding-right: 0;
  }
}
#news .news-inner .information-wrap .information-content .information-title_wrap .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-top: 12px;
  border-radius: 9999px;
  background-color: #000000;
}
@media screen and (max-width: 480px) {
  #news .news-inner .information-wrap .information-content .information-title_wrap .arrow {
    width: 18px;
  }
}
#news .news-inner .information-wrap .information-content .information-title_wrap .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 480px) {
  #news .news-inner .information-wrap .information-content .information-title_wrap .arrow::before {
    width: 10px;
  }
}

.single-info {
  padding: 100px 0 0;
}
@media screen and (max-width: 1050px) {
  .single-info {
    padding: 70px 0 0px;
  }
}

.single-infomation .section-inner {
  background-color: #F7F1EC;
  padding-bottom: 60px;
}
@media screen and (max-width: 801px) {
  .single-infomation .section-inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .single-infomation .section-inner {
    padding-bottom: 30px;
  }
}
.single-infomation .page-header .page-header-image {
  background-position: 0% 96%;
}
@media screen and (max-width: 480px) {
  .single-infomation .page-header .page-header-image {
    background-position: 0 20%;
  }
}
.single-infomation .page-header .page-title {
  left: 160px;
}
@media screen and (max-width: 801px) {
  .single-infomation .page-header .page-title {
    left: 5%;
  }
}
.single-infomation .infomation-wrap {
  max-width: 960px;
  width: 90%;
  margin: auto;
  background-color: white;
  border-radius: 19px;
  padding: 50px 160px;
}
@media screen and (max-width: 801px) {
  .single-infomation .infomation-wrap {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 600px) {
  .single-infomation .infomation-wrap {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  .single-infomation .infomation-wrap {
    padding: 30px 20px;
  }
}
.single-infomation .infomation-wrap .information-title {
  font-size: 1.125em;
  color: #777777;
  border-bottom: 0.5px solid #D9AA6A;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.single-infomation .infomation-wrap .information-postdate-wrap {
  margin-bottom: 30px;
}
.single-infomation .infomation-wrap .information-postdate-wrap .information-postdate {
  font-size: 0.75em;
  margin-right: 10px;
  margin-bottom: 0;
}
.single-infomation .infomation-wrap .information-postdate-wrap .information-category-wrap {
  color: #000;
  border: 1px solid #707070;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75em;
}
.single-infomation .infomation-wrap img {
  width: 50%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .single-infomation .infomation-wrap img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-infomation .infomation-wrap p {
  margin-bottom: 30px;
}
.single-infomation .infomation-wrap p:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .single-infomation .infomation-wrap p:last-of-type {
    margin-bottom: 60px;
  }
}
.single-infomation .infomation-wrap .button-wrap {
  text-align: center;
}
.single-infomation .infomation-wrap .button-wrap .button {
  font-size: 0.875em;
  letter-spacing: 0.03em;
  position: relative;
  border: 0.5px solid #D9AA6A;
  border-radius: 25px;
  padding: 10px 20px;
}
.single-infomation .infomation-wrap .button-wrap .button:hover {
  background-color: #D9AA6A;
  color: white;
}
.single-infomation .infomation-wrap .button-wrap .button:hover .arrow {
  background-color: white;
  transition: all 0.5s;
}
.single-infomation .infomation-wrap .button-wrap .button:hover .arrow::before {
  background-color: white;
  transition: all 0.5s;
}
.single-infomation .infomation-wrap .button-wrap .button .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-left: 20px;
  border-radius: 9999px;
  background-color: #000000;
  vertical-align: middle;
}
.single-infomation .infomation-wrap .button-wrap .button .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.page-about h3,
.page-contact h3,
.page-policy h3,
.page-desc h3 {
  font-size: 1.5625em;
  color: #777777;
  border-bottom: 1px solid #D9AA6A;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 801px) {
  .page-about h3,
  .page-contact h3,
  .page-policy h3,
  .page-desc h3 {
    font-size: 1.25em;
    line-height: 1.25;
  }
}

.has-bg {
  background-color: #F7F1EC;
}
@media screen and (min-width: 801px) and (max-width: 1281px) {
  .has-bg {
    min-width: 1280px;
  }
}
.has-bg .page-header .page-title {
  left: 160px;
}
@media screen and (max-width: 801px) {
  .has-bg .page-header .page-title {
    left: 5%;
  }
}
.has-bg .page-header .page-title.shadow-d {
  text-shadow: 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
  margin-bottom: 0;
}
.has-bg .contact-inner,
.has-bg .page-about {
  background-color: white;
  border-radius: 19px;
  padding: 50px 160px;
}
@media screen and (max-width: 801px) {
  .has-bg .contact-inner,
  .has-bg .page-about {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 600px) {
  .has-bg .contact-inner,
  .has-bg .page-about {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  .has-bg .contact-inner,
  .has-bg .page-about {
    padding: 30px 20px;
  }
}
.has-bg .contact-inner .button-wrap,
.has-bg .page-about .button-wrap {
  text-align: center;
}
.has-bg .contact-inner .button-wrap .button,
.has-bg .page-about .button-wrap .button {
  font-size: 0.875em;
  letter-spacing: 0.03em;
  position: relative;
  border: 0.5px solid #D9AA6A;
  border-radius: 25px;
  padding: 10px 20px;
}
.has-bg .contact-inner .button-wrap .button:hover,
.has-bg .page-about .button-wrap .button:hover {
  background-color: #D9AA6A;
  color: white;
}
.has-bg .contact-inner .button-wrap .button:hover .arrow,
.has-bg .page-about .button-wrap .button:hover .arrow {
  background-color: white;
  transition: all 0.5s;
}
.has-bg .contact-inner .button-wrap .button:hover .arrow::before,
.has-bg .page-about .button-wrap .button:hover .arrow::before {
  background-color: white;
  transition: all 0.5s;
}
.has-bg .contact-inner .button-wrap .button .arrow,
.has-bg .page-about .button-wrap .button .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-left: 20px;
  border-radius: 9999px;
  background-color: #000000;
  vertical-align: middle;
}
.has-bg .contact-inner .button-wrap .button .arrow::before,
.has-bg .page-about .button-wrap .button .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.page-about {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
.page-about h3 {
  margin: 0 auto 30px;
}
.page-about .clinic-table {
  margin: 50px auto 0;
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table {
    margin: 0 auto;
  }
}
.page-about .clinic-table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table table tbody tr:first-of-type th {
    padding: 0 0 10px 20px;
  }
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table table tbody tr {
    display: grid;
  }
}
.page-about .clinic-table table tbody tr th {
  width: 180px;
  font-size: 0.875em;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border-bottom: 0.5px solid #777777;
  padding: 40px 20px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table table tbody tr th {
    width: 100%;
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    padding: 20px 20px 10px 20px;
    border-bottom: none;
  }
}
.page-about .clinic-table table tbody tr th::after {
  content: "";
  top: 18px;
  right: 0;
  bottom: 16px;
  border-right: 0.5px solid #777777;
  position: absolute;
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table table tbody tr th::after {
    display: none;
  }
}
.page-about .clinic-table table tbody tr td {
  font-size: 0.875em;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border-bottom: 0.5px solid #777777;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table table tbody tr td {
    font-size: 0.875em;
    line-height: 1.3;
    padding: 0 20px 20px 20px;
  }
}
.page-about .clinic-table table tbody tr td span:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 801px) {
  .page-about .clinic-table table tbody tr td span:first-of-type {
    display: block;
    margin-bottom: 8px;
  }
}

.page-contact {
  width: 100%;
}
.page-contact .contact-inner {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
.page-contact .contact-inner .contact-cap {
  margin: 50px 0;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner .contact-cap {
    margin: 30px 0;
  }
}
.page-contact .contact-inner .desc span {
  color: #FF0000;
}
.page-contact .contact-inner form {
  width: 100%;
  margin-top: 50px;
}
.page-contact .contact-inner form .cf7-item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .cf7-item {
    display: block;
    margin-bottom: 25px;
  }
}
.page-contact .contact-inner form .cf7-item .cf7-q {
  width: 200px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .cf7-item .cf7-q {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-contact .contact-inner form .cf7-item .cf7-q p {
  padding-top: 22px;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .cf7-item .cf7-q p {
    font-weight: bold;
    padding-top: 0;
  }
}
.page-contact .contact-inner form .cf7-item .cf7-req {
  color: #FF0000;
}
.page-contact .contact-inner form .cf7-item .cf7-a {
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .cf7-item .cf7-a {
    padding: 0;
  }
}
.page-contact .contact-inner form .cf7-item .cf7-a input[type=text],
.page-contact .contact-inner form .cf7-item .cf7-a input[type=tel],
.page-contact .contact-inner form .cf7-item .cf7-a input[type=email],
.page-contact .contact-inner form .cf7-item .cf7-a input[type=text],
.page-contact .contact-inner form .cf7-item .cf7-a textarea {
  outline: none !important;
  border: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  transform: scale(1);
  resize: none;
}
.page-contact .contact-inner form .cf7-item .cf7-a #zipButton {
  width: 60px;
  background-color: red;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  padding: 10px 0;
  margin-left: 12.5px;
  line-height: 1;
  cursor: pointer;
}
.page-contact .contact-inner form .cf7-item .cf7-a .wpcf7-text {
  width: 100%;
  background-color: #F7F1EC;
  border-radius: 11px;
  font-size: 1.1em;
  padding: 22px 30px;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .cf7-item .cf7-a .wpcf7-text {
    padding: 20px;
  }
}
.page-contact .contact-inner form .cf7-item .cf7-a .wpcf7-text.zip {
  width: 120px;
}
.page-contact .contact-inner form .cf7-item .cf7-a .wpcf7-textarea {
  width: 100%;
  background-color: #F7F1EC;
  border-radius: 11px;
  padding: 22px 30px;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .cf7-item .cf7-a .wpcf7-textarea {
    height: 200px;
    padding: 20px;
  }
}
.page-contact .contact-inner form .cf7-item .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 5px;
}
.page-contact .contact-inner form .cf7-item:has(+ .privacy-notice) .cf7-a {
  padding-bottom: 0;
}
.page-contact .contact-inner form .privacy-notice {
  margin-top: 50px;
  width: 100%;
  letter-spacing: 0.03em;
  border: 1px solid #777777;
  border-radius: 11px;
  padding: 32px 30px;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .privacy-notice {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact-inner form .privacy-notice {
    padding: 20px;
  }
}
.page-contact .contact-inner form .privacy-notice h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1em;
}
.page-contact .contact-inner form .privacy-notice p {
  font-size: 0.875em;
}
.page-contact .contact-inner form .accept {
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 801px) {
  .page-contact .contact-inner form .accept {
    margin: 30px 0;
  }
}
.page-contact .contact-inner form .accept .wpcf7-list-item {
  margin-left: 0;
}
.page-contact .contact-inner form .form-button-wrap {
  text-align: center;
  position: relative;
}
.page-contact .contact-inner form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-contact .contact-inner form input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
}
.page-contact .contact-inner form input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 1px solid black;
}
.page-contact .contact-inner form input[type=checkbox] + span:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
}
.page-contact .contact-inner form input[type=checkbox]:checked + span:before {
  background-color: #F7F1EC;
}
.page-contact .contact-inner form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.page-contact .contact-inner form .wpcf7-submit {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 22px 108px;
  border-radius: 8px;
  font-size: 1em;
  color: black;
  font-weight: bold;
  letter-spacing: 0.03em;
  background-color: #F7F1EC;
}
.page-contact .contact-inner form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.page-policy {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 801px) {
  .page-policy p {
    font-size: 0.875em;
  }
}
.page-policy .policy-cap {
  margin: 50px 0;
}
@media screen and (max-width: 801px) {
  .page-policy .policy-cap {
    margin: 30px 0;
  }
}
.page-policy .policy-wrap {
  margin-top: 50px;
}
.page-policy .policy-wrap h5 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.page-policy .policy-wrap h5::before {
  content: "";
  border: 3px solid #D9AA6A;
  margin-right: 10px;
}
@media screen and (max-width: 801px) {
  .page-policy .policy-wrap h5 {
    font-size: 1em;
  }
}

.page-desc {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
.page-desc .desc-table {
  margin: 60px auto 0;
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table {
    margin: 0px auto 50px;
  }
}
.page-desc .desc-table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table table tbody tr:first-of-type th {
    padding: 0 0 10px 20px;
  }
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table table tbody tr {
    display: grid;
  }
}
.page-desc .desc-table table tbody tr th {
  width: 250px;
  font-size: 1em;
  line-height: 1.5;
  border-bottom: 0.5px solid #777777;
  padding: 40px 20px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table table tbody tr th {
    width: 100%;
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    padding: 20px 20px 10px 20px;
    border-bottom: none;
  }
}
.page-desc .desc-table table tbody tr th::after {
  content: "";
  top: 18px;
  right: 0;
  bottom: 16px;
  border-right: 0.5px solid #777777;
  position: absolute;
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table table tbody tr th::after {
    display: none;
  }
}
.page-desc .desc-table table tbody tr th span {
  display: block;
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table table tbody tr th span {
    display: inline;
  }
}
.page-desc .desc-table table tbody tr td {
  font-size: 1em;
  border-bottom: 0.5px solid #777777;
  padding: 40px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 801px) {
  .page-desc .desc-table table tbody tr td {
    font-size: 0.875em;
    line-height: 1.3;
    padding: 0 20px 20px 20px;
  }
}
.page-desc .desc-table table tbody tr td .desc-wrap {
  margin-bottom: 20px;
}
.page-desc .desc-table table tbody tr td .desc-wrap:last-of-type {
  margin-bottom: 0;
}
.page-desc .desc-table table tbody tr td .desc-wrap h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
.page-desc .desc-table table tbody tr td .desc-wrap span {
  display: block;
}
.page-desc .desc-table table tbody tr td .check-list {
  margin: 20px 0;
}

.single-page {
  width: 100%;
}
.single-page .section-inner {
  max-width: none;
  width: 100%;
}
.single-page .section-inner .page-header {
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .page-header {
    height: 180px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .page-header {
    height: 160px;
    margin-bottom: 30px;
  }
}
.single-page .section-inner .page-header h2 {
  font-size: 35px;
  color: #D9AA6A;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  margin-bottom: 0;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .page-header h2 {
    font-size: 30px;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .page-header h2 {
    font-size: 25px;
  }
}
.single-page .section-inner .page-header h2.shadow-d {
  text-shadow: 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
  margin-bottom: 0;
}
.single-page .section-inner .page-header h2 .subtitle {
  font-size: 16px;
  margin-top: 5px;
}
.single-page .section-inner .page-header .page-header-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.single-page .section-inner .single-content-wrap {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .single-page .section-inner .single-content-wrap {
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 1280px) {
  .single-page .section-inner .single-content-wrap {
    padding-left: 50px;
  }
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap {
    display: block;
    width: 90%;
    padding-left: 0;
    margin: auto;
  }
}
.single-page .section-inner .single-content-wrap .single-treatment {
  width: 409px;
  background-color: #F7F1EC;
  margin-right: 40px;
}
.single-page .section-inner .single-content-wrap .single-content {
  max-width: 263px;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  position: sticky;
  top: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .single-content {
    max-width: unset;
    margin-bottom: 50px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .single-content-wrap .single-content {
    margin-bottom: 30px;
  }
}
.single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap {
  height: 500px;
  border: 1px solid #707070;
  padding: 60px 40px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap {
    height: auto;
    border: none;
    padding: unset;
  }
}
.single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menu-list {
  margin: 0 auto;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menu-list {
    display: none;
  }
}
.single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menu-list p {
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 auto;
}
.single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menu-list p:last-child {
  padding-bottom: 0;
}
.single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed {
  display: none;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed {
    position: fixed;
    top: 90px; /* ヘッダーの下 */
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    pointer-events: none; /* 非表示時にクリック不可 */
    transition: opacity 0.3s ease;
    display: block;
    z-index: 90;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed {
    top: 80px;
  }
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed.show {
    opacity: 1;
    pointer-events: auto;
  }
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed .menuFixed__button {
    display: block;
    width: 160px;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.04em;
    background-color: #D9AA6A;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: auto;
  }
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed .menuFixed__list {
    max-height: 0;
    display: none;
    overflow: hidden;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    margin-top: 8px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed .menuFixed__list.is-active {
    max-height: 500px;
    display: block;
    overflow-y: auto;
  }
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed .menuFixed__list li {
    font-size: 0.75em;
    letter-spacing: 0.03em;
    line-height: 1.7;
    display: flex;
    margin-bottom: 20px;
  }
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed .menuFixed__list li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #D9AA6A;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .single-page .section-inner .single-content-wrap .single-content .symptoms-menu_wrap .menuFixed .menuFixed__list li:last-of-type {
    margin-bottom: 0;
  }
}
.single-page .section-inner .single-content-wrap .single-content.treatment-content_wrap {
  width: 100%;
  position: sticky;
  top: 150px;
  padding-left: 0;
  margin-right: 0;
}
.single-page .section-inner .single-content-wrap .single-content.treatment-content_wrap .treatment-menu_wrap {
  width: 70%;
  padding: 100px 0 60px;
  margin: 0 auto;
}
.single-page .section-inner .single-content-wrap .single-content.treatment-content_wrap .treatment-menu_wrap .menu-list p {
  font-size: 0.93em;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 auto;
}
.single-page .section-inner .single-content-wrap .single-content.treatment-content_wrap .treatment-menu_wrap .menu-list p:last-child {
  padding-bottom: 0;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap {
  width: 870px;
  margin-right: 50px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap {
    margin-bottom: 0px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap:last-of-type {
  margin-bottom: 0;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap .label {
  width: 100%;
  background-color: #F7F1EC;
  padding: 21px 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap .label {
    margin-bottom: 30px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap .label h3 {
  font-weight: bold;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap .label h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list,
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list {
    display: flex;
    flex-direction: column-reverse;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded {
  max-width: 738px;
  width: 90%;
  margin-bottom: 70px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded {
    max-width: none;
    width: 100%;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list {
  display: flex;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list:nth-of-type(2) {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list:nth-of-type(2) .symptoms-text {
  margin-left: 40px;
  margin-right: 0;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list:nth-of-type(2) .symptoms-text {
    margin: 30px 0 0;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-text {
  width: 90%;
  margin-right: 40px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-text {
    max-width: none;
    width: 100%;
    margin: 30px 0 0;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-text .heading {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-text .desc {
  font-size: 0.9em;
  line-height: 1.7;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-text p {
  white-space: pre-wrap;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-image {
  max-width: 320px;
  width: 90%;
  height: 219px;
  background-position: center;
  background-size: cover;
  border-radius: 19px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-image {
    max-width: unset;
  }
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .treatment-list .symptoms-image {
    width: 100%;
    margin: 0 auto;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #rounded .link {
  display: none;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other {
  max-width: 778px;
  width: 90%;
  margin-bottom: 70px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other {
    max-width: none;
    width: 100%;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list {
  display: block;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-text {
  width: 100%;
  margin-right: 40px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-text .heading {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-text .desc {
  font-size: 0.9em;
  line-height: 1.7;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-text p {
  white-space: pre-wrap;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-image {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-image {
    display: block;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-image .other-image {
  max-width: 349px;
  width: 90%;
  height: 220px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list .symptoms-image .other-image {
    margin: 0 auto 30px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .keana_cap {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .keana_cap {
    flex-direction: column-reverse;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .symptoms-text {
  max-width: 378px;
  margin-right: 40px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .symptoms-text {
    max-width: none;
    width: 100%;
    margin: 30px 0 0;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .symptoms-text .heading {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .symptoms-text p {
  font-size: 0.89em;
  line-height: 1.7;
  white-space: pre-wrap;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .other-image {
  max-width: 360px;
  width: 90%;
  height: 219px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .other-image {
    max-width: unset;
  }
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .other-image {
    width: 100%;
    margin: 0 auto;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .modal-content img {
  margin: 0 auto 20px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .modal-content .subtitle {
  font-weight: bold;
  margin-bottom: 5px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .modal-content .keana-cap_wrap {
  margin-bottom: 30px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .treatment-list.keana .modal-content .keana-cap_wrap:last-of-type {
  margin-bottom: 0;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner .link {
  display: none;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner:nth-of-type(2) {
  margin: 50px 0;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner:nth-of-type(2) .treatment-list {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #other .cap__inner:nth-of-type(2) .treatment-list .symptoms-text {
  margin-right: 0;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default {
  max-width: 778px;
  width: 90%;
  margin-bottom: 70px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default {
    max-width: none;
    width: 100%;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list {
  display: flex;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .symptoms-text {
  max-width: 378px;
  margin-right: 40px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .symptoms-text {
    max-width: none;
    width: 100%;
    margin: 30px 0 0;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .symptoms-text .heading {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .symptoms-text p {
  font-size: 0.89em;
  line-height: 1.7;
  white-space: pre-wrap;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .symptoms-image {
  max-width: 360px;
  width: 90%;
  height: 219px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .symptoms-image {
    width: 100%;
    margin: 0 auto;
    background-size: contain;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list .link {
  display: none;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list:nth-of-type(2) {
  margin: 50px 0;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list:nth-of-type(2) .treatment-list {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list:nth-of-type(2) .treatment-list {
    flex-direction: column-reverse;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list:nth-of-type(2) .treatment-list .symptoms-text {
  padding-right: 0;
  padding-left: 40px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #default .treatment-list:nth-of-type(3) .symptoms-image {
  max-width: 380px;
  width: 90%;
  height: 370px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid {
  max-width: 873px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid {
    max-width: none;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner {
  background-color: #FAFAFA;
  padding: 50px 40px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner {
    padding: 20px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 20px;
}
@media screen and (min-width: 600px) and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods {
  max-width: 250px;
  width: 100%;
  display: block;
  background-color: white;
  border-radius: 28px;
  position: relative;
  padding: 20px 15px;
}
@media screen and (max-width: 801px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text {
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text {
    margin: 20px 0 30px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .heading {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 38px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .heading .subtitle {
  font-size: 12px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text p {
  display: -webkit-box;
  -webkit-box-orient: unset;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  line-height: 1.5;
  max-height: 4.5em;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .low-price_wrap {
  display: block;
  margin-top: 15px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .low-price_wrap .p-cap {
  display: flex;
  line-height: 1.5;
  padding-left: 9px;
  margin-bottom: 8px;
  position: relative;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .low-price_wrap .p-cap::before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background-color: #D9AA6A;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .low-price_wrap .p-cap::before {
    top: 1px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .low-price_wrap .price {
  font-size: 16px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-text .low-price_wrap .price::after {
  content: "円(税込)〜";
  font-size: 14px;
  margin-left: 4px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .treatment-list .symptoms-image {
  max-width: 220px;
  width: 100%;
  height: 200px;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .method_wrap .methods .link {
  width: fit-content;
  font-size: 0.875em;
  font-weight: bold;
  display: block !important;
  background-color: #F7F1EC;
  border-radius: 15px;
  padding: 10px 15px;
  margin: auto;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .slider-tabs {
  display: none;
}
@media screen and (max-width: 600px) {
  .single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .slider-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .slider-tabs .tab {
  color: black;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  background-color: white;
  border: 1px solid #D9AA6A;
  border-radius: 5px;
  padding: 8px;
}
.single-page .section-inner .single-content-wrap .symptoms-wrap .symptoms-cap_wrap #grid .cap__inner .slider-tabs .tab.active {
  color: white;
  font-weight: bold;
  background-color: #D9AA6A;
}

.page-treatment {
  width: 100%;
}
.page-treatment .section-inner {
  max-width: none;
  width: 100%;
}
.page-treatment .section-inner .page-header {
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 0px;
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-header {
    height: 180px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-treatment .section-inner .page-header {
    height: 160px;
  }
}
.page-treatment .section-inner .page-header::before {
  content: unset;
}
.page-treatment .section-inner .page-header h3 {
  font-size: 35px;
  color: #888;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-header h3 {
    font-size: 30px;
    padding-right: 5%;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .page-treatment .section-inner .page-header h3 {
    font-size: 25px;
  }
}
.page-treatment .section-inner .page-header h3.shadow-d {
  text-shadow: 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
  margin-bottom: 0;
}
.page-treatment .section-inner .page-header h3 .subtitle {
  font-size: 16px;
  margin-top: 5px;
}
.page-treatment .section-inner .page-header h3 span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.page-treatment .section-inner .page-header .page-header-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-treatment .section-inner .page-treatment-content {
  width: 100%;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap {
  display: flex;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap {
    display: block;
  }
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap {
  width: 350px;
  background-color: #F7F1EC;
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap {
    max-width: unset;
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu {
  display: block;
  width: 300px;
  position: sticky;
  top: 55px;
  padding: 100px 55px;
}
@media screen and (max-width: 1050px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu {
    top: 30px;
  }
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu {
    display: none;
  }
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list {
  max-height: calc(100vh - 100px - 200px);
  display: grid;
  gap: 20px 0;
  overflow-y: auto;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list li:last-of-type {
  margin-bottom: 0;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list li a {
  display: flex;
  color: #555;
  transition: all 0.3s;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list li a.active {
  color: #000;
  font-weight: bold;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list li a.active:before {
  background-color: #000;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #555;
  border-radius: 50%;
  margin-top: 5.5px;
  margin-right: 8px;
  flex-shrink: 0;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menu-wrap .menu-list li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.875em;
}
.page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed {
  display: none;
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed {
    position: fixed;
    top: 90px; /* ヘッダーの下 */
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    pointer-events: none; /* 非表示時にクリック不可 */
    transition: opacity 0.3s ease;
    display: block;
    z-index: 90;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed {
    top: 80px;
  }
}
@media screen and (max-width: 801px) {
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed.show {
    opacity: 1;
    pointer-events: auto;
  }
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed .menuFixed__button {
    display: block;
    width: 160px;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.04em;
    background-color: #D9AA6A;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: auto;
  }
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed .menuFixed__list {
    max-height: 0;
    display: none;
    overflow: hidden;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    margin-top: 8px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed .menuFixed__list.is-active {
    max-height: 500px;
    display: block;
    overflow-y: auto;
  }
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed .menuFixed__list li {
    font-size: 0.75em;
    letter-spacing: 0.03em;
    line-height: 1.7;
    display: flex;
    margin-bottom: 20px;
  }
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed .menuFixed__list li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #D9AA6A;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .page-treatment .section-inner .page-treatment-content .treatment-wrap .menuFixed .menuFixed__list li:last-of-type {
    margin-bottom: 0;
  }
}

.scroll-container {
  overflow-x: auto;
  flex: 1;
}

.treatment-contents {
  width: 750px;
  background-color: #fff;
  padding-right: 50px;
  margin: 50px 0 100px;
}
@media screen and (max-width: 801px) {
  .treatment-contents {
    max-width: none;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.treatment-contents .treatment-block {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block {
    margin-bottom: 50px;
  }
}
.treatment-contents .treatment-block:last-of-type {
  margin-bottom: 0;
}
.treatment-contents .treatment-block h4 {
  background-color: #F7F1EC;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  padding: 20px 15px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block h4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block h4 {
    font-size: 1em;
  }
}
.treatment-contents .treatment-block .image-wrap {
  margin: 30px auto;
}
.treatment-contents .treatment-block .image-wrap img {
  width: 50%;
  height: auto;
  object-fit: contain;
  background-color: white;
  border: 1px solid #eee;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .treatment-contents .treatment-block .image-wrap img {
    width: 70%;
  }
}
.treatment-contents .treatment-block .image-wrap.double {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block .image-wrap.double {
    grid-template-columns: auto;
    gap: 30px 0;
  }
}
.treatment-contents .treatment-block .image-wrap.double.small {
  max-width: 290px;
  gap: 0 20px;
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block .image-wrap.double.small {
    gap: 40px 0;
  }
}
.treatment-contents .treatment-block .image-wrap.double.middle {
  max-width: 420px;
  gap: 0 92px;
}
.treatment-contents .treatment-block .image-wrap.double.casephoto {
  max-width: 530px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 0 30px;
}
.treatment-contents .treatment-block .image-wrap.double.casephoto .casephoto-wrap {
  width: fit-content;
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block .image-wrap.double.casephoto .casephoto-wrap {
    margin: 0 auto;
  }
  .treatment-contents .treatment-block .image-wrap.double.casephoto .casephoto-wrap:first-of-type {
    margin: 0 auto 30px;
  }
}
.treatment-contents .treatment-block .image-wrap.double.casephoto img {
  width: 250px;
  height: 160px;
  object-fit: cover;
  background-color: #eee;
}
.treatment-contents .treatment-block .image-wrap.double.casephoto p {
  margin-bottom: 5px !important;
}
.treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case {
  max-width: unset;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case .casephoto-wrap:first-of-type {
    margin: 0 auto;
  }
}
.treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case .casephoto-wrap .photo {
  display: block;
}
.treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case .casephoto-wrap .secondary {
  display: none;
}
.treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case img {
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 600px) {
  .treatment-contents .treatment-block .image-wrap.double.casephoto.artmake-case img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.treatment-contents .treatment-block .image-wrap.wide-casephoto {
  max-width: 530px;
  margin: 30px 0 0;
}
.treatment-contents .treatment-block .image-wrap.wide-casephoto img {
  width: 100%;
  height: 160px;
}
.treatment-contents .treatment-block .image-wrap.triple {
  width: 100%;
  margin: 30px auto 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block .image-wrap.triple {
    grid-template-columns: auto;
    gap: 30px 0;
  }
}
@media screen and (min-width: 801px) {
  .treatment-contents .treatment-block .image-wrap.triple.small {
    max-width: 588px;
    gap: 0 24px;
  }
}
.treatment-contents .treatment-block .image-wrap.triple.s-image img {
  margin: 0 auto;
}
.treatment-contents .treatment-block .image-wrap.triple .triple-cap {
  background-color: #F7F1EC;
  padding: 15px;
}
.treatment-contents .treatment-block .image-wrap.triple .triple-cap p {
  margin-bottom: 10px;
}
.treatment-contents .treatment-block .image-wrap.triple .triple-cap p .text-bold {
  margin: unset;
}
.treatment-contents .treatment-block .image-wrap.triple .triple-cap p span {
  display: block;
}
.treatment-contents .treatment-block .image-wrap.triple .triple-cap p:last-of-type {
  margin-bottom: 0;
}
.treatment-contents .treatment-block .image-wrap.triple .text-bold {
  margin: 10px 0;
}
.treatment-contents .treatment-block .image-wrap .flexbox {
  margin-bottom: 15px;
}
.treatment-contents .treatment-block .image-wrap .flexbox img {
  margin: 0 20px 0 0;
}
.treatment-contents .treatment-block .image-wrap .flexbox .flextxt {
  margin: auto 0;
}
.treatment-contents .treatment-block .image-wrap .flexbox:last-of-type {
  margin-bottom: 0;
}
.treatment-contents .treatment-block .image-wrap .image-center img {
  margin: 0 auto;
}
.treatment-contents .treatment-block .image-wrap .nad-double {
  max-width: 305px;
  width: 90%;
}
.treatment-contents .treatment-block .image-wrap .nad-double p:first-of-type {
  margin: 15px 0;
}
.treatment-contents .treatment-block .image-wrap .caption {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 801px) {
  .treatment-contents .treatment-block .image-wrap .caption {
    margin-top: 5px;
  }
}

.treatment-block-section .block-section-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .treatment-block-section .block-section-content {
    margin-bottom: 50px;
  }
}
.treatment-block-section .block-section-content:last-of-type {
  margin-bottom: 0;
}
.treatment-block-section .block-section-content h5 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content h5 {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
.treatment-block-section .block-section-content h5.narrow {
  margin-bottom: 10px;
}
.treatment-block-section .block-section-content p {
  line-height: 1.75;
}
.treatment-block-section .block-section-content p.subtitle {
  font-weight: bold;
  margin-bottom: 15px;
}
.treatment-block-section .block-section-content .notice {
  background-color: #F7F1EC;
  padding: 20px;
}
.treatment-block-section .block-section-content .note {
  margin-top: 20px;
}
.treatment-block-section .block-section-content .price-note {
  font-size: 0.75em;
  margin-top: 20px;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content .price-note {
    margin-top: 5px;
  }
}
.treatment-block-section .block-section-content .step-wrap {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
.treatment-block-section .block-section-content .step-wrap .step-item .step-number {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .treatment-block-section .block-section-content .step-wrap .step-item .step-number {
    flex-direction: column;
  }
}
.treatment-block-section .block-section-content .step-wrap .step-item .step-number .en {
  height: fit-content;
  font-size: 0.875em;
  color: white;
  background-color: #D9AA6A;
  border-radius: 15px;
  padding: 2px 10px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .treatment-block-section .block-section-content .step-wrap .step-item .step-number .en {
    width: fit-content;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.treatment-block-section .block-section-content .step-wrap .step-item .step-number h5 {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: -0.17em;
}
@media screen and (max-width: 480px) {
  .treatment-block-section .block-section-content .step-wrap .step-item .step-number h5 {
    margin-top: 0;
  }
}
.treatment-block-section .block-section-content .step-wrap .step-item p {
  margin-bottom: 0;
}
.treatment-block-section .block-section-content .step-wrap .step-item span {
  display: block;
}
.treatment-block-section .block-section-content .point-box {
  margin-bottom: 15px;
}
.treatment-block-section .block-section-content .point-box .flexbox {
  margin-bottom: 15px;
}
.treatment-block-section .block-section-content .point-box .flexbox .point {
  font-size: 0.75em;
  font-weight: bold;
  color: white;
  background-color: #D9AA6A;
  border-radius: 25px;
  padding: 6px 19px;
  margin-right: 10px;
}
.treatment-block-section .block-section-content .point-box .flexbox p {
  margin: auto 0;
}
.treatment-block-section .block-section-content .point-box:last-of-type {
  margin-bottom: 0;
}
.treatment-block-section .block-section-content .border-box {
  border: 0.5px solid #707070;
  margin-top: 15px;
}
.treatment-block-section .block-section-content .border-box:first-of-type {
  margin-top: 0;
}
.treatment-block-section .block-section-content .color-box {
  background-color: #FAFAFA;
}
.treatment-block-section .block-section-content .box {
  padding: 10px;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content .box .flexbox {
    flex-wrap: wrap;
  }
}
.treatment-block-section .block-section-content .box .flexbox .plus-icon {
  margin: unset;
  position: relative;
}
.treatment-block-section .block-section-content .box .flexbox .plus-icon::before, .treatment-block-section .block-section-content .box .flexbox .plus-icon::after {
  content: " ";
  position: absolute;
  width: 8px;
  border: 1px solid black;
  top: 40%;
  transform: translateY(-50%);
  left: 6px;
}
.treatment-block-section .block-section-content .box .flexbox .plus-icon::after {
  width: 0;
  height: 8px;
  left: 10px;
}
.treatment-block-section .block-section-content .box p:first-of-type {
  margin-right: 25px;
  position: relative;
}
.treatment-block-section .block-section-content .box.quick-text p:last-of-type {
  padding-left: unset;
  margin-left: 2.5em;
}
@media screen and (max-width: 480px) {
  .treatment-block-section .block-section-content .box.quick-text p:last-of-type {
    margin-left: 1.5em;
  }
}
.treatment-block-section .block-section-content .arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 15px;
  margin: 3% 50%;
  background-color: #000000;
}
.treatment-block-section .block-section-content .arrow::before, .treatment-block-section .block-section-content .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}
.treatment-block-section .block-section-content .arrow:before {
  transform: rotate(45deg);
}
.treatment-block-section .block-section-content .arrow::after {
  transform: rotate(-45deg);
}
.treatment-block-section .block-section-content .plus-icon {
  margin: 80px 0 15px;
  position: relative;
}
.treatment-block-section .block-section-content .plus-icon::before, .treatment-block-section .block-section-content .plus-icon::after {
  content: " ";
  width: 20px;
  border: 1px solid black;
  top: -40px;
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content .plus-icon::before, .treatment-block-section .block-section-content .plus-icon::after {
    left: 45%;
  }
}
.treatment-block-section .block-section-content .plus-icon::after {
  transform: rotate(90deg);
}
.treatment-block-section .block-section-content .source p:nth-of-type(2) {
  margin-bottom: 15px;
}
.treatment-block-section .block-section-content .text-ex-large {
  font-size: 1.125em;
}
.treatment-block-section .block-section-content.nurse {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content.nurse {
    flex-direction: column;
    gap: 30px 0;
  }
}
.treatment-block-section .block-section-content.nurse .image-wrap {
  flex-shrink: 0;
  margin: 0 auto;
}
.treatment-block-section .block-section-content.nurse .image-wrap img {
  max-width: 300px;
  width: 100%;
}
.treatment-block-section .block-section-content.nurse .flexbox {
  gap: 0 8px;
  align-items: end;
  margin-bottom: 30px;
}
.treatment-block-section .block-section-content.nurse .flexbox h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.treatment-block-section .block-section-content.nurse .flexbox p {
  line-height: 1;
}
.treatment-block-section .block-section-content.nurse .flexbox img {
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
}
.treatment-block-section .block-section-content.nurse .subtitle {
  line-height: 1;
  margin-bottom: 10px;
}
.treatment-block-section .block-section-content.nurse .subtitle.date {
  margin-top: 20px;
}
.treatment-block-section .block-section-content .nurse-other {
  display: flex;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content .nurse-other {
    display: grid;
  }
}
.treatment-block-section .block-section-content .nurse-other .career,
.treatment-block-section .block-section-content .nurse-other .qualification {
  width: 50%;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content .nurse-other .career,
  .treatment-block-section .block-section-content .nurse-other .qualification {
    width: 100%;
  }
}
.treatment-block-section .block-section-content .nurse-other .career tr {
  display: flex;
  gap: 15px;
}
.treatment-block-section .block-section-content .nurse-other .career tr th {
  margin-top: 3px;
}
.treatment-block-section .block-section-content .nurse-other .qualification {
  padding-left: 80px;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .block-section-content .nurse-other .qualification {
    padding-top: 40px;
    padding-left: 0;
  }
}
.treatment-block-section .tabs {
  max-width: unset;
  width: 100%;
  position: sticky;
  top: 100px;
  z-index: 10;
}
@media screen and (max-width: 801px) {
  .treatment-block-section .tabs {
    top: 80px;
  }
}
.treatment-block-section .tab-contents .subtitle {
  margin-top: 30px;
}
.treatment-block-section .tab-contents .tab-content {
  display: none;
}
.treatment-block-section .tab-contents .tab-content.active {
  display: block;
}

.admin-bar .tabs {
  top: 132px;
}

.check-list li {
  margin-bottom: 15px;
}
.check-list li:last-of-type {
  margin-bottom: 0;
}
.check-list li p {
  padding-left: 1.5em;
}
.check-list li p:first-of-type {
  padding-left: 0;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.check-list li .icon-check {
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.check-list li .icon-check:before {
  content: "";
  position: absolute;
  inset: 0 0 2px;
  margin: auto;
  transform: rotate(35deg) skewY(16deg);
  transform-origin: center right;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: 5px;
  height: 12px;
  vertical-align: sub;
}

.number-list-wrap {
  margin-bottom: 20px;
}
.number-list-wrap:last-of-type {
  margin-bottom: 0;
}

.number-list li {
  margin-bottom: 15px;
  counter-increment: number;
  padding-left: 15px;
  position: relative;
}
.number-list li:last-of-type {
  margin-bottom: 0;
}
.number-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 7.5px;
}
.number-list li p:first-of-type {
  display: inline-block;
  line-height: 1.7;
}

@media screen and (max-width: 1025px) {
  .price-table-wrap {
    overflow: auto;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table {
    white-space: nowrap;
    table-layout: auto;
  }
}
.price-table-wrap table thead tr {
  display: flex;
  gap: 0 5px;
}
.price-table-wrap table thead th {
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table thead th {
    font-size: 0.875em;
  }
}
.price-table-wrap table thead th.title {
  background-color: #000;
  color: #fff;
  width: 260px;
  border-left: none;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table thead th.title {
    width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table thead th.title {
    width: 240px;
  }
}
.price-table-wrap table thead th.title.wh {
  background-color: #fff;
  color: #000;
}
.price-table-wrap table thead th.woman {
  background-color: #F7ECEC;
}
.price-table-wrap table thead th.man {
  background-color: #ECEFF7;
}
.price-table-wrap table thead th:nth-of-type(2) {
  width: 97px;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table thead th:nth-of-type(2) {
    width: 113px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table thead th:nth-of-type(2) {
    width: 80px;
  }
}
.price-table-wrap table thead th:nth-of-type(3) {
  width: 155px;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table thead th:nth-of-type(3) {
    width: 226px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table thead th:nth-of-type(3) {
    width: 180px;
  }
}
.price-table-wrap table thead th:last-of-type {
  width: 163px;
  border-right: none;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table thead th:last-of-type {
    width: 226px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table thead th:last-of-type {
    width: 180px;
  }
}
.price-table-wrap table tbody tr {
  border-bottom: 0.5px solid #707070;
  display: flex;
  gap: 0 5px;
  align-items: center;
}
.price-table-wrap table tbody tr:has(td[rowspan="2"]) {
  border: none;
}
.price-table-wrap table tbody tr td {
  height: fit-content;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px;
  font-size: 0.875em;
  letter-spacing: 0.03em;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table tbody tr td {
    font-size: 0.75em;
  }
}
.price-table-wrap table tbody tr td.title {
  text-align: left;
  width: 260px;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table tbody tr td.title {
    width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table tbody tr td.title {
    width: 240px;
  }
}
.price-table-wrap table tbody tr td:nth-of-type(2) {
  width: 97px;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table tbody tr td:nth-of-type(2) {
    width: 113px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table tbody tr td:nth-of-type(2) {
    width: 80px;
  }
}
.price-table-wrap table tbody tr td:nth-of-type(3) {
  width: 155px;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table tbody tr td:nth-of-type(3) {
    width: 226px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table tbody tr td:nth-of-type(3) {
    width: 180px;
  }
}
.price-table-wrap table tbody tr td:nth-of-type(4) {
  width: 163px;
}
@media screen and (max-width: 1025px) {
  .price-table-wrap table tbody tr td:nth-of-type(4) {
    width: 226px;
  }
}
@media screen and (max-width: 480px) {
  .price-table-wrap table tbody tr td:nth-of-type(4) {
    width: 180px;
  }
}
.price-table-wrap table tbody tr td.left {
  text-align: left;
}
.price-table-wrap table tbody tr td .price:after {
  content: "円(税込)";
}
.price-table-wrap table tbody tr td .price-none::after {
  content: "-";
}

.others-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 801px) {
  .others-list {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .others-list {
    display: grid;
  }
}
.others-list li a {
  border: 1px solid #848484;
  border-radius: 6px;
  padding: 10px;
  font-size: 0.8125em;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.others-list li a:hover {
  background-color: #848484;
  color: #fff;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-arround {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.m25 {
  margin: 25px 0 !important;
}

.m50 {
  margin: 50px 0 !important;
}

.m1 {
  margin: 1em 0 !important;
}

.m2 {
  margin: 2em 0 !important;
}

.m3 {
  margin: 3em 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p25 {
  padding: 25px 0 !important;
}

.p50 {
  padding: 50px 0 !important;
}

.p1 {
  padding: 1em 0 !important;
}

.p2 {
  padding: 2em 0 !important;
}

.p3 {
  padding: 3em 0 !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.text-underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: bold;
}

.wrap-60 {
  width: 60% !important;
  margin: auto !important;
}
@media screen and (max-width: 480px) {
  .wrap-60 {
    width: 90% !important;
  }
}

.wrap-90 {
  width: 90% !important;
  margin: auto !important;
}

.wrap-100 {
  width: 100% !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.admin-bar .header {
  top: 32px;
}

body {
  font-weight: 300;
  color: #222;
  background-color: #fff;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

html {
  scroll-margin-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.pined,
html.pined {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: var(--scroll-y);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 3.5em;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5em;
  }
}

p {
  font-size: 0.875em;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

strong {
  font-weight: bold;
}

.button-wrap {
  text-align: right;
  margin: 30px auto 0;
}
.button-wrap .button {
  position: relative;
}
@media screen and (max-width: 480px) {
  .button-wrap .button {
    padding-top: 15px;
    font-size: 0.875em;
  }
}
.button-wrap .button .button-text {
  display: inline-block;
  vertical-align: middle;
}
.button-wrap .button .button-text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  background-color: #000;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
}

.en {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja,
.clinic-name {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 300;
  font-style: normal;
}

img {
  max-width: 100%;
  display: block;
}

section,
.front-content {
  min-width: 1280px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  section,
  .front-content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 801px) {
  section,
  .front-content {
    min-width: unset;
  }
}
@media screen and (max-width: 480px) {
  section,
  .front-content {
    padding: 50px 0;
  }
}
section h2,
.front-content h2 {
  margin-bottom: 50px;
  font-weight: bold;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 801px) {
  section h2,
  .front-content h2 {
    margin-bottom: 25px;
  }
}
section h2 span,
.front-content h2 span {
  display: block;
}
section h2 .en,
.front-content h2 .en {
  font-size: 3.125em;
  color: #D9AA6A;
  line-height: 1;
  margin-top: -0.15em;
}
@media screen and (max-width: 801px) {
  section h2 .en,
  .front-content h2 .en {
    font-size: 2em;
  }
}
section .section-inner,
.front-content .section-inner {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
section .section-inner.section-inner-small,
.front-content .section-inner.section-inner-small {
  max-width: 900px;
}

.page-contents .section-inner {
  min-width: 1280px;
}
@media screen and (min-width: 1281px) {
  .page-contents .section-inner {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 801px) {
  .page-contents .section-inner {
    min-width: unset;
    width: 100%;
  }
}

.iframe-wrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination {
  text-align: center;
  padding: 80px 0 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .pagination .nav-links {
    gap: 20px;
  }
}
.pagination .page-numbers {
  margin-right: 10px;
  padding: 5px;
  font-family: "classico-urw", sans-serif;
  color: #222;
  display: inline-block;
  font-size: 1.125em;
  width: 2em;
  height: 2em;
  border: 1px solid #707070;
  border-radius: 25px;
  line-height: 1.3;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .pagination .page-numbers {
    font-size: 1em;
  }
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination a {
  font-size: 1.125em;
}
.pagination .current {
  background-color: #D9AA6A;
  font-size: 1.125em;
  color: #fff;
  border: none;
  display: inline-block;
}
.pagination svg {
  width: 0.8em;
  height: 0.8em;
}

.nopost {
  text-align: center;
}

.note:before,
.price-note:before {
  content: "※";
  margin-right: 5px;
}

.content-page-error {
  margin-top: 100px;
}
.content-page-error .content-page-title {
  text-align: center;
}
.content-page-error .content-page-title .error-title {
  font-size: 4em;
  margin-bottom: 15px;
}
.content-page-error .content-page-title .error-title i {
  margin: 20px 15px 0;
  font-size: 0.8em;
}
.content-page-error .error-body {
  max-width: 880px;
  width: 90%;
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .content-page-error .error-body {
    margin: 50px auto;
  }
}
.content-page-error .error-body .button-wrap .button {
  display: inline-block;
}

.page-treatment {
  padding: 100px 0 0;
}
@media screen and (max-width: 1025px) {
  .page-treatment {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 801px) {
  .page-treatment {
    padding: 70px 0 50px;
  }
}
.page-treatment .single-content-wrap .treatment-wrap .treatment-cap_wrap section {
  margin: 70px 0;
  padding: 0;
}
.page-treatment .single-content-wrap .treatment-wrap .treatment-cap_wrap section:first-of-type {
  margin: 50px 0 70px;
}

.code-button {
  cursor: pointer;
  position: absolute;
  inset: 0 15px 0 auto;
  font-size: 0.7em;
  font-weight: 400;
  margin: auto;
  height: fit-content;
}
.code-button:before {
  content: "</> コードを見る";
  display: inline-block;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
.modal .close-button {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 10001;
}
.modal .close-button:before, .modal .close-button:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.modal .close-button:before {
  transform: rotate(45deg);
}
.modal .close-button:after {
  transform: rotate(-45deg);
}
.modal .modal-inner {
  max-width: 880px;
  width: 90%;
  margin: auto;
  height: 90%;
  position: absolute;
  inset: 0;
  display: block;
  background-color: #fff;
  padding: 50px;
  overflow-y: scroll;
}
.modal .modal-inner textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #999;
  resize: none;
  outline: none;
  padding: 15px;
}
.modal .modal-inner textarea:read-only {
  background-color: #ddd;
}
.modal .modal-inner button {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 15px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #000;
}
.modal .modal-inner button:hover {
  background-color: #fff;
  color: #000;
}

.note-wrap {
  margin-top: 25px;
}

.calendar {
  max-width: 500px;
}
.calendar table {
  margin-bottom: 10px !important;
}
.calendar .xo-months {
  font-family: source-han-serif-jp-subset, sans-serif;
}
.calendar .xo-months .month-header {
  align-items: center;
  margin: 0 auto 15px !important;
  /* 左矢印 */
  /* 右矢印 */
}
.calendar .xo-months .month-header .dashicons-arrow-left-alt2,
.calendar .xo-months .month-header .dashicons-arrow-right-alt2 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #444;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.calendar .xo-months .month-header .dashicons-arrow-left-alt2::before, .calendar .xo-months .month-header .dashicons-arrow-left-alt2::after,
.calendar .xo-months .month-header .dashicons-arrow-right-alt2::before,
.calendar .xo-months .month-header .dashicons-arrow-right-alt2::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #444;
}
.calendar .xo-months .month-header .dashicons-arrow-left-alt2::before,
.calendar .xo-months .month-header .dashicons-arrow-left-alt2::after {
  left: 50%;
  transform-origin: left;
}
.calendar .xo-months .month-header .dashicons-arrow-left-alt2::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.calendar .xo-months .month-header .dashicons-arrow-left-alt2::after {
  transform: translateX(-50%) rotate(-45deg);
}
.calendar .xo-months .month-header .dashicons-arrow-right-alt2::before,
.calendar .xo-months .month-header .dashicons-arrow-right-alt2::after {
  left: 50%;
  transform-origin: right;
}
.calendar .xo-months .month-header .dashicons-arrow-right-alt2::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.calendar .xo-months .month-header .dashicons-arrow-right-alt2::after {
  transform: translateX(-50%) rotate(45deg);
}
.calendar .xo-months thead tr th {
  padding: 10px !important;
}
.calendar .xo-months thead tr th.sunday {
  color: #d86e6e;
}
.calendar .xo-months tbody .dayname td .today {
  color: white !important;
  background-color: #D9AA6A;
}
.calendar .xo-months tbody .dayname td .holiday-all {
  color: white;
  font-weight: bold;
}
.calendar .holiday-titles {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
}
.calendar .holiday-titles .holiday-title {
  font-size: 0.75em;
  font-family: source-han-serif-jp-subset, sans-serif;
}
.calendar .holiday-titles .holiday-title span {
  border: unset;
  vertical-align: middle;
}
.calendar .xo-event-calendar .month-event-space td > div[style*=background-color] {
  background-color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
.calendar .calender-cap {
  font-size: 0.75em;
  padding-top: 10px;
}
@media screen and (max-width: 1025px) {
  .calendar .calender-cap {
    padding: 20px 0;
  }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0.3s ease;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  pointer-events: auto;
}
.modal-overlay.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-overlay.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}
.modal-overlay.hide .modal-content {
  transform: scale(0.95);
  opacity: 0;
}

.modal-content {
  background: #f5f5f5;
  padding: 60px 0;
  max-width: 754px;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 801px) {
  .modal-content {
    width: 90%;
    padding: 30px 0;
  }
}
.modal-content .modal-body {
  max-width: 560px;
  width: 100%;
  height: 480px;
  overflow-y: auto;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 801px) {
  .modal-content .modal-body {
    height: 520px;
  }
}
.modal-content .modal-body .modal-title {
  font-size: 1.5625em;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 801px) {
  .modal-content .modal-body .modal-title {
    font-size: 1.125em;
    margin-bottom: 30px;
  }
}
.modal-content .modal-body .modal-title span {
  display: block;
}
.modal-content .modal-body .iframe-wrap {
  max-width: 400px;
  aspect-ratio: 4/2;
  padding-top: 200px;
  margin-top: 20px;
}
.modal-content .modal-body img {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 250px;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
  padding: 8px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 8px;
  border: unset !important;
}
.modal-content .modal-body img.single {
  max-width: 350px !important;
  height: 250px;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-body img.single {
    max-width: 100% !important;
  }
}
.modal-content .modal-body img.single-wide {
  width: 80% !important;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-body img.single-wide {
    width: 100% !important;
    height: 250px;
  }
}
.modal-content .modal-body .double, .modal-content .modal-body .triple {
  gap: 20px;
}
.modal-content .modal-body .triple img {
  height: 140px;
}
.modal-content .modal-body .caption span {
  display: block;
}
.modal-content .modal-body h5 {
  line-height: 1.5;
}
.modal-content .modal-body .list-style_wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}
.modal-content .modal-body .list-style_wrap .list-style_white {
  display: grid;
  margin-bottom: 20px;
}
.modal-content .modal-body .list-style_wrap .list-style_white p {
  display: grid;
}
.modal-content .modal-body .list-style_wrap .list-style_white .circle {
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  border-radius: 25px;
  margin-top: 4px;
  flex-shrink: 0;
}

.modal-close {
  width: 24px;
  height: 24px;
  border-radius: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  cursor: pointer;
  background-color: #D9AA6A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 801px) {
  .modal-close {
    top: 10px;
    right: 10px;
  }
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-btn {
  width: 100%;
  background-color: white;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 20px;
}
@media screen and (max-width: 480px) {
  .modal-btn {
    padding: 25px 10px;
  }
}
.modal-btn:first-of-type {
  padding-top: 0;
}
.modal-btn h5 {
  font-size: 14px !important;
  color: black;
  text-align: left;
  margin-bottom: 0 !important;
}
.modal-btn h5 span {
  display: block;
}
.modal-btn .triangle {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background-color: #D9AA6A;
  border-radius: 25px;
  align-content: center;
  padding: 0 10px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .modal-btn .triangle {
    width: 20px;
    height: 20px;
    padding: 0 8.5px;
    margin-left: 10px;
  }
}
.modal-btn .triangle::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-color: white;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 480px) {
  .modal-btn .triangle::before {
    width: 5px;
    height: 9px;
  }
}

@media screen and (max-width: 1281px) {
  .is-subpage,
  .not-front {
    min-width: 1280px;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage,
  .not-front {
    min-width: unset !important;
  }
  .is-subpage .section-inner,
  .not-front .section-inner {
    display: block;
  }
}
@media screen and (max-width: 801px) and (max-width: 801px) {
  .is-subpage .section-inner .access-wrap,
  .not-front .section-inner .access-wrap {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage .section-inner .access-wrap .address,
  .is-subpage .section-inner .access-wrap .train,
  .not-front .section-inner .access-wrap .address,
  .not-front .section-inner .access-wrap .train {
    font-size: 1.125em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 801px) and (min-width: 480px) and (max-width: 801px) {
  .is-subpage .section-inner .access-wrap .address,
  .is-subpage .section-inner .access-wrap .train,
  .not-front .section-inner .access-wrap .address,
  .not-front .section-inner .access-wrap .train {
    font-size: 1em;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .is-subpage .section-inner .access-wrap .address,
  .is-subpage .section-inner .access-wrap .train,
  .not-front .section-inner .access-wrap .address,
  .not-front .section-inner .access-wrap .train {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage .section-inner .access-wrap .address span,
  .is-subpage .section-inner .access-wrap .train span,
  .not-front .section-inner .access-wrap .address span,
  .not-front .section-inner .access-wrap .train span {
    display: block;
  }
  .is-subpage .section-inner .access-wrap .address-cap,
  .is-subpage .section-inner .access-wrap .train-cap,
  .not-front .section-inner .access-wrap .address-cap,
  .not-front .section-inner .access-wrap .train-cap {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 801px) and (max-width: 480px) {
  .is-subpage .section-inner .access-wrap .address-cap,
  .is-subpage .section-inner .access-wrap .train-cap,
  .not-front .section-inner .access-wrap .address-cap,
  .not-front .section-inner .access-wrap .train-cap {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage .section-inner .access-wrap .address-wrap,
  .not-front .section-inner .access-wrap .address-wrap {
    margin-right: 40px;
  }
  .is-subpage .section-inner .access-wrap .transportation,
  .not-front .section-inner .access-wrap .transportation {
    padding-top: 40px;
  }
}
@media screen and (max-width: 801px) and (max-width: 801px) {
  .is-subpage .section-inner .access-wrap .transportation,
  .not-front .section-inner .access-wrap .transportation {
    padding-top: 20px;
  }
}
@media screen and (max-width: 801px) {
  .is-subpage .section-inner .access-image,
  .not-front .section-inner .access-image {
    max-width: 470px;
    width: 90%;
    height: 400px;
    background-color: #ddd;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
@media screen and (max-width: 801px) and (max-width: 801px) {
  .is-subpage .section-inner .access-image,
  .not-front .section-inner .access-image {
    max-width: none;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 801px) and (max-width: 801px) {
  .is-subpage .section-inner .access-image iframe,
  .not-front .section-inner .access-image iframe {
    margin: -111px 0 0 -2px !important;
  }
}

.link-box {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 90;
}
.link-box.is-visible {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .link-box {
    top: unset;
    right: 10px;
    bottom: 5%;
    transform: translateX(0) !important;
    width: max-content;
    display: flex;
  }
}

.fixed-button {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 15px 0 0 15px;
  background-color: white;
  padding: 9px 12px;
  filter: drop-shadow(0px 0px 3px #ccc);
}
@media screen and (max-width: 801px) {
  .fixed-button {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .fixed-button {
    border-radius: 15px;
  }
}
.fixed-button img {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 801px) {
  .fixed-button img {
    width: 35px;
  }
}
.fixed-button span {
  display: block;
  font-size: 0.75em;
  color: #021727;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 801px) {
  .fixed-button span {
    margin-top: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
