@charset "UTF-8";
/* ===========================================================
 * 味工房 蔵（お弁当）ページ専用スタイル
 * page-kura.php とその下層ページで読み込まれる
 * =========================================================== */

/* Lightning のメインコンテンツエリアをリセット */
body.page-template-page-kura #main,
body.page-template-page-kura #container,
body.page-template-page-kura .site-body {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* お弁当ページ全体 */
.kura-page {
  background: var(--cream);
  color: var(--ink);
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.kura-page img { max-width: 100%; display: block; }

/* 上部の連絡先バー */
.kura-topbar {
  background: var(--ink);
  color: var(--kinari);
  padding: 8px 60px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.kura-topbar .item { display: inline-flex; align-items: center; gap: 6px; }

/* ヘッダー */
.kura-nav {
  padding: 18px 60px;
  background: white;
  border-bottom: 3px solid var(--bento-red);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.kura-nav .nav-left { display: flex; align-items: center; }
.kura-nav .nav-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--brown);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--warm-bg);
  margin-right: 16px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: all 0.2s;
}
.kura-nav .nav-back:hover { background: var(--kinari); color: var(--ink); }
.kura-nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
  cursor: pointer;
}
.kura-nav-brand .mark {
  width: 48px;
  height: 48px;
  background: var(--bento-red);
  color: white;
  display: grid;
  place-items: center;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 700;
  font-size: 26px;
  border-radius: 6px;
}
.kura-nav-brand .name {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.kura-nav-brand .sub {
  font-size: 11px;
  color: var(--brown);
  margin-top: 4px;
  letter-spacing: 0.1em;
}
.kura-nav-menu {
  display: flex;
  gap: 26px;
  align-items: center;
}
.kura-nav-menu a {
  text-decoration: none;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
}
.kura-nav-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--bento-red);
  transition: width 0.3s;
}
.kura-nav-menu a:hover::after { width: 100%; }
.kura-nav-menu .kura-cta {
  background: var(--bento-red);
  color: white !important;
  padding: 12px 22px !important;
  border-radius: 6px;
  font-weight: 700 !important;
}
.kura-nav-menu .kura-cta::after { display: none; }

/* ヒーロー */
.kura-hero {
  position: relative;
  padding: 60px 60px 80px;
  background: linear-gradient(180deg, var(--warm-bg) 0%, var(--cream) 100%);
  overflow: hidden;
}
.kura-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.kura-hero::before {
  content: '味';
  position: absolute;
  top: -40px;
  right: -30px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 500px;
  font-weight: 800;
  color: rgba(184, 51, 42, 0.04);
  line-height: 0.8;
  pointer-events: none;
}
.kura-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  border: 2px solid var(--bento-red);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 26px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  color: var(--bento-red);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.kura-hero-eyebrow .dot {
  width: 8px;
  height: 8px;
  background: var(--bento-red);
  border-radius: 50%;
}
.kura-hero h1 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.kura-hero h1 .accent {
  color: var(--bento-red);
  position: relative;
  display: inline-block;
}
.kura-hero h1 .accent::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: var(--bento-red);
  border-radius: 50%;
}
.kura-hero p {
  font-size: 16px;
  line-height: 2.1;
  color: var(--brown);
  margin-bottom: 32px;
  max-width: 500px;
}
.kura-hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--bento-red);
  color: white;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  box-shadow: 0 6px 16px rgba(184, 51, 42, 0.25);
}
.btn-primary:hover { background: var(--bento-deep-red); transform: translateY(-2px); }
.btn-tel {
  background: white;
  color: var(--ink);
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-tel .num {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn-tel .lbl { font-size: 11px; color: var(--brown); }

.kura-hero-visual {
  position: relative;
  height: 500px;
}
.obento-photo {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(44, 24, 16, 0.18);
  background: linear-gradient(135deg, var(--kura-wall-light), var(--kura-wall));
}
.obento-photo img { width: 100%; height: 100%; object-fit: cover; }
.obento-main {
  width: 88%;
  height: 78%;
  top: 0;
  right: 0;
}
.obento-sub {
  width: 52%;
  height: 47%;
  bottom: 0;
  left: 0;
  border: 8px solid var(--cream);
}
.obento-stamp {
  position: absolute;
  top: 30%;
  left: -10px;
  width: 100px;
  height: 100px;
  background: var(--bento-red);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  transform: rotate(-10deg);
  box-shadow: 0 8px 24px rgba(184, 51, 42, 0.35);
  border: 3px solid white;
  z-index: 3;
}
.obento-stamp .big { font-size: 20px; display: block; }

/* 本日の日替り */
.kura-today {
  padding: 70px 60px;
  background: white;
}
.kura-today-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #e7d9cc; /* 明るいベージュ（先方指示） */
  border-radius: 16px;
  padding: 44px;
  color: #3a322c; /* 濃い茶色文字 */
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(58, 50, 44, 0.08);
}
.today-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(58, 50, 44, 0.15);
}
.today-date { font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif; }
.today-date .day {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #3a322c;
}
.today-date .ym {
  font-size: 12px;
  color: #6b5544;
  opacity: 0.85;
  margin-top: 6px;
  letter-spacing: 0.1em;
}
.today-title {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3a322c;
}
.today-title .tag {
  display: inline-block;
  background: var(--bento-red);
  color: white;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-right: 14px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.today-price { text-align: right; }
.today-price .yen {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 38px;
  color: var(--bento-red); /* ゴールドから赤系に変更（コントラスト確保） */
  font-weight: 700;
  line-height: 1;
}
.today-price .tax {
  font-size: 11px;
  color: #6b5544;
  opacity: 0.7;
  margin-top: 4px;
}
.today-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 44px;
}
.menu-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
}
.menu-row .icon {
  width: 36px;
  height: 36px;
  background: var(--bento-red);
  color: white;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.menu-row .icon.side { background: var(--bento-green); }
.menu-row .icon.special { background: var(--kura-gold); }
.menu-row .text .name {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #3a322c;
}
.menu-row .text .lbl {
  font-size: 11px;
  color: #6b5544;
  opacity: 0.8;
  margin-top: 2px;
  letter-spacing: 0.1em;
}
.today-cta {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(58, 50, 44, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.today-cta .note {
  font-size: 12px;
  line-height: 1.9;
  color: #6b5544;
  flex: 1;
}
.today-cta .note strong {
  font-weight: 700;
  color: var(--bento-red);
  font-size: 13px;
}
.today-cta .note .note-sub {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  color: #6b5544;
  opacity: 0.8;
}
.today-cta .btn {
  background: var(--bento-red);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

/* セクション共通 */
.kura-page .section-head {
  text-align: center !important;
  margin-bottom: 50px;
}
.kura-page .section-head .lbl {
  display: inline-block;
  color: var(--bento-red);
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
  font-weight: 600;
  text-align: center;
}
.kura-page .section-head h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.05em;
  text-align: center !important;
  display: block;
  width: 100%;
}
.kura-page .section-head h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--bento-red);
  margin: 18px auto 0;
}

/* メニューカテゴリ */
.kura-menu-cat {
  padding: 80px 60px;
  background: var(--cream);
}
.menu-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
}
.menu-cat-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(44, 24, 16, 0.06);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--ink);
  display: block;
}
.menu-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(44, 24, 16, 0.12);
}
.menu-cat-img {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--kura-wall-light), var(--kura-wall));
}
.menu-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.menu-cat-card:hover .menu-cat-img img { transform: scale(1.08); }
.menu-cat-label {
  position: absolute;
  top: 14px;
  left: 14px;
  background: white;
  padding: 6px 14px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--bento-red);
  z-index: 2;
}
.menu-cat-body { padding: 24px; }
.menu-cat-body h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.menu-cat-body p {
  font-size: 13px;
  color: var(--brown);
  line-height: 1.9;
  margin-bottom: 14px;
}
.menu-cat-body .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bento-red);
  font-weight: 700;
  font-size: 13px;
}

