/* 共通の色・書体。アクセントはテラコッタの1色に統一。 */
:root {
  --paper: #f7f3eb;
  --surface: #ede6da;
  --ink: #302923;
  --muted: #70655b;
  --accent: #945b44;
  --line: #d8cfc2;
  --serif: Georgia, 'Times New Roman', 'Yu Mincho', serif;
  --sans: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/2 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; text-underline-offset: 7px; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
button { font: inherit; }
p { margin: 0 0 1.5em; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1, h2 { font-family: var(--serif); line-height: 1.1; letter-spacing: -.045em; }
h2 { font-size: clamp(38px, 4.6vw, 64px); }
h3 { font-size: 18px; font-weight: 500; line-height: 1.7; }
small { font-size: 12px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: 20px; top: -100px; padding: 10px 20px; z-index: 10; background: var(--paper); }
.skip-link:focus { top: 10px; }
.eyebrow { color: var(--accent); font: 11px/1.6 var(--sans); letter-spacing: .22em; margin-bottom: 26px; }
.section-subtitle { font-size: 15px; margin: 22px 0 0; line-height: 1.9; }
.heading-dot, .brand-period { color: var(--accent); }
/* 共通ヘッダー */
.site-header { max-width: 1440px; margin: auto; padding: 32px 64px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; }
.brand-name { font: 36px/1 var(--serif); letter-spacing: -.055em; }
.brand-subtitle { font-size: 10px; letter-spacing: .2em; margin-top: 10px; }
.site-header nav { display: flex; align-items: center; gap: 36px; }
.site-header nav a { padding: 12px 0; font-size: 11px; letter-spacing: .14em; position: relative; }
.site-header nav a::after { content: ''; position: absolute; bottom: 5px; left: 0; right: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.site-header nav a:hover::after, .site-header nav a[aria-current]::after { transform: scaleX(1); }
.nav-toggle { border: 1px solid var(--line); background: transparent; padding: 10px 12px; color: var(--ink); min-height: 44px; font-size: 12px; }
.toggle-icon { margin-left: 12px; }
main { max-width: 1312px; padding: 0 64px; margin: auto; }
/* ホーム */
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 50px; padding: 55px 0 70px; }
.hero-copy { padding: 25px 0; }
.hero h1 { font-size: clamp(58px, 6.6vw, 94px); line-height: 1.04; }
.hero h1 em { font-weight: 400; color: var(--accent); }
.hero-lead { font-size: 18px; margin: 32px 0 22px; letter-spacing: .045em; }
.hero-copy > p:not(.eyebrow):not(.hero-lead) { font-size: 15px; line-height: 2.2; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 52px; padding: 13px 24px; background: var(--ink); color: var(--paper); font-size: 13px; transition: background 160ms ease; }
.button:hover { color: var(--paper); background: var(--accent); }
.hero .button { margin-top: 18px; }
.hero-hours { margin-top: 34px; font-size: 13px; color: var(--muted); display: flex; gap: 20px; }
.home-note { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.home-note span:first-child { font-size: 10px; letter-spacing: .15em; }
.section { padding: 112px 0; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro > div:last-child { max-width: 450px; justify-self: end; }
.intro > div:last-child > p { color: var(--muted); line-height: 2.3; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 12px 0; min-height: 44px; border-bottom: 1px solid var(--accent); font-size: 13px; }
.recommended { border-top: 1px solid var(--line); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.favorites { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.item-number { display: block; font-size: 10px; letter-spacing: .15em; margin-bottom: 18px; color: var(--muted); }
.favorites h3 { margin: 26px 0 12px; }
.favorites p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.price { font: 21px/1.6 var(--serif); }
.visit-banner { margin-bottom: 100px; background: var(--surface); padding: 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.visit-banner h2 { font-size: clamp(36px, 4vw, 52px); }
.visit-banner p:last-child { margin: 26px 0 0; font-size: 14px; color: var(--muted); }
/* ローカルだけで表示できる、コーヒーと焼き菓子の静物画 */
.coffee-art { position: relative; isolation: isolate; overflow: hidden; width: 100%; min-height: 560px; background: linear-gradient(130deg, #b9a58c, #d9cbb5 48%, #ab957a); border-radius: 48% 48% 0 0; }
.sunlight { position: absolute; inset: -40%; background: repeating-linear-gradient(126deg, transparent 0 110px, #fff7e34d 111px 190px, #48382812 191px 230px, transparent 231px 350px); transform: rotate(-8deg); }
.table-line { position: absolute; width: 160%; height: 65%; top: 47%; left: -20%; transform: rotate(-20deg); background: linear-gradient(110deg, #b59879, #e0cab0); box-shadow: 0 -2px 0 #e9ddcd55, 0 -12px 50px #4e38221f; }
.saucer { position: absolute; width: 246px; height: 246px; top: 37%; left: calc(50% - 123px); border-radius: 50%; transform: rotate(-25deg); background: radial-gradient(circle, #c7bda9 0 40%, #e3dccb 41% 51%, #f0eada 52% 64%, #cec3ad 65% 66%, #e8dfcc 67%); box-shadow: 22px 32px 25px #4833214d; }
.cup { position: absolute; inset: 36px; border-radius: 50%; background: #f4ecdb; box-shadow: 5px 10px 10px #41372d47; }
.cup::before { content: ''; position: absolute; width: 45px; height: 38px; right: -29px; top: 65px; border: 11px solid #eee4d0; border-radius: 10px 50% 50% 10px; z-index: -1; }
.coffee { position: absolute; inset: 12px; border-radius: 50%; background: radial-gradient(ellipse at 40% 30%, #7f5437, #50321f 62%, #32251b 70%, #a77e53 74%, #d9bd8f 76%); box-shadow: inset 4px 6px 7px #35271973; }
.coffee::after { content: ''; position: absolute; top: 19%; left: 18%; width: 52%; height: 25%; border-top: 2px solid #efd6a980; border-radius: 50%; transform: rotate(-30deg); }
.leaf { position: absolute; top: -15px; right: 15px; width: 42px; height: 210px; border-radius: 100% 0 100% 0; background: #73604b; transform: rotate(42deg); filter: drop-shadow(-25px 25px 9px #48332133); }
.leaf-two { right: 100px; top: -85px; transform: rotate(80deg); background: #958067; }
.art-caption { position: absolute; bottom: 28px; left: 20px; right: 20px; text-align: center; font-size: 9px; letter-spacing: .16em; color: #44382b; }
.product-art { height: 235px; display: grid; place-items: center; position: relative; overflow: hidden; background: #e9e0d3; }
.product-art::before { content: ''; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: #f4eee3; box-shadow: 12px 16px 20px #5a412b22, inset 0 0 0 2px #d7cbbb; }
.drink-art span { position: relative; width: 100px; height: 100px; border: 9px solid #e9decb; border-radius: 50%; background: radial-gradient(ellipse at 35% 30%, #976b49, #4f3321 75%); box-shadow: 5px 7px 8px #513d2d35; }
.drink-art span::after { content: ''; position: absolute; width: 23px; height: 20px; right: -27px; top: 32px; border: 7px solid #e9decb; border-radius: 0 50% 50% 0; }
.pudding-art { background: #e6dcd0; }
.pudding-art::before { width: 185px; height: 90px; top: 117px; }
.pudding-art span { position: relative; width: 108px; height: 93px; background: linear-gradient(90deg, #c09b6b, #e2c798 45%, #cfac77); border-radius: 25% 25% 20% 20%; transform: perspective(250px) rotateX(12deg); box-shadow: 0 9px 0 9px #785039; }
.pudding-art span::before { content: ''; position: absolute; width: 100%; height: 30px; background: #70452e; border-radius: 50%; top: -7px; box-shadow: inset 0 3px 5px #9c7350; }
.toast-art { background: #e4dbcf; }
.toast-art::before { width: 180px; height: 150px; border-radius: 9px; transform: rotate(-12deg); }
.toast-art span { position: relative; width: 116px; height: 124px; border: 9px solid #99704b; border-radius: 33% 33% 8% 8%; background: radial-gradient(ellipse, #dec296, #b88d5a); box-shadow: 7px 9px 6px #513b2533; transform: rotate(-12deg); }
.toast-art span::after { content: ''; position: absolute; width: 32px; height: 28px; background: #f1dfb0; left: 34px; top: 36px; box-shadow: 3px 3px 0 #b89b69; transform: rotate(20deg); }
/* 下層ページ共通 */
.page-heading { padding: 75px 0 72px; border-bottom: 1px solid var(--line); }
.page-heading h1 { font-size: clamp(68px, 9vw, 124px); }
.page-subtitle { margin: 32px 0 12px; font-size: 20px; }
.page-heading > p:last-child { color: var(--muted); margin-bottom: 0; }
/* メニュー */
.menu-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 100px; padding: 80px 0 110px; }
.menu-index { align-self: start; position: sticky; top: 32px; }
.menu-index a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.menu-index a span { color: var(--accent); }
.menu-index p { margin-top: 24px; font-size: 12px; color: var(--muted); }
.menu-group { margin-bottom: 75px; }
.menu-group h2 { font-size: clamp(36px, 4vw, 52px); }
.menu-group .eyebrow { margin-bottom: 20px; }
.menu-group .section-subtitle { margin-top: 15px; }
.menu-group dl { margin-top: 28px; }
.menu-row { display: flex; justify-content: space-between; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.menu-row dt { font-size: 16px; }
.menu-row dt span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }
.menu-row dd { flex-shrink: 0; white-space: nowrap; margin: 0; font: 22px/1.6 var(--serif); }
.menu-notice { font-size: 13px; color: var(--muted); padding-left: 20px; border-left: 2px solid var(--accent); }
/* 私たちのこと */
.story-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; padding: 90px 0 40px; }
.story-layout .coffee-art { min-height: 560px; border-radius: 0; }
.story-layout .coffee-art .saucer { transform: rotate(22deg); top: 42%; }
.story-copy .section-subtitle { margin: 25px 0 30px; }
.story-copy > p:not(.eyebrow):not(.section-subtitle) { line-height: 2.25; color: var(--muted); }
.values > .section-subtitle { margin-bottom: 55px; }
.values .favorites article { padding-top: 25px; border-top: 1px solid var(--line); }
.values .item-number { color: var(--accent); font: italic 28px/1 var(--serif); }
/* アクセス */
.access-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: start; padding: 85px 0 65px; }
.sample-map { position: relative; min-height: 490px; background: #e8e1d5; overflow: hidden; border: 1px solid var(--line); }
.map-road { position: absolute; background: var(--paper); }
.road-horizontal { height: 40px; width: 100%; top: 45%; border-block: 1px solid #cfc4b4; }
.road-vertical { width: 45px; height: 100%; left: 30%; border-inline: 1px solid #cfc4b4; }
.map-park { position: absolute; top: 15%; left: 7%; background: #d2c7b5; border-radius: 48% 40% 45% 35%; width: 125px; height: 105px; display: grid; place-items: center; font-size: 12px; }
.map-shop { position: absolute; right: 11%; top: 25%; text-align: center; line-height: 1.8; color: var(--accent); font-size: 17px; }
.map-station { position: absolute; bottom: 17%; left: 13%; background: var(--paper); border: 1px solid #a49582; padding: 12px 20px; font-size: 13px; }
.map-north { position: absolute; right: 20px; top: 20px; font-size: 12px; }
.map-caption { position: absolute; bottom: 17px; left: 20px; right: 20px; text-align: center; font-size: 11px; }
.shop-info h2 { font-size: clamp(40px, 4vw, 54px); }
.shop-info dl { margin-top: 30px; }
.shop-info dl > div { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.shop-info dd { margin: 0; }
.shop-info small { color: var(--muted); }
.visit-note { margin: 0 0 100px; padding: 40px; border: 1px solid var(--line); }
.visit-note .eyebrow { margin-bottom: 16px; }
.visit-note h2 { font: 18px/1.8 var(--sans); letter-spacing: 0; margin-bottom: 18px; }
.visit-note p:last-child { color: var(--muted); font-size: 14px; margin: 0; }
/* 共通フッター */
.site-footer { background: var(--surface); padding: 68px max(40px, calc((100vw - 1184px) / 2)) 26px; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 58px; }
.footer-brand { font: 52px/1.1 var(--serif); letter-spacing: -.05em; }
.footer-tagline { margin: 20px 0 0; font-size: 14px; }
.footer-details { display: flex; gap: 85px; padding-top: 7px; }
.footer-details .eyebrow { font-size: 10px; margin-bottom: 18px; }
.footer-details p:not(.eyebrow) { margin: 0; font-size: 16px; }
.footer-details p.footer-note { font-size: 13px; color: var(--muted); margin-top: 6px; }
.social-pending { font: 19px/1.6 var(--serif); }
.social-pending span { display: block; font: 12px/2 var(--sans); color: var(--muted); margin-top: 7px; }
.footer-bottom { border-top: 1px solid #cfc4b5; padding-top: 25px; display: flex; justify-content: space-between; align-items: baseline; gap: 24px; }
.footer-bottom small { font-size: 11px; color: var(--muted); }
.footer-bottom small:first-child, .footer-bottom a { font-size: 10px; letter-spacing: .1em; white-space: nowrap; }
.footer-bottom a { padding: 10px 0; }
/* タブレット */
@media (max-width: 1050px) {
  .site-header { padding: 28px 36px; }
  main { padding-inline: 36px; }
  .hero { gap: 30px; }
  .hero h1 { font-size: 64px; }
  .coffee-art { min-height: 500px; }
  .intro, .story-layout, .access-layout { gap: 40px; }
  .menu-layout { gap: 55px; grid-template-columns: 180px minmax(0,1fr); }
  .favorites { gap: 24px; }
  .product-art { height: 210px; }
  .visit-banner { padding: 40px; }
  .footer-details { gap: 45px; }
  .footer-bottom { flex-wrap: wrap; }
}
/* スマートフォン：本文を縮小せず、余白と列数を調整 */
@media (max-width: 760px) {
  .site-header { padding: 23px 24px; gap: 20px; flex-wrap: wrap; }
  .brand-name { font-size: 31px; }
  .brand-subtitle { font-size: 10px; margin-top: 7px; }
  .site-header nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding-top: 6px; }
  .site-header nav a { padding: 14px 0; font-size: 12px; border-bottom: 1px solid var(--line); }
  .site-header nav.is-collapsed { display: none; }
  main { padding-inline: 24px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding: 35px 0 40px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(50px, 11.5vw, 78px); }
  .hero .eyebrow { margin-bottom: 24px; }
  .hero-lead { font-size: 16px; margin: 28px 0 20px; }
  .hero-copy > p:not(.eyebrow):not(.hero-lead) { font-size: 15px; }
  .hero-hours { margin-top: 24px; }
  .coffee-art { min-height: 400px; max-width: 480px; margin-inline: auto; }
  .saucer { width: 210px; height: 210px; left: calc(50% - 105px); top: 32%; }
  .cup { inset: 31px; }
  .cup::before { top: 52px; }
  .art-caption { font-size: 8px; bottom: 22px; }
  .home-note { flex-direction: column; gap: 5px; padding: 20px 0; }
  .home-note span:first-child { font-size: 9px; }
  .section { padding: 70px 0; }
  .intro { grid-template-columns: 1fr; gap: 32px; }
  .intro > div:last-child { max-width: none; justify-self: start; }
  .intro br { display: none; }
  .intro h2 br { display: initial; }
  .section-top { display: block; margin-bottom: 32px; }
  .section-top .text-link { margin-top: 24px; }
  .favorites { grid-template-columns: 1fr; gap: 42px; }
  .product-art { height: 255px; }
  .favorites h3 { margin-top: 20px; }
  .favorites p { font-size: 15px; }
  .favorites p br { display: none; }
  .visit-banner { margin-bottom: 70px; padding: 32px 24px; flex-direction: column; align-items: start; gap: 28px; }
  .page-heading { padding: 45px 0; }
  .page-heading h1 { font-size: clamp(60px, 13vw, 90px); }
  .page-subtitle { font-size: 17px; margin-top: 25px; }
  .page-heading > p:last-child { font-size: 14px; }
  .menu-layout { grid-template-columns: 1fr; gap: 45px; padding: 32px 0 65px; }
  .menu-index { position: static; display: flex; flex-wrap: wrap; gap: 0 20px; }
  .menu-index a { gap: 18px; font-size: 13px; }
  .menu-index p { width: 100%; margin: 18px 0 0; }
  .menu-group { margin-bottom: 55px; }
  .menu-row { gap: 14px; padding: 22px 0; }
  .menu-row dt { font-size: 15px; }
  .menu-row dt span { font-size: 14px; }
  .menu-row dd { font-size: 20px; }
  .story-layout, .access-layout { grid-template-columns: 1fr; gap: 40px; padding: 55px 0 25px; }
  .story-layout .coffee-art { min-height: 390px; }
  .story-layout .coffee-art .saucer { top: 31%; }
  .story-copy > p:not(.eyebrow) { font-size: 15px; }
  .values > .section-subtitle { margin-bottom: 35px; }
  .values .favorites { gap: 30px; }
  .sample-map { min-height: 380px; }
  .map-park { width: 100px; height: 90px; left: 5%; font-size: 11px; }
  .map-shop { right: 8%; font-size: 15px; }
  .map-caption { font-size: 10px; left: 8px; right: 8px; }
  .shop-info dl > div { grid-template-columns: 76px 1fr; font-size: 14px; gap: 12px; }
  .visit-note { margin: 20px 0 65px; padding: 28px 24px; }
  .visit-note br { display: none; }
  .site-footer { padding: 50px 24px 22px; }
  .footer-top { display: block; padding-bottom: 36px; }
  .footer-brand { font-size: 46px; }
  .footer-details { display: flex; flex-wrap: wrap; gap: 32px 45px; padding-top: 38px; }
  .footer-bottom { display: grid; gap: 12px; }
  .footer-bottom small { font-size: 11px; }
  .footer-bottom a { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* トップページ：生成した店内写真を使うメインビジュアル */
.home-main { max-width: none; padding: 0; }
.home-content { max-width: 1312px; margin-inline: auto; padding-inline: 64px; }
.home-hero { position: relative; isolation: isolate; min-height: 660px; min-height: min(780px, max(660px, 82svh)); display: flex; align-items: center; background: #302923; color: #fffaf2; }
.home-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.home-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(30 24 19 / 76%) 0%, rgb(30 24 19 / 66%) 43%, rgb(30 24 19 / 20%) 78%), linear-gradient(0deg, rgb(30 24 19 / 65%), transparent 25%); }
.home-hero-inner { width: min(100%, 1312px); margin-inline: auto; padding: 75px 64px 125px; }
.home-hero .eyebrow { color: #fffaf2; margin-bottom: 28px; font-size: 10px; }
.home-hero h1 { font-size: clamp(68px, 7.6vw, 108px); line-height: 1.04; }
.home-hero h1 em { font-weight: 400; }
.home-hero-lead { font-size: 19px; letter-spacing: .07em; margin: 30px 0 17px; }
.home-hero-description { font-size: 15px; line-height: 2.15; margin-bottom: 22px; }
.home-hero-link { display: inline-flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 9px 0; gap: 55px; border-bottom: 1px solid #fffaf2; font-size: 14px; }
.home-hero a:hover { color: #fffaf2; text-decoration: underline; }
.home-hero a:focus-visible { outline-color: #fffaf2; }
.home-hero-bottom { position: absolute; bottom: 25px; left: max(64px, calc((100% - 1184px) / 2)); right: max(64px, calc((100% - 1184px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.home-hero-bottom a { padding-block: 12px; font-size: 10px; letter-spacing: .16em; }
.home-hero-bottom a span { margin-left: 16px; }
.mobile-break { display: none; }
.home-intro { padding-block: 130px; }
.menu-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: #fbf8f2; }
.menu-card-body { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.menu-card .item-number { margin-bottom: 14px; color: var(--accent); }
.menu-card h3 { margin: 0 0 14px; }
.menu-card-body > p:not(.menu-card-price) { margin-bottom: 24px; }
.menu-card .menu-card-price { display: flex; align-items: baseline; gap: 10px; margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); }
.menu-card-price small { color: var(--muted); font-size: 11px; }
.home-visit { border-top: 2px solid var(--accent); }
@media (min-width: 761px) and (max-width: 1050px) {
  .home-content { padding-inline: 36px; }
  .home-hero-inner { padding-inline: 36px; }
  .home-hero-bottom { left: 36px; right: 36px; }
  .menu-card-body { padding: 22px; }
}
@media (max-width: 760px) {
  .home-content { padding-inline: 24px; }
  .home-hero { min-height: 650px; }
  .home-hero-image { object-position: 58% center; }
  .home-hero::after { background: linear-gradient(90deg, rgb(30 24 19 / 75%), rgb(30 24 19 / 53%)), linear-gradient(0deg, rgb(30 24 19 / 55%), transparent 30%); }
  .home-hero-inner { padding: 65px 24px 125px; }
  .home-hero .eyebrow { font-size: 9px; letter-spacing: .16em; }
  .home-hero h1 { font-size: clamp(48px, 11.5vw, 78px); }
  .home-hero-lead { font-size: 16px; letter-spacing: .015em; }
  .home-hero-description { font-size: 14px; }
  .home-hero-bottom { left: 24px; right: 24px; bottom: 20px; flex-wrap: wrap; gap: 2px 18px; }
  .home-hero-bottom > span { font-size: 11px; }
  .home-hero-bottom a { font-size: 9px; }
  .mobile-break { display: initial; }
  .home-intro { padding-block: 75px; }
  .menu-card-body { padding: 26px; }
  .menu-cards { gap: 28px; }
}

/* 写真は元の縦横比で全体を表示。固定高や切り抜きは使用しない。 */
.home-intro .story-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  grid-column: 1;
  grid-row: 1 / 3;
}
.home-intro { column-gap: 80px; row-gap: 28px; align-items: center; }
.home-intro > div { grid-column: 2; }
.home-intro > div:last-child { max-width: none; justify-self: stretch; }
.menu-card-photo { display: block; width: 100%; max-width: 100%; height: auto; }
@media (min-width: 761px) and (max-width: 1050px) {
  .home-intro { column-gap: 40px; }
}
@media (max-width: 760px) {
  .home-intro { gap: 30px; }
  .home-intro .story-photo, .home-intro > div { grid-column: auto; grid-row: auto; }
}

/* 下層ページ：トップページと共通の余白・書体・配色 */
.fiction-note { color: var(--muted); font-size: 13px; border-left: 2px solid var(--accent); padding: 12px 20px; margin: 30px 0 55px; background: var(--surface); }
.menu-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.menu-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.menu-filters button { min-height: 48px; padding: 10px 25px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-size: 14px; }
.menu-filters button:hover { border-color: var(--accent); }
.menu-filters button[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.menu-result-count { margin: 0; color: var(--muted); font-size: 13px; }
.menu-category { padding: 60px 0; border-bottom: 1px solid var(--line); }
.category-heading { margin-bottom: 32px; }
.category-heading .eyebrow { margin-bottom: 16px; }
.category-heading h2 { font-size: clamp(38px, 4.5vw, 58px); }
.category-heading .section-subtitle { margin-top: 16px; }
.menu-item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.menu-item { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: #fbf8f2; }
.menu-item h3 { margin-bottom: 13px; }
.menu-item > p { color: var(--muted); font-size: 14px; }
.menu-item .menu-item-price { margin: auto 0 0; padding-top: 18px; color: var(--ink); font: 24px/1.5 var(--serif); }
.menu-item-price small { margin-left: 12px; font: 11px/1.5 var(--sans); color: var(--muted); }
.menu-closing { padding: 35px 0 50px; }
.menu-closing > p:first-child { font-size: 14px; }
.about-interior { display: block; width: 100%; height: auto; }
.details-section, .access-details { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 65px 0; border-top: 1px solid var(--line); }
.information-list { margin: 0; }
.information-list > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.information-list > div:first-child { padding-top: 0; }
.information-list dt { font-size: 14px; color: var(--muted); }
.information-list dd { margin: 0; font-size: 15px; }
.information-list dd span { display: block; margin-top: 5px; font-size: 12px; color: var(--muted); }
.subpage-invitation { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px; background: var(--surface); margin-bottom: 85px; }
.subpage-invitation h2 { font-size: clamp(32px, 3.5vw, 46px); }
.access-disclaimer { margin-block: 32px 0; }
.access-details { border-top: 0; padding-block: 60px 80px; }
.access-intro { margin-top: 32px; color: var(--muted); }
.location-section { border-top: 1px solid var(--line); padding-block: 70px; }
.map-disclaimer { font-size: 14px; color: var(--muted); border-left: 2px solid var(--accent); padding-left: 18px; }
.location-map { display: block; width: 100%; height: 480px; border: 1px solid var(--line); background: var(--surface); }
.map-footnote { display: flex; align-items: start; justify-content: space-between; gap: 30px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.map-footnote p { max-width: 720px; margin: 0; }
.map-footnote a { text-decoration: underline; flex-shrink: 0; padding-block: 8px; }
@media (max-width: 1050px) {
  .details-section, .access-details { gap: 40px; }
  .information-list > div { grid-template-columns: 80px minmax(0, 1fr); gap: 15px; }
}
@media (max-width: 760px) {
  .menu-toolbar { padding-block: 25px; gap: 15px; }
  .menu-filters { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-filters button { padding-inline: 12px; }
  .menu-category { padding-block: 40px; }
  .menu-item-grid { grid-template-columns: 1fr; gap: 16px; }
  .menu-item { padding: 24px; }
  .menu-item > p { font-size: 15px; }
  .details-section, .access-details { grid-template-columns: 1fr; gap: 35px; padding-block: 45px; }
  .information-list > div { grid-template-columns: 76px minmax(0, 1fr); gap: 14px; }
  .subpage-invitation { flex-direction: column; align-items: start; padding: 30px 24px; margin-bottom: 65px; }
  .fiction-note { padding: 14px 18px; }
  .location-section { padding-block: 45px; }
  .location-map { height: 380px; }
  .map-footnote { flex-direction: column; gap: 10px; }
}

/* 小さな操作反応。三本線は aria-expanded と同期します。 */
:root { --ease-out: cubic-bezier(0.23, 1, 0.32, 1); }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; min-width: 48px; }
.toggle-icon { position: relative; display: block; width: 22px; height: 18px; margin-left: 0; }
.toggle-icon > span { position: absolute; left: 0; width: 22px; height: 1px; background: currentColor; }
.toggle-icon > span:nth-child(1) { top: 1px; }
.toggle-icon > span:nth-child(2) { top: 8px; }
.toggle-icon > span:nth-child(3) { top: 15px; }
.nav-toggle[aria-expanded="true"] .toggle-icon > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .toggle-icon > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .toggle-icon > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.back-to-top { position: fixed; z-index: 10; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 52px; height: 60px; background: var(--ink); color: var(--paper); border: 1px solid var(--paper); box-shadow: 0 3px 14px #30292320; }
.back-to-top > span:first-child { font-size: 23px; line-height: 1.2; }
.back-to-top-label { font-size: 9px; line-height: 1.8; letter-spacing: .12em; }
.back-to-top:hover { color: var(--paper); background: var(--accent); }
.site-footer { padding-bottom: 100px; }
@media (hover: hover) and (pointer: fine) {
  .button, .back-to-top, .menu-filters button, .nav-toggle { transition: transform 160ms var(--ease-out), background-color 160ms ease; }
  .menu-card, .menu-item { transition: transform 200ms var(--ease-out); }
  .button:hover, .back-to-top:hover { transform: translateY(-2px); }
  .menu-card:hover, .menu-item:hover { transform: translateY(-3px); border-color: var(--accent); }
  .nav-toggle:hover { border-color: var(--accent); }
  .text-link > span, .home-hero-link > span { transition: transform 160ms var(--ease-out); }
  .text-link:hover > span, .home-hero-link:hover > span { transform: translateX(3px); }
}
@media (prefers-reduced-motion: reduce) {
  .button:hover, .back-to-top:hover, .menu-card:hover, .menu-item:hover,
  .text-link:hover > span, .home-hero-link:hover > span { transform: none; }
}
