/* ==============================
Lower Header
============================== */

.lower-header {
  position: relative;
  z-index: 1000;
  background: #e2ded7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.lower-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 15px 1%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lower-header__left {
  line-height: 1;
}

.lower-header__catch {
  margin: 0 0 18px;
  color: #4d3524;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.14em;
}

.lower-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #4d3524;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.lower-header__logo img,
.lower-header__logo .mv-header__logo-img {
  display: block;
  max-height: 27px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(13%) saturate(2436%) hue-rotate(349deg) brightness(95%) contrast(88%);
}

.lower-header__right {
  display: flex;
  align-items: center;
  gap: 44px;
}

.lower-header__reserve {
  color: #55381b;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.lower-header__menu {
  width: 55px;
  height: 55px;
  padding: 0;
  border: 1px solid #55381b;
  border-radius: 50%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.lower-header__menu span {
  display: block;
  width: 25px;
  height: 1px;
  background: #4d3524;
}


/* ==============================
Lower MV
============================== */

.lower-mv {
  position: relative;
  background: #e2ded7;
  padding: 80px 0 50px;
  text-align: center;
}

.lower-mv__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lower-mv__title {
  margin: 0;
  color: #55381b;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.lower-mv__sub {
  margin: 10px 0 0;
  color: #b3927b;
  font-family: "Cormorant Infant", serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.08em;
}


/* ==============================
Fixed Header
============================== */

.lower-header.is-fixed .lower-header__inner {
  background: #7a6148;
  align-items: center;
}

.lower-header.is-fixed .lower-header__catch {
  display: none;
}

.lower-header.is-fixed .lower-header__logo img,
.lower-header.is-fixed .lower-header__logo .mv-header__logo-img {
  filter: none;
}

.lower-header.is-fixed .lower-header__reserve {
  color: #fff;
}

.lower-header.is-fixed .lower-header__menu {
  border-color: #fff;
}

.lower-header.is-fixed .lower-header__menu span {
  background: #fff;
}


/* ==============================
Lower Content
============================== */

.lower-page{
  background: #f2efeb;
}

 .lower-content {
  padding: 0px 0 120px;
}

.lower-content__inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}


/* ==============================
SP
============================== */

