:root {
  --bg-green: #b2bd8b;
  --bg-light: #edefe3;
  --bg-cream: #f9f8f0;
  --bg-cream-deep: #f4f1e6;
  --text: #363636;
  --text-green: #6e7c58;
  --line: #cfd5c6;
  --blue: #398dfa;
  --blue-shadow: #2459af;
  --panel: #606972;
  --white: #ffffff;
  --content-w: min(700px, calc(100vw - 34px));
  --serif: "Cardo", "Noto Serif JP", serif;
  --sans: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --latin: "Montserrat", sans-serif;
  --header-h: 80px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--text);
  font-family: var(--sans);
  background: var(--white);
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

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

a {
  color: inherit;
}

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

.hero-copy,
.hero-intro,
.plan-card__inner,
.facilities-section__inner,
.info-section__inner,
.brand-section__inner,
.form-section__inner,
.footer-visual__content {
  width: var(--content-w);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  background: var(--bg-green);
  height: var(--header-h);
}

.header-inner {
  width: min(754px, 100%);
  margin: 0 auto;
  padding: 0 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
}

.btn-reserve img {
  height: 70px;
  width: auto;
}

.lp {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-section {
  background: var(--bg-light);
  padding: 26px 0 30px;
}

.hero-copy__eyebrow {
  display: flex;
  align-items: center;
  width: min(700px, 100%);
  gap: 12px;
}

.hero-copy__area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border: 1px solid var(--text-green);
  border-radius: 1000px;
  background: var(--white);
  color: var(--text-green);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
}

.hero-copy__sub {
  color: var(--text-green);
  font-size: 33px;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
}

.hero-copy__title {
  margin: 8px 0 0;
  font-family: var(--latin);
  font-size: clamp(52px, 9vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.08em;
  color: var(--text-green);
  text-transform: uppercase;
  font-weight: 700;
}

.hero-visual {
  width: min(770px, 100%);
  margin: 24px auto 0;
}

.hero-visual img {
  width: 100%;
  height: auto;
}

.hero-intro {
  display: flex;
  width: min(700px, 100%);
  align-items: center;
  gap: 44px;
  margin-top: 26px;
}

.hero-intro__badge {
  display: flex;
  width: 225px;
  height: 225px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 134.5px;
  background: var(--white);
  box-shadow: 0 0 11.3px 0 rgba(89, 121, 93, 0.3);
}

.hero-intro__text {
  flex: 1 1 auto;
  max-width: 431px;
}

.hero-intro__catch {
  margin: 0;
  font-family: var(--latin);
  color: var(--text-green);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2.52px;
}

.hero-intro__text p:last-child {
  margin: 0;
  color: var(--text-green);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1.96px;
}

.plan-section {
  padding: 30px 0 0;
}

.plan-card {
  padding: 0 0 68px;
}

.plan-card:last-of-type {
  padding-bottom: 0;
}

.plan-card + .plan-card {
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding-right: 32px;
  gap: 16px;
}

.section-heading__title,
.section-title__main {
  display: flex;
  align-items: center;
  gap: 13px;
}

.section-heading__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  margin-left: 0;
}

.section-heading__bar,
.section-title__bar {
  width: 16px;
  height: 56px;
  background: var(--text-green);
}

.section-heading h2,
.section-title h2 {
  margin: 0;
  font-family: var(--latin);
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1;
  color: var(--text-green);
  text-transform: uppercase;
  font-weight: 700;
}

.section-heading__pill,
.section-title__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 8px 32px;
  border: 1px solid #363636;
  border-radius: 999px;
  background: var(--white);
  color: #363636;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
}

.plan-card__lead {
  margin: 18px 0 32px;
  padding: 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--text-green);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.plan-card__image {
  margin-bottom: 32px;
  border: 1px solid #ddd7c9;
  background: var(--bg-cream-deep);
}

