:root {
  --charcoal: #353535;
  --mist: #e1ecf0;
  --gold: #d0b100;
  --cream: #f5f3f0;
  --silver: #dcdcdc;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --header-h: 70px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--charcoal);
  background: #fff;
  line-height: 1.7;
}

html,
body {
  overflow-x: hidden !important;
}

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 {
  width: 100dvw;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--charcoal);
  backdrop-filter: blur(8px);
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  height: 70px;
  overflow-x: clip;
}

.header-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  height: 70px;
  padding: 0 16px;
}

.logo {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.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: fixed;
  right: 16px;
  top: 0;
  z-index: 30;
  height: 70px;
  padding: 0;
  width: auto;
}

.btn.btn-reserve {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.btn-reserve img {
  height: 70px;
  width: auto;
}

.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;
}

.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: #5a7a8c;
  width: 18px;
}

.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: var(--mist);
  padding: 40px 0 60px;
}

.form-head h2 {
  margin: 0;
  color: #363636;
  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: #363636;
  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: #fff;
  border: 1px solid #dcdcdc;
  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: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.l-form-container__inner {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form__row {
  border-bottom: 1px solid #e2e2e2;
  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: #d55;
  border-radius: 999px;
  line-height: 1;
}

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

.form__options-item--radio label {
  display: block;
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  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: var(--gold);
  box-shadow: 0 0 0 2px rgba(208, 177, 0, 0.2);
}

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

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

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

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

.form__button-submit:disabled {
  background: #a9a9a9;
  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;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  text-align: center;
  line-height: 2em;
}

.value-icon p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.value-icon strong {
  font-size: 26px;
}

.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: 2;
  margin: 0 8px;
}

.value-icon p {
  order: 1;
}

.value-icon strong {
  order: 3;
}
.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;
  }

  .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;
  }
