@charset "utf-8";

.page-top {
  margin-top: var(--header-height);
}
.page-top .mv {
  position: relative;
}
.page-top .mv .mv__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: 0.08em;
  margin-block: 48px;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__title {
    font-size: 3.4rem;
    line-height: 2;
    margin-block: 60px;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__title {
    font-size: 2rem;
    line-height: 2;
    margin-block: 40px;
  }
}
.page-top .mv .mv__main {
  position: relative;
}
.page-top .mv .mv__slider .mv__slide {
  width: 100%;
  height: 100%;
  max-height: 800px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .mv .mv__slider .mv__slide {
    height: 400px;
  }
}
.page-top .mv .mv__slider .mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .mv .mv__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: -1;
}
.page-top .mv .mv__marquee span {
  font-family: Cormorant, serif;
  font-size: 13.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #f3f0e4;
  display: inline-block;
  padding-right: 60px;
  -webkit-animation: marquee-animation 30s linear infinite;
  animation: marquee-animation 30s linear infinite;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .page-top .mv .mv__marquee span {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__marquee span {
    font-size: 8rem;
    letter-spacing: 0.05em;
    padding-right: 40px;
  }
}
@-webkit-keyframes marquee-animation {
  0% {
    -webkit-transform: translateX(0%);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes marquee-animation {
  0% {
    -webkit-transform: translateX(0%);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.page-top .mv .reserve {
  position: fixed;
  bottom: 40px;
  right: 0;
  /* -webkit-transform: translateY(50%);
  transform: translateY(50%); */
}
.page-top .calendar {
  padding-block: 90px 120px;
}
@media (max-width: 1024px) {
  .page-top .calendar {
    padding-block: 60px 90px;
  }
}
@media (max-width: 767px) {
  .page-top .calendar {
    padding-block: 56px 57px;
  }
}
.page-top .calendar .calendar__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 1024px) {
  .page-top .calendar .calendar__body {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .calendar .calendar__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.page-top .information {
  padding-block: 120px;
  background-color: #f3f0e4;
}
@media (max-width: 1024px) {
  .page-top .information {
    padding-block: 90px;
  }
}
@media (max-width: 767px) {
  .page-top .information {
    padding-block: 48px;
  }
}
.page-top .information .information__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 1024px) {
  .page-top .information .information__inner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .information .information__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-top .information .information__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-top .information .information__text {
    font-size: 1.4rem;
  }
}
.page-top .information .information__text span{
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .page-top .information .information__text span{
    font-size: 1.2rem;
  }
}
.page-top .information .information__embed {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-top .information .information__embed img,
.page-top .information .information__embed iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-top .information .information__embed {
    aspect-ratio: 343/320;
  }
}
.page-top .information .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-top .information .button {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .information .button {
    margin: 32px auto 0;
  }
}
.page-top .about {
  padding-block: 120px;
}
@media (max-width: 1024px) {
  .page-top .about {
    padding-block: 90px;
  }
}
@media (max-width: 767px) {
  .page-top .about {
    padding-block: 56px;
  }
}
.page-top .about .about__inner {
  text-align: center;
}
.page-top .about .about__title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-transform: translateX(-11px);
  transform: translate(-11px);
}
@media (max-width: 767px) {
  .page-top .about .about__title {
    font-size: 1.8rem;
    line-height: 2;
    -webkit-transform: translateX(1px);
    transform: translate(1px);
  }
}
.page-top .about .about__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .page-top .about .about__text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .page-top .about .about__text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    margin-top: 16px;
  }
}
.page-top .about .button {
  margin: 54px auto 0;
}
@media (max-width: 1024px) {
  .page-top .about .button {
    margin: 42px auto 0;
  }
}
@media (max-width: 767px) {
  .page-top .about .button {
    margin: 32px auto 0;
  }
}
.page-top .about .about__slider {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .page-top .about .about__slider {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .page-top .about .about__slider {
    margin-top: 48px;
  }
}
.page-top .about .about__slider .about__slide {
  width: 520px;
  /* aspect-ratio: 1; */
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-top .about .about__slider .about__slide {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .page-top .about .about__slider .about__slide {
    width: 160px;
  }
}
.page-top .about .about__slider .about__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .treatment .treatment__inner {
  background-color: #f3f0e4;
  padding: 64px 48px;
}
@media (max-width: 1024px) {
  .page-top .treatment .treatment__inner {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .page-top .treatment .treatment__inner {
    padding: 48px 16px;
  }
}
.page-top .treatment .treatment__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .page-top .treatment .treatment__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page-top .treatment .treatment__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.page-top .treatment .treatment-item {
  background-color: #fff;
  padding: 16px;
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .page-top .treatment .treatment-item {
    padding: 12px;
  }
}
.page-top .treatment .treatment-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-top .treatment .treatment-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .page-top .treatment .treatment-item__title {
    font-size: 1.6rem;
  }
}
.page-top .treatment .treatment-item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .treatment .treatment-item__text {
    font-size: 1.2rem;
  }
}
.page-top .treatment .button {
  margin: 62px auto 0;
}
@media (max-width: 1024px) {
  .page-top .treatment .button {
    margin: 48px auto 0;
  }
}
@media (max-width: 767px) {
  .page-top .treatment .button {
    margin: 32px auto 0;
  }
}
.page-top .doctor {
  padding-block: 120px 160px;
}
@media (max-width: 1024px) {
  .page-top .doctor {
    padding-block: 90px 130px;
  }
}
@media (max-width: 767px) {
  .page-top .doctor {
    padding-block: 56px;
  }
}
.page-top .doctor .doctor__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-top .doctor .doctor__text {
    font-size: 1.4rem;
  }
}
.page-top .doctor .doctor__slider {
  margin-top: 80px;
  height: 400px;
}
@media (max-width: 1024px) {
  .page-top .doctor .doctor__slider {
    height: 320px;
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .page-top .doctor .doctor__slider {
    margin-top: 32px;
    height: 240px;
  }
}
.page-top .doctor .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-top .doctor .doctor-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 400px;
  height: 400px;
  padding: 30px;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .page-top .doctor .doctor-slide {
    width: 320px;
    height: 320px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .page-top .doctor .doctor-slide {
    width: 240px;
    height: 240px;
    padding: 20px;
  }
}
.page-top .doctor .doctor-slide + .doctor-slide {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .page-top .doctor .doctor-slide + .doctor-slide {
    margin-left: 4px;
  }
}
.page-top .doctor .doctor-slide.slick-active {
  padding: 0;
  opacity: 1;
}
.page-top .doctor .doctor-slide.slick-active .doctor-slide__text {
  padding: 0 32px 31px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-top .doctor .doctor-slide.slick-active .doctor-slide__text {
    font-size: 1.4rem;
    padding: 0 16px 16px;
  }
}
.page-top .doctor .doctor-slide .doctor-slide__img {
  position: relative;
}
.page-top .doctor .doctor-slide .doctor-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .doctor .doctor-slide .doctor-slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 108px;
  background: -webkit-linear-gradient(
    269.85deg,
    rgba(115, 115, 115, 0) 38.78%,
    rgba(115, 115, 115, 0.2) 51.71%,
    rgba(115, 115, 115, 0.45) 67.79%,
    #737373 93.52%
  );
  background: linear-gradient(
    180.15deg,
    #73737300 38.78%,
    #73737333 51.71%,
    #73737373 67.79%,
    #737373 93.52%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .doctor .doctor-slide .doctor-slide__text {
  display: block;
  margin-top: auto;
  padding: 0 27px 26px;
  color: #fffdf6;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-top .doctor .doctor-slide .doctor-slide__text {
    font-size: 1.2rem;
    padding: 0 13px 13px;
  }
}
.page-top .doctor .button {
  margin: 56px auto 0;
}
@media (max-width: 767px) {
  .page-top .doctor .button {
    margin: 32px auto 0;
  }
}