.plan-card__image img,
.info-plan img,
.info-exterior img,
.only-plan img {
  width: 100%;
  height: auto;
}

.plan-card__detail {
  display: block;
  overflow: hidden;
}

.plan-card__detail-area {
  width: 100%;
  padding: 48px 0;
  background: var(--bg-light);
}

.plan-card__detail > p {
  margin: 0;
  font-size: 24px;
  line-height: 1.9;
}

.plan-card__side-image {
  float: right;
  width: 200px;
  margin: 0 0 0 16px;
  display: block;
}

.plan-card__side-image--compact {
  width: 180px;
  max-height: 140px;
  object-fit: contain;
}

.plan-base-detail {
  width: 100%;
  margin: 0;
  padding: 32px 0 48px;
  background: var(--bg-light);
}

.plan-base-detail__inner {
  width: var(--content-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px;
  flex-shrink: 0;
}

.plan-points {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}

.plan-points__title {
  margin: 0;
  font-family: var(--latin);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-green);
}

.plan-points ul,
.values-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-points li,
.values-card li {
  position: relative;
  padding-left: 11px;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.plan-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 2px;
  border-radius: 8px;
  background: #c0cb99;
}

.plan-points ul {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
}

.plan-copy-band {
  width: 100%;
  padding: 24px 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #606972;
}

.plan-copy-band p {
  margin: 0;
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  padding: 4px 24px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 4.3px var(--blue-shadow);
}

.cta-button--base {
  width: auto;
  margin-top: 0;
  align-self: flex-start;
}

.cta-button img {
  width: 49px;
  height: 48px;
}

.floor-note {
  width: var(--content-w);
  margin: 48px auto 0;
  text-align: center;
}

.floor-note__title {
  margin-bottom: 48px;
  text-align: center;
}

.floor-note__title img {
  width: min(389px, 60%);
  height: auto;
  margin: 0 auto;
}

.floor-note__text p {
  margin: 0;
  color: #363636;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.only-plan {
  width: 100%;
  padding: 72px 0 80px;
  background: #f5f3f0;
}

.only-plan__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 35px;
  text-align: center;
}

.only-plan h2 {
  margin: 0;
  font-family: var(--latin);
  font-size: clamp(42px, 7vw, 54.179px);
  font-weight: 700;
  line-height: 56px;
  color: #606972;
}

.only-plan__text {
  margin: 42px auto 42px;
  max-width: 614px;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.only-plan__visual {
  max-width: 642px;
  margin: 0 auto;
}

.only-plan img {
  width: 100%;
  margin: 0;
}

.facilities-section {
  background: var(--bg-light);
  padding: 74px 0 72px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.materials-box {
  margin-top: 68px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  padding: 34px 0 40px;
}

.materials-box__head {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 0;
}

.materials-box__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--panel);
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}

.materials-box__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 24px;
  background: var(--white);
}

.materials-box__tags span {
  color: var(--text-green);
  font-size: 24px;
  font-weight: 700;
}

.materials-box h3 {
  margin: 46px 0 8px;
  font-family: var(--latin);
  font-size: 44px;
  line-height: 1;
  color: var(--text-green);
}

.materials-box__sub {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 500;
}

.materials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.materials-card h4 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
}

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

.materials-card:last-child img {
  object-position: right center;
}

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

.facility-item {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.facility-item h3 {
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-green);
}

.facility-item__media {
  display: grid;
  grid-template-columns: 1fr 126px;
  gap: 24px;
  align-items: start;
}

.facility-item__photo {
  width: 100%;
  border-radius: 4px;
}

.facility-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  border-radius: 4px;
  background: var(--text-green);
}

.facility-item__icon img {
  max-width: 101px;
  max-height: 101px;
}

.facility-item p {
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.8;
}

.info-section {
  padding: 72px 0;
}

.info-specs {
  margin-top: 54px;
}

.info-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-icon {
  text-align: center;
}

.info-icon__box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: var(--text-green);
}

