:root{
  --bg:#f5f3ef;
  --bg-soft:#f0ede7;
  --text:#4a3428;
  --muted:#7f746c;
  --line:#bca995;
  --leaf:#b8c391;
  --accent:#6a3219;
  --footer:#3a2a19;
  --white:#fff;
  --serif:"Shippori Mincho","Yu Mincho","Hiragino Mincho ProN",serif;
  --sans:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--serif);font-size:16px;line-height:1.9;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:2px solid #9a6b4b;outline-offset:4px}
.site-header{height:98px;background:rgba(245,243,239,.97);position:relative;z-index:30}
.header-inner{height:100%;max-width:1320px;margin:0 auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:14px;min-width:240px}
.brand-mark{width:44px;height:58px;object-fit:contain}
.brand-text{display:flex;flex-direction:column;line-height:1.3;letter-spacing:.12em}
.brand-text strong{font-size:20px;font-weight:600}
.brand-text small{font-family:var(--sans);font-size:10px;letter-spacing:.28em;margin-top:4px}
.global-nav{display:flex;align-items:center;gap:28px;font-family:var(--sans);font-size:12px;letter-spacing:.08em}
.global-nav a{white-space:nowrap}
.nav-cta{border:1px solid var(--line);padding:13px 18px;min-height:46px;display:flex;align-items:center;justify-content:center}
.menu-toggle{display:none}
.hero{padding:0 0 96px}
.hero-inner{position:relative;max-width:none;margin:0;padding-left:max(42px,calc((100% - 1180px)/2 + 42px));min-height:650px}
.hero-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:28.5%}
.hero-photo-wrap::after{content:"";position:absolute;top:0;bottom:0;left:0;width:48%;pointer-events:none;background:linear-gradient(90deg,var(--bg) 0%,rgba(245,243,239,.9) 24%,rgba(245,243,239,.5) 58%,rgba(245,243,239,0) 100%)}
.hero-photo{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:53% center}
.hero-leaf{position:absolute;left:-64px;bottom:34px;width:160px;opacity:.5;transform:rotate(-8deg)}
.hero-copy{position:relative;z-index:3;max-width:660px;padding:104px 0 40px}
.hero h1{font-size:clamp(36px,3.1vw,50px);font-weight:400;line-height:1.55;letter-spacing:.12em;margin:0 0 28px}
.hero-copy p{font-size:15px;line-height:2.1;margin:0 0 28px;letter-spacing:.05em}
.outline-button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-width:230px;min-height:54px;padding:12px 22px;border:1px solid var(--line);font-family:var(--serif);font-size:14px;letter-spacing:.08em;transition:.25s ease;background:transparent}
.outline-button:hover{background:#fff;transform:translateY(-2px)}
.section-inner{max-width:1180px;margin:0 auto;padding:0 42px}
.split-section{padding:92px 0 108px}
.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:112px;align-items:center}
.split-grid--reverse{grid-template-columns:.82fr 1.18fr}
.split-grid--wide-photo{grid-template-columns:1.25fr .75fr;gap:88px}
.photo-frame{margin:0;overflow:hidden}
.photo-frame img{width:100%;height:100%;object-fit:cover}
.concept-photo{aspect-ratio:1.11/1}
.concept-photo img{object-position:center 50%}
.menu-photo{aspect-ratio:1.22/1}
.menu-photo img{object-position:50% 48%}
.space-photo{aspect-ratio:1.55/1;margin-left:calc(-1 * (max(0px,(100vw - 1180px)/2) + 42px))}
.space-photo img{object-position:50% 42%}
.section-copy{max-width:410px}
.eyebrow{font-size:13px;letter-spacing:.08em;color:#7a6657;margin:0 0 8px}
.section-copy h2,.information-section h2,.reserve-section h2{font-size:36px;font-weight:400;letter-spacing:.12em;line-height:1.45;margin:0}
.heading-leaf{width:72px;height:24px;object-fit:contain;object-position:center;margin:12px 0 26px;opacity:.78}
.heading-leaf--alt{width:86px}
.section-copy>p:not(.eyebrow){font-size:15px;line-height:2.15;letter-spacing:.03em;margin:0 0 27px}
.menu-section{padding-top:72px;padding-bottom:110px}
.space-section{padding-top:70px;padding-bottom:116px}
.information-section{padding:72px 0 122px}
.narrow-inner{max-width:770px;margin:0 auto;padding:0 28px}
.center{text-align:center}.center-button{margin:34px auto 0;display:flex;max-width:230px}
.heading-leaf-svg{display:block;width:78px;height:24px;margin:12px auto 30px}
.news-list{border-top:1px solid rgba(74,52,40,.15)}
.news-row{display:grid;grid-template-columns:100px 86px 1fr;gap:18px;align-items:center;min-height:62px;border-bottom:1px solid rgba(74,52,40,.15);font-size:14px;transition:.2s}
.news-row:hover{padding-left:6px}
.news-tag{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(74,52,40,.25);border-radius:2px;min-height:30px;font-size:11px;font-family:var(--sans)}
.reserve-section{padding:28px 0 72px}
.reserve-card{position:relative;overflow:hidden;background:var(--bg-soft);min-height:560px;display:flex;align-items:center;justify-content:center;text-align:center;padding:78px 36px;border-radius:8px}
.reserve-content{position:relative;z-index:2;max-width:660px}
.reserve-content>p:not(.eyebrow):not(.reserve-note){font-size:15px;line-height:2.05;letter-spacing:.04em;margin:0 0 26px}
.reserve-leaf{position:absolute;opacity:.52;pointer-events:none}
.reserve-leaf--left{width:270px;left:-35px;top:50px;transform:rotate(-8deg)}
.reserve-leaf--right{width:220px;right:-10px;bottom:5px;transform:rotate(7deg)}
.reserve-actions{display:grid;gap:12px;max-width:470px;margin:0 auto}
.primary-button{min-height:56px;background:var(--accent);color:#fff;padding:9px 22px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:15px;letter-spacing:.05em;transition:.25s}
.primary-button small{font-size:13px}.primary-button:hover{filter:brightness(1.08);transform:translateY(-2px)}
.reserve-form-button{width:100%;max-width:none;background:rgba(255,255,255,.2)}
.reserve-note{font-family:var(--sans);font-size:11px;line-height:1.7;margin:18px 0 0;color:#766b62}
.site-footer{background:var(--footer);color:#f1e9df;padding:72px 0 26px}
.footer-inner{max-width:1180px;margin:0 auto;padding:0 42px}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr .9fr;gap:62px;padding-bottom:58px}
.footer-grid>div+div{border-left:1px solid rgba(255,255,255,.22);padding-left:62px}
.footer-logo-row{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.footer-logo-row img{width:62px;height:70px;object-fit:contain;filter:brightness(0) invert(1);opacity:.94}
.footer-logo-row strong{display:block;font-size:22px;font-weight:400;letter-spacing:.1em}.footer-logo-row span{display:block;font-family:var(--sans);font-size:10px;letter-spacing:.25em;margin-top:5px}
.footer-brand p,.footer-info p{font-size:13px;line-height:2;color:#ddd1c3;margin:0 0 22px}
.footer-info h2{font-size:19px;font-weight:400;letter-spacing:.1em;margin:0 0 24px;color:#f5eee5}
.socials{display:flex;gap:14px}.socials a{width:44px;height:44px;display:grid;place-items:center}.socials img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}
.footer-map{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.45);padding:12px 16px;min-height:48px;max-width:225px;font-size:13px}
.hours{margin:0;font-size:13px}.hours div{display:grid;grid-template-columns:70px 1fr;gap:10px;margin-bottom:12px}.hours dt,.hours dd{margin:0}.hours small{font-size:11px}.footer-note{font-size:11px!important;color:#c7b7a7!important;margin-top:18px!important}
.footer-nav{border-top:1px solid rgba(255,255,255,.25);padding-top:22px;display:flex;justify-content:center;flex-wrap:wrap;gap:12px 28px;font-family:var(--sans);font-size:10px;letter-spacing:.08em;color:#d6cabd}.copyright{text-align:center;font-family:var(--sans);font-size:10px;color:#cabdaf;margin:24px 0 0}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1000px){
  .header-inner{padding:0 20px}.menu-toggle{display:flex;width:48px;height:48px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px;padding:12px;z-index:50}.menu-toggle span{height:1px;background:var(--text);width:100%}
  .global-nav{position:fixed;inset:0 0 auto 0;background:var(--bg);padding:104px 24px 30px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 8px 30px rgba(0,0,0,.08)}.global-nav.is-open{display:flex}.global-nav a{min-height:52px;display:flex;align-items:center;border-bottom:1px solid rgba(74,52,40,.12);font-size:15px}.nav-cta{margin-top:12px;border:1px solid var(--line)!important;justify-content:center}
  .hero-inner{padding:0 42px;min-height:auto}.hero-copy{max-width:none;padding:68px 0 38px}.hero-photo-wrap{position:relative;inset:auto;left:auto;min-height:480px}.hero-photo-wrap::after{display:none}.hero-photo{min-height:480px}.hero-leaf{left:-18px;bottom:12px;width:125px}
  .split-grid,.split-grid--reverse,.split-grid--wide-photo{grid-template-columns:1fr;gap:46px}.space-photo{margin-left:0}.split-grid--reverse .section-copy{order:1}.split-grid--reverse .menu-photo{order:2}.section-copy{max-width:620px}.photo-frame{max-width:760px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-grid>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding-left:0;padding-top:36px}
}
@media (max-width:640px){
  body{font-size:16px}.site-header{height:78px}.brand{min-width:0}.brand-mark{width:36px;height:46px}.brand-text strong{font-size:16px}.brand-text small{font-size:8px}
  .hero{padding-bottom:58px}.hero-inner{padding:0 18px}.hero h1{font-size:clamp(30px,8.2vw,42px);line-height:1.6}.hero-copy{padding-top:48px}.hero-copy p{font-size:16px}.hero-photo-wrap,.hero-photo{min-height:360px}.hero-photo{object-position:56% center}
  .section-inner{padding:0 18px}.split-section{padding:58px 0 68px}.menu-section,.space-section{padding-top:58px;padding-bottom:68px}.split-grid,.split-grid--reverse,.split-grid--wide-photo{gap:34px}.section-copy{max-width:none}.section-copy h2,.information-section h2,.reserve-section h2{font-size:clamp(28px,8vw,34px)}.section-copy>p:not(.eyebrow){font-size:16px;line-height:2}.outline-button{width:100%;max-width:360px;min-height:50px}.photo-frame{width:100%;max-width:none}.concept-photo,.menu-photo,.space-photo{aspect-ratio:4/3}.space-photo img{object-position:50% 35%}
  .information-section{padding:58px 0 74px}.narrow-inner{padding:0 18px}.news-row{grid-template-columns:1fr auto;gap:8px 14px;padding:14px 0;min-height:0}.news-row span:last-child{grid-column:1/-1}.news-tag{min-width:80px}.center-button{width:100%;max-width:360px}
  .reserve-section{padding:12px 0 46px}.reserve-card{min-height:610px;padding:68px 18px;border-radius:0}.reserve-leaf--left{width:180px;left:-55px;top:34px}.reserve-leaf--right{width:150px;right:-38px;bottom:8px}.reserve-content>p:not(.eyebrow):not(.reserve-note){font-size:16px}.primary-button{max-width:360px;width:100%;margin:0 auto;flex-direction:column;gap:0;padding:8px 14px}.reserve-form-button{margin:0 auto}
  .site-footer{padding:54px 0 22px}.footer-inner{padding:0 18px}.footer-grid{padding-bottom:38px}.footer-nav{justify-content:flex-start;gap:14px 20px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}.outline-button,.primary-button{transition:none!important}}
