:root {
  --paper: #f7f2e9;
  --surface: #fffaf1;
  --ink: #201f1b;
  --muted: #6f675c;
  --line: #ded2c1;
  --cedar: #8f3f2b;
  --moss: #596a4f;
  --charcoal: #292826;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(32, 31, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui,
    sans-serif;
  line-height: 1.8;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(16, 15, 12, 0.64), rgba(16, 15, 12, 0));
}

.legal-header {
  background: rgba(41, 40, 38, 0.96);
}

.terms-header {
  background: #b9572a;
}

.policy-header {
  background: #6f8538;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 54px;
  max-width: 190px;
  object-fit: contain;
}

.brand-name,
.brand-sub {
  display: block;
  line-height: 1.25;
}

.brand-name {
  font-size: 16px;
  font-weight: 700;
}

.brand-sub {
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 14px;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.nav a::before {
  width: 8px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.82;
}

.nav .nav-cta::before {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background:
    linear-gradient(currentColor, currentColor) center / 6px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1.5px 6px no-repeat;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}

.nav .nav-cta {
  background: var(--surface);
  color: var(--ink);
}

.nav .nav-instagram {
  margin-right: 12px;
  padding: 8px 10px;
}

.nav .nav-instagram::before {
  display: none;
}

.nav-instagram img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.hero {
  position: relative;
  min-height: 90svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 128px clamp(20px, 5vw, 72px) clamp(44px, 6vw, 64px);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 57% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(16, 15, 12, 0.84), rgba(16, 15, 12, 0.48) 38%, rgba(16, 15, 12, 0.08) 76%),
    linear-gradient(0deg, rgba(16, 15, 12, 0.5), rgba(16, 15, 12, 0.08) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 690px;
  color: var(--white);
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--cedar);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0d4b4;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 span {
  display: block;
}

.no-break {
  display: inline-block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.2;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.35;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2vw, 19px);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  gap: 0;
  margin: 0 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-facts div {
  padding: 14px 18px 15px 0;
}

.hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  padding-left: 18px;
}

