@charset "UTF-8";
.l-mv-container {
  overflow: clip;
}

@media screen and (min-width: 992px) {
  .l-news-container {
    padding-block: 123px 106px;
  }
}

#top .l-reserve {
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  #top .l-reserve {
    padding-block: 124px 71px;
  }
}

#top .l-about {
  padding-block: 40px 46px;
}
@media screen and (min-width: 992px) {
  #top .l-about {
    padding-block: 55px 91px;
  }
}

#top .l-gallery {
  padding-block: 40px 106px;
}
@media screen and (min-width: 992px) {
  #top .l-gallery {
    padding-block: 45px 120px;
  }
}

.l-doctor {
  padding-block: 50px 80px;
}
@media screen and (min-width: 992px) {
  .l-doctor {
    padding-block: 112px 126px;
  }
}

.p-card {
  display: grid;
  position: relative;
  z-index: 0;
  padding-inline: 20px;
  padding-block: 23px 54px;
  counter-increment: number;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (min-width: 992px) {
  .p-card {
    padding-inline: 30px;
    padding-block: 31px 105px;
    border-radius: 30px;
  }
}

.p-card::after {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  z-index: -1;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(85, 162, 188, 0.2);
  margin-bottom: -0.1em;
}
@media screen and (min-width: 992px) {
  .p-card::after {
    bottom: -32px;
    font-size: 79px;
  }
}

.p-card__ttl {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.11em;
  color: #55a2bc;
  text-align: center;
  word-break: auto-phrase;
  margin-block: 1.5em 0.5em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-card__ttl {
    font-size: 30px;
    line-height: 2.1666666667;
    margin-block: 1.5em 0.75em;
    align-self: center;
  }
}

.p-card__ttl::before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  transform: translateX(-50%);
  background-color: #55a2bc;
}
@media screen and (min-width: 992px) {
  .p-card__ttl::before {
    bottom: -0.75em;
    width: 50px;
    height: 5px;
  }
}

.p-card__ttl:has(wbr) {
  word-break: keep-all;
}

.p-card__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  margin-top: 1.25em;
}
@media screen and (min-width: 992px) {
  .p-card__txt {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0.05em;
    margin-top: 1.75em;
  }
}

.p-card__img {
  order: -1;
  border-radius: inherit;
  overflow: hidden;
  max-width: 400px;
  margin-inline: auto;
}

.p-card__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 305/209;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-card2 {
    display: grid;
    grid-template-columns: 43.932038835% 50.8899676375%;
    gap: 66px;
  }
}

.p-card2__body {
  margin-top: 36px;
}
@media screen and (min-width: 992px) {
  .p-card2__body {
    margin-top: 14px;
  }
}

.p-card2__lead {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.11em;
  color: #55a2bc;
}
@media screen and (min-width: 992px) {
  .p-card2__lead {
    font-size: 30px;
    line-height: 1.8333333333;
  }
}

.p-card2__lead:has(wbr) {
  word-break: keep-all;
}

.p-card2__txt-container {
  margin-top: 34px;
}
@media screen and (min-width: 992px) {
  .p-card2__txt-container {
    margin-top: 28px;
  }
}

.p-card2__txt:not(:first-child) {
  margin-top: 1.75em;
}

.p-card2__img {
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-card2__img {
    align-self: start;
    border-radius: 35px;
  }
}

.p-card2__img-item {
  width: 100%;
  height: 100%;
  max-height: 420px;
  aspect-ratio: 345/280;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-card2__img-item {
    max-height: initial;
    aspect-ratio: 543/636;
  }
}

.p-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 58px 52px;
}
@media screen and (min-width: 992px) {
  .p-cards {
    gap: 38px 32px;
  }
}