.info-icon__box img {
  max-width: 101px;
  max-height: 101px;
}

.info-icon p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.info-ua {
  width: 402px;
  max-width: 100%;
  margin: 24px auto 0;
  border: 1px solid var(--text-green);
  text-align: center;
  color: var(--text-green);
  font-family: var(--latin);
  font-size: 38px;
  font-weight: 700;
}

.info-plan {
  margin-top: 32px;
}

.info-exterior {
  margin-top: 28px;
}

.price-box,
.detail-box {
  margin-top: 36px;
}

.price-box__title,
.detail-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  background: var(--panel);
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
}

.price-box__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 8px;
  margin-top: 24px;
}

.price-box__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--text-green);
  border-radius: 999px;
  font-size: 24px;
}

.price-box__catch {
  margin: 28px 0 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.price-box__price {
  margin: 6px 0 0;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
}

.detail-box p {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.95;
}

.brand-section {
  padding: 74px 0 0;
  background: var(--bg-cream);
}

.brand-section__label {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.brand-section h2 {
  margin: 12px 0 28px;
  font-family: var(--latin);
  font-size: clamp(48px, 8vw, 72px);
  line-height: 1;
}

.brand-section__lead,
.brand-section__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
}

.brand-section__text {
  margin-top: 24px;
}

.values-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 46px;
}

.values-card {
  padding: 24px;
  background: var(--bg-cream-deep);
}

.values-card__icon {
  height: 36px;
}

.values-card__icon--wide {
  width: 120px;
}

.values-card__icon-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
}

.values-card__icon-row img {
  height: 36px;
  width: auto;
}

.values-card__num {
  display: block;
  margin-top: 48px;
  font-family: var(--latin);
  font-size: 24px;
  font-weight: 700;
}

.values-card h3 {
  margin: 8px 0 0;
  font-size: 32px;
  font-weight: 700;
}

.values-card__en {
  margin: 6px 0 24px;
  font-family: var(--latin);
  font-size: 20px;
  font-weight: 700;
}

.values-block {
  margin-top: 58px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.values-block__header p {
  margin: 0;
  font-family: var(--latin);
  font-size: 28px;
  color: var(--text-green);
}

.values-block__header h3 {
  margin: 6px 0 24px;
  font-size: 28px;
}

.values-block img {
  width: 100%;
  margin-bottom: 24px;
}

.values-block > p {
  margin: 0;
  font-size: 24px;
  line-height: 1.8;
}

.values-block > p + p {
  margin-top: 16px;
  font-size: 20px;
}

.values-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 24px 0;
}

.values-stats__item {
  padding: 20px;
  background: var(--white);
}

.values-stats__item span {
  display: block;
  font-size: 18px;
}

.values-stats__item strong {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  color: var(--text-green);
}

.footer-visual {
  position: relative;
  margin-top: 72px;
  color: var(--white);
}