@media screen and (max-width: 768px) {
  .lower-content__inner {
    width: 96%;
  }

  .lower-header__inner {
    width: 100%;
    padding: 10px 18px 16px;
    align-items: center;
  }

  .lower-header__catch {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .lower-header__logo {
    gap: 8px;
    font-size: 14px;
  }

  .lower-header__logo img,
  .lower-header__logo .mv-header__logo-img {
    max-width: 260px;
  }

  .lower-header__right {
    gap: 14px;
  }

  .lower-header__reserve {
    display: none;
  }

  .lower-header__menu {
    width: 52px;
    height: 52px;
    gap: 6px;
  }

  .lower-header__menu span {
    width: 24px;
  }

  .lower-mv {
    padding: 80px 20px 42px;
  }

  .lower-mv__title {
    font-size: 24px;
  }

  .lower-mv__sub {
    font-size: 18px;
    margin-top: 0;
  }

  .lower-header.is-fixed .lower-header__inner {
    padding: 12px 18px;
  }

  .lower-content {
    padding: 56px 0 80px;
  }
}



/* ==============================
Breadcrumb
============================== */

.lower-breadcrumb {
  background: #f2efeb;
}

.lower-breadcrumb__inner {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.breadcrumbs {
  margin: 0;
  color: #55381b;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.breadcrumbs a {
  color: #b3927b;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .lower-breadcrumb__inner {
    width: calc(100% - 40px);
    padding: 10px 0;
  }

  .breadcrumbs {
    font-size: 11px;
    line-height: 1.7;
  }
}




/* ==============================
スクロールタイトル
============================== */

.lower__title{
  margin: 0;
  color: #55381b;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lower__lead{
  margin: 0 0 56px;
  color: #b3927b;
  font-family: "Cormorant Infant", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.lower__title,
.lower__lead,
.midashi,
.midashi_sub {
  opacity: 0;
  transform: translateY(24px);
  transition:
  opacity 0.8s ease,
  transform 0.8s ease;
}

/* 表示後 */
.lower__title.is-active,
.lower__lead.is-active,
.midashi.is-active,
.midashi_sub.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* サブタイトルを少し遅らせる */
.lower__lead {
  transition-delay: 0.25s;
}


/* ==============================
スクロールコンテンツ
============================== */

.js-fade {
  opacity: 0;
  transition: opacity 0.9s ease;
}

.js-fade.is-active {
  opacity: 1;
}


/* ==============================
中央寄せ
============================== */

.u-center {
  margin-inline: auto;
}


.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-inner {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

.u-text-center {
  text-align: center;
}

/* ==============================
Lower Policy
============================== */

.lower_bg_glay {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #e2ded7;
  padding: 90px 0 100px;
}



/* ==============================
Lower About
============================== */

.lower-about {
  padding: 70px 0 90px;
}

.lower-about__inner {
  margin: 0 auto;
}

.lower-about-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44%;
  gap: 80px;
  align-items: start;
}

.lower-about-profile__name {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #55381b;
}

.lower-about-profile__label {
  min-width: 54px;
  padding: 5px 12px 6px;
  border: 1px solid #55381b;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.lower-about-profile__jp {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.lower-about-profile__en {
  color: #b3927b;
  font-family: "Cormorant Infant", serif;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.lower-about-profile__list {
  margin: 0;
  color: #55381b;
  font-family: "Noto Serif JP", serif;
}

.lower-about-profile__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid #b3927b;
}

.lower-about-profile__row:last-child {
  border-bottom: 1px solid #b3927b;
}

.lower-about-profile__row dt {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.lower-about-profile__row dd {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.lower-about-profile__image {
  position: relative;
  padding: 12px 12px 0 12px;
}

.lower-about-profile__image::before {
  content: "";
  position: absolute;
  inset: 0 20px 10px 0px;
  border: 1px solid #b3927b;
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}

.lower-about-profile__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 450 / 450;
  object-fit: cover;
  border-radius: 8px;
}

.lower-about-message {
  position: relative;
  margin-top: 70px;
}

.lower-about-message__bg {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(70px, 9vw, 90px);
  font-weight: 300;
  line-height: 0.85;
  letter-spacing: 0.04em;
}

.lower-about-message__title {
  margin: 0 0 20px;
  color: #b3927b;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.lower-about-message__text {
  color: #55381b;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.08em;
}

.lower-about-message__text p {
  margin: 0 0 30px;
}

.lower-about-message__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lower-about {
    padding: 0px 0 70px;
  }

  .lower-about-profile__title {
    font-size: 26px;
  }

  .lower-about-profile__lead {
    margin-bottom: 32px;
    font-size: 17px;
  }

  .lower-about-profile__name {
    flex-wrap: wrap;
    gap: 10px;
  }

  .lower-about-profile__jp {
    font-size: 22px;
  }

  .lower-about-profile__en {
    width: 100%;
    padding-left: 64px;
  }

  .lower-about-profile__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .lower-about-profile__row dt,
  .lower-about-profile__row dd {
    font-size: 15px;
  }

  .lower-about-profile__image {
    margin-top: 36px;
    padding: 10px 10px 0 10px;
  }

  .lower-about-message {
    margin-top: 56px;
  }

  .lower-about-message__bg {
    font-size: 70px;
  }

  .lower-about-message__title {
    font-size: 18px;
  }

  .lower-about-message__text {
    font-size: 15px;
    line-height: 2;
  }
}



@media (max-width: 768px) {

  .lower-about {
    padding: 0 0 60px;
  }

  .lower-about-profile {
    display: block;
    position: relative;
  }

  .lower-about-profile__body {
    display: block;
  }

  .lower-about-profile__title {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.4;
  }

  .lower-about-profile__lead {
    margin: 0 0 44px;
    font-size: 18px;
    line-height: 1.5;
    color: #b9957d;
  }

  .lower-about-profile__name {
    margin-bottom: 26px;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  .lower-about-profile__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    margin-bottom: 5px;
    border: 1px solid #5a3c28;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
  }

  .lower-about-profile__jp {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .lower-about-profile__en {
    display: block;
    margin-top: 2px;
    color: #b9957d;
    font-family: "Cormorant Infant", serif;
    font-size: 14px;
    padding-left: 0;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .lower-about-profile__list {
    display: block;
    width: 50%;
    margin: 0;
  }

  .lower-about-profile__row {
    padding: 12px 0;
    border-top: 1px solid #b9957d;
  }

  .lower-about-profile__row:last-child {
    border-bottom: 1px solid #b9957d;
  }

  .lower-about-profile__row dt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
  }

  .lower-about-profile__row dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .lower-about-profile__image {
    position: absolute;
    right: 0;
    top: 180px;
    width: 47%;
    height: 225px;
    z-index: 2;
  }

  .lower-about-profile__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }

  .lower-about-message {
    margin-top: 30px;
  }
}



/* ==============================
Lower Policy
============================== */

.lower-policy {
  background: #e2ded7;
  padding: 90px 0 100px;
}

.lower-policy__inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.lower-policy__heading {
  margin-bottom: 60px;
}

.lower-policy__list {
  display: grid;
  gap: 34px;
}

.lower-policy-card {
  background: #fff;
  border-radius: 12px;
  padding: 34px 36px;
}

.lower-policy-card__title {
  position: relative;
  margin: 0 0 14px;
  padding-left: 20px;
  color: #604229;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.lower-policy-card__title::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 5px;
  height: 1.4em;
  background: #b3927b;
}

.lower-policy-card__text {
  color: #604229;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.lower-policy-card__text p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lower-policy__inner {
    width: 96%;
  }

  .lower-policy {
    padding: 60px 0 70px;
  }

  .lower__title {
    font-size: 22px;
  }

  .lower__lead {
    font-size: 18px;
  }

  .lower-policy__heading {
    margin-bottom: 36px;
  }

  .lower-policy__list {
    gap: 24px;
  }

  .lower-policy-card {
    padding: 26px 22px;
    border-radius: 10px;
  }

  .lower-policy-card__title {
    font-size: 18px;
  }

  .lower-policy-card__text {
    font-size: 15px;
    line-height: 1.9;
  }
}




/* ==============================
Lower Facility
============================== */

.lower-facility {
  padding: 90px 0 110px;
}

.lower-facility__inner {
  margin: 0 auto;
}

.lower-facility__heading {
  margin-bottom: 58px;
}

.lower-facility__intro {
  margin-bottom: 44px;
  color: #604229;
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.lower-facility__intro p {
  margin: 0;
}

.lower-facility__sub-heading {
  margin-bottom: 46px;
}

.lower-facility__sub-title {
  margin: 0;
  color: #604229;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lower-facility__sub-lead {
  margin: 4px 0 0;
  color: #b3927b;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.lower-facility__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.lower-facility-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.lower-facility-card__button {
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.lower-facility-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 356 / 174;
  background: #604229;
}

.lower-facility-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(96, 66, 41, 0.88);
}

.lower-facility-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lower-facility-card__button:hover .lower-facility-card__image img {
  transform: scale(1.06);
}

.lower-facility-card__name {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.lower-facility-card__icon {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.lower-facility-card__body {
  padding: 30px 20px;
  color: #55381b;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.lower-facility-card__body p {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}


/* ==============================
Facility Modal
============================== */

.facility-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.facility-modal.is-open {
  display: flex;
}

.facility-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.facility-modal__content {
  position: relative;
  z-index: 1;
/*width: min(78vw, 980px);*/
text-align: center;
}

.facility-modal__img {
  display: block;
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.facility-modal__title {
  margin: 10px 0 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.facility-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #b3927b;
  font-size: 28px;
  line-height: 26px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lower-facility {
    padding: 60px 0 80px;
  }

  .lower-facility__heading {
    margin-bottom: 36px;
  }

  .lower-facility__intro {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 2;
  }

  .lower-facility__sub-title {
    font-size: 22px;
  }

  .lower-facility__sub-lead {
    font-size: 16px;
  }

  .lower-facility__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lower-facility-card__name {
    font-size: 21px;
  }

  .lower-facility-card__body {
    padding: 26px 22px 30px;
    font-size: 15px;
  }

  .facility-modal__content {
    width: 92vw;
  }

  .facility-modal__close {
    top: -16px;
    right: -8px;
  }
}




/* ==============================
Lower Feature
============================== */
.lower-feature{
	padding:50px 0 60px;
}

.lower-feature__inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.lower-feature__heading {
  margin-bottom: 52px;
}

.lower-feature__list {
  display: grid;
  gap: 88px;
}

.lower-feature-item {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 60px;
  align-items: center;
}

.lower-feature-item--reverse {
  grid-template-columns: 1fr 47%;
}

.lower-feature-item--reverse .lower-feature-item__image {
  order: 2;
}

.lower-feature-item--reverse .lower-feature-item__body {
  order: 1;
}

.lower-feature-item__image {
  position: relative;
  padding: 10px 0 0 10px;
}

.lower-feature-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 12px;
  border: 1px solid #b3927b;
  border-radius: 8px;
  z-index: 2;
}

.lower-feature-item__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 520 / 360;
  object-fit: cover;
  border-radius: 8px;
}

.lower-feature-item__title {
  margin: 0 0 24px;
  color: #b3927b;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
}

.lower-feature-item__text {
  margin: 0;
  color: #604229;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .lower-feature {
    padding: 60px 0 40px;
  }

  .lower-feature__inner {
    width: 96%;
    margin: auto;
  }

  .lower-feature__heading {
    margin-bottom: 36px;
  }

  .lower-feature__list {
    gap: 46px;
  }

  .lower-feature-item,
  .lower-feature-item--reverse {
    display: block;
  }

  .lower-feature-item__image {
    margin-bottom: 28px;
    padding: 8px 0 0 8px;
  }

  .lower-feature-item__title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .lower-feature-item__text {
    font-size: 15px;
    line-height: 2;
  }
}



@media (max-width: 768px) {

  .lower-feature-item {
    display: flex;
    flex-direction: column;
    gap:0;
  }

/* bodyを中身だけ展開 */
.lower-feature-item__body {
  display: contents;
}

/* 見出し */
.lower-feature-item__title {
  order: 1;
  margin-bottom: 20px;
}

/* 画像 */
.lower-feature-item__image {
  order: 2;
  margin-bottom: 24px;
}

/* 本文 */
.lower-feature-item__text {
  order: 3;
}

}




/* ==============================
Lower Treatment
============================== */

.lower-treatment {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: bottom / cover no-repeat url(../img/front/fc-bg.webp);
  padding: 90px 0 110px;
  position: relative;
}

.lower-treatment::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(242, 239, 235)), to(rgba(242, 239, 235, 0)));
  background: linear-gradient(180deg, rgb(242, 239, 235) 30%, rgba(242, 239, 235, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lower-treatment__inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lower-treatment__heading {
  margin-bottom: 54px;
}

.lower-treatment__intro {
  margin-bottom: 66px;
  color: #604229;
  font-size: 17px;
  line-height: 2.15;
  letter-spacing: 0.08em;
}

.lower-treatment__intro p {
  margin: 0;
}

.lower-treatment__list {
  display: grid;
  gap: 72px;
}

.lower-treatment-item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}

.lower-treatment-item__icon {
  position: relative;
  min-height: 210px;
}

.lower-treatment-item__chapter {
  position: relative;
  z-index: 2;
  margin: 0 0 -28px;
  color: #604229;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  letter-spacing: 0.08em;
}

.lower-treatment-item__chapter span {
  font-size: 18px;
}

.lower-treatment-item__chapter strong {
  margin-left: 4px;
  font-size: 52px;
  font-weight: 300;
}

.lower-treatment-item__circle {
  width: 200px;
  height: 200px;
  margin-left: 92px;
  border: 1px solid #b3927b;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.lower-treatment-item__circle img {
  width: 72px;
  height: auto;
}

.lower-treatment-item__title {
  margin: 0 0 28px;
  color: #604229;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.lower-treatment-item__text {
  margin: 0;
  color: #604229;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .lower-treatment {
    padding: 60px 0 80px;
  }

  .lower-treatment__heading {
    margin-bottom: 34px;
  }

  .lower-treatment__intro {
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 2;
  }

  .lower-treatment__list {
    gap: 31px;
  }

  .lower-treatment-item {
    display: block;
  }

  .lower-treatment-item__icon {
    min-height: auto;
    margin-bottom: 24px;
  }

  .lower-treatment-item__chapter strong {
    font-size: 36px;
  }

  .lower-treatment-item__circle{
    margin-left: 0;
  }

  .lower-treatment-item__circle img {
    width: 50px;
  }

  .lower-treatment-item__title {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .lower-treatment-item__text {
    font-size: 15px;
    line-height: 2;
  }
}



@media (max-width: 768px) {

  .lower-treatment-item {
    display: grid;
    grid-template-columns: 89px 1fr;
    column-gap: 22px;
    row-gap: 18px;
    align-items: center;
  }

  .lower-treatment-item__icon {
    display: contents;
  }

  .lower-treatment-item__chapter {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 0 4px;
  }

  .lower-treatment-item__circle {
    grid-column: 1;
    grid-row: 2;
    width: 88px;
    height: 88px;
  }

  .lower-treatment-item__body {
    display: contents;
  }

  .lower-treatment-item__title {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.5;
  }

  .lower-treatment-item__body > .lower__lead {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.6;
  }

  .lower-treatment-item__text {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0;
  }

}



/* ==============================
Lower Menu
============================== */

.lower-menu {
  padding: 90px 0 110px;
}

.lower-menu__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lower-menu__heading {
  margin-bottom: 54px;
}

.lower-menu__intro {
  margin-bottom: 50px;
  color: #604229;
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.lower-menu__intro p {
  margin: 0;
}

.lower-menu__list {
  display: grid;
  gap: 44px;
}

.lower-menu-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.lower-menu-card__link {
  display: grid;
  grid-template-columns: 300px 1fr;
  color: inherit;
  text-decoration: none;
}

.lower-menu-card__image {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.lower-menu-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(96, 66, 41, 0.82);
}

.lower-menu-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lower-menu-card__image span {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.lower-menu-card__body {
  position: relative;
  padding: 36px 20px 58px;
  color: #604229;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lower-menu-card__body p {
  margin: 0;
}

.lower-menu-card__more {
  position: absolute;
  right: 32px;
  bottom: 26px;
  min-width: 140px;
  padding-bottom: 8px;
  border-bottom: 1px solid #604229;
  color: #604229;
  font-family: "Cormorant Infant", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.lower-menu-card__more::after {
  content: "▶";
  margin-left: 10px;
  font-size: 12px;
}

.lower-menu-card__link:hover .lower-menu-card__image img {
  transform: scale(1.06);
}

.lower-menu-card__link:hover .lower-menu-card__more {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .lower-menu {
    padding: 60px 0 80px;
  }

  .lower-menu__heading {
    margin-bottom: 34px;
  }

  .lower-menu__intro {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 2;
  }

  .lower-menu__list {
    gap: 30px;
  }

  .lower-menu-card__link {
    display: block;
  }

  .lower-menu-card__image {
    min-height: 150px;
    max-height: 150px;
  }

  .lower-menu-card__image img {
    height: 150px;
  }

  .lower-menu-card__image span {
    font-size: 18px;
  }

  .lower-menu-card__body {
    padding: 26px 22px 62px;
    font-size: 15px;
    line-height: 1.9;
  }

  .lower-menu-card__more {
    right: 22px;
    bottom: 24px;
    min-width: 120px;
    font-size: 17px;
  }
}



/* ==============================
Lower Flow
============================== */

.lower-flow {
  padding: 90px 0 110px;
}

.lower-flow__inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.lower-flow__heading {
  margin-bottom: 64px;
}

.lower-flow__text {
  margin-bottom: 70px;
  color: #604229;
}

.lower-flow__text h3 {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.lower-flow__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.lower-flow__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.lower-flow-card {
  width: calc((100% - 50px) / 4);
  min-height: 420px;
  padding: 22px 20px 20px;
  background: #fff;
  border-radius: 10px;
  color: #604229;
}

.lower-flow__steps.col_3 .lower-flow-card {
  width: 32%;
}

.lower-flow-card__num {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #b3927b;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 34px;
  line-height: 1;
}

.lower-flow-card__title {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.lower-flow-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .lower-flow-card {
    width: calc((100% - 44px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .lower-flow {
    padding: 60px 0 80px;
  }

  .lower-flow__heading {
    margin-bottom: 42px;
  }

  .lower-flow__steps.col_3 .lower-flow-card {
    width: 100%;
  }

  .lower-flow__text {
    margin-bottom: 48px;
  }

  .lower-flow__text h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .lower-flow__text p {
    font-size: 15px;
    line-height: 2;
  }

  .lower-flow__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lower-flow-card {
    width: 100%;
    min-height: auto;
    padding: 24px 22px 32px;
  }

  .lower-flow-card__title {
    font-size: 20px;
  }

  .lower-flow-card p {
    font-size: 15px;
    line-height: 1.9;
  }
}



.parenting {
  padding: 200px 0 100px;
}

.parenting__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.parenting__content {
  max-width: 720px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.parenting__content .lower__lead{
  margin-bottom: 0;
}

.parenting__text {
  margin-top: 18px;
}

.parenting__text p + p {
  margin-top: 24px;
}

.parenting__img {
  position: relative;
  flex-shrink: 0;
}

.parenting__img::before {
  content: "";
  position: absolute;
  inset: -10px 10px 10px -10px;
  border: 1px solid #b3927b;
  border-radius: 10px;
}

.parenting__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.parenting__img--left {
  width: 280px;
}

.parenting__img--left img {
  aspect-ratio: 380 / 540;
}

.parenting__img--right {
  width: 260px;
  position: absolute;
  top: -120px;
  right: -20px;
}

.parenting__img--right img {
  aspect-ratio: 360 / 220;
}

/* ======================
SP
====================== */

@media screen and (max-width: 768px) {

  .parenting {
    padding: 40px 0;
  }

  .parenting__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    column-gap: 0;
    row-gap: 22px;
    align-items: start;
    padding: 0 2%;
  }

  .parenting__content {
    display: contents;
  }

/* 1 タイトル */
.parenting .lower__title {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
}

/* 2 画像 */
.parenting__img--left {
  width: 100%;
  max-width: 120px;
  margin: 0;
}

.parenting__img img {
  display: block;
  width: 100%;
  height: auto;
}

/* 3 サブタイトル */
.parenting .lower__lead {
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 50px 0 0;
}

.parenting__img--right {
  position: relative;
  width: 100%;
  top: 91px;
  right: 0;
}

/* 4 テキスト */
.parenting__text {
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: 0;
}

.parenting__text p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 2;
}

}



/* ==============================
price
============================== */
.price {
  padding: 120px 0;
}

.price__accordion {
  margin: 20px auto 0;
}

.price__item + .price__item {
  margin-top: 20px;
}

/* ボタン */
.price__button {
  width: 100%;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  border: none;
  background: #b3927b;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}

.price__button:hover {
  opacity: .85;
}

.price__button span {
  color: #fff;
  font-size: clamp(24px, 1.8vw, 36px);
  letter-spacing: 0.08em;
}

/* 矢印 */
.price__button::before {
  content: "";
  background-color: #fff;
  clip-path: polygon(50% 70%, 100% 0, 100% 30%, 50% 100%, 0 30%, 0% 0%);
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .5s;
}

.price__item.is-open .price__button::before {
  transform: translateY(-50%) rotate(-180deg);
}

/* 開閉 */
.price__content {
  max-height: 0;
  overflow: hidden;
  transition:
  max-height .5s ease,
  padding .5s ease;
  padding: 0 20px 0;
}

/*.price__item.is-open .price__content {
padding-top: 20px;
}*/

.price__block + .price__block {
  margin-top: 56px;
}

.price__ttl {
  position: relative;
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 28px;
  color: #6d4a28;
  font-size: clamp(24px, 1.5vw, 32px);
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.price__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #6d4a28;
}

/* table */
.price__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.price__table th,
.price__table td {
  border: 1px solid #c7a78f;
  padding: 28px 24px;
  color: #6d4a28;
  font-size: clamp(16px, 1vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.price__table th {
  background: #d6c4b8;
  width: 35%;
  text-align: left;
  font-weight: 500;
}

.price__table td {
  background: #fff;
  text-align: right;
}

.price__table--three th:nth-child(2) {
  width: 30%;
}

/* =========================
SP
========================= */
@media screen and (max-width: 768px) {

  .price {
    padding: 40px 0;
  }

  .price__intro {
    margin-top: 50px;
  }

  .price__accordion {
    margin-top: 50px;
  }

  .price__button {
    height: 47px;
    padding: 0 60px 0 20px;
  }

  .price__button span {
    font-size: 18px;
    text-align: center;
  }

  .price__button::before {
    right: 24px;
  }

  .price__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .price__content{
    padding: 0;
  }

  .price__table,
  .price__table tbody,
  .price__table tr,
  .price__table th,
  .price__table td {
    width: 100%;
  }

  .price__table tr + tr {
    margin-top: -1px;
  }

  .price__table th,
  .price__table td {
    padding: 10px 11px;
    font-size: 14px;
  }

  .price__table--three th{
    letter-spacing: 0;
  }

  .price__table--three th:nth-child(2) {
    width: 87%;
  }

  .price__table td {
    text-align: right;
  }

}





.card-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.card-logo-list .card-logo {
  max-width: 55px;
  line-height: 1;
}

.card-logo-list .card-logo img {
  max-height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 599px) {
  .card-logo-list .card-logo {
    max-width: 45px;
  }

  .card-logo-list .card-logo img {
    max-height: 30px;
  }
}







.reuse-sec__inner {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.reuse-sec__head {
  margin-bottom: 78px;
}

.reuse-sec__title {
  margin: 0;
  color: #604326;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.reuse-sec__sub {
  margin-top: 10px;
  color: #b79278;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.img-text {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 80px;
}

.img-text__img {
  text-align: center;
}

.img-text__img img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.img-text__body {
  color: #604326;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 2.05;
  letter-spacing: 0.12em;
}

.img-text__body p {
  margin: 0;
}

/* 画像とテキストを逆配置したい時 */
.img-text--reverse {
  grid-template-columns: 1fr 300px;
}

.img-text--reverse .img-text__img {
  order: 2;
}

.img-text--reverse .img-text__body {
  order: 1;
}

@media screen and (max-width: 768px) {
  .reuse-sec {
    padding: 70px 0 80px;
  }

  .reuse-sec__inner {
    width: min(100% - 32px, 520px);
  }

  .reuse-sec__head {
    margin-bottom: 42px;
  }

  .reuse-sec__title {
    font-size: 26px;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .reuse-sec__sub {
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .img-text,
  .img-text--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .img-text--reverse .img-text__img,
  .img-text--reverse .img-text__body {
    order: initial;
  }

  .img-text__img img {
    max-width: 190px;
  }

  .img-text__body {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
  }

  .img-text__body br {
    display: none;
  }
}




.reuse-sec {
  padding: 120px 0 0;
}

.reuse-info__item {
  padding: 0 0 42px;
  margin-bottom: 42px;
  border-bottom: 1px dashed rgba(96, 67, 38, 0.18);
}

.reuse-info__item:last-child {
  margin-bottom: 0;
}

.reuse-info__title {
  margin: 0 0 26px;
  color: #b79278;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.reuse-info__text p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .reuse-info__item {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .reuse-info__title {
    margin-bottom: 18px;
    font-size: 21px;
    letter-spacing: 0.06em;
  }

  .reuse-info__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .reuse-info__text br {
    display: none;
  }
}





.reserve-sec {
  padding: 92px 20px 110px;
  background: #f4f0ec;
  color: #5a3c28;
}

.reserve-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reserve-sec__head {
  margin-bottom: 52px;
}

.reserve-sec__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.reserve-sec__en {
  margin: 10px 0 0;
  color: #b9957d;
  font-family: "Cormorant Infant", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.reserve-sec__text {
  margin: 0 auto 32px;
}

.reserve-sec__btn-wrap {
  text-align: center;
}

.reserve-sec__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(400px, 100%);
  height: 58px;
  border: 1px solid #b9957d;
  border-radius: 6px;
  background: #fff;
  color: #55381b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: .3s;
}

.reserve-sec__btn>img{
  width: 16px;
}

.reserve-sec__btn:hover {
  opacity: .7;
}

.reserve-sec__icon {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  .reserve-sec {
    padding: 0;
  }

  .reserve-sec__head {
    margin-bottom: 48px;
  }

  .reserve-sec__title {
    font-size: 22px;
  }

  .reserve-sec__en {
    font-size: 18px;
  }

  .reserve-sec__text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .reserve-sec__btn {
    height: 58px;
    font-size: 18px;
  }
}