:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --surface-soft: #f2f3ec;
  --text: #282b27;
  --muted: #6d6a64;
  --line: #deddd6;
  --accent: #d43001;
  --green: #4a7c52;
  --shadow: 0 22px 70px rgba(40, 46, 28, 0.1);
  --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(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  word-break: auto-phrase;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
dd,
.hero-lead,
.page-lead {
  text-wrap: pretty;
}

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

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

.sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.site-header {
  align-items: center;
  background: rgba(52, 99, 72, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  height: 84px;
  left: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand img {
  width: 214px;
}

.global-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.2vw, 34px);
  justify-content: flex-end;
  font-size: 14px;
}

.global-nav a {
  color: #fff;
}

.header-call {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  display: grid;
  font-weight: 700;
  line-height: 1.35;
  min-width: 172px;
  padding: 9px 18px;
  text-align: center;
}

.header-call span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 500;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 10px;
  width: 42px;
}

.nav-toggle span:not(.sr-only) {
  background: #fff;
  display: block;
  height: 1px;
  margin: 6px 0;
}

.owners-hero {
  isolation: isolate;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  position: relative;
}

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

.owners-hero-media {
  background: #382f29;
  z-index: -2;
}

.owners-hero-media img {
  filter: saturate(0.92) contrast(1.02);
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.015);
}

.owners-hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 27, 23, 0.82) 0%, rgba(23, 27, 23, 0.62) 34%, rgba(23, 27, 23, 0.16) 62%, rgba(23, 27, 23, 0.04) 100%),
    linear-gradient(0deg, rgba(23, 27, 23, 0.42) 0%, rgba(23, 27, 23, 0) 38%);
  z-index: -1;
}

.owners-hero-copy {
  color: #fff;
  max-width: 780px;
  padding: clamp(110px, 16vh, 180px) clamp(22px, 7vw, 112px) clamp(70px, 10vh, 120px);
}

.owners-hero-copy h1 {
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.5;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.owners-hero-copy .shop-name,
.owners-hero-copy .hero-lead,
.owners-hero-copy .hero-facts {
  color: #fff;
}

.owners-hero-copy .shop-name {
  font-weight: 600;
  letter-spacing: 0.08em;
}

.owners-hero-copy .hero-lead {
  font-size: 16px;
}

.owners-hero-copy .hero-facts span {
  border-left-color: rgba(255, 255, 255, 0.7);
}

.shop-name {
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.5;
}

.hero-lead {
  color: #4f463e;
  font-size: clamp(14px, 1vw, 15px);
  margin-top: 24px;
  max-width: 460px;
}

.hero-facts {
  color: #4f463e;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 30px 0;
}

.hero-facts span {
  border-left: 2px solid var(--green);
  padding-left: 10px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
}

.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(212, 48, 1, 0.18);
}

.section-pad {
  padding: clamp(52px, 7vw, 92px) clamp(22px, 6vw, 88px);
}

.owners-story {
  background: var(--bg);
}

.owners-story-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1180px;
}

.owners-story-copy h2 {
  color: var(--green);
  font-size: clamp(28px, 3.2vw, 42px);
}

.owners-story-copy p + p {
  margin-top: 14px;
}

