@charset "UTF-8";
html {
  background-color: #f8feff;
}

body {
  margin: 0;
  background-color: #f8feff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.lp-header--nav-open {
  overflow: hidden;
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #d0dfe2;
  border-top: 1px solid #d0dfe2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.lp-header__inner {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  height: 56px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lp-header__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.lp-header__logo picture {
  display: inline-block;
  line-height: 0;
}
.lp-header__logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: min(100%, 260px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.lp-header__brand-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.lp-header__brand-logo picture {
  display: inline-block;
  line-height: 0;
}
.lp-header__brand-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 28px;
  max-width: min(100%, 180px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.lp-header__nav {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}
.lp-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.lp-header__nav a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333131;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 5px;
}
.lp-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333131;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lp-header__nav a:hover::after {
  transform: scaleX(1);
}
.lp-header__nav a:focus-visible {
  outline: 2px solid #2b576c;
  outline-offset: 3px;
  border-radius: 2px;
}
.lp-header__nav a:focus-visible::after {
  transform: scaleX(1);
}
.lp-header__menu-btn {
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333131;
  cursor: pointer;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.lp-header__menu-btn:focus-visible {
  outline: 2px solid #2b576c;
  outline-offset: 2px;
}
.lp-header__overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s step-end;
}
.lp-header__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lp-header__drawer {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(86vw, 320px);
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 72px 20px 32px 24px;
  background-color: #f8feff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lp-header__drawer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lp-header__drawer-nav a {
  display: block;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #636363;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.lp-header__drawer-nav li:last-child a {
  border-bottom: 0;
}
.lp-header__drawer-instagram-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 28px 0 0;
  padding: 0 0 0 4px;
}
.lp-header__drawer-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #636363;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.lp-header__drawer-instagram:hover {
  opacity: 0.75;
}
.lp-header__drawer-instagram:focus-visible {
  outline: 2px solid #2b576c;
  outline-offset: 4px;
  border-radius: 4px;
}
.lp-header__drawer-instagram-icon {
  display: block;
  width: 28px;
  height: 28px;
}
.lp-header--nav-open .lp-header__overlay {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s step-start;
}
.lp-header--nav-open .lp-header__backdrop {
  opacity: 1;
}
.lp-header--nav-open .lp-header__drawer {
  transform: translateX(0);
}

