.ly_mv.ly_mv--acne {
  position: relative;
  background: url("../img/mv_image.webp") no-repeat right -3rem center / cover;
  background-color: #ebf8f1;
  height: clamp(540px, 45vw, 660px);
  overflow: hidden;
}
.ly_mv__inner {
  max-width: 76rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  width: 100%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.ly_mv__lead {
  margin-bottom: 1rem;
}
.ly_mv__caption {
  margin-top: 5rem;
  background-color: rgba(224, 217, 68, 0.8);
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  line-height: 1.8;
  color: #6b572a;
  font-weight: 500;
}
.ly_mv__caption .ly_mv__br {
  display: none;
}
@media screen and (max-width: 1025px) {
  .ly_mv.ly_mv--acne {
    height: clamp(440px, 45vw, 560px);
  }
  .ly_mv__inner .ly_mv__text {
    width: 45%;
  }
  .ly_mv__caption {
    padding: 0.65rem 1rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 769px) {
  .ly_mv.ly_mv--acne {
    padding: 5rem 0;
  }
  .ly_mv__inner {
    min-height: auto;
    bottom: 6%;
  }
  .ly_mv__caption {
    margin-top: 2rem;
    padding: 0.65rem 1.5rem;
    width: fit-content;
    font-size: 1rem;
  }
  .ly_mv__caption .ly_mv__br {
    display: block;
  }
}
@media (max-width: 600px) {
  .ly_mv.ly_mv--acne {
    background-image: url("../img/mv_image-sp.webp");
    background-position: center top -5rem;
    background-size: 100% auto;
    height: 800px;
    background-color: #e2f4e9;
  }
  .ly_mv__inner .ly_mv__text {
    width: 94%;
    margin: 0 auto;
  }
  .ly_mv__inner {
    min-height: auto;
    bottom: 2rem;
  }
  .ly_mv__caption {
    margin-top: 3rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 431px) {
  .ly_mv.ly_mv--acne {
    height: 600px;
  }
  .ly_mv__inner {
    bottom: 1.5rem;
  }
  .ly_mv__caption {
    margin-top: 2rem;
  }
}
.ly_top-intro {
  padding: 3rem 1.5rem;
  text-align: center;
  background-image: url("../img/bg_gradient.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 1.85rem;
  font-family: var(--font-secondary);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .ly_top-intro {
    padding: 1.5rem;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 431px) {
  .ly_top-intro {
    padding: 1.2rem;
    font-size: 1.15rem;
    text-align: left;
  }
}
.ly_top-message .ly_top-message__image {
  flex-basis: 42.5%;
}
.ly_top-message .ly_top-message__text {
  flex-basis: 52.5%;
}
@media screen and (max-width: 601px) {
  .ly_top-message .ly_top-message__image, .ly_top-message .ly_top-message__text {
    flex-basis: 100%;
  }
  .ly_top-message .ly_top-message__image img {
    width: 100%;
    height: 280px;
    border-radius: 1rem;
    object-fit: cover;
    object-position: center;
  }
}
.ly_top-message__button {
  margin-top: 1rem;
}

.ly_top-access {
  position: relative;
}

.ly_top-access .access-map {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
/* ===================================================
   TOP FEATURE SECTION
=================================================== */
.ly_top-feature {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background-image: url("../img/bg_gradient-02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.ly_top-feature .section-heading::before {
  color: #eae8d7;
}
/* ===================================================
   FEATURE ITEM
=================================================== */
.ly_top-feature .bl_feature__item {
  display: grid;
  grid-template-columns: 4.5fr 5fr;
  gap: 4.5rem;
  margin: 0 auto clamp(40px, 7vw, 80px);
  margin-top: 8rem;
  padding: 2.5rem 4rem 1rem;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.ly_top-feature .bl_feature__item:last-of-type {
  margin-bottom: 0;
}
/* 反転レイアウト */
.ly_top-feature .bl_feature__item.bl_feature__item--reverse {
  grid-template-columns: 5fr 4.5fr;
}
/* ===================================================
   MEDIA（画像部分）
=================================================== */
.ly_top-feature .bl_feature__media {
  position: relative;
  z-index: 1;
  transform: translateY(clamp(-90px, -12vw, -48px));
  overflow: visible;
}
.ly_top-feature .bl_feature__media img {
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}
/* ===================================================
   TEXT（テキスト部分）
=================================================== */
.ly_top-feature .bl_feature__label {
  margin: 0 0 .4rem;
  font-size: 0.85rem;
  letter-spacing: .06em;
  color: #68aa2a;
}
.ly_top-feature .bl_feature__title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}
/* ===================================================
   RESPONSIVE
=================================================== */
@media screen and (max-width: 1025px) {
  .ly_top-feature .bl_feature__item {
    gap: 3rem;
    padding: 2.5rem 4rem 1.5rem;
    margin-top: 6rem;
  }
  .ly_top-feature .bl_feature__media {
    transform: translateY(clamp(-70px, -12vw, -48px));
  }
}
@media (max-width: 960px) {
  .ly_top-feature .bl_feature__item {
    padding: 3rem;
    margin-top: 3rem;
  }
  .ly_top-feature .bl_feature__media, .ly_top-feature .bl_feature__body {
    order: initial;
    transform: none;
  }
}
@media (max-width: 820px) {
  .ly_top-feature .bl_feature__item, .ly_top-feature .bl_feature__item.bl_feature__item--reverse {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 431px) {
  .ly_top-feature .bl_feature__item {
    padding: 1.75rem;
    margin-top: 2rem;
  }
}
/* ===================================================
   REVERSE ORDERING
=================================================== */
.ly_top-feature .bl_feature__item.bl_feature__item--reverse .bl_feature__media {
  order: 2;
}
@media (max-width: 820px) {
  .ly_top-feature .bl_feature__item.bl_feature__item--reverse .bl_feature__media {
    order: 1;
  }
}
.ly_top-feature .bl_feature__item.bl_feature__item--reverse .bl_feature__body {
  order: 1;
}
.ly_top-access .access-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
.ly_top-doctorview .bl_doctorview {
  background-color: #dfdac8;
  padding: clamp(2.5rem, 3vw, 3rem) clamp(2rem, 4vw, 4rem) clamp(1rem, 2vw, 2rem);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ly_top-doctorview .bl_doctorview__title {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  letter-spacing: .06em;
  margin: 0 0 2.5rem;
  text-align: center;
  position: relative;
}
.ly_top-information .information__timetable-wrap {
  background-color: #fef7e3;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .ly_top-information .information__timetable-wrap {
    padding: 0.65rem;
  }
}
.ly_top-information .information__timetable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.875rem;
  color: var(--primary);
}
.ly_top-information .information__timetable th, .ly_top-information .information__timetable td {
  border-bottom: none;
  padding: 0.35rem 0.6rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .ly_top-information .information__timetable th, .ly_top-information .information__timetable td {
    padding: 0.35rem;
  }
}
.ly_top-information .information__timetable-txt {
  line-height: 1.7;
  margin-top: 0.8rem;
}
.ly_top-information .information__timetable-txt a.link {
  color: #4b9a83;
  text-decoration: underline;
}
.ly_top-information .information__timetable-txt a.link:hover {
  text-decoration: none;
}
.ly_top-information .information__timetable-txt .label {
  display: inline-block;
  background-color: #4b9a83;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.2rem 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 600px) {
  .ly_top-information .information__timetable th, .ly_top-information .information__timetable td {
    padding: 0.4rem;
    font-size: 0.85rem;
  }
  .ly_top-information .information__timetable-wrap {
    padding: 1rem;
  }
}
.ly_top-information .information-buttons {
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
  max-width: 940px;
}
@media screen and (max-width: 601px) {
  .ly_top-information .information-buttons {
    flex-direction: column;
    gap: 1rem;
  }
}
.ly_top-information .information-buttons li {
  flex: 1;
  text-align: center;
}
.ly_top-information .information-buttons li a {
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  justify-content: center;
  padding: 1.65rem 1rem;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 431px) {
  .ly_top-information .information-buttons li a {
    padding: 1.2rem 1rem;
    font-size: 1rem;
  }
}
.ly_top-information .information-buttons .information-buttons--reserve a {
  background-color: var(--red);
}
.ly_top-information .information-buttons .information-buttons--line a {
  background-color: #00c300;
}
.ly_top-information .information-buttons a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ly_top-information .information-buttons--reserve a::before {
  background-image: url("../img/icon-calendar.webp");
}
.ly_top-information .information-buttons--line a::before {
  background-image: url("../img/icon-line.webp");
}