.p-cards__card {
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-cards__card {
    max-width: initial;
    margin-inline: initial;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

@media screen and (min-width: 1440px) {
  .p-box__inner {
    max-width: 1436px;
    margin-inline: auto;
  }
}

.p-box__content {
  padding-block: 37px 34px;
  background-color: #fff;
  border-radius: 25px;
  padding-inline: 20px;
}
@media screen and (min-width: 992px) {
  .p-box__content {
    padding-block: 50px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .p-box__content {
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding-block: 30px;
    padding-inline: initial;
  }
}

@media screen and (min-width: 1440px) {
  .p-box__hours {
    width: 70.7520891365%;
    padding-block: 36px 59px;
  }
}

.p-box__access {
  border-top: 2px solid #55a2bc;
  margin-top: 24px;
  padding-top: 32px;
}
@media screen and (min-width: 1440px) {
  .p-box__access {
    border-top: initial;
    background-image: linear-gradient(to bottom, #a0bc92 2px, transparent 2px);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    background-position: left top;
    min-width: 414px;
    width: 28.9693593315%;
    padding-block: 36px 59px;
    margin-top: initial;
  }
}

.p-lead {
  position: relative;
}

.p-lead::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 113.0666666667%;
  min-height: 149px;
  background-color: #f8f7f2;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-lead::before {
    width: 630px;
    min-height: 997px;
    height: 110svh;
    top: calc(50% - 26px);
    left: initial;
    right: -376px;
    transform: translateY(-50%) translateX(50%);
    animation: right-animation 1.25s ease-in-out forwards;
    animation-delay: 0.75s;
  }
}
@media screen and (min-width: 1440px) {
  .p-lead::before {
    width: 752px;
  }
}

@keyframes right-animation {
  0% {
    transform: translateY(-50%) translateX(50%);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.p-lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 80px, #f8f7f2 80px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-lead::after {
    inset: initial;
    background: initial;
    top: calc(50% - 26px);
    left: -376px;
    transform: translateY(-50%) translateX(-50%);
    width: 630px;
    min-height: 997px;
    height: 110svh;
    background-color: #f8f7f2;
    border-radius: 50%;
    animation: left-animation 1.25s ease-in-out forwards;
    animation-delay: 0.75s;
  }
}
@media screen and (min-width: 1440px) {
  .p-lead::after {
    width: 752px;
  }
}

@keyframes left-animation {
  0% {
    transform: translateY(-50%) translateX(-50%);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
@media screen and (min-width: 992px) {
  .p-lead__inner {
    display: contents;
  }
}

.p-lead__content {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-lead__content {
    display: grid;
    grid-template-columns: repeat(2, 371px);
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-block: 30px 48px;
  }
}

.p-lead__logo {
  max-width: 183px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-lead__logo {
    max-width: 200px;
    justify-self: start;
    margin-inline: initial;
    padding-inline: 25px 34px;
    box-sizing: content-box;
    opacity: 0;
    animation: opacity-animation 0.75s forwards;
    animation-delay: 2s;
  }
}
@media screen and (min-width: 1440px) {
  .p-lead__logo {
    max-width: 270px;
    margin-left: auto;
  }
}

.p-lead__logo-img {
  width: 100%;
  height: auto;
}

.p-lead__body {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-lead__body {
    display: revert;
    justify-self: end;
    padding-inline: 38px 25px;
    max-width: 180px;
    box-sizing: content-box;
    opacity: 0;
    animation: opacity-animation 0.75s forwards;
    animation-delay: 2s;
  }
}
@media screen and (min-width: 1440px) {
  .p-lead__body {
    max-width: 330px;
    padding-inline: 60px 25px;
  }
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-lead__ttl {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-align: center;
  margin-top: 1.25em;
}
@media screen and (min-width: 992px) {
  .p-lead__ttl {
    font-size: 28px;
    text-align: initial;
  }
}
@media screen and (min-width: 1440px) {
  .p-lead__ttl {
    font-size: 37px;
    line-height: 1.3783783784;
  }
}

.p-lead__ttl:has(wbr) {
  word-break: keep-all;
}

.p-lead__accent {
  color: #55a2bc;
}

.p-lead__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 0.75em;
  width: 87.5362318841%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-lead__txt {
    line-height: 1.7857142857;
    letter-spacing: 0.15em;
    text-align: initial;
    margin-top: 1em;
    margin-inline: initial;
  }
}

.p-lead__txt:has(wbr) {
  word-break: keep-all;
}

@keyframes zoom-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.p-swiper-mv {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-swiper-mv {
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-swiper-mv__wrapper {
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-swiper-mv__slide {
    height: 100%;
  }
}

.p-swiper-mv__img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-swiper-mv__img {
    height: 100%;
  }
}

.p-swiper-mv__img-item {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/337;
  object-fit: cover;
  transform-origin: center center;
  animation: zoom-up 7s linear 0s both paused;
}
@media screen and (min-width: 992px) {
  .p-swiper-mv__img-item {
    aspect-ratio: 1536/876;
    width: 100%;
  }
}

.swiper-slide-active .p-swiper-mv__img-item,
.swiper-slide-duplicate-active .p-swiper-mv__img-item {
  animation-play-state: running;
}

@media screen and (min-width: 992px) {
  .p-mv-container {
    display: grid;
  }
}

.p-mv-container__head {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-mv-container__head {
    display: grid;
    grid-area: 1/1;
    z-index: 2;
    padding-block: 30px 48px;
    pointer-events: none;
  }
}

.p-mv-container__txt {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-mv-container__txt {
    display: revert;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.1;
    letter-spacing: 0.3em;
    text-align: center;
    align-self: start;
    width: 50.5208333333%;
    margin-inline: auto;
    pointer-events: initial;
  }
}

.p-mv-container__txt-accent {
  color: #55a2bc;
}

.p-mv-container__txt-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #666666;
  text-underline-offset: 0.5em;
  text-decoration-skip-ink: none;
}

.p-mv-container__menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-mv-container__menu {
    display: flex;
    align-self: end;
    justify-content: center;
    pointer-events: initial;
  }
}

.p-mv-container__body {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-mv-container__body {
    grid-area: 1/1;
    display: grid;
  }
}

.p-mv-container__mv {
  position: relative;
  z-index: 0;
  margin-bottom: -60px;
}
@media screen and (min-width: 992px) {
  .p-mv-container__mv {
    grid-area: 1/1;
    height: 100svh;
    margin-bottom: initial;
  }
}

.p-mv-container__lead {
  z-index: 1;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-mv-container__lead {
    grid-area: 1/1;
    padding-bottom: initial;
  }
}

.p-news-container {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-news-container {
    display: revert;
  }
}

.p-news-container__inner {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-news-container__inner {
    display: revert;
    max-width: 1144px;
  }
}

.p-news-container__column {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-news-container__column {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 104px;
  }
}

.p-news-container__head {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-news-container__head {
    display: flex;
  }
}

/* 既存のスタイルに追加 */
#top .p-news-container__body {
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  #top .p-news-container__body {
    padding-bottom: initial;
  }
}

/* 既存のスタイルに追加 */
@media screen and (min-width: 992px) {
  #top .p-news {
    padding-top: initial;
  }
}

