:root {
  --charcoal: #353535;
  --mist: #e1ecf0;
  --gold: #d0b100;
  --cream: #f5f3f0;
  --silver: #dcdcdc;
  --yasuhigashi-brown: #5a3524;
  --yasuhigashi-paper: #f8f4ef;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --header-h: 64px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--yasuhigashi-paper);
  line-height: 1.7;
}

html,
body {
  overflow-x: hidden !important;
  max-width: 100%;
}

body:not(:root) {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

h2 {
  font-size: 40px;
}

main {
  padding-top: 0;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  margin: 0;
}

.content {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  display: none;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 770px);
  height: var(--header-h);
  margin: 0 auto;
  padding: 10px 12px 0;
}

.logo {
  height: 27px;
  width: auto;
  object-fit: contain;
  visibility: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp .btn {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.btn.primary {
  background: var(--gold);
  color: #fff;
}

.btn.ghost {
  border-color: var(--charcoal);
  color: var(--charcoal);
  background: #fff;
}

.btn-reserve {
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 30;
  height: 24px;
  padding: 0;
  width: 62px;
  pointer-events: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.btn.btn-reserve {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.btn-reserve img {
  display: none;
}

.yasuhigashi-lp ~ .hero,
.yasuhigashi-lp ~ .lineup,
.yasuhigashi-lp ~ .section-divider,
.yasuhigashi-lp ~ .three-min,
.yasuhigashi-lp ~ #access,
.yasuhigashi-lp ~ #features,
.yasuhigashi-lp ~ #facilities,
.yasuhigashi-lp ~ #info {
  display: none;
}

.yasuhigashi-lp {
  width: 100%;
  max-width: min(770px, 100vw);
  margin: 0 auto;
  background: #fbfaf6;
  color: var(--yasuhigashi-brown);
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
  overflow-y: visible;
}

@supports (overflow: clip) {
  html,
  body,
  .yasuhigashi-lp {
    overflow-x: clip !important;
  }
}

.yasuhigashi-lp *,
.yasuhigashi-lp *::before,
.yasuhigashi-lp *::after {
  max-width: 100%;
}

.yasuhigashi-lp section,
.yasuhigashi-lp div,
.yasuhigashi-lp figure {
  min-width: 0;
}

.yasuhigashi-lp p,
.yasuhigashi-lp h1,
.yasuhigashi-lp h2,
.yasuhigashi-lp h3,
.yasuhigashi-lp figure {
  margin: 0;
}

.yasuhigashi-hero {
  position: relative;
  aspect-ratio: 375 / 435;
  background: #b9dfff;
}

.yasuhigashi-hero__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.yasuhigashi-hero__logo {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 57px;
  z-index: 2;
}

.yasuhigashi-hero__reserve,
.yasuhigashi-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--reserve-gap, 8px);
  padding: var(--reserve-padding, 8px 20px);
  border-radius: var(--pButton-border-radius, 999px);
  background: var(--color-cta, #991012);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: var(--reserve-font-size, 14px);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.yasuhigashi-reserve img {
  width: var(--reserve-icon-size, 20px);
  height: var(--reserve-icon-size, 20px);
  filter: none;
}

.yasuhigashi-reserve {
  --reserve-padding: 12px 45px;
  --reserve-font-size: 14px;
  --reserve-icon-size: 20px;
  --reserve-gap: 8px;
}

.yasuhigashi-hero__reserve {
  --reserve-padding: 6px 12px;
  --reserve-font-size: 12px;
  --reserve-icon-size: 16px;
  --reserve-gap: 6px;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 3;
}

.yasuhigashi-hero__copy {
  position: absolute;
  top: 82px;
  right: 18px;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(35, 28, 24, 0.42);
  writing-mode: horizontal-tb;
}

.yasuhigashi-hero__copy p {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.yasuhigashi-hero__copy h1 {
  writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.yasuhigashi-intro-block {
  position: relative;
  background:
    linear-gradient(to bottom, transparent 0 42%, #c7bba8 42% 100%),
    url("assets/bg-dark.jpg") top center / cover no-repeat;
}

.yasuhigashi-concept {
  color: #fff;
  padding: 30px 16px 78px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  background: url("assets/bg-dark.jpg") center / cover no-repeat;
}

.yasuhigashi-concept span {
  display: block;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1;
}

.yasuhigashi-intro-image,
.yasuhigashi-gallery img,
.yasuhigashi-main-photo img {
  width: 100%;
}

.yasuhigashi-intro-image {
  position: relative;
  z-index: 2;
  width: calc(100% - 36px);
  margin: -54px auto -92px;
}

.yasuhigashi-gallery {
  background: url("assets/bg-middle.jpg") center top / cover repeat-y;
  padding: 126px 18px 36px;
  text-align: center;
}

.yasuhigashi-lp .yasuhigashi-gallery__lead {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 30px;
}

.yasuhigashi-cta-wrap {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  background: transparent;
}

.yasuhigashi-light-area {
  background: url("assets/bg-light.jpg") center top / cover repeat-y;
}

.yasuhigashi-performance {
  padding: 0 22px 34px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background: transparent;
}

.yasuhigashi-performance + .yasuhigashi-performance {
  padding-top: 20px;
}

.yasuhigashi-note {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(92, 59, 43, 0.45);
  font-size: 12px;
  line-height: 1.6;
  color: #5c3b2b;
}

.yasuhigashi-performance h2,
.yasuhigashi-access h2,
.yasuhigashi-info h2 {
  margin: 8px 0 8px;
  color: #5c3b2b;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.yasuhigashi-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 16px;
  border-radius: 999px;
  background: #5c3b2b;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  line-height: 1.4;
}

.yasuhigashi-round {
  width: 254px;
  height: 254px;
  margin: 18px auto;
  border-radius: 50%;
  object-fit: cover;
}

.yasuhigashi-performance > p:not(.yasuhigashi-pill):not(.yasuhigashi-note) {
  color: #3a2d27;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.yasuhigashi-card,
.yasuhigashi-refa,
.yasuhigashi-plan {
  margin-top: 22px;
  padding: 20px 18px;
  background: #eee3dd;
  text-align: center;
}

.yasuhigashi-card h3,
.yasuhigashi-refa h3,
.yasuhigashi-plan h3,
.yasuhigashi-detail h3 {
  color: #5c3b2b;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.yasuhigashi-card p,
.yasuhigashi-refa p,
.yasuhigashi-plan p,
.yasuhigashi-detail p {
  margin-top: 10px;
  color: #3a2d27;
  font-size: 11px;
  line-height: 1.9;
}

.yasuhigashi-access {
  background: #eadfd9;
  padding: 40px 24px 34px;
}

.yasuhigashi-access h2,
.yasuhigashi-info h2 {
  font-family: "Cardo", serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.yasuhigashi-lp .yasuhigashi-access__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  line-height: 1.8;
  margin: 28px 0 28px;
  text-align: center;
  letter-spacing: 0.03em;
}

.yasuhigashi-station {
  background: #5c3b2b;
  border-radius: 8px;
  color: #fff;
  padding: 30px 30px 26px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.yasuhigashi-station p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 0 0 22px;
  font-size: clamp(13px, 4.5vw, 18px);
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.yasuhigashi-station p strong {
  font-size: clamp(23px, 7vw, 30px);
  font-weight: 500;
}

.yasuhigashi-station p span {
  font-size: clamp(11px, 3.5vw, 14px);
}

.yasuhigashi-station p em {
  color: #c8b58d;
  font-size: clamp(32px, 9.5vw, 40px);
  font-style: normal;
  line-height: 0.9;
}

.yasuhigashi-station p small {
  font-size: clamp(13px, 4.5vw, 18px);
}

.yasuhigashi-station img {
  width: min(100%, 302px);
  margin: 0 auto;
}

.yasuhigashi-access-grid {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 30px 0 28px;
}

.yasuhigashi-school {
  align-content: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #fff8f3;
  text-align: center;
  color: #5c3b2b;
  font-size: 16px;
  line-height: 1.55;
}

.yasuhigashi-school strong {
  display: block;
  font-weight: 500;
  line-height: 1.1;
}

.yasuhigashi-school strong span {
  font-size: 42px;
  line-height: 0.9;
}

.yasuhigashi-access-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1.4;
  color: #5c3b2b;
}

.yasuhigashi-access-grid li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  white-space: nowrap;
}

.yasuhigashi-access-grid li strong {
  font-weight: 500;
}

.yasuhigashi-access-grid li em {
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}

.yasuhigashi-map {
  width: 100%;
  border: 0;
}

.yasuhigashi-info {
  background: #eadfd9;
  padding: 30px 12px 10px;
}

.yasuhigashi-info-icons {
  display: grid;
  grid-template-columns: 66px repeat(4, 1fr);
  gap: 7px;
  align-items: start;
  margin: 18px 0 18px;
}

.yasuhigashi-info-metrics {
  display: grid;
  gap: 16px;
  color: #5c3b2b;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.yasuhigashi-info-metrics div {
  display: grid;
  gap: 6px;
}

.yasuhigashi-info-metrics strong {
  display: block;
  padding-bottom: 3px;
  border-bottom: 2px solid currentColor;
  color: #5c3b2b;
  font-size: 15px;
  line-height: 1.1;
}

.yasuhigashi-info-metrics span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.yasuhigashi-info-spec {
  display: grid;
  gap: 7px;
  justify-items: center;
  color: #5c3b2b;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.yasuhigashi-info-spec img {
  width: 100%;
  aspect-ratio: 1;
  padding: 5px;
  border-radius: 8px;
  background: #bdaa84;
  object-fit: contain;
}

.yasuhigashi-info-slider {
  margin: 18px auto 24px;
}

.yasuhigashi-info-slider .carousel-slide {
  flex-basis: 86%;
  width: 86%;
}

.yasuhigashi-info-slider .carousel-slide img {
  aspect-ratio: 327 / 218;
  object-fit: cover;
}

.yasuhigashi-info-slider .carousel-slide figcaption {
  margin-top: 8px;
  color: #5c3b2b;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}

.yasuhigashi-main-photo {
  margin-bottom: 18px;
}

.yasuhigashi-main-photo figcaption {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #5c3b2b;
}

.yasuhigashi-refa,
.yasuhigashi-plan {
  border-radius: 4px;
  background: #fff8f4;
}

.yasuhigashi-plan {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.yasuhigashi-refa img,
.yasuhigashi-plan img {
  width: 100%;
  margin: 14px 0;
}

.yasuhigashi-plan h3,
.yasuhigashi-detail h3 {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: #5c3b2b;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.yasuhigashi-plan p {
  color: #5c3b2b;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.yasuhigashi-refa {
  padding: 28px 20px 30px;
  border-radius: 8px;
  background: #fff8f4;
}

.yasuhigashi-refa h3 {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.yasuhigashi-refa__image {
  width: 100%;
  margin: 24px 0 20px;
}

.yasuhigashi-refa p.yasuhigashi-refa__lead {
  margin-top: 0;
  color: #5c3b2b;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  text-align: center;
}

.yasuhigashi-refa p.yasuhigashi-refa__body {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d8c8b9;
  color: #5c3b2b;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

.yasuhigashi-detail {
  margin: 18px 0 0;
  padding: 0 4px;
}

.yasuhigashi-detail p {
  text-align: left;
}

.yasuhigashi-info .yasuhigashi-cta-wrap {
  padding: 28px 0 28px;
  background: transparent;
}

@media (min-width: 760px) {
  .yasuhigashi-lp {
    box-shadow: 0 0 0 1px rgba(90, 53, 36, 0.08);
  }

  .yasuhigashi-hero__logo {
    top: 34px;
    left: 34px;
    width: 96px;
  }

  .yasuhigashi-hero__reserve {
    --reserve-padding: 13px 28px;
    --reserve-font-size: 20px;
    --reserve-icon-size: 30px;
    --reserve-gap: 14px;
    top: 28px;
    right: 30px;
  }

  .yasuhigashi-hero__copy {
    top: 145px;
    right: 48px;
    gap: 14px;
  }

  .yasuhigashi-hero__copy p {
    font-size: 30px;
    line-height: 1.35;
  }

  .yasuhigashi-hero__copy h1 {
    font-size: 56px;
  }

  .yasuhigashi-concept {
    padding: 52px 32px 140px;
    font-size: 23px;
    font-weight: 300;
  }

  .yasuhigashi-concept span {
    font-size: 44px;
  }

  .yasuhigashi-intro-image {
    width: calc(100% - 72px);
    margin: -94px auto -164px;
  }

  .yasuhigashi-gallery {
    padding: 212px 36px 56px;
  }

  .yasuhigashi-gallery__lead {
    font-size: 20px;
  }

  .yasuhigashi-performance {
    padding: 0 48px 58px;
  }

  .yasuhigashi-performance + .yasuhigashi-performance {
    padding-top: 34px;
  }

  .yasuhigashi-performance h2 {
    font-size: 46px;
  }

  .yasuhigashi-pill {
    min-height: 32px;
    padding: 4px 24px;
    font-size: 15px;
  }

  .yasuhigashi-round {
    width: min(430px, 62vw);
    height: min(430px, 62vw);
    margin: 28px auto;
  }

  .yasuhigashi-performance > p:not(.yasuhigashi-pill):not(.yasuhigashi-note) {
    font-size: 15px;
  }

  .yasuhigashi-card,
  .yasuhigashi-refa {
    padding: 32px 36px;
  }

  .yasuhigashi-card h3,
  .yasuhigashi-refa h3,
  .yasuhigashi-plan h3,
  .yasuhigashi-detail h3 {
    font-size: 24px;
  }

  .yasuhigashi-card p,
  .yasuhigashi-refa p,
  .yasuhigashi-plan p,
  .yasuhigashi-detail p {
    font-size: 14px;
  }

  .yasuhigashi-plan h3,
  .yasuhigashi-detail h3 {
    padding: 6px 18px;
    font-size: 18px;
  }

  .yasuhigashi-plan p {
    font-size: 18px;
  }

  .yasuhigashi-access {
    padding: 64px 48px 52px;
  }

  .yasuhigashi-access h2,
  .yasuhigashi-info h2 {
    font-size: 45px;
    font-weight: 400;
  }

  .yasuhigashi-access__lead {
    font-size: 28px;
    margin: 38px 0 38px;
  }

  .yasuhigashi-access-grid {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
    margin: 36px 0 34px;
  }

  .yasuhigashi-school {
    width: 250px;
    height: 250px;
    font-size: 29px;
  }

  .yasuhigashi-school strong span {
    font-size: 68px;
  }

  .yasuhigashi-access-grid ul {
    gap: 14px;
    font-size: 21px;
  }

  .yasuhigashi-access-grid li em {
    font-size: 36px;
  }

  .yasuhigashi-station {
    padding: 42px 58px 36px;
    border-radius: 12px;
  }

  .yasuhigashi-station p {
    margin-bottom: 30px;
    font-size: clamp(20px, 3.3vw, 26px);
  }

  .yasuhigashi-station p strong {
    font-size: clamp(32px, 5vw, 40px);
  }

  .yasuhigashi-station p span {
    font-size: clamp(17px, 2.8vw, 22px);
  }

  .yasuhigashi-station p em {
    font-size: clamp(44px, 6.6vw, 54px);
  }

  .yasuhigashi-station p small {
    font-size: clamp(20px, 3.3vw, 26px);
  }

  .yasuhigashi-info {
    padding: 54px 36px 28px;
  }

  .yasuhigashi-info-icons {
    grid-template-columns: 96px repeat(4, 1fr);
    gap: 12px;
    margin: 30px 0 28px;
  }

  .yasuhigashi-info-metrics {
    gap: 26px;
  }

  .yasuhigashi-info-metrics strong,
  .yasuhigashi-info-metrics span {
    font-size: 22px;
  }

  .yasuhigashi-info-spec {
    gap: 12px;
    font-size: 15px;
  }

  .yasuhigashi-info-spec img {
    padding: 10px;
    border-radius: 12px;
  }

  .yasuhigashi-info-slider {
    margin: 28px auto 34px;
  }

  .yasuhigashi-info-slider .carousel-slide {
    flex: 0 0 78%;
    width: 78%;
  }
}

.hero {
  background: var(--mist);
  padding: calc(20px + var(--header-h)) 0 0;
}

.hero-inner {
  display: block;
}

.hero-media img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.hero-media {
  padding: 0;
}

.hero-media img {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.lineup img {
  object-fit: cover;
}

.lineup .content {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.lineup {
  padding: 16px 0 40px;
  background: var(--mist);
}

.section-divider {
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}

.three-min {
  padding: 24px 0 40px;
  background: var(--mist);
}

.three-min-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.three-min-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.three-min-left {
  width: 85%;
}

.three-min-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.three-min-cta {
  margin-top: 16px;
}

.three-min-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 720px) {
  .three-min-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .three-min-left {
    width: 100%;
  }

  .three-min-right {
  }

  .three-min-text {
    width: 100%;
  }
}

.three-min-right-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.three-min-time {
  margin-top: 4px;
}

.three-min-desc {
  margin: 10px 0 0;
  color: #363636;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.three-min-title {
  margin: 0;
  color: #363636;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.lineup-btn {
  margin: 14px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 4px;
  background: #606972;
  color: #fff;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 16px;
  font-weight: 700;
}

.lineup-icon {
  width: 20px;
  height: 20px;
}

.lineup-cta {
  display: flex;
  justify-content: flex-end;
}

.access-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: nowrap;
}

.access-bar {
  width: 10px;
  height: 56px;
  background: #363636;
  flex-shrink: 0;
}

.access-head h2 {
  margin: 0;
  color: #363636;
  font-family: "Cardo", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.02em;
}

.access-pill {
  margin-left: auto;
  margin-right: 8px;
  width: min(320px, 45vw);
  height: 30px;
  border-radius: 1000px;
  border: 1px solid #363636;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 12px;
  font-weight: 700;
}

.access-lead {
  color: #363636;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 2em;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}

.access-content {
  position: relative;
}

.access-times {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.access-time {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.access-min.small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #363636;
  font-family: "Cardo", serif;
  font-size: 25px;
  font-weight: 700;
}

.three-min .access-min.small {
  font-size: 40px;
}

.walk-icon.small {
  width: 23px;
  height: auto;
}

.access-band {
  background: var(--silver);
  padding: 6px 10px;
  flex: 1;
  color: #363636;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.access-watermark {
  position: absolute;
  left: 0;
  top: 0px;
  margin: 0;
  color: #dcdcdc;
  font-family: "Dancing Script", cursive;
  font-size: 180px;
  font-weight: 700;
  opacity: 0.2;
  line-height: 1;
  pointer-events: none;
  width: 100%;
  transform: none;
  white-space: nowrap;
  overflow-x: hidden;
}

.access-map-block img {
  width: 100%;
  border: 1px solid var(--silver);
  background: #fff;
}

.nearby {
  margin: 24px 0 18px;
}

.nearby h3 {
  margin: 0 0 10px;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.nearby-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px;
  align-items: start;
}

.nearby-title {
  background: #fff;
  border-radius: 1000px;
  border: 1px solid #363636;
  padding: 8px 12px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-weight: 700;
}

.nearby-list {
  margin: 0 auto;
  padding-left: 16px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 16px;
  width: 93%;
}

.access-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 24px;
  border-radius: 4px;
  background: var(--gold);
  color: #fff;
  font-weight: 600;
}

.access-btn .btn-icon {
  width: 20px;
  height: 20px;
}

.info-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-tri {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.info-head h2 {
  margin: 0;
  color: #363636;
  font-family: "Cardo", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.info-subtitle {
  margin: 6px 0 18px;
  color: #363636;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 14px;
}

.info-block-v2 {
  padding: 18px 0 26px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.info-block-v2:first-of-type {
  border-top: 1px solid #e2e2e2;
}

.info-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info-pills {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-pill {
  align-self: stretch;
  font-size: 12px;
}

.info-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  width: 60%;
}

.info-icon img {
  width: 100%;
  height: auto;
}

.info-icon p {
  font-size: 10px;
  line-height: 1.3;
}

.info-num {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 56px;
}

.info-pill {
  display: flex;
  padding: 1px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  border: 1px solid #363636;
  background: #fff;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 12px;
  font-weight: 700;
}

.info-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.info-icon {
  background: transparent;
  color: #363636;
  text-align: center;
  padding: 0;
}

.info-icon img {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
  object-fit: contain;
}

.info-icon p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 10px;
  line-height: 1.3;
}

.info-detail {
  margin: 6px 0 12px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.info-num.with-mark::after {
  content: "|";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  color: #363636;
  text-align: center;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  touch-action: pan-y;
}

.carousel-clip {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-track {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  transform: translateX(0);
  transition: transform 0.4s ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 80%;
  width: 80%;
  margin: 0;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #fff;
}

.carousel-slide figcaption {
  margin-top: 6px;
  font-size: 12px;
  color: #6b6b6b;
}

.yasuhigashi-info-slider .carousel-slide {
  flex: 0 0 86%;
  width: 86%;
}

.yasuhigashi-info-slider .carousel-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 327 / 218;
  object-fit: cover;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.carousel-dots button {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: none;
  background: #b9b9b9;
  padding: 0;
}

.carousel-dots button.active {
  background: #5c3b2b;
  width: 18px;
}

.carousel-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(53, 53, 53, 0.7);
  color: #fff;
  cursor: pointer;
  z-index: 3;
  padding: 0;
}

.carousel-arrow-prev {
  left: 8px;
}

.carousel-arrow-next {
  right: 8px;
}

.carousel-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}

.price-section,
.detail-section {
  margin-top: 24px;
}

.price-band {
  display: flex;
  width: 700px;
  max-width: 100%;
  padding: 6px 320px 10px 320px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #606972;
  color: #fff;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
}

.price-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3px;
  row-gap: 5px;
  justify-content: center;
  margin-bottom: 8px;
}

.price-tags span {
  border: 1px solid #363636;
  border-radius: 1000px;
  padding: 4px 9px;
  font-size: 0.75em;
  background: #fff;
}

.price-catch {
  text-align: center;
  color: #608090;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 8px;
}

.price-table {
  border: 1px solid #e2e2e2;
  background: #fff;
}

.price-row {
  display: grid;
  grid-template-columns: 90px 1fr 120px;
  border-top: 1px solid #e2e2e2;
}

.price-row:first-child {
  border-top: none;
}

.price-unit {
  border-right: 1px solid #e2e2e2;
  padding: 10px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.unit-num {
  font-weight: 700;
}

.unit-tag {
  margin-top: 6px;
  background: #a3a7ab;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
}

.price-desc {
  padding: 10px;
  font-size: 12px;
  color: #363636;
}

.price-desc p {
  margin: 0 0 4px;
}

.price-value {
  border-left: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.price-row.sold {
  background: var(--silver);
}

.price-desc.sold-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.detail-text {
  background: #fff;
  padding: 12px;
  font-size: 12px;
  line-height: 1.6;
  color: #363636;
}

.section {
  padding: 64px 0;
}

#access {
  background: var(--cream);
}

#features {
  background: var(--cream);
}

.section.soft {
  background: var(--cream);
}

.section-title {
  text-align: center;
  margin-bottom: 36px;
}

.section-title h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  margin: 0 0 8px;
  letter-spacing: 0.08em;
}

.section-title p {
  color: #6b6b6b;
}

.list {
  padding-left: 18px;
  margin: 0 0 18px;
}

.list,
.nearby-list,
.rest-card ul {
  list-style: disc;
  list-style-position: inside;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-body {
  padding: 16px;
}

.feature-std {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 6px 0 22px;
  font-size: 14px;
  width: 100%;
}

.feature-std-label,
.feature-std-list {
  display: flex;
  align-items: center;
  min-height: 60px;
}

.feature-std span {
  background: #363636;
  color: #fff;
  padding: 3px 8px;
  font-weight: 700;
}

.feature-std p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-weight: 700;
  background-color: #f7f7f7;
}

.feature-std-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.feature-std-list span {
  background: #f7f7f7;
  color: #000000;
}

.feature-std-list span:first-child {
  margin-left: 0;
}

.feature-std-list span::after {
  content: "/";
  margin-left: 10px;
}

.feature-std-list span:last-child::after {
  content: "";
}

.feature-std-label {
  background: #363636;
  color: #fff;
  padding: 3px 8px;
  font-weight: 700;
  width: 30%;
  text-align: center;
  justify-content: center;
}

.materials-head h3 {
  margin: 0;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.materials-head p {
  margin: 4px 0 16px;
  color: #6b6b6b;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 0;
  margin-bottom: 20px;
}

.materials-card {
  border-right: 1px solid #e2e2e2;
  padding-right: 16px;
}

.materials-card:last-child {
  border-right: none;
  padding-right: 0;
}

.materials-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
}

.materials-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 10px;
}

.materials-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

#facilities {
  background: var(--cream);
}

#info {
  background: #e9f0f3;
}

#rest {
  background: #fefdf7;
}

#values {
  background: #fefdf7;
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
}

.l-form-container {
  background: url("assets/bg-light.jpg") center top / cover repeat-y;
  padding: 40px 0 60px;
}

.form-head h2 {
  margin: 0;
  color: #5c3b2b;
  font-family: "Cardo", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.form-head p {
  margin: 4px 0 16px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  color: #5c3b2b;
  font-size: 14px;
}

.l-form-container__flow {
  margin-bottom: 20px;
}

.form__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.form__flow-step {
  background: #fff8f4;
  border: 1px solid #d8c8b9;
  color: #5c3b2b;
  text-align: center;
  padding: 8px 6px;
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 12px;
}

.form__flow-step--current {
  background: #5c3b2b;
  color: #fff;
  border-color: #5c3b2b;
}

.l-form-container__inner {
  background: #fff8f4;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #d8c8b9;
  box-shadow: 0 10px 30px rgba(92, 59, 43, 0.08);
}

.form__row {
  border-bottom: 1px solid #d8c8b9;
  padding: 14px 0;
}

.form__row:last-child {
  border-bottom: none;
}

.form__row-header {
  margin-bottom: 8px;
}

.form__label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", var(--sans);
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--color-cta, #991012);
  border-radius: 999px;
  line-height: 1;
}

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbb9a8;
  border-radius: 6px;
  background: #fff;
  color: #3a2d27;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 14px;
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: #5c3b2b;
  box-shadow: 0 0 0 3px rgba(92, 59, 43, 0.14);
}

.form__options-item--radio label {
  display: block;
  padding: 10px 12px;
  border: 1px solid #cbb9a8;
  border-radius: 8px;
  background: #fff;
  color: #5c3b2b;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.form__options-item--radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__options-item--radio input[type="radio"]:checked + label {
  border-color: #5c3b2b;
  background: #eadfd9;
  box-shadow: 0 0 0 2px rgba(92, 59, 43, 0.18);
}

.form__body-notice-item {
  margin-top: 8px;
  font-size: 12px;
  color: #7b6154;
}

.l-form-container__policy {
  margin-top: 16px;
  font-size: 12px;
  color: #7b6154;
}

.l-form-container__buttons {
  margin-top: 16px;
  text-align: center;
}

.form__button-submit {
  background: var(--color-cta, #991012);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: var(--pButton-border-radius, 999px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", var(--sans);
  cursor: pointer;
}

.form__button-submit:disabled {
  background: #b8aaa2;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.8;
}

.value-block {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.value-block:last-child {
  border-bottom: none;
}

.value-tag {
  margin: 0 0 6px;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.value-block h2 {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 24px;
  font-weight: 700;
  color: #363636;
}

.value-block img {
  width: 100%;
  margin-bottom: 12px;
}

.value-block h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.value-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.value-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.value-icon {
  background: #606972;
  border-radius: 12px;
  color: #fff;
  min-height: 84px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
}

.value-icon p {
  margin: 0;
  font-size: clamp(10px, 2.5vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.value-icon > strong,
.value-result strong {
  display: inline-block;
  font-family: "Lato", "Montserrat", var(--sans);
  font-size: clamp(30px, 7.2vw, 58px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.value-small {
  font-size: 0.5em !important;
  font-weight: 700;
  display: block;
}

.value-tight {
  line-height: 1;
}

.mobile-break {
  display: none;
}

.value-icon::before {
  content: "";
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.7);
  order: 3;
  margin: 0 4px;
  flex: 0 0 1px;
}

.value-icon > p:first-child {
  order: 1;
  flex: 0 0 auto;
}

.value-icon > strong {
  order: 2;
  flex: 0 0 auto;
}

.value-icon > strong + .value-result,
.value-icon > .value-result {
  order: 4;
}

.value-icon > p:first-child + strong {
  order: 2;
}

.value-result {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.value-result span {
  font-size: clamp(10px, 2.5vw, 18px);
  font-weight: 700;
  line-height: 1;
}
.rest-wrap h2 {
  margin: 0;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.rest-sub {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  color: #363636;
}

.rest-lead {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.rest-lead img {
  width: 120px;
  justify-self: end;
}

.rest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.rest-card {
  background: #f9f8f0;
  padding: 25px 16px;
}

.rest-icon {
  height: 28px;
  margin-bottom: 10px;
}

.rest-card span {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rest-card h3 {
  margin: 6px 0 4px;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.rest-card p {
  margin: 0 0 10px;
  font-size: 12px;
  color: #6b6b6b;
}

.rest-card ul {
  margin: 0;
  padding-left: 16px;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 15px;
  line-height: 1.6;
}

.rest-card {
  width: 100%;
  margin: 0;
}

.rest-card ul {
  text-align: left;
  width: 100%;
}

.rest-card span,
.rest-card h3,
.rest-card p,
.rest-card ul {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.rest-media {
  width: 70%;
  margin: 0 auto 10px;
}

.rest-card img {
  width: auto;
  max-width: 70%;
  height: auto;
  margin: 0;
}


.rest-card span {
  display: block;
  text-align: left;
}

.rest-foot {
  margin: 0;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 14px;
  line-height: 1.7;
}
.facility-block {
  margin: 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
}

.facility-block:last-of-type {
  border-bottom: none;
}

.facility-block h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #363636;
}

.facility-row {
  display: flex;
  width: 700px;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.facility-main {
  width: 436px;
  height: 316px;
  flex-shrink: 0;
  object-fit: cover;
}

.facility-sub {
  width: 255px;
  height: 228px;
  flex-shrink: 0;
  aspect-ratio: 85 / 76;
  object-fit: cover;
}

.facility-row.single {
  justify-content: flex-start;
}

.facility-row.single .facility-main {
  width: 700px;
  height: auto;
}

.facility-block h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.facility-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", var(--sans);
}

.nemurich-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 10px;
}

.nemurich-row img {
  width: 100%;
  object-fit: cover;
}

.facility-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.facility {
  background: #fff;
  border: 1px solid var(--silver);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

.facility img {
  height: 44px;
  margin: 0 auto 8px;
}

.slider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--silver);
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.slider-track img {
  width: 100%;
  flex: 0 0 100%;
  height: 320px;
  object-fit: cover;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.slider-btn.prev {
  left: 12px;
}

.slider-btn.next {
  right: 12px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.info-card {
  background: var(--mist);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
}

.info-card img {
  height: 36px;
  margin: 0 auto 8px;
}

.info-block {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid var(--silver);
}

.info-left img {
  border-radius: 14px;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  align-items: center;
}

.site-footer {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 0;
  background: #222;
  overflow: hidden;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  font-family: "Zen Kaku Gothic New", var(--sans);
  font-size: 28px;
  font-weight: 900;
  line-height: 56px;
}

.footer-inner img {
  width: 80px;
  max-width: 60%;
  height: auto;
  object-fit: contain;
}

.footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

@media (max-width: 720px) {
  .mobile-break {
    display: inline;
  }

  .mobile-break::before {
    content: "\A";
    white-space: pre;
  }

  .value-icon > strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
  }
  .access-watermark {
    font-size: 120px;
  }
  .header-inner {
    flex-direction: column;
    gap: 12px;
    padding-right: 90px;
  }

  .btn-reserve img {
    height: 55px;
  }

  .btn-reserve {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slider-track img {
    height: auto;
  }
  .access-pill {
    margin-left: auto;
  }

  .access-time {
    flex-direction: row;
    align-items: center;
  }

  .access-band {
    white-space: normal;
    width: 100%;
  }

  .nearby h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .nearby-grid {
    grid-template-columns: 1fr;
  }

  .materials-grid {
    grid-template-columns: 1fr;
  }

  .materials-card {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 16px;
  }

  .materials-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .facility-row {
    flex-direction: column;
  }

  .facility-main,
  .facility-sub {
    width: 100%;
    height: auto;
  }

  .facility-block.nemurich {
    display: flex;
    flex-direction: column;
  }

  .facility-block.nemurich h3 {
    order: 1;
  }

  .facility-block.nemurich .nemurich-row {
    display: contents;
  }

  .facility-block.nemurich img {
    order: 2;
  }

  .facility-block.nemurich h4 {
    order: 3;
  }

  .facility-block.nemurich p {
    order: 4;
  }

  .price-band {
    padding: 6px 20px 10px;
  }

  .price-row {
    grid-template-columns: 80px 1fr 90px;
  }

  .rest-lead {
    grid-template-columns: 1fr;
  }

  .rest-lead img {
    order: 1;
    justify-self: start;
  }

  .rest-lead p {
    order: 2;
  }

  .rest-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .btn.btn-reserve {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  :root {
    --header-h: 80px;
  }

  .three-min .content {
    display: grid;
    grid-template-columns: 62% 35%;
    grid-template-areas:
      "left right"
      "left text";
    gap: 20px;
    align-items: start;
  }

  .three-min-grid {
    display: contents;
  }

  .three-min-left {
    grid-area: left;
    width: 100%;
  }

  .three-min-right {
    grid-area: right;
  }

  .three-min-text {
    grid-area: text;
    position: relative;
    bottom: -40px;
  }

  .three-min-desc {
    font-size: 18px;
  }

  .content {
    width: min(770px, 92%);
  }

  .carousel {
    max-width: 770px;
  }

  .carousel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .access-head {
    width: min(770px, 92%);
    margin-left: auto;
    margin-right: auto;
  }

  .feature-std {
    font-size: 15px;
  }

  .access-pill {
    height: 36px;
    font-size: 18px;
  }

  .access-min.small {
    font-size: 35px;
  }

  .access-band {
    font-size: 17px;
  }

  .access-lead {
    font-size: 16px;
  }

  .feature-std-list {
    width: 70%;
  }

  .feature-std-list span:first-child {
    margin-left: 30px;
  }

  .info-tri {
    left: calc(50% - min(770px, 92%) / 2);
  }

  .info-pills {
    width: 150px;
  }

  .info-pill {
    font-size: 16px;
  }

  .info-subtitle {
    font-size: 17px;
  }

  .info-icon p {
    font-size: 14px;
  }

  .price-tags {
    column-gap: 5px;
    row-gap: 10px;
  }

  .price-tags span {
    padding: 4px 18px;
    font-size: 1.1em;
  }

  .price-catch {
    margin: 15px 0 15px;
  }

  .price-row {
    grid-template-columns: 150px 1fr 150px;
  }

  .price-desc {
    font-size: 14px;
  }

  .facility-block p {
    font-size: 15px;
  }

  .value-block p {
    font-size: 15px;
  }

  .lineup img,
  .facility-row.single .facility-main,
  .hero-media img {
    width: 770px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .three-min-grid {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }

  .three-min-left {
    flex: 0 0 62%;
  }

  .three-min-right {
    flex: 0 0 35%;
  }

  .facility-row.single {
    width: 770px;
  }

  .price-band {
    width: 770px;
  }

  .site-header {
    height: 80px;
  }

  .header-inner {
    align-items: center;
    height: 80px;
    padding: 0 16px;
    justify-content: start;
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
  }

  .btn-reserve {
    height: 80px;
  }

  .btn-reserve img {
    height: 80px;
  }
}

@media (min-width: 768px) {
  .lineup .content {
    width: min(770px, 92%);
  }

  .lineup-btn,
  .access-btn {
    padding: 16px 30px;
    font-size: 20px;
  }
}

/* Form datepicker (from legacy form.css) */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px !important;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  line-height: 1.2em;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  margin-top: 13px;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ui-state-disabled .ui-state-default {
  color: #a3a3a3;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e1ecf0 !important;
  background: #e1ecf0 !important;
  color: #363636;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
  .lp .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  color: #5c3b2b;