/* こだわり */
.kura-feature {
  padding: 80px 60px;
  background: white;
}
.feature-wrap { max-width: 1200px; margin: 0 auto; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.feature-card {
  text-align: center;
  padding: 0 16px;
}
.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--warm-bg);
  border: 2px solid var(--bento-red);
  display: grid;
  place-items: center;
  color: var(--bento-red);
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.feature-card h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}
.feature-card p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
}

/* ご利用シーン */
.kura-scenes {
  padding: 80px 60px;
  background: var(--warm-bg);
}
.scenes-wrap { max-width: 1200px; margin: 0 auto; }
.scenes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.scene-item {
  background: white;
  padding: 26px 18px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--line);
}
.scene-item .icon {
  width: 54px;
  height: 54px;
  background: var(--bento-red);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.scene-item h4 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}
.scene-item p {
  font-size: 12px;
  color: var(--brown);
  line-height: 1.7;
}

/* お知らせ */
.kura-news {
  background: var(--cream);
  padding: 80px 60px;
}
.news-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
.news-head h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.news-head h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bento-red);
  margin-top: 16px;
}
.news-head .en {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  color: var(--brown);
  letter-spacing: 0.2em;
  margin-top: 12px;
}
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 100px auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.news-list .date {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  color: var(--brown);
  font-weight: 600;
}
.news-list .cat {
  background: var(--bento-red);
  color: white;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.news-list .cat.info { background: var(--bento-green); }
.news-list .title {
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
}
.news-list .arrow-mini { color: var(--bento-red); font-weight: 700; }

/* CTA */
.kura-cta-block {
  padding: 80px 60px;
  background: var(--bento-red);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.kura-cta-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 50%, rgba(255,255,255,0.08) 0%, transparent 30%),
    radial-gradient(circle at 90% 50%, rgba(255,255,255,0.06) 0%, transparent 30%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.cta-inner .lbl {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  opacity: 0.85;
  margin-bottom: 14px;
}
.cta-inner h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.cta-inner p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 32px;
  opacity: 0.95;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn-tel {
  background: white;
  color: var(--bento-red);
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  transition: all 0.3s;
}
.cta-btn-tel:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.cta-btn-tel .num {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.cta-btn-tel .lbl-sm { font-size: 10px; opacity: 0.7; }
.cta-btn-form {
  background: var(--ink);
  color: white;
  padding: 18px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}
.cta-btn-form:hover { background: rgba(0,0,0,0.85); transform: translateY(-2px); }

/* フッター */
.kura-footer {
  background: var(--ink);
  color: var(--kinari);
  padding: 60px 60px 30px;
}
.kura-footer .footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
.kura-footer .footer-brand h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 26px;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.kura-footer .footer-brand p {
  font-size: 12px;
  line-height: 2;
  opacity: 0.8;
}
.kura-footer .footer-col h4 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 14px;
  margin-bottom: 18px;
  color: var(--kura-gold);
  border-bottom: 1px solid rgba(245, 234, 213, 0.2);
  padding-bottom: 10px;
}
.kura-footer .footer-col ul { list-style: none; padding: 0; margin: 0; }
.kura-footer .footer-col li { margin-bottom: 8px; }
.kura-footer .footer-col a {
  color: var(--kinari);
  text-decoration: none;
  font-size: 12px;
  opacity: 0.8;
  cursor: pointer;
}
.kura-footer .footer-col a:hover { opacity: 1; }
.kura-footer .footer-bottom {
  border-top: 1px solid rgba(245, 234, 213, 0.15);
  padding-top: 22px;
  text-align: center;
  font-size: 11px;
  opacity: 0.6;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-topbar { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; padding: 8px 20px; }
  .kura-nav { padding: 14px 20px; }
  .kura-nav-menu { gap: 12px; }
  .kura-nav-menu a:not(.kura-cta) { display: none; }
  .kura-hero, .kura-today, .kura-menu-cat, .kura-feature, .kura-scenes, .kura-news, .kura-cta-block, .kura-footer { padding-left: 20px; padding-right: 20px; }
  .kura-hero-inner, .news-inner, .kura-footer .footer-wrap, .feature-grid { grid-template-columns: 1fr; gap: 30px; }
  .kura-hero::before { font-size: 200px; }
  .kura-today-inner { padding: 28px 22px; }
  .today-head { grid-template-columns: 1fr; text-align: center; gap: 14px; }
  .today-price { text-align: center; }
  .today-menu { grid-template-columns: 1fr; gap: 8px; }
  .today-cta { flex-direction: column; gap: 14px; text-align: center; }
  .menu-cat-grid { grid-template-columns: 1fr; }
  .scenes-grid { grid-template-columns: 1fr 1fr; }
  .news-list li { grid-template-columns: 80px auto 1fr; gap: 12px; }
  .news-list .arrow-mini { display: none; }
  .cta-buttons { flex-direction: column; }
}

/* =========================================================
   wp_nav_menu() 出力用スタイル
   ul/li/a 構造でも横並びナビになるよう調整
   ========================================================= */
.kura-nav-menu .kura-menu-list,
.kura-nav-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 26px;
  align-items: center;
}
.kura-nav-menu .kura-menu-list li,
.kura-nav-menu > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kura-nav-menu .kura-menu-list li a,
.kura-nav-menu > ul > li > a {
  text-decoration: none;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
  display: inline-block;
}
.kura-nav-menu .kura-menu-list li a::after,
.kura-nav-menu > ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--bento-red);
  transition: width 0.3s;
}
.kura-nav-menu .kura-menu-list li a:hover::after,
.kura-nav-menu > ul > li > a:hover::after {
  width: 100%;
}
/* 最後の項目を CTA ボタン風に（CSS クラス 'kura-cta' が付いた項目） */
.kura-nav-menu .kura-menu-list li.menu-item-cta a,
.kura-nav-menu > ul > li.menu-item-cta > a {
  background: var(--bento-red);
  color: white !important;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
}
.kura-nav-menu .kura-menu-list li.menu-item-cta a::after,
.kura-nav-menu > ul > li.menu-item-cta > a::after {
  display: none;
}