.owners-portrait {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.owners-portrait img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.owners-timeline {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(44px, 6vw, 76px) auto 0;
  max-width: 1180px;
}

.owners-timeline article {
  padding: 28px clamp(18px, 3vw, 42px);
}

.owners-timeline article + article {
  border-left: 1px solid var(--line);
}

.owners-timeline h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.owners-timeline p:not(.timeline-year) {
  color: var(--muted);
  font-size: 13px;
}

.timeline-year {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 20px;
  margin-bottom: 8px;
}

.section-grid,
.split-content,
.access-layout,
.guide-grid {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  margin: 0 auto;
  max-width: 1180px;
}

.section-text {
  align-self: center;
}

.section-text p + p,
.split-content p + p,
.occasion p + p {
  margin-top: 18px;
}

h2 {
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.5;
  margin-bottom: 22px;
}

h3 {
  font-size: 18px;
  line-height: 1.6;
}

.photo-frame {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photo-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photo-frame-large {
  min-height: 360px;
}

.quick-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  margin-top: 30px;
}

.quick-list div {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 88px 1fr;
  padding: 13px 0;
}

.quick-list dt {
  color: var(--muted);
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
}

.commitment {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.commitment-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.commitment-list article {
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  min-height: 260px;
  padding: 32px;
}

.commitment-list article:last-child {
  border-right: 1px solid var(--line);
}

.number {
  color: var(--green);
  display: block;
  font-family: var(--serif);
  font-size: 25px;
  margin-bottom: 16px;
}

.commitment-list p,
.menu-card p,
.reservation-box p,
.guide-notes p,
.route-box li,
td {
  color: var(--muted);
}

.menu-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.menu-card,
.reservation-box {
  background: var(--surface);
  border: 1px solid var(--line);
}

.menu-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.menu-card div,
.reservation-box {
  padding: 26px;
}

.reservation-box {
  align-content: center;
  display: grid;
  gap: 24px;
}

.voices {
  background: var(--surface-soft);
}

.voice-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

blockquote {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: #443a31;
  min-height: 190px;
  padding: 28px;
}

cite {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 22px;
}

.split-band {
  background: #fff;
}

.split-content {
  align-items: center;
}

.guide-notes {
  display: grid;
  gap: 18px;
}

.guide-notes article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.occasion {
  background: var(--surface-soft);
}

.occasion-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.occasion-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(30px, 4vw, 54px);
}

.access-layout {
  grid-template-columns: 1.15fr 0.85fr;
}

table {
  border-top: 1px solid var(--line);
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: 700;
  width: 112px;
}

.route-box {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 34px;
}

.route-box ol {
  counter-reset: route;
  display: grid;
  gap: 16px;
}

.route-box li {
  counter-increment: route;
  padding-left: 36px;
  position: relative;
}

.route-box li::before {
  color: var(--accent);
  content: counter(route);
  font-family: var(--serif);
  left: 0;
  position: absolute;
  top: 0;
}

.final-cta {
  align-items: center;
  background: #e3ede0;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: clamp(42px, 6vw, 78px) clamp(22px, 7vw, 112px);
}

.final-cta h2 {
  margin-bottom: 8px;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  display: block;
  padding: 30px 22px 84px;
  text-align: center;
}

.site-footer img {
  width: 190px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: center;
  font-size: 14px;
}

.site-footer p {
  color: var(--muted);
  font-size: 12px;
}

.mobile-call {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    height: 72px;
    justify-content: space-between;
  }

  .brand img {
    width: 164px;
  }

  .nav-toggle {
    display: block;
  }

  .global-nav {
    background: #346348;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: none;
    grid-column: 1 / -1;
    justify-content: start;
    padding: 14px 0 20px;
  }

  .global-nav.is-open {
    display: grid;
  }

  .header-call {
    display: none;
  }

  .owners-hero {
    background: #1c2921;
    min-height: 0;
  }

  .owners-hero-media,
  .owners-hero-shade {
    bottom: auto;
    height: clamp(260px, 72vw, 360px);
  }

  .owners-hero-media img {
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .owners-hero-shade {
    background: linear-gradient(180deg, rgba(22, 26, 22, 0.02) 55%, rgba(28, 41, 33, 0.96) 100%);
  }

  .owners-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
    padding-bottom: 70px;
    padding-top: calc(clamp(260px, 72vw, 360px) + 34px);
  }

  .section-grid,
  .owners-story-grid,
  .split-content,
  .access-layout,
  .guide-grid,
  .occasion-grid {
    grid-template-columns: 1fr;
  }

  .commitment-list,
  .menu-layout,
  .voice-list,
  .owners-timeline {
    grid-template-columns: 1fr;
  }

  .owners-timeline article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .commitment-list article,
  .commitment-list article:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 92px;
  }

  .mobile-call {
    background: var(--accent);
    bottom: 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: center;
    left: 0;
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 30;
  }
}

@media (max-width: 560px) {
  .hero-facts {
    display: grid;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: 26px;
  }

  .owners-hero-copy {
    padding-bottom: 46px;
  }

  .owners-hero-copy h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 22px;
  }

  .commitment-list article,
  .menu-card div,
  .reservation-box,
  .route-box {
    padding: 24px;
  }

  th,
  td {
    display: block;
    width: 100%;
  }

  th {
    border-bottom: 0;
    padding-bottom: 2px;
  }

  td {
    padding-top: 0;
  }
}