.footer-visual__bg img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.footer-visual__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-visual__content p {
  margin: 0 0 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-visual__content img {
  width: 114px;
}

@media (max-width: 900px) {
  .site-header {
    height: 72px;
  }

  .header-inner {
    width: 100%;
  }

  .logo {
    height: 38px;
  }

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

  .hero-copy__area {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-copy__sub {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-intro {
    gap: 20px;
  }

  .hero-intro__badge {
    width: 110px;
    height: 110px;
  }

  .hero-intro__catch {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .hero-intro__text p:last-child {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .plan-card__detail,
  .materials-grid,
  .values-cards,
  .values-stats {
    grid-template-columns: 1fr;
  }

  .plan-card__detail-area {
    padding: 32px 0;
  }

  .plan-base-detail {
    padding: 24px 0 32px;
  }

  .plan-base-detail__inner {
    width: var(--content-w);
    margin: 0 auto;
    gap: 24px;
  }

  .plan-points {
    flex-direction: row;
    gap: 16px;
  }

  .plan-points li,
  .plan-copy-band p {
    font-size: 14px;
    line-height: 1.8;
  }

  .plan-copy-band p {
    font-weight: 500;
  }

  .cta-button--base {
    padding: 14px 22px;
    font-size: 22px;
  }

  .plan-card__side-image--compact {
    width: 120px;
    max-height: 96px;
    margin-top: 0;
    margin-left: 40px;
  }

  .plan-card__side-image {
    margin-top: 0;
    margin-left: 40px;
  }


  .floor-note {
    margin-top: 32px;
  }

  .floor-note__title {
    margin-bottom: 24px;
  }

  .floor-note__text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .facility-item__media {
    grid-template-columns: 1fr;
  }

  .facility-item__icon,
  .info-icon__box {
    width: 126px;
  }

  .facility-item__icon {
    margin-left: auto;
  }

  .materials-box__head,
  .section-heading,
  .section-title {
    grid-template-columns: 1fr;
    display: grid;
  }

  .plan-card > .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
    gap: 12px;
  }

  .plan-card > .section-heading .section-heading__content {
    display: flex;
    justify-content: center;
    width: auto;
    margin-left: 0;
  }

  .plan-card > .section-heading .section-heading__pill {
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .hero-copy__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .materials-box__tags {
    flex-wrap: wrap;
  }

  .section-heading__pill,
  .section-title__pill {
    justify-self: start;
  }

  .plan-card__lead,
  .hero-intro__text p:last-child,
  .plan-card__detail > p,
  .price-box__tags span,
  .values-block > p {
    font-size: 13px;
  }

  .info-icons {
    grid-template-columns: 1fr;
  }

  .price-box__price {
    font-size: 54px;
  }

  .footer-visual__content p {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  :root {
    --content-w: calc(100vw - 28px);
    --header-h: 72px;
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-copy__title {
    letter-spacing: 0.04em;
  }

  .hero-intro {
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
  }

  .plan-card,
  .facilities-section,
  .info-section,
  .brand-section {
    padding-left: 0;
    padding-right: 0;
  }

  .only-plan {
    padding: 48px 0;
  }

  .only-plan__inner {
    padding: 0 20px;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }
}

/* Base-aligned layout from facilities onward */
.facilities-section {
  background: #f9f8f0;
  padding: 64px 0;
}

.facilities-section__head {
  width: 100%;
  margin: 0 auto 24px;
}

.info-section__head {
  width: 100%;
  margin: 0 auto 24px;
}

.facilities-section .section-title,
.info-section .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
  padding-left: 0;
}

.facilities-section .section-title__main,
.info-section .section-title__main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0;
}

.facilities-section .section-title__bar,
.info-section .section-title__bar {
  width: 16px;
  height: 56px;
  background: var(--text-green);
}

.facilities-section .section-title h2,
.info-section .section-title h2 {
  margin: 0;
  color: var(--text-green);
  font-family: var(--latin);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.facilities-section .section-title__pill {
  padding: 2px 12px;
  border: 1px solid #606972;
  border-radius: 1000px;
  background: #fff;
  color: #606972;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  max-height: 30px;
  margin-right: 10px;
}

.materials-box {
  margin-top: 0;
  padding: 16px 0 20px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
}

.materials-box__head {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 6px 0 22px;
}

.materials-box__label {
  width: 30%;
  min-height: 60px;
  padding: 3px 8px;
  background: #606972;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.materials-box__tags {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  min-height: 60px;
  padding: 12px 14px;
  background: #fff;
}

.materials-box__tags span {
  color: #6e7c58;
  font-size: 14px;
  font-weight: 700;
}

.materials-box__tags span::after {
  content: "/";
  margin-left: 10px;
}

.materials-box__tags span:last-child::after {
  content: "";
}

.materials-box h3 {
  margin: 0;
  color: #6e7c58;
  font-family: var(--latin);
  font-size: 25px;
  font-weight: 700;
  line-height: 48px;
}

.materials-box__sub {
  margin: 4px 0 16px;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 400;
}

.materials-grid {
  gap: 18px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 0;
  margin-bottom: 20px;
}

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

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

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

.materials-card img {
  height: 180px;
  margin-bottom: 10px;
}

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

.facility-item {
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}

.facility-item h3 {
  margin: 0 0 10px;
  color: #6e7c58;
  font-family: var(--latin);
  font-size: 22px;
  font-weight: 700;
}

.facility-item__media {
  display: block;
  margin-bottom: 12px;
}

.facility-item__photo {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.facility-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.info-section {
  background: #fff;
  padding: 64px 0;
}

.info-specs {
  margin-top: 0;
}

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

.info-icon {
  padding: 0;
  text-align: center;
}

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

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

.info-ua {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 150px;
  margin: 20px auto 0;
  padding: 1px 13px;
  border: 1px solid #363636;
  border-radius: 1000px;
  background: #fff;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.info-plan {
  margin-top: 18px;
}

.info-exterior {
  margin-top: 20px;
}

.price-box,
.detail-box {
  margin-top: 0;
  width: 100%;
  padding: 20px 0;
  background: var(--bg-light);
}

.price-box__inner,
.detail-box__inner {
  width: var(--content-w);
  margin: 0 auto;
}

.price-box__title,
.detail-box__title {
  min-height: 0;
  padding: 6px 20px 10px;
  background: #6e7c58;
  color: #fff;
  font-size: 16px;
}

.price-box__tags {
  column-gap: 5px;
  row-gap: 10px;
  margin: 10px 0 8px;
}

.price-box__tags span {
  min-height: 0;
  padding: 4px 18px;
  border: 1px solid #363636;
  font-size: 14px;
}

.price-box__catch {
  margin: 15px 0;
  color: #6e7c58;
  font-size: 28px;
  line-height: 40px;
}

.price-box__price {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
}

.detail-box p {
  margin: 0;
  padding: 12px;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.brand-section {
  background: #fff;
  padding: 64px 0 0;
}

.brand-section__label {
  margin: 0 0 4px;
  font-size: 14px;
  color: #363636;
}

.brand-section h2 {
  margin: 0;
  color: #363636;
  font-family: var(--latin);
  font-size: 40px;
  font-weight: 700;
}

.brand-section__lead,
.brand-section__text {
  font-size: 14px;
  line-height: 1.7;
}

.brand-section__lead {
  margin-top: 16px;
}

.brand-section__text {
  margin-top: 18px;
}

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

.rest-card {
  width: 100%;
  margin: 0;
  padding: 25px 16px;
  background: #f9f8f0;
}

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

.rest-icon {
  width: auto;
  max-width: 70%;
  height: 28px;
  margin: 0;
  object-fit: contain;
}

.rest-card span {
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #363636;
  text-align: left;
  font-family: var(--latin);
  font-size: 20px;
  font-weight: 700;
}

.rest-card h3 {
  width: 70%;
  margin: 6px auto 4px;
  font-size: 24px;
}

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

.rest-card ul {
  width: 70%;
  margin: 0 auto;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

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

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

.values-block__header p {
  margin: 0 0 6px;
  color: #363636;
  font-size: 18px;
  font-weight: 900;
}

.values-block__header h3 {
  margin: 0 0 12px;
  color: #363636;
  font-size: 24px;
  font-weight: 700;
}

.values-block img {
  margin-bottom: 12px;
}

.values-block > p {
  font-size: 15px;
  line-height: 1.7;
}

.values-block > p:first-of-type {
  font-weight: 700;
}

.values-block > p + p {
  margin-top: 8px;
  font-size: 14px;
}

.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: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  line-height: 1.8;
}

.value-icon p {
  order: 1;
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
  width: 35%;
}

.value-icon strong {
  order: 3;
  font-size: 22px;
  color: #fff;
  line-height: 1;
}

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

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

.footer-visual {
  margin-top: 0;
  padding: 120px 0;
  background: #222;
  overflow: hidden;
}

.footer-visual__bg {
  position: absolute;
  inset: 0;
}

.footer-visual__bg img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.footer-visual__content {
  position: relative;
  z-index: 1;
  gap: 18px;
}

.footer-visual__content p {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 56px;
}

.footer-visual__content img {
  width: 80px;
  max-width: 60%;
}

@media (min-width: 901px) {
  .plan-card > .section-heading {
    max-width: min(700px, calc(100vw - 16px));
    margin: 0 auto;
    padding-right: 0;
  }

  .facilities-section__head .section-title,
  .info-section__head .section-title {
    max-width: min(754px, calc(100vw - 16px));
    margin: 0 auto;
  }

  .plan-copy-band p {
    margin: 0;
    padding: 0 15px;
    color: var(--white);
    text-align: justify;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
  }

  .section-heading h2,
  .section-title h2 {
    margin: 0;
    font-family: var(--latin);
    font-size: clamp(34px, 6vw, 68px);
    line-height: 1;
    color: var(--text-green);
    text-transform: uppercase;
    font-weight: 700;
  }

  .section-heading__pill,
  .section-title__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 4px 32px;
    border: 1px solid #363636;
    border-radius: 999px;
    background: var(--white);
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
  }

  .plan-card__lead {
    margin: 18px 0 32px;
    padding: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--text-green);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
  }

  .plan-card__detail > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
  }

  .materials-box {
    margin-top: 0;
    padding: 16px 0 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 0;
  }

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

@media (max-width: 900px) {
  .plan-card > .section-heading {
    max-width: none;
    margin: 0;
  }

  .facilities-section__head .section-title,
  .info-section__head .section-title {
    max-width: none;
    margin: 0;
  }

  .facilities-section,
  .info-section,
  .brand-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .facilities-section .section-title,
  .info-section .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

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

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

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

  .info-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 80%;
    margin: 0 auto;
  }

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

  .price-box__tags span {
    font-size: 13px;
  }

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

  .brand-section h2 {
    font-size: 34px;
  }

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

  .values-cards {
    grid-template-columns: 1fr;
  }

  .footer-visual__content p {
    font-size: 24px;
    line-height: 1.8;
  }
}

/* Form palette aligned to base layout with Yahata colors */
.l-form-container {
  background: var(--bg-light);
  padding: 40px 0 60px;
}

.form-section__inner {
  width: var(--content-w);
  margin: 0 auto;
}

.form-head h2 {
  margin: 0;
  color: #363636;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.form-head p {
  margin: 4px 0 16px;
  color: #363636;
  font-size: 14px;
}

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

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

.form__flow-step {
  background: #fff;
  border: 1px solid #cfd5c6;
  border-radius: 6px;
  color: #6e7c58;
  text-align: center;
  padding: 8px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

.form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

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

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfd5c6;
  border-radius: 6px;
  background: #fff;
  color: #363636;
  font-family: var(--sans);
  font-size: 14px;
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: #6e7c58;
  box-shadow: 0 0 0 2px rgba(178, 189, 139, 0.22);
}

.form__options-item--radio label {
  display: block;
  padding: 10px 12px;
  border: 1px solid #cfd5c6;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}

.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: #b2bd8b;
  background: #f7f9f1;
  box-shadow: 0 0 0 2px rgba(178, 189, 139, 0.22);
}

.form__body-notice-item,
.l-form-container__policy {
  margin-top: 8px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.7;
}

.l-form-container__policy a {
  color: #6e7c58;
}

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

.form__button-submit {
  background: #6e7c58;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--sans);
  cursor: pointer;
}

.form__button-submit:hover {
  background: #5f6b4b;
}

.form__button-submit:disabled {
  background: #a9a9a9;
}

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