/* TSURANE 共通スタイル — JSゼロ・軽量・CWV最優先 */
:root {
  --ink: #26211c;
  --ink-soft: #5c554c;
  --paper: #faf7f2;
  --card: #ffffff;
  --accent: #b5372e;      /* 深い赤（窯・暖簾） */
  --accent-soft: #f3e2d9;
  --gold: #b98a2f;
  --line: #e8e1d6;
  --radius: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Noto Sans JP", Meiryo, system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: 960px; margin: 0 auto; padding: 0 20px; }

/* ヘッダー */
.site-head {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  background: var(--card);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 700; letter-spacing: .14em; color: var(--ink); font-size: 15px; }
.brand:hover { text-decoration: none; }
.head-nav { font-size: 13px; color: var(--ink-soft); display: flex; gap: 18px; }

/* ヒーロー */
.hero { position: relative; }
.hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; max-height: 480px; }
.hero-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 30px;
  margin: -56px auto 0;
  position: relative;
  max-width: 720px;
  box-shadow: 0 8px 30px rgba(38,33,28,.08);
  text-align: center;
}
.hero-panel h1 { font-size: 30px; letter-spacing: .08em; }
.hero-panel .tagline { color: var(--accent); font-weight: 700; margin-top: 6px; letter-spacing: .12em; }
.hero-panel .concept { color: var(--ink-soft); font-size: 14.5px; margin-top: 14px; text-align: left; }

/* セクション */
section { padding: 52px 0 8px; }
.sec-title { font-size: 21px; letter-spacing: .1em; display: flex; align-items: center; gap: 12px; }
.sec-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.sec-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; }

/* メニュー */
.menu-cat { margin-top: 26px; }
.menu-cat h3 {
  font-size: 14px; letter-spacing: .16em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 10px;
}
.menu-item {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding: 13px 2px; border-bottom: 1px dashed var(--line);
}
.menu-item .m-name { font-weight: 700; font-size: 15.5px; }
.menu-item .m-desc { font-size: 12.8px; color: var(--ink-soft); margin-top: 3px; }
.menu-item .m-price { white-space: nowrap; font-weight: 700; color: var(--accent); font-size: 15px; }
.menu-updated { font-size: 11.5px; color: var(--ink-soft); margin-top: 14px; text-align: right; }

/* ギャラリー */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.gallery img { aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; }
@media (max-width: 640px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* 物語 */
.story-box {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 26px; margin-top: 22px; font-size: 14.5px;
}

/* 店舗情報 */
.info-table { width: 100%; border-collapse: collapse; margin-top: 22px; background: var(--card); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.info-table th, .info-table td { padding: 13px 18px; font-size: 14px; text-align: left; border-bottom: 1px solid var(--line); }
.info-table th { width: 30%; color: var(--ink-soft); font-weight: 600; background: #fdfbf8; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }

/* トップページ */
.top-hero { text-align: center; padding: 76px 20px 60px; }
.top-hero .logo { font-size: 40px; font-weight: 700; letter-spacing: .22em; }
.top-hero .logo span { color: var(--accent); }
.top-hero .lead { font-size: 17px; margin-top: 16px; letter-spacing: .06em; }
.top-hero .sub { color: var(--ink-soft); font-size: 14px; margin-top: 10px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
@media (max-width: 640px) { .pillars { grid-template-columns: 1fr; } }
.pillar { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.pillar h3 { font-size: 15px; letter-spacing: .06em; }
.pillar p { font-size: 13px; color: var(--ink-soft); margin-top: 8px; }
.store-card {
  display: flex; gap: 18px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; margin-top: 20px; align-items: stretch;
}
.store-card img { width: 200px; object-fit: cover; }
.store-card .sc-body { padding: 18px 20px; }
.store-card .sc-name { font-size: 18px; font-weight: 700; }
.store-card .sc-tag { color: var(--accent); font-size: 13px; font-weight: 700; margin-top: 2px; }
.store-card .sc-desc { font-size: 13px; color: var(--ink-soft); margin-top: 8px; }
@media (max-width: 560px) { .store-card { flex-direction: column; } .store-card img { width: 100%; height: 160px; } }

/* フッター */
.site-foot { margin-top: 70px; padding: 26px 0 40px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-soft); }
.site-foot .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.lang-switch { font-size: 12.5px; }