/* ===== 下層ページ ===== */
.global-nav a[aria-current] {
  color: var(--accent);
}

.page-head {
  background: var(--surface-soft);
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 92px) clamp(22px, 6vw, 96px) clamp(36px, 5vw, 60px);
}

.page-head-inner,
.related-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.breadcrumb {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb [aria-current] {
  color: var(--text);
}

.page-head h1 {
  font-size: clamp(25px, 3vw, 37px);
  line-height: 1.5;
}

.page-lead {
  color: var(--muted);
  margin-top: 18px;
  max-width: 660px;
}

.content-narrow {
  margin: 0 auto;
  max-width: 900px;
}

.prose-block + .prose-block {
  border-top: 1px solid var(--line);
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: clamp(40px, 5vw, 64px);
}

.prose-block h2 {
  margin-bottom: 20px;
}

.prose-block p + p {
  margin-top: 16px;
}

.prose-review {
  background: transparent;
  border: 0;
  border-left: 2px solid var(--green);
  color: #4f463e;
  margin-top: 26px;
  min-height: 0;
  padding: 2px 0 2px 18px;
}

.prose-review cite {
  margin-top: 8px;
}

.prose-aside {
  color: var(--muted);
  font-size: 14px;
  margin-top: 16px;
}

/* メニュー */
.menu-group + .menu-group {
  margin-top: clamp(48px, 6vw, 84px);
}

.menu-group > h2 {
  margin-bottom: 8px;
}

.menu-group-note {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 24px;
}

.menu-items {
  border-top: 1px solid var(--line);
}

.menu-items li {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.menu-item-head {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.menu-item-name {
  font-family: var(--serif);
  font-size: 17px;
}

.tag-reserve {
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 11px;
  margin-left: 10px;
  padding: 1px 8px;
  white-space: nowrap;
}

.menu-item-price {
  color: var(--accent);
  font-weight: 700;
  white-space: nowrap;
}

.menu-item-desc {
  color: var(--muted);
  font-size: 15px;
  margin-top: 6px;
}

.menu-notes {
  color: var(--muted);
  font-size: 14px;
  list-style: disc;
  margin-top: 22px;
  padding-left: 20px;
}

.menu-notes li {
  margin-top: 6px;
}

/* アクセス地図 */
.map-embed {
  border: 1px solid var(--line);
  margin-top: clamp(34px, 5vw, 60px);
}

.map-embed iframe {
  border: 0;
  display: block;
  height: 440px;
  width: 100%;
}

/* 関連ページ */
.related {
  background: var(--surface-soft);
  border-top: 1px solid var(--line);
  padding: clamp(48px, 6vw, 80px) clamp(22px, 6vw, 96px);
}

.related > h2 {
  font-size: 24px;
  margin-bottom: 26px;
  text-align: center;
}

.related-inner {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.related-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 26px;
}

.related-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.related-card p {
  color: var(--muted);
  font-size: 14px;
}

.link-more {
  color: var(--accent);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
}

.section-more {
  margin: 40px auto 0;
  max-width: 1180px;
  text-align: center;
}

@media (max-width: 780px) {
  .related-inner {
    grid-template-columns: 1fr;
  }
}

/* 画像・評価・お客様の声の星 */
.commitment-list article img,
.occasion-grid article img {
  border: 1px solid var(--line);
  object-fit: cover;
  width: 100%;
}

.commitment-list article img {
  aspect-ratio: 3 / 2;
  margin-bottom: 20px;
}

.occasion-grid article img {
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
}

.prose-photo {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

.menu-hero-photo {
  aspect-ratio: 2 / 1;
  border: 1px solid var(--line);
  margin: 0 auto clamp(36px, 5vw, 56px);
  max-width: 1180px;
  object-fit: cover;
  width: 100%;
}

.stars {
  color: #e2a12b;
  letter-spacing: 2px;
  white-space: nowrap;
}

.voice-list .stars,
.prose-review .stars {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

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

.rating .stars {
  font-size: 16px;
}

.section-heading .rating {
  justify-content: center;
}
