.section.child-top .area .top .lead {
  margin-top: 5px;
  margin-bottom: 50px;
}
.section.child-top .area .top .ex {
  line-height: 2.2;
}
.gallery-page .section {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ============== ギャラリー用 ============== */
.schedule .child-top {
  background: url(../img/child/facility01.webp) no-repeat center center / cover;
  color: #fff;
}

.schedule-calendar .lead-area {
  height: auto;
}

.schedule-calendar .schedule-area {
  margin: 0 auto;
}

.schedule-calendar .calendar-panel {
  margin-top: 4rem;
  padding: 3.2rem 3.6rem;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(80, 66, 45, 0.08);
}

.schedule-calendar .calendar-title {
  margin-bottom: 1.8rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #555;
}

.schedule-calendar .calendar-layout {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 4rem;
  align-items: start;
}

.schedule-calendar .calendar-nav {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  margin-bottom: 1rem;
}

.schedule-calendar .calendar-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  color: #222;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1;
}

.schedule-calendar .calendar-month {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

.schedule-calendar .calendar-table {
  display: none;
}

.schedule-calendar .calendar-grid-wrap {
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.schedule-calendar .calendar-week-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid #d8d8d8;
}

.schedule-calendar .calendar-week-head div {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.3rem;
  color: #555;
  font-weight: 600;
}

.schedule-calendar .calendar-week-head .sat {
  color: #5d8ed7;
}

.schedule-calendar .calendar-week-head .sun {
  color: #d75757;
}

.schedule-calendar .calendar-week {
  position: relative;
  height: 85px;
  min-height: 85px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
.schedule-calendar .calendar-week:last-child {
  border-bottom: none;
}

.schedule-calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 85px;
  min-height: 85px;
}
.schedule-calendar .calendar-day {
  position: relative;
  height: 85px;
  padding: 8px 10px;
  border-right: 1px solid #e3e3e3;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
}

.schedule-calendar .calendar-day:nth-child(7) {
  border-right: none;
}

.schedule-calendar .calendar-day.is-empty {
  background: #fafafa;
  color: #cfcfcf;
}

.schedule-calendar .calendar-day.is-event {
  background: #f4efff;
}

.schedule-calendar .calendar-day.is-unavailable {
  background: #ddd;
  color: #999;
}

.schedule-calendar .calendar-day.is-today::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #a98b5b;
  pointer-events: none;
  z-index: 3;
}

.schedule-calendar .day-num {
  position: relative;
  z-index: 4;
  display: block;
  line-height: 1;
}

.schedule-calendar .calendar-bars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.schedule-calendar .calendar-bar {
  position: absolute;
  height: 1.25rem;
  padding: 0 0.45rem;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  z-index: 5;
}

.schedule-calendar .calendar-bar.is-event {
  background: #e9ddff;
}

.schedule-calendar .calendar-bar.is-unavailable {
  background: #cfcfcf;
  color: #777;
}

.schedule-calendar .day-num {
  display: block;
  line-height: 1;
}