.hero-facts dt {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 0;
  color: var(--white);
  font-size: clamp(17px, 2.1vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 800;
  line-height: 1.25;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  background: var(--cedar);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(143, 63, 43, 0.28);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.band,
.section,
.price-section,
.contact-band {
  padding: clamp(68px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.intro {
  background: #f2df8f;
  color: var(--ink);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1.15fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.intro-grid p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 18px;
}

#intro-title span {
  display: block;
  white-space: nowrap;
}

.intro-media {
  margin: 0;
}

.intro-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.gallery-strip-section {
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.compact-heading {
  margin-bottom: 24px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.gallery-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(32, 31, 27, 0.14);
}

.gallery-story {
  max-width: 940px;
  margin-top: clamp(38px, 6vw, 68px);
  border-top: 1px solid rgba(32, 31, 27, 0.16);
  padding-top: clamp(26px, 4vw, 38px);
}

.gallery-story h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 36px);
}

.gallery-story p {
  max-width: 860px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 2;
}

.gallery-story p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 800;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

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

.use-card {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--surface);
}

.card-number {
  display: block;
  margin-bottom: 42px;
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.use-card p,
.price-copy p,
.flow-list p,
.contact-layout p {
  color: var(--muted);
}

.access-section {
  padding: clamp(68px, 9vw, 112px) clamp(20px, 5vw, 72px);
  background: var(--surface);
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(330px, 0.92fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.access-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
}

.access-address {
  display: grid;
  gap: 4px;
  margin: 0 0 20px;
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

.access-address span:first-child {
  color: var(--cedar);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.map-button {
  margin-top: 10px;
}

.mini-map {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f4f0;
  box-shadow: var(--shadow);
}

.map-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.map-park {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 44%;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(232, 198, 46, 0.88) 0 4px,
      transparent 4px 12px
    );
}

.map-river {
  position: absolute;
  right: 13%;
  top: -8%;
  width: 72px;
  height: 118%;
  border-radius: 999px;
  background: #b2b2b4;
  transform: rotate(8deg);
}

.map-road {
  position: absolute;
  border-radius: 999px;
  background: #b9b9bb;
}

.road-main {
  left: 34%;
  top: -6%;
  width: 22px;
  height: 112%;
  transform: rotate(9deg);
}

.road-cross {
  left: -7%;
  bottom: 24%;
  width: 72%;
  height: 16px;
  transform: rotate(7deg);
}

.road-side-a {
  left: 24%;
  top: 24%;
  width: 20px;
  height: 74%;
  transform: rotate(18deg);
}

.road-side-b {
  left: 48%;
  top: 18%;
  width: 18px;
  height: 82%;
  transform: rotate(-5deg);
}

.map-label {
  position: absolute;
  z-index: 2;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.jinya {
  top: 21%;
  left: 10%;
}

.bridge {
  right: 24%;
  top: 44%;
  border: 3px solid var(--ink);
  padding: 2px 8px;
  background: var(--white);
}

.nakabashi {
  left: 38%;
  bottom: 17%;
  border: 3px solid var(--ink);
  padding: 2px 9px;
  background: var(--white);
}

.map-pin {
  position: absolute;
  right: 18%;
  top: 47%;
  z-index: 3;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 20px rgba(32, 31, 27, 0.15);
}

.map-pin::before {
  position: absolute;
  left: -86px;
  top: 72px;
  width: 86px;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: rotate(-22deg);
  transform-origin: right center;
}

.price-section {
  background: #ece3d4;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.price-copy p {
  max-width: 660px;
  font-size: 18px;
}

.season-note {
  margin-top: -8px;
}

.terms-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 0;
}

.terms-list div {
  border-top: 1px solid rgba(32, 31, 27, 0.22);
  padding-top: 14px;
}

.terms-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.terms-list dd {
  margin: 3px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.estimate {
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.estimate h3 {
  margin-bottom: 22px;
}

.estimate label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.stepper {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 10px;
}

.icon-button,
.stepper input {
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.icon-button {
  cursor: pointer;
  font-size: 22px;
}

.icon-button:hover,
.icon-button:focus-visible,
.stepper input:focus-visible {
  border-color: var(--cedar);
  outline: none;
}

.stepper input {
  width: 100%;
  padding: 0 14px;
  text-align: center;
}

.estimate-note,
.estimate-detail {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.estimate-total {
  display: block;
  margin-top: 22px;
  color: var(--cedar);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.15;
}

.flow-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.flow-list span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--moss);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.flow-list h3 {
  margin-bottom: 4px;
}

.flow-list p {
  margin-bottom: 0;
}

.contact-band {
  background: #3f8f3c;
  color: var(--white);
}

.contact-band .section-label {
  color: #f0d4b4;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.contact-layout p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-button {
  white-space: nowrap;
}

.contact-actions {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 15, 12, 0.72);
}

.modal-window {
  position: relative;
  width: min(680px, 100%);
  max-height: min(88vh, 820px);
  overflow: auto;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--surface);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.modal-window h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 4vw, 42px);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: var(--cedar);
  outline: none;
}

.inquiry-form {
  display: grid;
  gap: 16px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
}

.inquiry-form span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.inquiry-form strong {
  color: var(--cedar);
  font-size: 12px;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus-visible,
.inquiry-form textarea:focus-visible {
  border-color: var(--cedar);
  outline: 2px solid rgba(143, 63, 43, 0.2);
}

.form-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status {
  min-height: 1.8em;
  margin: 0;
  color: var(--moss);
  font-size: 14px;
  font-weight: 800;
}

.form-status.is-error {
  color: var(--cedar);
}

.form-submit {
  width: fit-content;
}

body.modal-open {
  overflow: hidden;
}

.site-footer {
  padding: 26px clamp(20px, 5vw, 72px);
  background: var(--charcoal);
  color: var(--white);
}

.footer-inner {
  display: flex;
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-brand {
  margin: 0;
  font-weight: 800;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.instagram-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.site-footer .instagram-link {
  margin-right: 18px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
  outline: none;
}

.legal-main {
  padding: 132px clamp(20px, 5vw, 72px) 88px;
  background: var(--paper);
}

.legal-hero {
  width: min(920px, 100%);
  margin: 0 auto 48px;
}

.legal-hero h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 66px);
}

.legal-content {
  display: grid;
  width: min(920px, 100%);
  margin: 0 auto;
  gap: 30px;
}

.legal-section {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.legal-section h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-section ul {
  margin: 0;
  padding-left: 1.2em;
}

.legal-back {
  margin-top: 36px;
}

@media (max-width: 840px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
    padding-top: 132px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(16, 15, 12, 0.86), rgba(16, 15, 12, 0.36)),
      linear-gradient(0deg, rgba(16, 15, 12, 0.66), rgba(16, 15, 12, 0.18));
  }

  .intro-grid,
  .access-layout,
  .price-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .use-grid,
  .terms-list {
    grid-template-columns: 1fr;
  }

  .use-card {
    min-height: auto;
  }

  .card-number {
    margin-bottom: 24px;
  }

  .contact-button {
    width: 100%;
  }

  .gallery-strip {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .gallery-strip img {
    flex: 0 0 48%;
    scroll-snap-align: start;
  }

  .contact-actions {
    justify-items: stretch;
  }

}

@media (max-width: 560px) {
  .brand-logo {
    height: 44px;
    max-width: 152px;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-sub {
    font-size: 10px;
  }

  .hero {
    padding-bottom: 46px;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-facts div {
    padding: 10px 8px 11px 0;
  }

  .hero-facts div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    padding-left: 8px;
  }

  .hero-facts dt {
    font-size: 11px;
  }

  .hero-facts dd {
    font-size: 15px;
  }

  .hero-actions,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .modal {
    padding: 12px;
  }

  .gallery-strip img {
    flex-basis: 72%;
  }

  .map-pin {
    right: 10%;
    width: 104px;
    height: 104px;
    font-size: 15px;
  }

  .map-pin::before {
    left: -60px;
    width: 60px;
  }

  .jinya {
    left: 7%;
  }

  .modal-window {
    max-height: 92vh;
  }

  .form-submit {
    width: 100%;
  }

  .flow-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .flow-list span {
    width: 40px;
    height: 40px;
  }
}