.content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 56px;
  overflow-x: clip;
  background-color: #fff;
}
.content__lp__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 24px 24px 0;
}
@media (max-width: 1799px) {
  .content__lp__inner > .section-gallery {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    max-width: none;
  }
}
@media (min-width: 1800px) {
  .content__lp__inner > .section-gallery {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
.content section {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #f8feff;
  padding: 48px;
  box-shadow: none;
}
.content [class*=__heading-en] {
  font-family: "Bricolage Grotesque", sans-serif;
}
.content [class*=__heading-ja] {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.content .section-hero {
  box-sizing: border-box;
  max-width: 1740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: none;
  overflow: hidden;
}
.content .section-hero__slides {
  position: relative;
  width: 100%;
  aspect-ratio: 3000/1548;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.content .section-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.content .section-hero__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.content .section-hero__slide.is-top {
  opacity: 1;
  z-index: 2;
}
.content .section-hero__slide.is-under {
  opacity: 1;
  z-index: 1;
}
.content .section-hero__slide.is-top.is-fading {
  opacity: 0;
}
@media (hover: hover) {
  .content .section-hero:hover .section-hero__slide img {
    transform: scale(1.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .content .section-hero__slide {
    transition: none !important;
  }
  .content .section-hero__slide img {
    transition: none !important;
    transform: none !important;
  }
  .content .section-hero:hover .section-hero__slide img {
    transition: none !important;
    transform: none !important;
  }
  .content .section-flow__media picture,
  .content .section-flow__media:hover picture {
    transition: none !important;
    transform: none !important;
  }
  .content .section-highlights__visual picture,
  .content .section-highlights__visual:hover picture {
    transition: none !important;
    transform: none !important;
  }
  .content .section-areaguide__media picture,
  .content .section-areaguide__media:hover picture {
    transition: none !important;
    transform: none !important;
  }
  .content .section-faq__panel {
    max-height: none;
    transition: none;
  }
  .content .section-faq__item[open] .section-faq__answer {
    animation: none;
  }
}
.content .section-status {
  scroll-margin-top: 56px;
  text-align: center;
  background-color: #fff;
  box-shadow: none;
  padding: 80px 32px 88px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.content .section-status__title {
  margin: 0 0 40px;
  line-height: 0;
}
.content .section-status__title picture {
  display: block;
}
.content .section-status__title-img {
  display: block;
  width: min(100%, 720px);
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.content .section-status__body {
  margin: 0 auto 88px;
  max-width: 36em;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333131;
}
.content .section-status__body p {
  margin: 0 0 1.6em;
}
.content .section-status__body p:last-child {
  margin-bottom: 0;
}
.content .section-status__sign {
  margin-top: 0.5em;
  font-weight: 500;
  color: #333131;
}
.content .section-status__cta-wrap {
  margin: 0;
}
.content .section-status__cta {
  box-sizing: border-box;
  display: inline-block;
  width: min(500px, 100%);
  padding: 18px 40px;
  border-radius: 999px;
  background-color: #99afb7;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.content .section-status__cta:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.content .section-gallery {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 0;
  padding-right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
.content .section-gallery::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background-color: #d0dfe2;
  pointer-events: none;
}
.content .section-gallery__viewport {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 1800px) {
  .content .section-gallery__viewport {
    max-width: none;
  }
}
.content .section-gallery__track {
  display: flex;
  align-items: stretch;
  gap: 68px;
  will-change: transform;
}
.content .section-gallery__slide {
  flex-shrink: 0;
  aspect-ratio: 700/442;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8ebe8;
}
.content .section-gallery__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.content .section-gallery__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.content .section-gallery__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.content .section-gallery__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.content .section-gallery__dot:hover {
  border-color: #888;
}
.content .section-gallery__dot.is-active {
  background-color: #d0dfe2;
  border-color: #d0dfe2;
}
.content .section-flow {
  position: relative;
  z-index: 0;
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f8feff;
  /* 親の max-width / padding 内でも背景色だけビューポート全幅に */
  box-shadow: 0 0 0 100vmax #f8feff;
  clip-path: inset(0 -100vmax);
  padding: 56px 120px;
}
.content .section-flow__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.content .section-flow__heading {
  margin: 100px 0 180px;
  text-align: center;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #333131;
}
@media (min-width: 1280px) {
  .content .section-flow__heading {
    font-size: 33px;
  }
}
.content .section-flow__heading-ja {
  font-weight: 700;
}
.content .section-flow__steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.content .section-flow__step {
  display: grid;
  /* 画像は 600〜900px の範囲で、かつ行幅の 52% を上限の目安に（本文とのバランス） */
  grid-template-columns: min(900px, max(600px, 52%)) minmax(320px, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  margin-bottom: clamp(48px, 7vw, 80px);
}
.content .section-flow__step:last-child {
  margin-bottom: 0;
}
.content .section-flow__step--reverse {
  grid-template-columns: minmax(320px, 1fr) min(900px, max(600px, 52%));
}
.content .section-flow__step--reverse .section-flow__media {
  grid-column: 2;
  grid-row: 1;
}
.content .section-flow__step--reverse .section-flow__body {
  grid-column: 1;
  grid-row: 1;
}
.content .section-flow__media {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 600px;
  max-width: 900px;
  aspect-ratio: 900/635;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e8ebe8;
}
.content .section-flow__media picture {
  position: absolute;
  inset: 0;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) {
  .content .section-flow__media:hover picture {
    transform: scale(1.06);
  }
}
.content .section-flow__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.content .section-flow__body {
  padding: 8px 0;
  padding-left: 3%;
}
.content .section-flow__body-inner {
  display: contents;
}
.content .section-flow__num {
  display: block;
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(58px, 4vw, 65px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 8px;
  color: #99afb7;
}
.content .section-flow__title {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #333131;
}
.content .section-flow__desc {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #333131;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1200px) {
  .content .section-flow__step {
    grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
    gap: clamp(20px, 2.4vw, 32px);
  }
  .content .section-flow__step--reverse {
    grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  }
  .content .section-flow__media {
    min-width: 0;
    max-width: 100%;
  }
}
.content .section-highlights {
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f8feff;
  box-shadow: 0 0 0 100vmax #f8feff;
  clip-path: inset(0 -100vmax);
  padding: 56px 120px;
}
.content .section-highlights__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.content .section-highlights__head {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}
.content .section-highlights__head::before {
  content: "";
  display: block;
  width: min(800px, 82%);
  height: 1px;
  margin: 0 auto 22px;
  background-color: #d0dfe2;
}
.content .section-highlights__heading {
  margin: 100px 0 167px;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #333131;
}
@media (min-width: 1280px) {
  .content .section-highlights__heading {
    font-size: 33px;
  }
}
.content .section-highlights__heading-ja {
  font-weight: 700;
}
.content .section-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.content .section-highlights__card {
  margin: 0;
  min-width: 0;
}
.content .section-highlights__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background-color: #e8ebe8;
}
.content .section-highlights__visual picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) {
  .content .section-highlights__visual:hover picture {
    transform: scale(1.06);
  }
}
.content .section-highlights__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.content .section-highlights__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px 15% 22px;
  text-align: left;
  background: linear-gradient(to top, rgba(20, 28, 36, 0.88) 0%, rgba(20, 28, 36, 0.5) 52%, rgba(20, 28, 36, 0) 100%);
}
.content .section-highlights__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(16px, 1.9vw, 18px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #fff;
}
.content .section-highlights__desc {
  margin: 0;
  text-align: left;
  font-size: clamp(12px, 1.35vw, 13px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
}
.content .section-map {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f8feff;
  box-shadow: 0 0 0 100vmax #f8feff;
  clip-path: inset(0 -100vmax);
  padding: 56px 120px;
}
.content .section-map__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.content .section-map__heading {
  margin: 100px 0 167px;
  text-align: center;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #333131;
}
@media (min-width: 1280px) {
  .content .section-map__heading {
    font-size: 33px;
  }
}
.content .section-map__heading-ja {
  font-weight: 700;
}
.content .section-map__figure {
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background-color: #e8ebe8;
}
.content .section-map__img {
  display: block;
  width: 100%;
  height: auto;
}
.content .section-map__info {
  margin-top: clamp(28px, 4vw, 48px);
  margin-inline: 9%;
  text-align: left;
  color: #2b576c;
}
.content .section-map__block {
  margin-bottom: clamp(22px, 3vw, 28px);
}
.content .section-map__block:last-child {
  margin-bottom: 0;
}
.content .section-map__label {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.content .section-map__label::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b576c;
}
.content .section-map__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px 20px;
  padding-left: 2px;
}
.content .section-map__row--single {
  justify-content: flex-start;
}
.content .section-map__row--stack {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 30px;
}
.content .section-map__row--stack .section-map__detail {
  flex: 0 1 auto;
  min-width: 0;
}
.content .section-map__row--stack .section-map__aside {
  margin-left: 0;
  flex: 0 1 auto;
  max-width: 100%;
  text-align: left;
}
.content .section-map__detail {
  margin: 0 0 0 50px;
  flex: 1 1 auto;
  min-width: min(100%, 16em);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.content .section-map__aside {
  margin: 0;
  flex: 0 1 auto;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
.content .section-areaguide {
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  padding: 56px 120px;
}
.content .section-areaguide__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.content .section-areaguide__heading {
  margin: 100px 0 167px;
  text-align: center;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #333131;
}
@media (min-width: 1280px) {
  .content .section-areaguide__heading {
    font-size: 33px;
  }
}
.content .section-areaguide__heading-ja {
  font-weight: 700;
}
.content .section-areaguide__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.content .section-areaguide__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  -moz-column-gap: clamp(24px, 3.5vw, 40px);
       column-gap: clamp(24px, 3.5vw, 40px);
  row-gap: clamp(16px, 2.2vw, 22px);
  margin-top: 0;
  margin-bottom: 60px;
}
.content .section-areaguide__row + .content .section-areaguide__row {
  margin-top: 60px;
}
@supports (grid-template-rows: subgrid) {
  .content .section-areaguide__row {
    align-items: start;
  }
}
.content .section-areaguide__item {
  margin: 0;
  min-width: 0;
  border-top: 1px solid #d0dfe2;
  padding-top: clamp(28px, 4vw, 40px);
}
@supports (grid-template-rows: subgrid) {
  .content .section-areaguide__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .content .section-areaguide__item:nth-child(1) {
    grid-column: 1;
  }
  .content .section-areaguide__item:nth-child(2) {
    grid-column: 2;
  }
}
@supports not (grid-template-rows: subgrid) {
  .content .section-areaguide__item {
    display: flex;
    flex-direction: column;
  }
}
.content .section-areaguide__text {
  text-align: left;
  margin-bottom: 0;
}
@supports not (grid-template-rows: subgrid) {
  .content .section-areaguide__text {
    margin-bottom: clamp(16px, 2.2vw, 22px);
    min-height: 11.5em;
  }
}
.content .section-areaguide__walk {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #2b576c;
}
.content .section-areaguide__title {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: #2b576c;
}
.content .section-areaguide__desc {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #2b576c;
}
.content .section-areaguide__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  background-color: #e8ebe8;
}
.content .section-areaguide__media picture {
  position: absolute;
  inset: 0;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) {
  .content .section-areaguide__media:hover picture {
    transform: scale(1.06);
  }
}
.content .section-areaguide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.content .section-information {
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 48px 0;
  background-color: #f8feff;
  box-shadow: none;
  color: #2b576c;
}
.content .section-information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background-color: #d0dfe2;
  pointer-events: none;
}
.content .section-information__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 40px;
  padding: 0 120px;
}
.content .section-information__heading {
  margin: 60px 0 127px;
  text-align: center;
  line-height: 1.35;
  white-space: nowrap;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
  color: #333131;
}
@media (min-width: 1280px) {
  .content .section-information__heading {
    font-size: 33px;
  }
}
.content .section-information__heading-en {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.content .section-information__heading-ja {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.content .section-information__inner {
  margin-inline: 9%;
  text-align: left;
}
.content .section-information__block {
  margin-bottom: clamp(22px, 3vw, 28px);
}
.content .section-information__block:last-of-type {
  margin-bottom: clamp(20px, 3vw, 26px);
}
.content .section-information__label {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.content .section-information__label::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b576c;
}
.content .section-information__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px 20px;
  padding-left: 2px;
}
.content .section-information__row--single {
  justify-content: flex-start;
}
.content .section-information__row--stack {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 30px;
}
.content .section-information__row--stack .section-information__detail {
  flex: 0 1 auto;
  min-width: 0;
}
.content .section-information__row--stack .section-information__aside {
  margin-left: 0;
  flex: 0 1 auto;
  max-width: 100%;
  text-align: left;
}
.content .section-information__detail {
  margin: 0 0 0 50px;
  flex: 1 1 auto;
  min-width: min(100%, 16em);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.content .section-information__aside, .content .section-information__fare-notes {
  line-height: 1.65;
  letter-spacing: 0.02em;
}
.content .section-information__aside {
  margin: 0;
  flex: 0 1 auto;
  max-width: 100%;
  text-align: right;
  font-size: 15px;
}
.content .section-information__fares {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 2px;
}
.content .section-information__fare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 16px;
  padding-block: 1.1111111111%;
  padding-inline: 3.8888888889%;
  border-radius: 12px;
  border: 1px solid #d0dfe2;
  background-color: rgba(0, 0, 0, 0.05);
}
.content .section-information__fare-label, .content .section-information__fare-price {
  font-size: clamp(14px, 1.5vw + 14px, 26px);
  font-weight: 500;
}
.content .section-information__fare-label {
  letter-spacing: 0.02em;
}
.content .section-information__fare-price {
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.content .section-information__fare-notes {
  margin: 14px 0 0;
  padding-left: 2px;
  font-size: 15px;
}
.content .section-information__links {
  list-style: none;
  margin: 0;
  padding: 4px 0 0 2px;
}
.content .section-information__links li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.65;
}
.content .section-information__links li::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2b576c;
  transform: translateY(-1px);
}
.content .section-information__links li:last-child {
  margin-bottom: 0;
}
.content .section-information__links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content .section-information__links a:hover {
  opacity: 0.85;
}
.content .section-access-info {
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 48px 0;
  background-color: #99afb7;
  box-shadow: none;
  color: #fff;
}
.content .section-access-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background-color: #d0dfe2;
  pointer-events: none;
}
.content .section-access-info__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 120px;
}
.content .section-access-info__inner {
  box-sizing: border-box;
  margin: 0 150px;
  padding: 0;
}
.content .section-access-info__heading {
  margin: 80px 0 80px;
  text-align: left;
  line-height: 1.35;
  white-space: nowrap;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
}
@media (min-width: 1280px) {
  .content .section-access-info__heading {
    font-size: 33px;
  }
}
.content .section-access-info__heading-en {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.content .section-access-info__heading-ja {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.content .section-access-info__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}
.content .section-access-info__content {
  min-width: 0;
}
.content .section-access-info__block {
  margin-bottom: clamp(18px, 2.6vw, 26px);
}
.content .section-access-info__block:last-child {
  margin-bottom: 0;
}
.content .section-access-info__label {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.content .section-access-info__text {
  margin: 0;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: inherit;
}
.content .section-access-info__address-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content .section-access-info__address-link:hover {
  opacity: 0.9;
}
.content .section-access-info__map {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  background-color: #f8feff;
}
.content .section-access-info__map-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes section-faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content .section-faq {
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  background-color: #f8feff;
  box-shadow: none;
  padding-top: 56px;
  padding-bottom: 56px;
}
.content .section-faq__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.content .section-faq__heading {
  margin: 40px 0 100px;
  text-align: center;
  font-size: clamp(22px, 1.5vw + 14px, 33px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333131;
}
@media (min-width: 1280px) {
  .content .section-faq__heading {
    font-size: 33px;
  }
}
.content .section-faq__heading-ja {
  font-weight: 700;
}
.content .section-faq__list {
  width: 100%;
  border-top: 1px solid #aeb8bf;
  border-bottom: 1px solid #aeb8bf;
}
.content .section-faq__item {
  border-top: 1px solid #aeb8bf;
}
.content .section-faq__item:first-child {
  border-top: 0;
}
.content .section-faq__summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11px 38px 11px 2px;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}
.content .section-faq__summary::-webkit-details-marker {
  display: none;
}
.content .section-faq__summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #99afb7;
  border-bottom: 1px solid #99afb7;
  transform: translateY(-45%) rotate(45deg);
  transition: transform 0.2s ease;
}
.content .section-faq__item[open] .content .section-faq__summary::after {
  transform: translateY(-30%) rotate(-135deg);
}
.content .section-faq__panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.content .section-faq__item[open]:not(.is-closing) .section-faq__panel {
  max-height: 1000px;
  opacity: 1;
}
.content .section-faq__item.is-closing .section-faq__panel {
  max-height: 0;
  opacity: 0;
}
.content .section-faq__q {
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2b576c;
}
.content .section-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(13px, 1.45vw, 16px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #636363;
}
.content .section-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 14px 10px 8px;
  margin-bottom: 8px;
  background-color: #99afb7;
  color: #fff;
}
.content .section-faq__item[open]:not(.is-closing) .section-faq__answer {
  animation: section-faq-answer-in 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.content .section-faq__a {
  flex: 0 0 auto;
  width: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: inherit;
}
.content .section-faq__answer-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(12px, 1.35vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: inherit;
}
.content .section-faq__answer-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}
.content .section-faq__answer-text a:hover {
  opacity: 0.85;
}
.content .section-instagram {
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
  min-height: clamp(340px, 31vw + 80px, 510px);
}
.content .section-instagram__media {
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: #99afb7;
}
.content .section-instagram__media picture {
  position: absolute;
  inset: 0;
  display: block;
}
.content .section-instagram__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.content .section-instagram__panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: transparent;
}
.content .section-instagram__instagram-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.content .section-instagram__content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.content .section-instagram__overlay {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  padding: clamp(28px, 4vw, 46px) clamp(24px, 4vw, 66px);
}
.content .section-instagram__lead {
  margin: 0 0 8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(14px, 1.6vw, 31px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}
.content .section-instagram__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(18px, 2.6vw, 26px);
  padding-left: 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(25px, 2.8vw, 61px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #fff;
}
.content .section-instagram__title-en {
  font-family: "Bricolage Grotesque", sans-serif;
}
.content .section-instagram__title-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.content .section-instagram__title-text {
  flex: 1 1 auto;
  min-width: 0;
}
.content .section-instagram__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.content .section-instagram__icon-svg {
  display: block;
  width: clamp(18px, 2vw, 28px);
  height: clamp(18px, 2vw, 28px);
}
.content .section-instagram__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 22px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2b576c;
  font-size: clamp(14px, 1.4vw, 21px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 1441px) {
  .content .section-instagram {
    min-height: clamp(460px, 31vw + 200px, 630px);
  }
}
@media (max-width: 900px) {
  .content {
    padding-top: 52px;
  }
  .content__lp__inner {
    padding: 16px 16px 0;
  }
  .content__lp__inner > .section-gallery {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .content__lp__inner > .section-flow {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: 100vw;
    box-sizing: border-box;
  }
  .content section {
    padding: 16px 0;
    border-radius: 0;
  }
  .content .section-hero {
    width: 100%;
    padding: 4px;
    border-radius: 20px;
    margin-bottom: 74px;
  }
  .content .section-hero__slides {
    border-radius: 12px;
    aspect-ratio: 3/4;
  }
  .content .section-status {
    padding: 16px 0;
  }
  .content .section-status__title {
    margin-bottom: 28px;
    padding-inline: 20px;
  }
  .content .section-status__body {
    margin-bottom: 80px;
    font-size: 12px;
  }
  .content .section-status__cta-wrap {
    margin-bottom: 64px;
  }
  .content .section-status__cta {
    width: 70vw;
    max-width: 70vw;
    padding: 10px 24px;
    font-size: clamp(12px, 3.5vw + 10px, 20px);
    font-weight: 500;
    white-space: nowrap;
  }
  .content .section-gallery {
    padding: 16px 0;
  }
  .content .section-gallery__track {
    gap: 40px;
  }
  .content .section-gallery__slide {
    aspect-ratio: 576/366;
  }
  .content .section-gallery__dots {
    margin-top: 16px;
    margin-bottom: 80px;
    gap: 8px;
  }
  .content .section-flow {
    box-sizing: border-box;
    padding: 16px 0;
    overflow-x: clip;
    /* SP では全幅背景の box-shadow をやめて横スクロール・見切れを防ぐ */
    box-shadow: none;
    clip-path: none;
  }
  .content .section-flow__container {
    padding: 0 16px;
    width: 100%;
    max-width: 100%;
  }
  .content .section-flow__heading {
    margin: 20px 0 40px;
    font-size: 22px;
  }
  .content .section-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .content .section-flow__step--reverse .section-flow__media {
    order: -1;
  }
  .content .section-flow__steps {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 0;
    margin-inline: 0;
    box-sizing: border-box;
  }
  .content .section-flow__media {
    border-radius: 12px;
    box-sizing: border-box;
    flex-shrink: 0;
    align-self: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    aspect-ratio: 900/635;
    margin-inline: auto;
    position: relative;
  }
  .content .section-flow__body {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-inline: auto;
    padding: 8px 0;
    padding-left: 3%;
  }
  .content .section-flow__body-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 0;
    align-items: start;
    justify-items: stretch;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .content .section-flow__num {
    grid-row: 1/-1;
    align-self: start;
    font-size: 60px;
    margin-bottom: 0;
    letter-spacing: 4px;
  }
  .content .section-flow__title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  .content .section-flow__desc {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .content .section-flow__title {
    min-width: 0;
    margin: 0;
    font-size: 22px;
    white-space: nowrap;
  }
  .content .section-flow__step--reverse .section-flow__title {
    margin-top: 8px;
  }
  .content .section-highlights {
    padding: 16px 0;
  }
  .content .section-highlights__container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .content .section-highlights__head {
    margin-bottom: 28px;
  }
  .content .section-highlights__head::before {
    margin-bottom: 30px;
  }
  .content .section-highlights__heading {
    margin: 20px 0 40px;
    font-size: 22px;
  }
  .content .section-highlights__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .content .section-highlights__visual {
    border-radius: 16px;
    aspect-ratio: 1/1;
  }
  .content .section-highlights__overlay {
    padding: 22px 5% 18px;
  }
  .content .section-highlights__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .content .section-highlights__desc {
    font-size: 12px;
    line-height: 1.7;
  }
  .content .section-map {
    padding: 16px 0;
  }
  .content .section-map__heading {
    margin: 20px 0 40px;
    font-size: 22px;
  }
 /* --- 山頂マップ：横スクロール抑止（ここを追記/上書き） --- */
  .content .section-map__figure {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-radius: 14px;
  }
  .content .section-map__img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  /* --- 追記ここまで --- */  .content .section-map__info {
    margin-top: 28px;
    margin-inline: 0;
  }
  .content .section-map__row--single {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .content .section-map__row--stack {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    padding-left: 30px;
  }
  .content .section-map__label {
    font-size: 23px;
  }
  .content .section-map__detail {
    margin: 0;
    font-size: 16px;
    color: #333131;
  }
  .content .section-map__aside {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #333131;
  }
  .content .section-areaguide {
    padding: 16px 0;
  }
  .content .section-areaguide__container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .content .section-areaguide__heading {
    margin: 20px 0 40px;
    font-size: 22px;
  }
  .content .section-areaguide__row {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 28px;
    margin-bottom: 60px;
  }
  .content .section-areaguide__row + .content .section-areaguide__row {
    margin-top: 60px;
  }
  .content .section-areaguide__item {
    display: flex;
    flex-direction: column;
    grid-row: auto;
    grid-template-rows: none;
    padding-top: 24px;
  }
  .content .section-areaguide__item:nth-child(1), .content .section-areaguide__item:nth-child(2) {
    grid-column: 1/-1;
  }
  .content .section-areaguide__text {
    margin-bottom: 14px;
    min-height: 0;
  }
  .content .section-areaguide__walk {
    font-size: 19px;
  }
  .content .section-areaguide__title {
    font-size: 29px;
  }
  .content .section-areaguide__desc {
    font-size: 16px;
  }
  .content .section-areaguide__media {
    border-radius: 14px;
  }
  .content .section-information {
    padding: 16px 0;
  }
  .content .section-information__container {
    padding: 0 16px;
  }
  .content .section-information__heading {
    margin: 20px 0 40px;
    font-size: 22px;
  }
  .content .section-information__inner {
    margin-inline: 0;
  }
  .content .section-information__row:not(.content .section-information__row--stack) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .content .section-information__row--stack {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    padding-left: 30px;
  }
  .content .section-information__label {
    font-size: 23px;
  }
  .content .section-information__detail {
    margin: 0;
    font-size: 16px;
    color: #333131;
  }
  .content .section-information__aside {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #333131;
  }
  .content .section-information__fare-notes {
    font-size: 10px;
    color: #333131;
  }
  .content .section-information__fare-label, .content .section-information__fare-price {
    font-size: 14px;
    line-height: 1.35;
  }
  .content .section-information__links li {
    display: block;
    position: relative;
    padding-left: 17px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .content .section-information__links li::before {
    position: absolute;
    left: 0;
    top: 0.35em;
  }
  .content .section-information__links li:last-child {
    margin-bottom: 0;
  }
  .content .section-information__links a {
    margin: 0;
    padding: 0;
  }
  .content .section-information__fare {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding-block: 12px;
    padding-inline: 10px;
  }
  .content .section-information__fare-label {
    flex: 1 1 auto;
    min-width: 0;
  }
  .content .section-information__fare-price {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .content .section-access-info {
    padding: 16px 0;
  }
  .content .section-access-info__container {
    padding: 0 16px;
  }
  .content .section-access-info__inner {
    margin: 0;
    padding: 0;
  }
  .content .section-access-info__heading {
    margin: 20px 0 40px;
    font-size: 22px;
    text-align: center;
    white-space: normal;
  }
  .content .section-access-info__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .content .section-access-info__block {
    margin-bottom: 30px;
  }
  .content .section-access-info__block:last-child {
    margin-bottom: 0;
  }
  .content .section-access-info__label {
    font-size: 16px;
  }
  .content .section-access-info__text {
    padding-left: 8px;
    font-size: 14px;
  }
  .content .section-access-info__map {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 14px;
  }
  .content .section-faq {
    padding: 60px 0;
  }
  .content .section-faq__container {
    padding-inline: 16px;
  }
  .content .section-faq__heading {
    margin-top: 0;
    margin-bottom: 22px;
  }
  .content .section-faq__summary {
    gap: 10px;
    padding: 12px 30px 12px 0;
  }
  .content .section-faq__q {
    font-size: 22px;
  }
  .content .section-faq__question {
    font-size: 12px;
  }
  .content .section-faq__answer {
    gap: 10px;
    padding: 8px 10px 8px 6px;
  }
  .content .section-faq__a {
    width: 16px;
    font-size: 22px;
  }
  .content .section-faq__answer-text {
    font-size: 12px;
  }
  .content .section-instagram {
    min-height: clamp(260px, 31vw, 430px);
  }
  .content .section-instagram__overlay {
    padding: 22px 20px;
  }
  .content .section-instagram__lead {
    font-size: 14px;
  }
  .content .section-instagram__title {
    gap: 10px;
    font-size: 23px;
  }
  .content .section-instagram__icon-svg {
    width: 18px;
    height: 18px;
  }
  .content .section-instagram__button {
    padding: 5px 16px;
    font-size: 14px;
  }
}

.lp-footer {
  scroll-margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #99afb7;
  color: #fff;
}
.lp-footer__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 38px 68px 16px;
}
.lp-footer__main-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
.lp-footer__main-links a {
  color: inherit;
  text-decoration: none;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.lp-footer__sub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 24px;
}
.lp-footer__sub-links a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.lp-footer__bottom {
  border-top: 1px solid rgba(227, 235, 240, 0.42);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lp-footer__logo-box {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  width: 196px;
  max-width: 100%;
  line-height: 0;
  text-decoration: none;
}
.lp-footer__logo-box picture {
  display: block;
  width: 100%;
  line-height: 0;
}
.lp-footer__logo-box img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-footer__group-logos {
  display: none;
  align-items: center;
  gap: 44px;
  text-align: right;
}
.lp-footer__group-logos picture {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.lp-footer__group-logo {
  display: block;
  height: auto;
  max-height: 48px;
  width: auto;
  max-width: 218px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.lp-footer__group-brand-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.lp-footer__group-brand-link picture {
  display: inline-block;
  line-height: 0;
}
.lp-footer__group-brand-logo {
  display: block;
  height: auto;
  max-height: 52px;
  width: auto;
  max-width: min(100%, 280px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.lp-footer__copyright {
  margin: 24px 0 0;
  text-align: center;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 1280px) {
  .lp-header {
    background-color: rgba(255, 255, 255, 0.9);
    border-top-color: #d0dfe2;
    border-bottom-color: #d0dfe2;
  }
  .lp-header__inner {
    height: 52px;
    padding: 0 16px;
    gap: 12px;
  }
  .lp-header__logo img {
    max-height: 36px;
    max-width: min(100%, 200px);
  }
  .lp-header__menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .lp-header__nav--desktop {
    display: none;
  }
  .lp-header__brand-logo {
    display: none;
  }
  .content {
    padding-top: 52px;
  }
}
@media (max-width: 900px) {
  .lp-footer__inner {
    padding: 26px 20px 14px;
  }
  .lp-footer__main-links {
    gap: 14px;
    margin-bottom: 12px;
  }
  .lp-footer__main-links a {
    font-size: 18px;
  }
  .lp-footer__sub-links {
    gap: 12px 18px;
    margin-bottom: 16px;
  }
  .lp-footer__sub-links a {
    font-size: 12px;
  }
  .lp-footer__bottom {
    padding-top: 14px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .lp-footer__logo-box {
    width: 180px;
    flex: 0 1 auto;
  }
  .lp-footer__group-logos {
    display: flex;
    flex: 0 1 auto;
    width: auto;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
  }
  .lp-footer__group-logo {
    display: none;
    max-height: 30px;
    max-width: min(100%, 218px);
  }
  .lp-footer__group-brand-logo {
    height: auto;
    max-height: 32px;
    width: auto;
    max-width: min(100%, 200px);
  }
  .lp-footer__copyright {
    margin-top: 14px;
    font-size: 10px;
  }
}
.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 1.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.scroll-reveal.scroll-reveal--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .lp-header__backdrop,
  .lp-header__drawer,
  .lp-header__overlay {
    transition: none;
  }
  .lp-header__nav a::after {
    transition: none !important;
  }
  .lp-header__nav a:hover::after,
  .lp-header__nav a:focus-visible::after {
    transform: scaleX(1) !important;
  }
  .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}/*# sourceMappingURL=main.min.css.map */