#top .p-news::before,
#top .p-news::after {
  content: initial;
}

@media screen and (min-width: 992px) {
  .p-news__inner {
    display: contents;
  }
}

#top .p-news .p-news__list {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  #top .p-news .p-news__list {
    margin-inline: initial;
    max-width: initial;
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  #top .p-news .p-news__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

#top .p-news .p-news__date {
  color: #55a2bc;
}

.p-news__ttl {
  color: #666;
}

.p-news__btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-news__btn {
    margin-top: 42px;
  }
}

.p-top-hours__inner {
  padding-inline: initial;
}
@media screen and (min-width: 992px) {
  .p-top-hours__inner {
    padding-inline: 68px 60px;
  }
}

.p-top-hours__table-container {
  margin-top: 18px;
  max-width: 600px;
  margin-inline: auto;
  overflow-x: auto;
}
@media screen and (min-width: 992px) {
  .p-top-hours__table-container {
    margin-top: 17px;
    max-width: initial;
    margin-inline: initial;
  }
}

.p-top-hours__table-container .p-table-container__table {
  min-width: 305px;
}
@media screen and (min-width: 992px) {
  .p-top-hours__table-container .p-table-container__table {
    min-width: initial;
  }
}

.p-top-access__inner {
  padding-inline: initial;
}
@media screen and (min-width: 992px) {
  .p-top-access__inner {
    padding-inline: 60px 62px;
  }
}

