:root{--ink:#2c2c2a;--muted:#5c5a54;--surface:#f1efe8;--line:rgba(44,44,42,.12);--accent:#1d9e75}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--surface);color:var(--ink);font-family:Hiragino Sans,Noto Sans JP,sans-serif}a{color:inherit}.wrap{max-width:720px;margin:0 auto;padding:24px 16px 48px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.hero{width:100%;aspect-ratio:16/9;object-fit:cover;background:#e7e4db;display:block}.pad{padding:20px}h1{margin:0;font-size:1.6rem;line-height:1.3}.sub{margin:8px 0 0;color:var(--muted)}.notice,.sub{font-size:.95rem}.notice{margin:16px 0 0;padding:12px 14px;border-radius:12px;background:var(--surface)}section{margin-top:28px}h2{margin:0 0 12px;font-size:1.05rem}.hours,.menus{list-style:none;margin:0;padding:0}.hours li,.menus li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.95rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;background:#e7e4db}.logo{width:72px;height:72px;object-fit:contain;border-radius:12px;background:#fff}.powered{margin-top:32px;text-align:center;color:var(--muted);font-size:.8rem}