/* お知らせ「現在お知らせはありません」表示 */
.kura-news .news-list .news-empty {
  display: block !important;
  grid-template-columns: none !important;
  text-align: center;
  padding: 30px 0 !important;
  border: none !important;
}
.kura-news .news-list .news-empty .empty-message {
  font-size: 14px;
  color: var(--brown);
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.7;
}

/* =========================================================
   本日の日替り：メイン・副菜のグループ分け
   ========================================================= */
.kura-today .today-menu .menu-group {
  margin-bottom: 18px;
}
.kura-today .today-menu .menu-group:last-child {
  margin-bottom: 0;
}
.kura-today .menu-group-label {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--bento-red);
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}

/* =========================================================
   本日の日替り：スペシャルランチセクション
   ========================================================= */
.today-special {
  margin-top: 30px;
  padding: 24px 24px 22px;
  background: linear-gradient(135deg, #fff8ee 0%, #fcefd6 100%);
  border-radius: 14px;
  border: 2px solid var(--bento-red);
  position: relative;
}
.special-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bento-red);
  color: white;
  padding: 4px 16px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(184, 51, 42, 0.25);
}
.special-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  margin-top: 8px;
  gap: 14px;
}
.special-title {
  display: flex;
  flex-direction: column;
}
.special-title .lbl {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.special-title .sub {
  font-size: 11px;
  color: var(--brown);
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.special-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.special-price .yen {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--bento-red);
  line-height: 1;
}
.special-price .tax {
  font-size: 10px;
  color: var(--brown);
  margin-top: 4px;
}
.special-desc {
  font-size: 13px !important;
  line-height: 1.8 !important;
  color: var(--brown) !important;
  margin: 0 0 10px !important;
}
.special-note {
  font-size: 11px !important;
  color: var(--brown) !important;
  opacity: 0.7;
  margin: 0 !important;
  line-height: 1.7 !important;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .special-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .special-price {
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
    align-items: baseline;
  }
}

/* 本日の日替り「準備中」表示 */
.kura-today .today-empty {
  text-align: center;
  padding: 40px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(58, 50, 44, 0.06);
}
.kura-today .today-empty p {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 15px;
  color: var(--brown);
  margin: 0 0 8px;
}
.kura-today .today-empty p.sub {
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 0;
}

/* 本日の日替り「定休日」表示 */
.kura-today .today-closed {
  background: linear-gradient(135deg, #fff8ee 0%, #fcefd6 100%);
  border: 1px dashed var(--bento-red);
}
.kura-today .today-closed p {
  color: var(--bento-red);
}
.kura-today .today-closed p.sub {
  color: var(--brown);
}

/* =========================================================
   日替り・スペシャルランチページ
   page-kura-lunch.php 用
   ========================================================= */

/* パンくず */
.kura-page .kura-breadcrumb {
  background: white;
  border-bottom: 1px solid var(--line);
  padding: 12px 60px;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.kura-page .breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.kura-page .breadcrumb-inner a {
  color: var(--bento-red);
  text-decoration: none;
}
.kura-page .breadcrumb-inner .current {
  color: var(--ink);
  font-weight: 600;
}
.kura-page .breadcrumb-inner span:not(.current) {
  color: rgba(58, 50, 44, 0.4);
}

/* ヒーロー */
.kura-lunch-hero {
  padding: 60px 60px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.kura-page .kura-section-head {
  text-align: center;
}
.kura-page .kura-section-head h1,
.kura-page .kura-section-head h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--ink);
  text-align: center;
}
.kura-page .kura-section-head .lbl {
  display: inline-block;
  color: var(--bento-red);
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
  font-weight: 600;
  text-align: center;
}
.kura-page .kura-section-head .hero-lead {
  text-align: center;
}
.kura-page .kura-section-head h1::after,
.kura-page .kura-section-head h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--bento-red);
  margin: 18px auto 0;
}
.kura-lunch-hero .hero-lead {
  margin-top: 18px;
  font-size: 14px;
  color: var(--brown);
  line-height: 2;
}

/* 週替りメニュー */
.kura-lunch-weekly {
  padding: 40px 60px 60px;
  position: relative;
  z-index: 2;
  background: white;
}