.p-top-access__txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 280px;
  margin-inline: auto;
  margin-top: 17px;
}
@media screen and (min-width: 576px) {
  .p-top-access__txt {
    max-width: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-top-access__txt {
    font-size: 16px;
    line-height: 1.5625;
    text-align: initial;
    margin-inline: initial;
    margin-top: 22px;
  }
}

.p-top-access__txt:has(wbr) {
  word-break: keep-all;
}

.p-top-access__btn {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .p-top-access__btn {
    text-align: initial;
    margin-top: 16px;
  }
}

#top .p-reserve .p-reserve__list {
  margin-top: 66px;
}
@media screen and (min-width: 992px) {
  #top .p-reserve .p-reserve__list {
    margin-top: 71px;
    gap: 36px;
  }
}

#top .p-reserve .p-reserve__num {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  letter-spacing: 0.14em;
  color: #fff;
  background-image: url("../img/common/bg_point.svg");
  padding-bottom: initial;
}
@media screen and (min-width: 992px) {
  #top .p-reserve .p-reserve__num {
    font-size: 29px;
  }
}

.p-reserve__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 482/349;
  object-fit: cover;
  border-radius: 29px;
}
@media screen and (min-width: 992px) {
  .p-reserve__img {
    border-radius: 40px;
  }
}

#top .p-reserve .p-reserve__txt {
  line-height: 1.6875;
  margin-top: 27px;
}
@media screen and (min-width: 992px) {
  #top .p-reserve .p-reserve__txt {
    margin-top: 41px;
  }
}

.p-about {
  background-color: #f8f7f2;
}

@media screen and (min-width: 992px) {
  .p-about__inner {
    max-width: 1336px;
  }
}

.p-about__cards {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-about__cards {
    margin-top: 58px;
  }
}

.p-about__btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-about__btn {
    margin-top: 46px;
  }
}

.p-about__btn-link {
  margin-inline: auto;
}

/* 既存のスタイルに追加 */
.p-gallery__swiper {
  margin-top: 30px;
  overflow: visible;
}
@media screen and (min-width: 576px) {
  .p-gallery__swiper {
    margin-top: 155px;
  }
}
@media screen and (min-width: 992px) {
  .p-gallery__swiper {
    margin-top: 255px;
  }
}

.p-gallery .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .p-gallery__swiper .swiper-wrapper {
    align-items: flex-end;
  }
  .p-gallery .swiper-slide {
    transform-origin: bottom center;
  }
}
#top .p-gallery::after {
  content: initial;
}

.p-gallery__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-gallery__btn {
    margin-top: 39px;
  }
}

.p-doctor {
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.p-doctor::before {
  content: "";
  display: inline-block;
  width: 208px;
  height: 209px;
  background: url(../img/top/bg_logo.svg) no-repeat center/contain;
  position: absolute;
  top: -41px;
  left: -11px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-doctor::before {
    width: 486px;
    height: 487px;
    top: -43px;
    right: -24px;
    left: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-doctor__inner {
    max-width: 1230px;
  }
}

.p-doctor__card {
  margin-top: 31px;
  max-width: 650px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-doctor__card {
    margin-top: 54px;
    max-width: initial;
  }
}

.p-doctor__name {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .p-doctor__name {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    margin-right: 1em;
  }
}

.p-doctor__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-doctor__btn {
    margin-top: 78px;
  }
}

.p-contact {
  display: grid;
  align-items: start;
}

.p-contact__inner {
  grid-area: 1/1;
  display: grid;
  padding-block: 76px 79px;
}
@media screen and (min-width: 992px) {
  .p-contact__inner {
    padding-block: 120px 135px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__inner {
    width: initial;
    box-sizing: content-box;
  }
}

.p-contact__ttl {
  color: #fff;
}

.p-contact__ttl::after {
  color: inherit;
}

.p-contact__info {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
}
@media screen and (min-width: 576px) {
  .p-contact__info {
    flex-direction: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-contact__info {
    margin-top: 43px;
    gap: 35px;
  }
}

.p-contact__btn {
  text-align: center;
  min-width: min(100%, 280px);
  display: flex;
  justify-content: center;
}

.p-contact__img {
  grid-area: 1/1;
  display: grid;
  height: 100%;
}

.p-contact::before {
  grid-area: 1/1;
  content: "";
  display: inline-block;
  background-color: rgba(85, 162, 188, 0.68);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-contact__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1536/571;
  object-fit: cover;
}/*# sourceMappingURL=top.css.map */