.schedule-calendar .event-name {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.schedule-calendar .calendar-legend {
  padding-top: 5.2rem;
}

.schedule-calendar .legend-list {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-calendar .legend-list li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 16px;
  color: #555;
}

.schedule-calendar .legend-color {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.schedule-calendar .legend-color.event {
  background: #eee9ff;
  border-color: #eee9ff;
}

.schedule-calendar .legend-color.available {
  background: #fff;
}

.schedule-calendar .legend-color.unavailable {
  background: #ddd;
  border-color: #ddd;
}

.schedule-calendar .event-list {
  margin-top: 3rem;
  padding-top: 2.4rem;
  border-top: 1px solid #e5e5e5;
}

.schedule-calendar .event-list-title {
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  color: #555;
  letter-spacing: 0.08em;
}

.schedule-calendar .event-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-calendar .event-list li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.schedule-calendar .event-list .date {
  color: var(--color07);
  font-weight: 600;
}

.schedule-calendar .day-status.is-available {
  color: #aaa;
}
/* 仮押さえ */
.schedule-calendar .calendar-day.is-tentative {
  background: #fff7d8;
}

.schedule-calendar .calendar-bar.is-tentative {
  background: #ffe48a;
  color: #7a5b00;
}

/* 受付終了 */
.schedule-calendar .calendar-day.is-closed {
  background: #ffdede;
}

.schedule-calendar .calendar-bar.is-closed {
  background: #ff9d9d;
  color: #7c1f1f;
}

/* 予約済 */
.schedule-calendar .calendar-day.is-reserved {
  background: #dff3ff;
}

.schedule-calendar .calendar-bar.is-reserved {
  background: #8ecfff;
  color: #13415f;
}

/* イベント */
.schedule-calendar .calendar-day.is-event {
  background: #f4efff;
}

.schedule-calendar .calendar-bar.is-event {
  background: #d8c5ff;
  color: #4f3785;
}

/* 利用停止 */
.schedule-calendar .calendar-day.is-unavailable {
  background: #ddd;
  color: #999;
}
.schedule-calendar .day-status {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 4;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.schedule-section {
  background: var(--color02);
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
}
.schedule-section .schedule-area .ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
}
/* =========================================================
  resposive
========================================================= */
@media screen and (max-width: 830px) {
  .schedule-calendar .calendar-panel {
    padding: 2.4rem 1.6rem;
  }

  .schedule-calendar .calendar-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .schedule-calendar .calendar-legend {
    padding-top: 0;
  }

  .schedule-calendar .legend-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .schedule-calendar .legend-list li {
    gap: 0.7rem;
    font-size: 1.1rem;
  }

  .schedule-calendar .legend-color {
    width: 1.8rem;
    height: 1.8rem;
  }

  .schedule-calendar .calendar-week {
    min-height: 6.2rem;
  }

  .schedule-calendar .calendar-days {
    min-height: 6.2rem;
  }

  .schedule-calendar .calendar-day {
    padding: 0.4rem;
    font-size: 1.1rem;
  }

  .schedule-calendar .calendar-bar {
    height: 1.2rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  .schedule-calendar .event-name {
    display: none;
  }

  .schedule-calendar .event-list li {
    grid-template-columns: 7rem 1fr;
  }
  .insta .feed-area {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .schedule-calendar .legend-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .schedule-calendar .legend-list span {
    font-size: 13px;
  }
  .schedule-calendar .day-status {
    font-size: 12px;
  }
  .schedule-calendar .calendar-week {
    min-height: 80px;
  }
  .schedule-calendar .event-list-title {
    font-size: 18px;
  }
  .schedule-calendar .event-list .name {
    font-size: 14px;
  }
  .schedule-calendar .legend-color {
    width: 20px;
    height: 20px;
  }
}
/* ========== 施設 ========== */
.gallery-page .child-top {
  background: url(../img/gallery/gallery02.webp) no-repeat center center / cover;
  color: #fff;
}
.gallery-lead {
  color: #000;
}
.gallery-lead .txt-box .ex {
  line-height: 2;
  text-align: center;
}
.gallery-lead .ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead-area .area .box:nth-child(1) .txt-box {
  margin: 45px 0 25px;
}
.gallery-lead .ttl-box .lead {
  font-size: clamp(1.563rem, 0.751rem + 2.06vw, 2.813rem);
}
.gallery-lead .area {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.gallery-lead .area .box:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 22%;
  width: 100%;
}
.gallery-lead .menu-box {
  display: grid;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.gallery-lead .menu-box__row {
  display: grid;
  align-items: center;
  width: 100%;
}

.gallery-lead .menu-box__row--top {
  grid-template-columns: repeat(3, 1fr);
  width: 50%;
  margin: 0 auto;
}

.gallery-lead .menu-box__row--bottom {
  grid-template-columns: repeat(4, 1fr);
  width: 75%;
  margin: 0 auto;
}

.gallery-lead .menu-box__row a {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: var(--color01);
  font-family: serif;
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  padding-bottom: 4px;
}

.gallery-lead .menu-box__row a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color01);
  transform: translateX(-50%);
  opacity: 0.6;
  transition:
    width 0.3s ease,
    opacity 0.3s ease;
}

.gallery-lead .menu-box__row a:hover {
  color: var(--color04);
}

.gallery-lead .menu-box__row a:hover::after {
  width: 70%;
  opacity: 1;
}
.lead-area .area .box:nth-child(2) .menu-box li {
  text-align: center;
  border-bottom: none;
  margin-bottom: 10px;
}
/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-lead .menu-box {
    width: 100%;
    gap: 16px;
  }
  .gallery-lead .menu-box__row--top {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 14px;
  }
  .gallery-lead .menu-box__row--bottom {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 14px;
  }
  .lead-area .area .box:nth-child(2) .menu-box li {
    width: 100%;
  }
  .lead-area .area .box:nth-child(2) .menu-box li.menu-box__row--top {
    width: 75%;
  }
  .gallery-lead .menu-box__row a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .gallery-lead .menu-box {
    max-width: 100%;
  }

  .gallery-lead .menu-box__row a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .gallery-lead .txt-box .ex {
    text-align: left;
  }
  .gallery-lead .menu-box__row--top {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
  }
  .lead-area .area .box:nth-child(2) .menu-box li.menu-box__row--top {
    width: 100%;
  }
  .section.child-top .area .top .ttl {
    font-size: 25px;
  }
}
/* =========================================================
  Gallery Section 03
========================================================= */
.gallery-section03 {
  background: var(--color02);
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
  display: flex;
}
.gallery-section03 .area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.gallery-section03 .box {
  width: 50%;
}

.gallery-section03__image img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-section03__content {
  padding-top: 4px;
}

.gallery-section03__title {
  margin: 0 0 52px;
  color: #2b2926;
  font-family: serif;
  font-size: clamp(1.75rem, 1.214rem + 1.12vw, 2.375rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.gallery-section03__lead {
  margin: 0 0 42px;
  color: #2b2926;
  font-family: serif;
  font-size: clamp(0.875rem, 0.768rem + 0.41vw, 1.125rem);
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.gallery-section03__table {
  width: 100%;
  border: 1px solid var(--color07);
}

.gallery-section03__row {
  display: grid;
  grid-template-columns: 182px 1fr;
  border-bottom: 1px solid var(--color07);
}

.gallery-section03__th,
.gallery-section03__td {
  color: #2b2926;
  font-family: serif;
  font-size: clamp(0.875rem, 0.768rem + 0.22vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.gallery-section03__th {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee9e3;
  padding: 13px 16px;
  text-align: center;
}

.gallery-section03__td {
  display: flex;
  align-items: center;
  padding: 13px 32px;
}

.gallery-section03__row--area .gallery-section03__th,
.gallery-section03__row--area .gallery-section03__td {
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.gallery-section03__row--area .gallery-section03__td {
  display: block;
}

.gallery-section03__area-main {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 3px;
}

.gallery-section03__row--area p {
  margin: 0;
}

/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-section03 .area {
    flex-direction: column-reverse;
  }
  .gallery-section03 .box {
    width: 100%;
  }
  .gallery-section03__title {
    margin-bottom: 28px;
  }

  .gallery-section03__lead {
    margin-bottom: 30px;
    line-height: 2;
  }

  .gallery-section03__row {
    grid-template-columns: 120px 1fr;
  }

  .gallery-section03__th {
    padding: 12px 10px;
  }

  .gallery-section03__td {
    padding: 12px 16px;
  }

  .gallery-section03__area-main {
    display: block;
    margin-bottom: 12px;
  }

  .gallery-section03__area-main span {
    display: block;
  }
}

@media (max-width: 480px) {
  .gallery-section03__row {
    grid-template-columns: 104px 1fr;
  }

  .gallery-section03__th,
  .gallery-section03__td {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
  }

  .gallery-section03__td {
    padding-right: 12px;
    padding-left: 12px;
  }
  .gallery-section03__area-main {
    display: block;
    margin-bottom: 3px;
  }
}

/* =========================================================
  Gallery Section 04
========================================================= */
.gallery-section04 {
  background: #eee9e3;
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
}

.gallery-section04 .area {
  color: var(--color01);
  font-family: serif;
}

.gallery-section04__head {
  display: flex;
  align-items: end;
  gap: 22px;
  margin-bottom: 34px;
}

.gallery-section04__title {
  margin: 0;
  color: var(--color01);
  font-size: clamp(1.563rem, 0.751rem + 2.06vw, 2.813rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.gallery-section04__time {
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.9375rem, 0.884rem + 0.11vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.gallery-section04__price {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 836px;
  border: 1px solid var(--color07);
  border-radius: 4px;
  background: var(--color02);
  margin-bottom: 28px;
  padding: 12px;
}

.gallery-section04__price-item {
  display: grid;
  grid-template-rows: minmax(56px, auto) 45px;
  min-width: 0;
  text-align: center;
}

.gallery-section04__price-item:not(:last-child) {
  border-right: 1px solid var(--color08);
}

.gallery-section04__price-label,
.gallery-section04__price-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.8125rem, 0.706rem + 0.22vw, 0.9375rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.gallery-section04__price-label {
  border-bottom: 1px solid var(--color08);
  padding: 0 8px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.gallery-section04__price-value {
  padding-top: 6px;
  white-space: nowrap;
}

.gallery-section04__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 316px));
  gap: 28px;
  margin-bottom: 26px;
}

.gallery-section04__button {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 16px 24px;
  overflow: hidden;
  font-size: clamp(0.875rem, 0.768rem + 0.41vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.gallery-section04__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  transition:
    background-color 0.35s ease,
    background-position 0.55s ease;
}

.gallery-section04__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(22, 22, 22, 0.08);
}

.gallery-section04__button:hover::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 0.75;
}

/* outline */
.gallery-section04__button--outline,
.gallery-section04__button--outline:link,
.gallery-section04__button--outline:visited {
  border: 1px solid var(--color07);
  background: var(--color02);
  color: var(--color07) !important;
}

.gallery-section04__button--outline::before {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 42%,
      rgba(174, 145, 97, 0.13) 50%,
      transparent 58%,
      transparent 100%
    ),
    var(--color02);
  background-size: 240% 100%;
  background-position: 100% 0;
}

.gallery-section04__button--outline:hover,
.gallery-section04__button--outline:active {
  border-color: var(--color04);
  color: var(--color04) !important;
}

.gallery-section04__button--outline:hover::before {
  background-position: 0 0;
}

/* dark */
.gallery-section04__button--dark,
.gallery-section04__button--dark:link,
.gallery-section04__button--dark:visited {
  border: 1px solid var(--color01);
  background: var(--color01);
  color: var(--color02) !important;
}

.gallery-section04__button--dark::before {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 42%,
      rgba(255, 255, 246, 0.16) 50%,
      transparent 58%,
      transparent 100%
    ),
    var(--color01);
  background-size: 240% 100%;
  background-position: 100% 0;
}

.gallery-section04__button--dark:hover,
.gallery-section04__button--dark:active {
  border-color: var(--color04);
  color: var(--color02) !important;
}

.gallery-section04__button--dark:hover::before {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 42%,
      rgba(255, 255, 246, 0.16) 50%,
      transparent 58%,
      transparent 100%
    ),
    var(--color04);
  background-size: 240% 100%;
  background-position: 0 0;
}

.gallery-section04__notes {
  margin-bottom: 52px;
}

.gallery-section04__notes p {
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.875rem, 0.768rem + 0.22vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.gallery-section04__stay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 1110px;
  min-height: 100px;
  margin: 0 auto;
  border: 2px solid var(--color07);
  padding: 22px 32px;
}
.gallery-section04__stay img {
  display: block;
  width: 45px;
  height: auto;
  object-fit: contain;
  margin-right: 8px;
}

.gallery-section04__stay p {
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.85rem, 0.786rem + 0.45vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
}

/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-section04__head {
    display: block;
    margin-bottom: 28px;
  }

  .gallery-section04__title {
    margin-bottom: 10px;
  }

  .gallery-section04__price {
    grid-template-columns: 1fr;
    max-width: none;
    padding: 0;
  }

  .gallery-section04__price-item {
    grid-template-rows: auto auto;
    padding: 14px 18px;
  }

  .gallery-section04__price-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--color08);
  }

  .gallery-section04__price-label {
    border-bottom: 0;
    margin-bottom: 6px;
  }

  .gallery-section04__price-value {
    padding-top: 0;
  }

  .gallery-section04__buttons {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-section04__button {
    min-height: 62px;
  }

  .gallery-section04__notes {
    margin-bottom: 36px;
  }

  .gallery-section04__stay {
    min-height: auto;
    padding: 20px 18px;
  }
}

@media (max-width: 480px) {
  .gallery-section04__stay {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .gallery-section04__stay img {
    width: 32px;
    height: 32px;
  }
  .gallery-section04__stay p {
    text-align: center;
  }
}
/* =========================================================
  Gallery Section 05
========================================================= */
.gallery-section05 {
  background: var(--color02);
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
}

.gallery-section05 .area {
  color: var(--color01);
  font-family: serif;
}

.gallery-section05__head {
  margin-bottom: 42px;
  text-align: center;
}
.gallery-section05__title {
  margin: 0 0 16px;
  color: var(--color01);
  font-size: clamp(1.563rem, 0.751rem + 2.06vw, 2.813rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}

.gallery-section05__lead {
  margin: 0;
  color: var(--color01);
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.gallery-section05__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 30px;
}
.gallery-section05__item {
  position: relative;
  display: grid;
  grid-template-columns: 28% 1fr;
  align-items: center;
  min-height: 202px;
  border: 2px solid var(--color07);
  background: var(--color02);
  padding: 35px 40px 35px 15px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease;
}
.gallery-section05__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--color08);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.gallery-section05__item > * {
  position: relative;
  z-index: 1;
}

.gallery-section05__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section05__icon img {
  display: block;
  width: 50%;
  height: auto;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.gallery-section05__body h3 {
  margin: 0 0 18px;
  color: var(--color01);
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.gallery-section05__body p {
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.875rem, 0.768rem + 0.22vw, 1rem);
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.gallery-section05__link {
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--color01);
  font-size: clamp(0.875rem, 0.768rem + 0.22vw, 1rem);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gallery-section05__link::after {
  content: ">";
  display: inline-block;
  color: var(--color01);
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.gallery-section05__link:hover {
  color: var(--color04);
}

.gallery-section05__link:hover::after {
  color: var(--color04);
  transform: translateX(4px);
}

/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-section05__head {
    margin-bottom: 34px;
  }

  .gallery-section05__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gallery-section05__item {
    grid-template-columns: 96px 1fr;
    min-height: auto;
    padding: 28px 24px;
  }

  .gallery-section05__icon img {
    width: 66px;
    height: 66px;
  }

  .gallery-section05__body h3 {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .gallery-section05__item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .gallery-section05__icon {
    justify-content: center;
  }

  .gallery-section05__body {
    text-align: center;
  }

  .gallery-section05__link {
    margin-top: 18px;
  }
  .gallery-section05__lead {
    font-size: 15px;
    text-align: left;
  }
}

/* =========================================================
  Gallery Section 06
========================================================= */
.gallery-section06 {
  background: var(--color02);
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
}

.gallery-section06 .area {
  color: var(--color01);
  font-family: serif;
}

.gallery-section06__head {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: start;
  gap: 38px;
  margin-bottom: 46px;
}

.gallery-section06__intro {
  padding-top: 6px;
}

.gallery-section06__title {
  margin: 0 0 22px;
  color: var(--color01);
  font-size: clamp(1.563rem, 0.751rem + 2.06vw, 2.813rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.gallery-section06__intro p {
  margin: 0;
  color: var(--color01);
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  line-height: 2;
  letter-spacing: 0.06em;
}

.gallery-section06__photos {
  display: grid;
  grid-template-columns: 1.38fr 1fr;
  gap: 8px;
}

.gallery-section06__photo {
  overflow: hidden;
}

.gallery-section06__photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-section06__photo--large img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
}
.gallery-section06__photo--middle img {
  object-fit: cover;
  height: 100%;
}
.gallery-section06__photo:hover img {
  transform: scale(1.04);
}

.gallery-section06__tables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.gallery-section06__table-title {
  display: flex;
  justify-content: center;
  min-height: 38px;
  align-items: baseline;
  margin: 0 0 8px;
  border: 1px solid var(--color07);
  color: var(--color01);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  padding: 10px 0;
}
.gallery-section06__table-title small {
  font-size: 0.75em;
  font-weight: 400;
}

.gallery-section06__table {
  border-top: 1px solid var(--color08);
  border-left: 1px solid var(--color08);
}

.gallery-section06__row {
  display: grid;
  grid-template-columns: 1fr 100px;
  min-height: 40px;
  border-right: 1px solid var(--color08);
  border-bottom: 1px solid var(--color08);
}

.gallery-section06__name,
.gallery-section06__num {
  display: flex;
  align-items: center;
  color: var(--color01);
  font-size: clamp(0.8125rem, 0.759rem + 0.11vw, 0.875rem);
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.gallery-section06__name {
  flex-wrap: wrap;
  gap: 4px 10px;
  padding: 15px 20px;
}

.gallery-section06__name span {
  display: inline-block;
}

.gallery-section06__name small {
  display: inline-block;
  font-size: 0.78em;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.gallery-section06__num {
  justify-content: center;
  border-left: 1px solid var(--color08);
  padding: 9px 8px;
  text-align: center;
  white-space: nowrap;
}

.gallery-section06__table-notes {
  margin-top: 12px;
  padding-left: 16px;
}

.gallery-section06__table-notes p {
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.75rem, 0.643rem + 0.22vw, 0.875rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.gallery-section06__update {
  margin: 14px 0 0;
  color: var(--color01);
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}

.gallery-section06__caution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-width: 356px;
  margin: 6px auto 0;
  border: 1px solid var(--color07);
  padding: 12px 20px;
}

.gallery-section06__caution img {
  display: block;
  width: 30px;
  height: 27px;
  object-fit: contain;
}

.gallery-section06__caution p {
  margin: 0;
  color: var(--color01);
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-section06__head {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .gallery-section06__intro {
    padding-top: 0;
  }

  .gallery-section06__photos {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-section06__photo img,
  .gallery-section06__photo--large img {
    height: 180px;
  }

  .gallery-section06__tables {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gallery-section06__row {
    grid-template-columns: 1fr 72px;
  }

  .gallery-section06__update {
    margin-top: 18px;
  }

  .gallery-section06__caution {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
  }
}

@media (max-width: 480px) {
  .gallery-section06__photos {
    grid-template-columns: 1fr;
  }

  .gallery-section06__photo img,
  .gallery-section06__photo--large img {
    height: 210px;
  }

  .gallery-section06__row {
    grid-template-columns: 1fr 75px;
  }

  .gallery-section06__name {
    display: block;
    padding: 10px 12px;
  }

  .gallery-section06__name small {
    display: block;
    margin-top: 3px;
  }

  .gallery-section06__num {
    padding: 10px 6px;
    font-size: 0.8125rem;
  }

  .gallery-section06__caution {
    align-items: center;
    justify-content: flex-start;
    padding: 8px 10px;
  }
  .gallery-section06__intro p {
    font-size: 15px;
    line-height: 1.6;
  }
  .gallery-section06__caution p {
    font-size: 15px;
    line-height: 1.6;
  }
  .gallery-section06__table-notes {
    padding-left: 0;
  }
}
/* =========================================================
  Gallery Section 07
========================================================= */
.gallery-section07 {
  background: #eee9e3;
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
}

.gallery-section07 .area {
  position: relative;
  color: var(--color01);
  font-family: serif;
}

.gallery-section07__title {
  margin: 0 0 45px;
  color: var(--color01);
  font-size: clamp(1.563rem, 0.751rem + 2.06vw, 2.813rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}

.gallery-section07__slider-wrap {
  position: relative;
  padding: 0 42px;
}

.gallery-section07__slider {
  overflow: hidden;
}

.gallery-section07__slide {
  height: auto;
}

.gallery-section07__card {
  height: 100%;
}

.gallery-section07__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 170 / 242;
  margin-bottom: 18px;
  background: var(--color02);
  overflow: hidden;
  text-decoration: none;
}

.gallery-section07__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.gallery-section07__thumb:hover img {
  transform: scale(1.04);
  opacity: 0.9;
}

.gallery-section07__noimage {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--color07);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.gallery-section07__post-title {
  margin: 0 0 10px;
  color: var(--color01);
  font-size: clamp(0.9375rem, 0.884rem + 0.11vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.gallery-section07__post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
}

.gallery-section07__post-title a:hover {
  color: var(--color04);
}

.gallery-section07__caption {
  margin: 0;
  color: var(--color01);
  font-size: clamp(0.8125rem, 0.759rem + 0.11vw, 0.875rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.gallery-section07__nav {
  position: absolute;
  top: 39%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.gallery-section07__nav img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-section07__nav--prev {
  left: -1%;
}

.gallery-section07__nav--next {
  right: -1%;
}

.gallery-section07__nav:hover {
  opacity: 0.7;
}

.gallery-section07__nav--prev:hover {
  transform: translateX(-4px);
}

.gallery-section07__nav--next:hover {
  transform: translateX(4px);
}
#schedule {
  scroll-margin-top: 100px;
}
/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-section07__slider-wrap {
    padding: 0 36px;
  }

  .gallery-section07__title {
    margin-bottom: 28px;
  }

  .gallery-section07__nav {
    top: 36%;
    width: 30px;
    height: 30px;
  }
  .gallery-section07__nav--prev {
    left: 0;
  }

  .gallery-section07__nav--next {
    right: 0;
  }
}

@media (max-width: 480px) {
  .gallery-section07__slider-wrap {
    padding: 0 34px;
  }

  .gallery-section07__thumb {
    margin-bottom: 14px;
  }
}
/* =========================================================
 insta
========================================================= */
.insta {
  color: #000;
  padding: clamp(4.063rem, 1.92rem + 8.16vw, 9.063rem) 0;
  background: var(--color02);
  display: flex;
  justify-content: center;
  align-items: center;
}
.insta .area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.insta .ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.insta .ttl-box img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.insta .feed-area {
  width: 60%;
}
.insta .feed-area img {
  object-fit: cover;
  background-size: cover;
}
.instagram-gallery-item__media-mask {
  background-color: #252525a6 !important;
}
.inavii-view__grid {
  gap: 8px;
}
.inavii-view__item-caption {
  text-align: left !important;
}
@media (max-width: 475px) {
  .insta .ttl-box img {
    width: 21px;
  }
}
/* =========================================================
  Gallery Section 08
========================================================= */
.gallery-section08 {
  position: relative;
  min-height: 500px;
  padding: 70px 0;
  background:
    linear-gradient(rgb(0 0 0 / 90%), rgba(0, 0, 0, 0.8)),
    url(../img/gallery/gallery02.webp) center / cover no-repeat;
  overflow: hidden;
}

.gallery-section08 .area {
  display: flex;
  align-items: center;
  min-height: 180px;
  width: 60%;
  margin: 0 auto;
}

.gallery-section08__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  color: var(--color02);
}

.gallery-section08__title {
  margin: 0 0 18px;
  color: var(--color02);
  font-size: clamp(1.5rem, 1.179rem + 0.67vw, 1.875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.gallery-section08__text {
  margin: 0 0 22px;
  color: var(--color02);
  font-size: clamp(0.875rem, 0.768rem + 0.22vw, 1rem);
  line-height: 2;
  letter-spacing: 0.06em;
}

.gallery-section08__buttons {
  margin-bottom: 0;
}

.gallery-section08 .gallery-section04__buttons {
  display: block;
}

.gallery-section08 .gallery-section04__button {
  width: 100%;
  max-width: 250px;
  min-height: 54px;
  padding: 12px 24px;
  font-size: 0.9375rem;
}

/* 白枠ボタンへ調整 */
.gallery-section08 .gallery-section04__button--outline,
.gallery-section08 .gallery-section04__button--outline:link,
.gallery-section08 .gallery-section04__button--outline:visited {
  border-color: var(--color02);
  background: transparent;
  color: var(--color02) !important;
}

.gallery-section08 .gallery-section04__button--outline::before {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 42%,
      rgba(255, 255, 246, 0.18) 50%,
      transparent 58%,
      transparent 100%
    ),
    transparent;
  background-size: 240% 100%;
  background-position: 100% 0;
}

.gallery-section08 .gallery-section04__button--outline:hover,
.gallery-section08 .gallery-section04__button--outline:active {
  border-color: var(--color02);
  background: var(--color02);
  color: var(--color01) !important;
}

.gallery-section08 .gallery-section04__button--outline:hover::before {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 42%,
      rgba(174, 145, 97, 0.18) 50%,
      transparent 58%,
      transparent 100%
    ),
    var(--color02);
  background-size: 240% 100%;
  background-position: 0 0;
}

/* =========================================================
  Responsive
========================================================= */
@media (max-width: 830px) {
  .gallery-section08 {
    min-height: 300px;
    padding: 56px 0;
    background-position: center;
  }

  .gallery-section08 .area {
    min-height: 188px;
    width: 90%;
  }

  .gallery-section08__content {
    max-width: 440px;
  }
}

@media (max-width: 480px) {
  .gallery-section08 {
    min-height: 320px;
    background-position: 55% center;
  }

  .gallery-section08__title {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .gallery-section08__text br {
    display: none;
  }

  .gallery-section08 .gallery-section04__button {
    max-width: 100%;
  }
  .gallery-section07__post-title a {
    font-size: 15px;
  }
  .insta .feed-area {
    width: 100%;
  }
  /* 原因不明 */
  .footer-contents .down {
    height: inherit;
  }
  .gallery-lead .ttl-box {
    align-items: flex-start;
  }
}