.lunch-week-header {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.lunch-week-header .week-label {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.btn-print {
  background: var(--ink);
  color: var(--cream);
  border: none;
  padding: 10px 22px;
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.btn-print:hover {
  background: var(--bento-red);
  transform: translateY(-2px);
}
.btn-print .icon {
  font-size: 16px;
}

/* 週間グリッド：1日1行の横長レイアウト */
.lunch-week-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lunch-day-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  align-items: start;
  transition: all 0.2s;
}
.lunch-day-card.is-today {
  background: linear-gradient(135deg, #fff8ee 0%, #fcefd6 100%);
  border-color: var(--bento-red);
  border-width: 2px;
  box-shadow: 0 8px 20px rgba(184, 51, 42, 0.15);
}
.lunch-day-card.is-sun {
  background: #f5f0eb;
}
.lunch-day-card.is-empty {
  opacity: 0.7;
}

/* 日付ヘッダー（左カラム） */
.lunch-day-card .day-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
  min-height: 60px;
}
.lunch-day-card .day-label {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.lunch-day-card .day-label .dow {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.lunch-day-card.is-sun .day-label .dow {
  color: #c0392b;
}
.lunch-day-card .day-label .date {
  font-size: 14px;
  color: var(--brown);
  font-weight: 600;
}
.lunch-day-card .today-badge {
  display: inline-block;
  background: var(--bento-red);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.05em;
  width: fit-content;
}

/* メニュー部分（右カラム） */
.lunch-day-card .day-menu {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
}
.lunch-day-card .day-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lunch-day-card .day-section-label {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--bento-red);
  letter-spacing: 0.15em;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(184, 51, 42, 0.3);
}
.lunch-day-card .day-item {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
  padding-left: 14px;
  position: relative;
}
.lunch-day-card .day-item::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bento-red);
  font-weight: 700;
}
.lunch-day-card .day-item.side {
  color: var(--brown);
  font-size: 13px;
}

/* 定休日・準備中 */
.lunch-day-card .day-closed,
.lunch-day-card .day-empty {
  grid-column: auto;
  display: grid;
  place-items: center;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
.lunch-day-card .day-closed {
  color: #c0392b;
}
.lunch-day-card .day-empty {
  color: var(--brown);
  opacity: 0.6;
}

/* 価格表示 */
.lunch-week-price {
  max-width: 800px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.lunch-week-price .price-item {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 18px 24px;
  border-radius: 12px;
  text-align: center;
}
.lunch-week-price .price-item .lbl {
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--bento-red);
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.lunch-week-price .price-item .yen {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.lunch-week-price .price-item .tax {
  font-size: 11px;
  color: var(--brown);
  margin-left: 6px;
}

/* 注意書き */
.lunch-note {
  max-width: 800px;
  margin: 30px auto 0;
  padding: 20px 24px;
  background: rgba(184, 51, 42, 0.05);
  border-left: 3px solid var(--bento-red);
  border-radius: 8px;
}
.lunch-note p {
  font-size: 13px;
  color: var(--brown);
  line-height: 1.9;
  margin-bottom: 4px;
}
.lunch-note p strong {
  color: var(--bento-red);
  font-weight: 700;
}
.lunch-note p.sub {
  font-size: 11px;
  opacity: 0.75;
  margin-top: 6px;
  margin-bottom: 0;
}

/* データなし */
.lunch-no-data {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px;
  background: var(--cream);
  border-radius: 12px;
}
.lunch-no-data p {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 16px;
  color: var(--brown);
  margin-bottom: 8px;
}
.lunch-no-data p.sub {
  font-size: 13px;
  opacity: 0.75;
  margin-bottom: 24px;
}
.lunch-no-data .btn-tel {
  display: inline-block;
  background: var(--bento-red);
  color: white;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 100px;
  font-weight: 700;
}

/* =========================================================
   スペシャルランチセクション
   ========================================================= */
.kura-lunch-special {
  padding: 80px 60px;
  background: linear-gradient(180deg, #fdf8ef 0%, #fcefd6 100%);
  position: relative;
  z-index: 2;
  scroll-margin-top: 100px;
}
.special-detail {
  max-width: 1200px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: start;
}
.special-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(58, 50, 44, 0.15);
  background: var(--warm-bg);
  min-height: 360px;
}
.special-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-badge-lg {
  display: inline-block;
  background: var(--bento-red);
  color: white;
  padding: 6px 18px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.special-name {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
.special-price-lg {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(184, 51, 42, 0.2);
}
.special-price-lg .yen {
  font-size: 38px;
  font-weight: 700;
  color: var(--bento-red);
  letter-spacing: 0.02em;
}
.special-price-lg .tax {
  font-size: 13px;
  color: var(--brown);
  margin-left: 8px;
}
.special-desc-detail p {
  font-size: 14px;
  line-height: 2;
  color: var(--brown);
  margin-bottom: 14px;
}
.special-features {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.special-features .feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.special-features .feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--bento-red);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.special-features .feature-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink);
  padding-top: 4px;
}
.special-features .feature-text strong {
  color: var(--bento-red);
  font-weight: 700;
}
.special-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 51, 42, 0.15);
  font-size: 11px;
  line-height: 1.7;
  color: var(--brown);
  opacity: 0.75;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-lunch-hero,
  .kura-lunch-weekly,
  .kura-lunch-special {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .kura-lunch-weekly { padding-top: 30px; padding-bottom: 50px; }
  .lunch-week-header { flex-direction: column; align-items: stretch; }
  .lunch-week-header .week-label { text-align: center; }
  .lunch-week-header .week-actions { text-align: center; }

  /* スマホでは日付ヘッダーを上に */
  .lunch-day-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 18px;
  }
  .lunch-day-card .day-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    padding-bottom: 12px;
    border-right: none;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .lunch-day-card .day-label .dow { font-size: 22px; }
  .lunch-day-card .day-menu {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lunch-day-card .day-item { font-size: 13px; }
  .lunch-day-card .day-item.side { font-size: 12px; }

  .lunch-week-price { grid-template-columns: 1fr; }

  .special-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .special-image { min-height: 240px; }
  .special-name { font-size: 26px; }
  .special-price-lg .yen { font-size: 32px; }
}

/* VK対策（h1, h2 中央寄せ＋ラベル・リード文も中央寄せ） */
html body.page-template-page-kura-lunch .kura-section-head,
html body.page-template-page-kura-lunch .kura-section-head .lbl,
html body.page-template-page-kura-lunch .kura-section-head .hero-lead,
html body.page-template-page-kura-lunch .kura-section-head h1,
html body.page-template-page-kura-lunch .kura-section-head h2 {
  text-align: center !important;
}
html body.page-template-page-kura-lunch .kura-section-head h1,
html body.page-template-page-kura-lunch .kura-section-head h2 {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* =========================================================
   印刷スタイル
   ========================================================= */
@media print {
  /* 印刷時は本文だけ表示、不要な要素を非表示 */
  body * { visibility: hidden; }
  .kura-lunch-weekly,
  .kura-lunch-weekly * { visibility: visible; }
  .kura-lunch-weekly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px !important;
    background: white !important;
  }
  /* 印刷ボタン自体は隠す */
  .btn-print,
  .lunch-week-header .week-actions { display: none !important; }

  /* 印刷時のスタイル調整 */
  .lunch-week-header { margin-bottom: 16px; border-bottom: 2px solid #000; padding-bottom: 8px; }
  .lunch-week-header .week-label { font-size: 18px !important; color: #000 !important; }

  .lunch-week-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  .lunch-day-card {
    background: white !important;
    border: 1px solid #999 !important;
    page-break-inside: avoid;
    padding: 10px 14px !important;
    box-shadow: none !important;
    grid-template-columns: 90px 1fr !important;
    gap: 16px !important;
  }
  .lunch-day-card .day-head {
    border-right: 1px solid #999 !important;
    padding-right: 12px !important;
    min-height: auto !important;
  }
  .lunch-day-card.is-today {
    background: #fffbe8 !important;
    border-color: #000 !important;
  }
  .lunch-day-card .day-label .dow { color: #000 !important; font-size: 18px !important; }
  .lunch-day-card .day-label .date { color: #555 !important; font-size: 12px !important; }
  .lunch-day-card .day-menu {
    grid-template-columns: 1fr 1.2fr !important;
    gap: 16px !important;
  }
  .lunch-day-card .day-section-label { color: #000 !important; }
  .lunch-day-card .day-item { color: #000 !important; font-size: 11px !important; }
  .lunch-day-card .day-item::before { color: #000 !important; }
  .lunch-day-card .today-badge {
    background: #000 !important;
    color: white !important;
  }

  .lunch-week-price {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }
  .lunch-week-price .price-item {
    background: white !important;
    border: 1px solid #999 !important;
    padding: 10px !important;
  }
  .lunch-week-price .price-item .lbl { color: #000 !important; font-size: 11px !important; }
  .lunch-week-price .price-item .yen { color: #000 !important; font-size: 18px !important; }

  .lunch-note {
    background: #f8f8f8 !important;
    border-left: 3px solid #000 !important;
    margin-top: 15px !important;
    padding: 10px 14px !important;
  }
  .lunch-note p { color: #000 !important; font-size: 10px !important; }
  .lunch-note p strong { color: #000 !important; }
}

/* =========================================================
   page-kura-lunch.php の VK 対策・微調整
   ========================================================= */

/* CTAブロック：中央寄せ＋色（VK対抗） */
html body.page-template-page-kura-lunch .kura-cta-block,
html body.page-template-page-kura-lunch .kura-cta-block .cta-inner,
html body.page-template-page-kura-lunch .kura-cta-block h2,
html body.page-template-page-kura-lunch .kura-cta-block .lbl,
html body.page-template-page-kura-lunch .kura-cta-block p {
  text-align: center !important;
}
html body.page-template-page-kura-lunch div.kura-cta-block h2,
html body.page-template-page-kura-lunch div.kura-cta-block .cta-inner h2 {
  color: #ffffff !important;
  border: none !important;
  border-bottom: none !important;
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
html body.page-template-page-kura-lunch div.kura-cta-block p,
html body.page-template-page-kura-lunch div.kura-cta-block .lbl {
  color: #ffffff !important;
}

/* スペシャルランチの特徴リスト：左寄せに強制 */
html body.page-template-page-kura-lunch .special-features,
html body.page-template-page-kura-lunch .special-features .feature-item,
html body.page-template-page-kura-lunch .special-features .feature-text {
  text-align: left !important;
}
html body.page-template-page-kura-lunch .special-content,
html body.page-template-page-kura-lunch .special-content * {
  text-align: left !important;
}
html body.page-template-page-kura-lunch .special-features .feature-item {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
html body.page-template-page-kura-lunch .special-features .feature-text {
  flex: 1 !important;
  text-align: left !important;
}
html body.page-template-page-kura-lunch .special-desc-detail,
html body.page-template-page-kura-lunch .special-desc-detail p,
html body.page-template-page-kura-lunch .special-note,
html body.page-template-page-kura-lunch .special-name,
html body.page-template-page-kura-lunch .special-price-lg,
html body.page-template-page-kura-lunch .special-badge-lg {
  text-align: left !important;
}

/* スペシャルランチ：h3の装飾を消す（VK対抗） */
html body.page-template-page-kura-lunch h3.special-name {
  color: var(--ink) !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin-bottom: 14px !important;
}

/* フッターのVK対策は style.css に共通化済み */

/* スペシャル詳細：全体の中央寄せをキャンセル */
html body.page-template-page-kura-lunch section.kura-lunch-special .special-detail,
html body.page-template-page-kura-lunch section.kura-lunch-special .special-detail .special-content,
html body.page-template-page-kura-lunch section.kura-lunch-special .special-detail .special-content p,
html body.page-template-page-kura-lunch section.kura-lunch-special .special-detail .special-content div,
html body.page-template-page-kura-lunch section.kura-lunch-special .special-detail .special-content h3,
html body.page-template-page-kura-lunch section.kura-lunch-special .special-detail .special-content span {
  text-align: left !important;
}

/* feature-item の display: flex を確実に効かせる */
html body.page-template-page-kura-lunch .special-features {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: stretch !important;
}
html body.page-template-page-kura-lunch .special-features .feature-item {
  display: flex !important;
  flex-direction: row !important;
  gap: 14px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
}
html body.page-template-page-kura-lunch .special-features .feature-icon {
  flex: 0 0 28px !important;
}
html body.page-template-page-kura-lunch .special-features .feature-text {
  flex: 1 1 auto !important;
  text-align: left !important;
}

/* =========================================================
   来週のメニューセクション
   ========================================================= */
.kura-lunch-weekly.is-next-week {
  background: linear-gradient(180deg, #fdf8ef 0%, #f5ede0 100%);
  border-top: 2px solid var(--bento-red);
  padding-top: 30px;
}
.next-week-label-banner {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 16px 24px;
  background: var(--bento-red);
  color: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(184, 51, 42, 0.2);
}
.next-week-label-banner .banner-lbl {
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 4px;
  opacity: 0.9;
}
.next-week-label-banner .banner-title {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* 印刷ボタンをaタグでも同じスタイルに */
a.btn-print {
  background: var(--ink);
  color: var(--cream);
  border: none;
  padding: 10px 22px;
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
a.btn-print:hover {
  background: var(--bento-red);
  transform: translateY(-2px);
  color: var(--cream);
  text-decoration: none;
}

/* =========================================================
   お弁当お問合せページ (page-kura-contact.php)
   ========================================================= */
.kura-contact-hero {
  padding: 60px 60px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* お電話セクション */
.kura-contact-tel {
  padding: 40px 60px 60px;
  position: relative;
  z-index: 2;
  background: white;
}
.contact-tel-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.contact-tel-inner .tel-head .lbl {
  display: inline-block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--bento-red);
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-tel-inner .tel-head h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
  text-align: center;
}
.tel-box {
  background: linear-gradient(135deg, #fff8ee 0%, #fcefd6 100%);
  border: 2px solid var(--bento-red);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 16px;
}
.tel-box .tel-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: var(--ink);
}
.tel-box .tel-icon {
  font-size: 40px;
  flex-shrink: 0;
}
.tel-box .tel-detail {
  text-align: left;
}
.tel-box .tel-num {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--bento-red);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.tel-box .tel-hours {
  font-size: 13px;
  color: var(--brown);
  line-height: 1.6;
}
.tel-box .closed {
  color: var(--bento-red);
  font-weight: 600;
}
.tel-note {
  font-size: 12px;
  color: var(--brown);
  margin-top: 12px;
  opacity: 0.8;
}

/* フォームセクション */
.kura-contact-form {
  padding: 60px 60px 80px;
  position: relative;
  z-index: 2;
  background: var(--warm-bg);
}
.form-inner {
  max-width: 800px;
  margin: 0 auto;
}
.form-inner .kura-section-head {
  margin-bottom: 40px;
  text-align: center;
}
.form-notice {
  background: white;
  padding: 24px 28px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid var(--line);
}
.form-notice p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--brown);
  margin-bottom: 12px;
}
.form-notice p a {
  color: var(--bento-red);
  text-decoration: underline;
}
.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice-list li {
  font-size: 13px;
  line-height: 1.7;
  color: var(--brown);
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
.notice-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bento-red);
}
.notice-list li a {
  color: var(--bento-red);
  font-weight: 600;
  text-decoration: underline;
}
.notice-warning {
  margin-top: 16px;
  padding: 14px 18px;
  background: #fff8ee;
  border-left: 4px solid var(--bento-red);
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--brown);
}
.notice-warning strong {
  color: var(--bento-red);
  font-weight: 700;
}
.notice-warning a {
  color: var(--bento-red);
  font-weight: 700;
  text-decoration: underline;
}

/* CF7コンテナ */
.cf7-container {
  background: white;
  padding: 36px 40px;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.cf7-container .wpcf7 {
  max-width: 100%;
}
.cf7-container label {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.cf7-container .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.cf7-container input[type="text"],
.cf7-container input[type="email"],
.cf7-container input[type="tel"],
.cf7-container textarea,
.cf7-container select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}
.cf7-container input[type="text"]:focus,
.cf7-container input[type="email"]:focus,
.cf7-container input[type="tel"]:focus,
.cf7-container textarea:focus,
.cf7-container select:focus {
  outline: none;
  border-color: var(--bento-red);
  box-shadow: 0 0 0 3px rgba(184, 51, 42, 0.1);
}
.cf7-container textarea {
  min-height: 140px;
  resize: vertical;
}
.cf7-container input[type="submit"] {
  background: var(--bento-red);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.2s;
}
.cf7-container input[type="submit"]:hover {
  background: var(--bento-deep-red);
  transform: translateY(-2px);
}

/* 会社情報 */
.kura-contact-info {
  padding: 60px 60px;
  background: white;
  position: relative;
  z-index: 2;
}
.info-inner {
  max-width: 900px;
  margin: 0 auto;
}
.kura-contact-info .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.kura-contact-info .info-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 14px;
}
.kura-contact-info .info-item:nth-child(2n) {
  border-left: 1px solid var(--line);
}
.kura-contact-info .info-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.kura-contact-info .info-label {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  color: var(--bento-red);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.kura-contact-info .info-value {
  font-size: 13px;
  color: var(--ink);
  line-height: 1.6;
}
.kura-contact-info .info-value a {
  color: var(--bento-red);
  text-decoration: none;
}
.kura-contact-info .info-value a:hover {
  text-decoration: underline;
}
.kura-contact-info .info-value small {
  display: block;
  font-size: 11px;
  color: var(--brown);
  margin-top: 4px;
  opacity: 0.75;
}
.closed-day {
  color: var(--bento-red);
  font-weight: 700;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-contact-hero,
  .kura-contact-tel,
  .kura-contact-form,
  .kura-contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tel-box {
    padding: 24px 20px;
  }
  .tel-box .tel-link {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .tel-box .tel-detail {
    text-align: center;
  }
  .tel-box .tel-num {
    font-size: 28px;
  }
  .cf7-container {
    padding: 24px 20px;
  }
  .kura-contact-info .info-grid {
    grid-template-columns: 1fr;
  }
  .kura-contact-info .info-item {
    grid-template-columns: 100px 1fr;
    padding: 12px 18px;
  }
  .kura-contact-info .info-item:nth-child(2n) {
    border-left: none;
  }
  .kura-contact-info .info-item:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
}

/* VK対策（h1, h2 中央寄せ） */
html body.page-template-page-kura-contact .kura-section-head,
html body.page-template-page-kura-contact .kura-section-head .lbl,
html body.page-template-page-kura-contact .kura-section-head .hero-lead,
html body.page-template-page-kura-contact .kura-section-head h1,
html body.page-template-page-kura-contact .kura-section-head h2,
html body.page-template-page-kura-contact .contact-tel-inner,
html body.page-template-page-kura-contact .contact-tel-inner h2,
html body.page-template-page-kura-contact .contact-tel-inner .lbl {
  text-align: center !important;
}
html body.page-template-page-kura-contact .kura-section-head h1,
html body.page-template-page-kura-contact .kura-section-head h2,
html body.page-template-page-kura-contact .contact-tel-inner h2 {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   ご予約についてページ (page-kura-order.php)
   ========================================================= */
.kura-order-hero {
  padding: 60px 60px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* ご予約の流れ */
.kura-order-flow {
  padding: 60px 60px 80px;
  background: white;
  position: relative;
  z-index: 2;
}
.kura-order-flow .kura-section-head {
  margin-bottom: 50px;
}
.flow-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.flow-step {
  background: var(--cream);
  border-radius: 14px;
  padding: 32px 24px 26px;
  text-align: center;
  position: relative;
  border: 1px solid var(--line);
}
.flow-step .step-num {
  position: absolute;
  top: -16px;
  left: 24px;
  background: var(--bento-red);
  color: white;
  padding: 6px 14px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.flow-step .step-icon {
  font-size: 42px;
  margin-bottom: 12px;
}
.flow-step h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}
.flow-step p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
}
.flow-step p small {
  font-size: 11px;
  opacity: 0.75;
  display: inline-block;
  margin-top: 6px;
}

/* ご予約方法 */
.kura-order-method {
  padding: 80px 60px;
  background: var(--warm-bg);
  position: relative;
  z-index: 2;
}
.kura-order-method .kura-section-head {
  margin-bottom: 50px;
}
.method-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.method-card {
  background: white;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  border: 1px solid var(--line);
}
.method-card.primary {
  background: linear-gradient(135deg, #fff8ee 0%, #fcefd6 100%);
  border: 2px solid var(--bento-red);
  position: relative;
}
.method-card.primary::before {
  content: '★ 一番確実 ★';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bento-red);
  color: white;
  padding: 4px 16px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.method-icon {
  font-size: 48px;
  margin-bottom: 14px;
}
.method-card h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}
.method-lead {
  font-size: 13px;
  color: var(--brown);
  line-height: 1.8;
  margin-bottom: 22px;
}
.method-num {
  display: inline-block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--bento-red);
  letter-spacing: 0.05em;
  text-decoration: none;
  margin-bottom: 14px;
}
.method-btn {
  display: inline-block;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 28px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.2s;
}
.method-btn:hover {
  background: var(--bento-red);
  transform: translateY(-2px);
  color: var(--cream);
  text-decoration: none;
}
.method-hours {
  font-size: 12px;
  color: var(--brown);
  line-height: 1.7;
}
.method-hours .closed {
  color: var(--bento-red);
  font-weight: 600;
}
.method-note {
  font-size: 11px;
  color: var(--brown);
  line-height: 1.7;
  opacity: 0.85;
}

/* 重要なお願い */
.kura-order-notice {
  padding: 80px 60px;
  background: white;
  position: relative;
  z-index: 2;
}
.notice-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.kura-order-notice .kura-section-head {
  margin-bottom: 50px;
}
.notice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.notice-cards.two-cols {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
}
.notice-card {
  background: var(--cream);
  border-radius: 14px;
  padding: 32px 26px;
  text-align: center;
  border: 1px solid var(--line);
}
.notice-card .notice-icon {
  font-size: 40px;
  margin-bottom: 14px;
}
.notice-card h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
}
.notice-card p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
}
.notice-card p strong {
  color: var(--bento-red);
  font-weight: 700;
}

/* よくあるご質問 */
.kura-order-faq {
  padding: 80px 60px;
  background: var(--warm-bg);
  position: relative;
  z-index: 2;
}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.kura-order-faq .kura-section-head {
  margin-bottom: 40px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: white;
  border-radius: 10px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all 0.2s;
}
.faq-item[open] {
  border-color: var(--bento-red);
  box-shadow: 0 4px 16px rgba(184, 51, 42, 0.08);
}
.faq-item summary {
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  list-style: none;
  user-select: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item .q {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--bento-red);
  color: white;
  border-radius: 50%;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item .q-text {
  flex: 1;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.5;
}
.faq-item .toggle {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  color: var(--bento-red);
  font-weight: 700;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item[open] .toggle {
  transform: rotate(45deg);
}
.faq-answer {
  display: flex;
  gap: 14px;
  padding: 8px 22px 22px;
  align-items: flex-start;
}
.faq-item .a {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--cream);
  color: var(--brown);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item .a-text {
  flex: 1;
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
  padding-top: 4px;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-order-hero,
  .kura-order-flow,
  .kura-order-method,
  .kura-order-notice,
  .kura-order-faq {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flow-grid,
  .method-grid,
  .notice-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .method-card {
    padding: 32px 22px;
  }
  .method-num {
    font-size: 28px;
  }
  .faq-item summary {
    padding: 14px 16px;
    gap: 10px;
  }
  .faq-item .q-text {
    font-size: 13px;
  }
  .faq-answer {
    padding: 4px 16px 18px;
    gap: 10px;
  }
}

/* VK対策（h1, h2 中央寄せ） */
html body.page-template-page-kura-order .kura-section-head,
html body.page-template-page-kura-order .kura-section-head .lbl,
html body.page-template-page-kura-order .kura-section-head .hero-lead,
html body.page-template-page-kura-order .kura-section-head h1,
html body.page-template-page-kura-order .kura-section-head h2 {
  text-align: center !important;
}
html body.page-template-page-kura-order .kura-section-head h1,
html body.page-template-page-kura-order .kura-section-head h2 {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* VK対策（CTAブロック・ご予約ページ） */
html body.page-template-page-kura-order .kura-cta-block,
html body.page-template-page-kura-order .kura-cta-block .cta-inner,
html body.page-template-page-kura-order .kura-cta-block h2,
html body.page-template-page-kura-order .kura-cta-block .lbl,
html body.page-template-page-kura-order .kura-cta-block p {
  text-align: center !important;
}
html body.page-template-page-kura-order div.kura-cta-block h2 {
  color: #ffffff !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
html body.page-template-page-kura-order div.kura-cta-block p,
html body.page-template-page-kura-order div.kura-cta-block .lbl {
  color: #ffffff !important;
}

/* VK対策（h3 装飾消し） */
html body.page-template-page-kura-order .flow-step h3,
html body.page-template-page-kura-order .method-card h3,
html body.page-template-page-kura-order .notice-card h3 {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

/* =========================================================
   トップページのスペシャルランチに画像追加
   ========================================================= */
.today-special .special-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 8px;
}
.kura-today .today-special .special-image {
  width: 200px !important;
  height: 150px !important;
  min-height: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
}
.kura-today .today-special .special-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.today-special .special-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .today-special .special-body {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .kura-today .today-special .special-image {
    width: 100% !important;
    height: 180px !important;
  }
}

/* =========================================================
   ご要望に応じた特別メニュー（page-kura-order.php）
   ========================================================= */
.kura-order-special {
  padding: 80px 60px;
  background: linear-gradient(180deg, var(--warm-bg) 0%, var(--cream) 100%);
  position: relative;
  z-index: 2;
}
.special-order-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.kura-order-special .kura-section-head {
  margin-bottom: 50px;
}
.kura-order-special .hero-lead {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
  color: var(--brown);
}
.kura-order-special .hero-lead strong {
  color: var(--bento-red);
  font-weight: 700;
}

/* シーンカード */
.special-scenes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.scene-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: all 0.3s;
}
.scene-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(44, 24, 16, 0.1);
}
.scene-image {
  aspect-ratio: 1 / 1; /* squareサイズ */
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--warm-bg), var(--kura-wall-light));
}
.scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scene-image .scene-icon-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  font-size: 60px;
  background: linear-gradient(135deg, var(--warm-bg), var(--kura-wall-light));
}
/* 画像読み込みエラー時 = .no-image クラスが付く */
.scene-image.no-image img {
  display: none;
}
.scene-image.no-image .scene-icon-fallback {
  display: grid;
}
.scene-body {
  padding: 18px 16px;
}
.scene-body h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  text-align: center;
}
.scene-body p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--brown);
}

/* 補足メモ */
.special-order-note {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 20px 28px;
  background: white;
  border-left: 4px solid var(--bento-red);
  border-radius: 8px;
}
.special-order-note p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
  margin: 0;
}
.special-order-note p strong {
  color: var(--bento-red);
  font-weight: 700;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-order-special {
    padding-left: 20px;
    padding-right: 20px;
  }
  .notice-cards.two-cols {
    grid-template-columns: 1fr;
  }
  .special-scenes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .scene-body h3 {
    font-size: 14px;
  }
  .scene-body p {
    font-size: 11px;
  }
}

/* VK対策（h3装飾消し） */
html body.page-template-page-kura-order .scene-card h3 {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

/* =========================================================
   お知らせ一覧ページ（category-kura-news.php）
   ========================================================= */
.kura-news-hero {
  padding: 60px 60px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.kura-news-list-section {
  padding: 40px 60px 80px;
  background: white;
  position: relative;
  z-index: 2;
}
.news-list-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 記事カード一覧 */
.kura-news-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kura-news-article {
  background: var(--cream);
  border-radius: 12px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all 0.2s;
}
.kura-news-article:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(44, 24, 16, 0.08);
  border-color: var(--bento-red);
}
.kura-news-article .article-link {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  text-decoration: none;
  color: var(--ink);
  padding: 24px;
}
.kura-news-article:not(:has(.article-thumb)) .article-link {
  grid-template-columns: 1fr;
}
.kura-news-article .article-thumb {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--warm-bg);
}
.kura-news-article .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kura-news-article .article-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kura-news-article .article-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.kura-news-article .article-date {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  color: var(--brown);
  font-weight: 600;
}
.kura-news-article .article-cat {
  background: var(--bento-red);
  color: white;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.kura-news-article .article-title {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.5;
}
.kura-news-article .article-excerpt {
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
  margin-bottom: 14px;
}
.kura-news-article .article-more {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  color: var(--bento-red);
  font-weight: 700;
}

/* ページネーション */
.kura-news-pagination {
  margin-top: 50px;
  text-align: center;
}
.kura-news-pagination .nav-links {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.kura-news-pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 600;
  transition: all 0.2s;
}
.kura-news-pagination .page-numbers:hover,
.kura-news-pagination .page-numbers.current {
  background: var(--bento-red);
  color: white;
  border-color: var(--bento-red);
}

/* お知らせなし */
.kura-news-empty {
  text-align: center;
  padding: 60px 30px;
  background: var(--cream);
  border-radius: 12px;
}
.kura-news-empty p {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 16px;
  color: var(--brown);
  margin-bottom: 24px;
}
.kura-news-empty .btn-back {
  display: inline-block;
  background: var(--bento-red);
  color: white;
  padding: 12px 28px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
}

/* トップの「もっと見る」ボタン */
.kura-news .news-more {
  margin-top: 30px;
  text-align: center;
}
.kura-news .btn-news-more {
  display: inline-block;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 28px;
  border-radius: 100px;
  text-decoration: none;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
}
.kura-news .btn-news-more:hover {
  background: var(--bento-red);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--cream);
}

/* =========================================================
   記事詳細ページ（single.php）
   ========================================================= */
.kura-single-article {
  padding: 60px 60px 80px;
  background: white;
  position: relative;
  z-index: 2;
}
.single-inner {
  max-width: 800px;
  margin: 0 auto;
}
.single-article-content {
  background: var(--cream);
  border-radius: 16px;
  padding: 50px;
  border: 1px solid var(--line);
}
.single-article-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--line);
}
.single-meta {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.single-date {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  color: var(--brown);
  font-weight: 600;
}
.single-cat {
  background: var(--bento-red);
  color: white;
  font-size: 11px;
  padding: 4px 14px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.single-title {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.single-thumb {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.single-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.single-body {
  font-size: 15px;
  line-height: 1.9;
  color: var(--ink);
}
.single-body p {
  margin-bottom: 1.5em;
}
.single-body h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  margin: 2em 0 1em;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bento-red);
}
.single-body h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 18px;
  margin: 1.5em 0 0.8em;
  padding-left: 12px;
  border-left: 4px solid var(--bento-red);
}
.single-body a {
  color: var(--bento-red);
  text-decoration: underline;
}
.single-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}

/* 前後の記事ナビ */
.single-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.single-nav-prev,
.single-nav-next {
  background: white;
  border-radius: 10px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.single-nav-prev a,
.single-nav-next a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: var(--ink);
  transition: all 0.2s;
}
.single-nav-prev a:hover,
.single-nav-next a:hover {
  background: var(--warm-bg);
}
.single-nav-next {
  text-align: right;
}
.single-nav .nav-lbl {
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  color: var(--bento-red);
  font-weight: 700;
  margin-bottom: 6px;
}
.single-nav .nav-title {
  display: block;
  font-size: 13px;
  color: var(--ink);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 一覧に戻るボタン */
.single-back {
  text-align: center;
  margin-top: 40px;
}
.btn-back-list {
  display: inline-block;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 600;
  transition: all 0.2s;
}
.btn-back-list:hover {
  background: var(--bento-red);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--cream);
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-news-hero,
  .kura-news-list-section,
  .kura-single-article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kura-news-article .article-link {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }
  .kura-news-article .article-thumb {
    aspect-ratio: 16 / 9;
  }
  .kura-news-article .article-title {
    font-size: 17px;
  }
  .single-article-content {
    padding: 30px 22px;
  }
  .single-nav {
    grid-template-columns: 1fr;
  }
  .single-nav-next {
    text-align: left;
  }
}

/* VK対策 */
html body.category-kura-news .kura-section-head,
html body.category-kura-news .kura-section-head h1,
html body.category-kura-news .kura-section-head .lbl,
html body.category-kura-news .kura-section-head .hero-lead,
html body.single-post .single-title {
  text-align: center !important;
}
html body.category-kura-news .kura-section-head h1,
html body.single-post .single-title {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* FAQセクションのスムーズスクロール対応 */
.kura-order-faq {
  scroll-margin-top: 100px;
}
html {
  scroll-behavior: smooth;
}

/* =========================================================
   祝日マーク（共通）
   ========================================================= */

/* トップページ「本日の日替り」の祝日タグ */
.kura-today .today-date .holiday-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;
  background: var(--bento-red);
  color: white;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

/* 一覧ページのバッジエリア */
.lunch-day-card .day-badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

/* 祝日バッジ（一覧ページ用） */
.lunch-day-card .holiday-badge {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--bento-red);
  color: white;
  border-radius: 50%;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

/* スマホ対応：日付横並び時にバッジも横並び */
@media (max-width: 900px) {
  .lunch-day-card .day-badges {
    flex-direction: row;
  }
}

/* =========================================================
   特製お弁当の実例ギャラリー（page-kura-order.php）
   ========================================================= */
.special-examples {
  max-width: 1100px;
  margin: 60px auto 0;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.examples-head {
  text-align: center;
  margin-bottom: 30px;
}
.examples-head h3 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.examples-head p {
  font-size: 13px;
  color: var(--brown);
  line-height: 1.7;
}

/* グリッド */
.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.example-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: all 0.3s;
}
.example-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(44, 24, 16, 0.1);
}
.example-image {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--warm-bg), var(--kura-wall-light));
}
.example-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.example-body {
  padding: 20px 20px 24px;
  text-align: center;
}
.example-body h4 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.4;
}
.example-body h4 small {
  display: block;
  font-size: 13px;
  color: var(--brown);
  margin-top: 2px;
  font-weight: normal;
}
.example-price {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--bento-red);
  letter-spacing: 0.02em;
}
.example-price .tax {
  font-size: 11px;
  color: var(--brown);
  margin-left: 4px;
  font-weight: normal;
}

/* 注意書き */
.examples-note {
  margin-top: 30px;
  padding: 20px 28px;
  background: var(--warm-bg);
  border-radius: 10px;
}
.examples-note p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--brown);
  margin: 0 0 4px;
}
.examples-note p:last-child {
  margin-bottom: 0;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .special-examples {
    margin-top: 40px;
    padding-top: 30px;
  }
  .examples-head h3 {
    font-size: 20px;
  }
  .examples-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .examples-note {
    padding: 16px 18px;
  }
}

/* VK対策 */
html body.page-template-page-kura-order .examples-head h3,
html body.page-template-page-kura-order .example-card h4 {
  color: var(--ink) !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

/* =========================================================
   警告系（赤文字）
   ========================================================= */
.text-warn {
  color: var(--bento-red) !important;
  font-weight: 700;
}
.notice-card .text-warn {
  display: inline-block;
  margin-bottom: 4px;
}

/* =========================================================
   本日のランチ：2カラムレイアウト（左：小さめ画像、右：メインメニュー）
   ========================================================= */
.today-body {
  display: grid;
  grid-template-columns: 280px 1fr;  /* 画像は固定280px、メニューが残り全部 */
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}

/* 定休日など画像なしの時は1カラム */
.today-body.is-closed {
  grid-template-columns: 1fr;
}

/* 左：画像エリア（小さめ・控えめ） */
.today-body-image {
  width: 100%;
}

.today-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--warm-bg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.today-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.today-thumb:hover img {
  transform: scale(1.03);
}

/* 注意書き：茶色文字（明るい背景に映える） */
.today-thumb-note {
  margin-top: 8px;
  text-align: center;
  font-size: 10.5px;
  color: #6b5544 !important;
  line-height: 1.6;
}

/* 右：メニューエリア（メイン） */
.today-body-menu {
  width: 100%;
}

/* 右カラム内では .today-menu の余白を調整 */
.today-body-menu .today-menu {
  margin-top: 0;
}

/* スマホ対応：縦積みに */
@media (max-width: 768px) {
  .today-body {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  .today-body-image {
    max-width: 280px;
    margin: 0 auto;
  }
  .today-thumb-note {
    font-size: 10px;
  }
}

/* =========================================================
   日替りランチ詳細セクション
   スペシャルランチと同じ構造を利用し、背景色だけ変えて区切る
   ========================================================= */

/* セクション全体：スペシャルとの区別のため、背景色を差別化 */
.kura-lunch-daily-about {
  padding: 80px 24px;
  background: linear-gradient(180deg, #fdf8ee 0%, #f8f0e0 100%);
}

/* スペシャルランチ側の背景色（既存を上書きしてより差別化） */
.kura-lunch-special {
  background: linear-gradient(180deg, #fff9f5 0%, #fdeee6 100%);
}

/* 日替りバッジは 赤系→ゴールド系 で差別化 */
.daily-badge-lg {
  background: linear-gradient(135deg, var(--kura-gold), var(--kura-gold-light)) !important;
  color: white !important;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .kura-lunch-daily-about {
    padding: 50px 20px;
  }
}