:root {
  --paper: #fbfaf7;
  --white: #fff;
  --ink: #302d27;
  --muted: #706b61;
  --green: #4a7c52;
  --green-dark: #315f3e;
  --green-soft: #dfeadf;
  --red: #c94a23;
  --red-dark: #a93c1b;
  --line: #ded9ce;
  --soft: #f3f0e9;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.85; letter-spacing: .02em; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.55; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.wf-header { align-items: center; background: rgba(74,124,82,.98); border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 28px; grid-template-columns: auto 1fr auto; height: 84px; padding: 0 clamp(22px,5vw,76px); position: sticky; top: 0; z-index: 30; }
.wf-brand img { width: 200px; }
.wf-nav { display: flex; gap: clamp(18px,2.2vw,34px); justify-content: flex-end; }
.wf-nav a { color: #fff; font-family: var(--serif); font-size: 14px; }
.wf-call { align-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 999px; color: #fff; display: flex; font-weight: 700; min-height: 46px; padding: 8px 20px; }
.wf-nav-toggle { background: transparent; border: 0; display: none; height: 44px; padding: 10px; width: 44px; }
.wf-nav-toggle span:not(.sr-only) { background: #fff; display: block; height: 1px; margin: 6px 0; }

.wf-container { margin: 0 auto; max-width: 1180px; }
.wf-section { padding: clamp(64px,8vw,112px) clamp(22px,6vw,88px); }
.wf-section-head { align-items: baseline; display: flex; gap: 16px; margin-bottom: 34px; }
.wf-section-head h2 { font-size: clamp(27px,3vw,40px); }
.wf-kicker { color: var(--red); font-family: var(--serif); font-size: 14px; }
.wf-more { color: var(--red); font-size: 13px; margin-left: auto; }
.wf-button { align-items: center; background: var(--red); border: 1px solid var(--red); border-radius: 999px; color: #fff; display: inline-flex; font-weight: 700; justify-content: center; min-height: 52px; padding: 13px 27px; }
.wf-button:hover { background: var(--red-dark); }

.hero-b { display: grid; grid-template-columns: .95fr 1.05fr; min-height: calc(100vh - 84px); }
.hero-b-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(60px,8vw,120px); }
.hero-b-copy .wf-kicker { font-size: 17px; margin-bottom: 18px; }
.hero-b h1 { font-size: clamp(40px,5vw,68px); }
.hero-b-lead { color: var(--muted); margin: 24px 0 10px; max-width: 480px; }
.hero-facts { color: #4f4a42; display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 20px 0 28px; }
.hero-facts span { border-left: 1px solid var(--green); padding-left: 11px; }
.hero-b-photo { min-height: 680px; overflow: hidden; }
.hero-b-photo img { height: 100%; object-fit: cover; width: 100%; }
.about-b-photo { min-height: 500px; overflow: hidden; position: relative; }
.about-b-photo > img { height: 100%; object-fit: cover; width: 100%; }
.about-b-card { background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(30,35,28,.14); left: clamp(30px,7vw,100px); max-width: 500px; padding: clamp(30px,4vw,54px); position: absolute; top: 50%; transform: translateY(-50%); }
.about-b-card h2 { font-size: 31px; margin-bottom: 20px; }
.about-b-card p + p { margin-top: 13px; }
.commitments-b { display: grid; gap: 54px; }
.commitment-row { align-items: center; display: grid; gap: clamp(42px,8vw,120px); grid-template-columns: .9fr 1.1fr; }
.commitment-row:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.commitment-row:nth-child(even) .commitment-row-photo { order: 2; }
.commitment-row-photo { aspect-ratio: 16/9; overflow: hidden; }
.commitment-row-photo img { height: 100%; object-fit: cover; width: 100%; }
.commitment-row-copy h3 { font-size: clamp(26px,3vw,38px); margin-bottom: 16px; }
.commitment-row-copy p { color: var(--muted); }
.menu-b { display: grid; gap: 22px; grid-template-columns: repeat(2,1fr); }
.menu-b-card { min-height: 360px; overflow: hidden; position: relative; }
.menu-b-card img { height: 100%; object-fit: cover; width: 100%; }
.menu-b-overlay { background: linear-gradient(0deg,rgba(20,22,19,.8),rgba(20,22,19,0)); bottom: 0; color: #fff; left: 0; padding: 60px 30px 28px; position: absolute; right: 0; }
.menu-b-overlay h3 { font-size: 26px; }
.voice-b { background: var(--soft); padding: clamp(64px,8vw,105px) 22px; text-align: center; }
.voice-b blockquote { color: var(--red); font-family: var(--serif); font-size: clamp(25px,3.4vw,44px); line-height: 1.65; margin: 0 auto; max-width: 980px; }
.voice-dots { display: flex; gap: 9px; justify-content: center; margin-top: 26px; }
.voice-dots span { background: #d0cbc0; border-radius: 50%; height: 12px; width: 12px; }
.reserve-b { align-items: center; background: var(--green-soft); display: grid; gap: clamp(36px,6vw,84px); grid-template-columns: 1fr 1fr; padding: clamp(54px,7vw,90px) clamp(22px,7vw,100px); }
.reserve-b h2 { font-size: clamp(28px,3.2vw,42px); }
.reserve-b p { color: #525e50; margin: 10px 0 24px; }
.reserve-map { border: 1px solid #b7c9b8; min-height: 300px; }
.reserve-map iframe { border: 0; display: block; height: 300px; width: 100%; }
.wf-footer { align-items: center; background: var(--green); color: #fff; display: grid; gap: 24px; grid-template-columns: 230px 1fr auto; min-height: 120px; padding: 28px clamp(24px,6vw,90px); }
.wf-footer img { width: 180px; }
.wf-footer nav { display: flex; flex-wrap: wrap; gap: 18px 30px; justify-content: center; }
.wf-footer small { opacity: .78; }
.wf-mobile-call { display: none; }

@media (max-width: 980px) {
  body { padding-bottom: 58px; }
  .wf-header { grid-template-columns: auto auto; height: 72px; justify-content: space-between; }
  .wf-brand img { width: 164px; }
  .wf-nav-toggle { display: block; }
  .wf-nav { background: var(--green-dark); display: none; gap: 0; grid-column: 1/-1; margin: 0 clamp(-76px,-5vw,-22px); padding: 12px clamp(22px,5vw,76px) 22px; }
  .wf-nav.is-open { display: grid; }
  .wf-nav a { border-bottom: 1px solid rgba(255,255,255,.17); padding: 11px 0; }
  .wf-call { display: none; }
  .hero-b { grid-template-columns: 1fr; }
  .hero-b-copy { min-height: 470px; padding: 70px 24px; }
  .hero-b-photo { min-height: 520px; }
  .about-b-photo { min-height: 640px; }
  .about-b-card { bottom: 24px; left: 24px; right: 24px; top: auto; transform: none; }
  .commitment-row, .commitment-row:nth-child(even) { gap: 30px; grid-template-columns: 1fr; }
  .commitment-row:nth-child(even) .commitment-row-photo { order: 0; }
  .menu-b { grid-template-columns: 1fr; }
  .reserve-b { grid-template-columns: 1fr; }
  .wf-footer { grid-template-columns: 1fr; justify-items: center; padding-bottom: 38px; text-align: center; }
  .wf-mobile-call { background: var(--red); bottom: 0; color: #fff; display: block; font-weight: 700; left: 0; padding: 15px 18px calc(15px + env(safe-area-inset-bottom)); position: fixed; right: 0; text-align: center; z-index: 40; }
}

@media (max-width: 560px) {
  .wf-section { padding: 52px 20px; }
  .wf-section-head { align-items: flex-start; flex-direction: column; gap: 3px; }
  .wf-more { margin-left: 0; }
  .hero-b-copy { min-height: 430px; }
  .hero-b h1 { font-size: 39px; }
  .hero-b-photo { min-height: 390px; }
  .about-b-photo { min-height: 610px; }
  .about-b-card { padding: 27px 23px; }
  .commitments-b { gap: 40px; }
  .menu-b-card { min-height: 280px; }
  .voice-b blockquote { font-size: 25px; }
  .wf-footer nav { gap: 13px 21px; }
}
