:root {
  --ink: #1d241f;
  --muted: #687069;
  --paper: #f4f1e9;
  --paper-deep: #e8e2d6;
  --green: #233d2f;
  --line: rgba(29, 36, 31, .18);
  --white: #fff;
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --latin: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .04em;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 80px)); }
.section { padding: 130px 0; }
.eyebrow {
  margin: 0 0 24px;
  font-family: var(--latin);
  font-size: .93rem;
  font-weight: 600;
  letter-spacing: .22em;
}
.eyebrow.small { margin-bottom: 8px; font-size: .8rem; }
.eyebrow.light { color: rgba(255,255,255,.82); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-weight: 500; }
h2 { margin-bottom: 42px; font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1.45; letter-spacing: .08em; }
h3 { font-size: 1.45rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 80px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,.48), transparent);
}
.brand { font-size: 1.08rem; letter-spacing: .14em; }
.global-nav { display: flex; align-items: center; gap: 30px; font-size: .85rem; }
.global-nav a { transition: opacity .25s ease; }
.global-nav a:hover { opacity: .65; }
.global-nav .nav-cta { border: 1px solid rgba(255,255,255,.65); padding: 10px 18px; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  color: #fff;
  background-image: url('../../bikkuri-lunch2/img/img260906_2200x1467.jpg?auto=format&fit=crop&w=2200&q=90');
  background-size: cover;
  background-position: center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,27,20,.66), rgba(17,27,20,.12) 70%), linear-gradient(0deg, rgba(0,0,0,.2), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-top: 70px; }
.hero-en { margin-bottom: 26px; font-family: var(--latin); font-size: clamp(2.5rem, 6vw, 6.8rem); line-height: .9; letter-spacing: .08em; }
.hero h1 { margin-bottom: 28px; font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: 1.4; letter-spacing: .1em; }
.hero-date { margin-bottom: 38px; letter-spacing: .15em; }
.hero-date span { margin: 0 12px; opacity: .6; }
.button { display: inline-flex; gap: 32px; align-items: center; min-width: 230px; justify-content: space-between; padding: 16px 22px; border: 1px solid currentColor; transition: .25s ease; }
.button:hover { background: var(--ink); border-color: var(--ink); color: white; }
.button-light { color: #fff; }
.button-light:hover { background: #fff; border-color: #fff; color: var(--ink); }

.story { text-align: center; }
.lead-copy { font-size: 1.08rem; }
.lead-copy p { margin-bottom: 9px; }

.about { padding-top: 30px; }
.split-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 8vw; }
.split-image img { aspect-ratio: 4 / 5; object-fit: cover; }
.split-copy p { max-width: 540px; }

.menu { background: #e6dfd2; }
.centered { text-align: center; }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 36px; }
.menu-card:nth-child(even) { margin-top: 85px; }
.menu-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.menu-card-copy { padding-top: 22px; }
.menu-card h3 { margin-bottom: 8px; }
.menu-card p:last-child { color: var(--muted); }

.producers { background: var(--green); color: #fff; }
.producer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.producer-card { border-top: 1px solid rgba(255,255,255,.24); padding-top: 24px; }
.producer-card img { aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.72); }
.producer-copy { padding-top: 22px; }
.producer-copy h3 { margin-bottom: 7px; }
.producer-meta { color: rgba(255,255,255,.64); font-size: .82rem; }
.producer-quote { margin-bottom: 0; }

.schedule-section { background: #f7f4ed; }
.schedule-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.timeline { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 130px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); }
.timeline time { font-family: var(--latin); font-size: 1.35rem; }

.information { background: var(--paper); }
.info-list { margin: 0; border-top: 1px solid var(--line); }
.info-list div { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.info-list dt { color: var(--muted); }
.info-list dd { margin: 0; }

.faq { padding-top: 40px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 0; font-size: 1.03rem; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { display:inline-block; margin-right: 18px; font-family: var(--latin); font-size: 1.4rem; }
.faq-list details p { padding: 0 0 28px 37px; color: var(--muted); }
.allergy-btn{
    display:inline-block;

    margin-top:2px;        /* 上の余白を小さく */
    margin-bottom:24px;    /* 下に余白を追加 */
    margin-left:24px;     /* ← 左余白追加 */

    padding:12px 24px;
    background:#b89b66;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-weight:600;
    letter-spacing:.08em;
    transition:.3s;
}

.allergy-btn:hover{
    background:#967948;
    color:#fff;
}

.allergy-btn:hover{
    background:#6f542f;
    color:#fff;
    transform:translateY(-2px);
}

.reservation {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  color: #fff;
  background-image: url('../../bikkuri-lunch2/img/waguri_1120-350.jpg');
  background-size: cover;
  background-position: center;
}
.reservation-bg { position:absolute; inset:0; background: rgba(20,35,27,.64); }
.reservation-content { position:relative; z-index:1; text-align:center; }
.reservation-content h2 { font-size: clamp(2.6rem, 5vw, 5.4rem); }
.reservation-content > p:not(.eyebrow) { margin-bottom: 34px; }

.access-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: start; }
.access-copy h3 { font-size: 1.55rem; margin-bottom: 20px; }
.map-frame iframe { width: 100%; height: 430px; border: 0; filter: grayscale(1) contrast(.9); }

.site-footer { padding: 45px 0; background: #17241d; color: rgba(255,255,255,.82); }
.footer-inner { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.footer-brand { font-size:1.2rem; margin-bottom:6px; }
.footer-address, .copyright { margin-bottom:0; font-size:.75rem; color:rgba(255,255,255,.55); }
.floating-reservation { display:none; }

@media (max-width: 900px) {
  .container, .narrow { width: min(100% - 40px, 720px); }
  .section { padding: 90px 0; }
  .site-header { height: 66px; padding: 0 20px; }
  .global-nav a:not(.nav-cta) { display:none; }
  .global-nav .nav-cta { padding:8px 12px; font-size:.76rem; }
  .hero { min-height: 88svh; }
  .hero-content { padding-top: 45px; }
  .hero-en { font-size: clamp(2.7rem, 13vw, 5rem); }
  .hero h1 { font-size: clamp(2rem, 8vw, 3.8rem); }
  .hero-date { font-size:.78rem; }
  .split-layout, .schedule-wrap, .access-grid { grid-template-columns: 1fr; gap: 45px; }
  .split-copy { order:-1; }
  .menu-grid { gap: 45px 20px; }
  .menu-card:nth-child(even) { margin-top: 45px; }
  .producer-grid { grid-template-columns: 1fr; gap: 60px; }
  .producer-card img { aspect-ratio: 16 / 11; }
  .info-list div { grid-template-columns: 120px 1fr; }
  .footer-inner { display:block; }
  .copyright { margin-top:24px; }
  .floating-reservation {
    display:block; position:fixed; z-index:25; right:14px; bottom:14px;
    padding:12px 17px; background:#fff; color:var(--green); border:1px solid rgba(0,0,0,.12);
    font-size:.8rem; box-shadow:0 6px 24px rgba(0,0,0,.15);
  }
}

@media (max-width: 620px) {
  body { font-size:.94rem; }
  .pc { display:none; }
  .section { padding: 76px 0; }
  h2 { margin-bottom: 30px; font-size: clamp(1.9rem, 9vw, 3rem); }
  .hero { background-position: 58% center; }
  .hero-date span { margin:0 5px; }
  .menu-grid { grid-template-columns:1fr; }
  .menu-card:nth-child(even) { margin-top:0; }
  .menu-card img { aspect-ratio: 5 / 4; }
  .timeline li { grid-template-columns:90px 1fr; }
  .info-list div { grid-template-columns:1fr; gap:3px; }
  .info-list dt { font-size:.78rem; }
  .reservation { min-height: 540px; }
  .map-frame iframe { height:330px; }
}

.menu-text{
    white-space: pre-line;
    line-height: 1.8;
}

.brand{
    display:flex;
    align-items:center;
}

.brand-logo{
    height:54px;
    width:auto;
}

@media (max-width:900px){
    .brand-logo{
        height:34px;
    }
}

.footer-logo{
    height:50px;
    width:auto;
}

@media (max-width:900px){
    .footer-logo{
        height:36px;
    }
}
.footer-link{
    margin-top:12px;
}

.footer-link a{
    color: rgba(255,255,255,.85);
    text-decoration:none;
    font-size:14px;
}

.footer-link a:hover{
    text-decoration:underline;
}