@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* ============================================
   Google Fonts
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;900&family=Noto+Sans+JP:wght@300;400;500;700&family=Bebas+Neue&display=swap');


/* ============================================
   CSS変数
   ============================================ */
:root {
  --fm-ink:         #161412;
  --fm-paper:       #F7F3ED;
  --fm-red:         #B91C1C;
  --fm-red-light:   #FEE2E2;
  --fm-gold:        #C9921A;
  --fm-gold-light:  #FEF3C7;
  --fm-smoke:       #6B6460;
  --fm-rule:        #E2DAD0;
  --fm-white:       #FFFFFF;
  --fm-green:       #166534;
  --fm-green-light: #DCFCE7;
}


/* ============================================
   Cocoon テーマ 見出し調整
   ============================================ */
.article .zine h2 {
  padding: 0 0 0.5rem 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #E2D9CE !important;
  margin: 2.4rem 0 1.1rem !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}

.article .zine h3 {
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 1.8rem 0 0.6rem !important;
  font-size: 0.95rem !important;
  box-shadow: none !important;
}


/* ============================================
   Elementor・テーマ レイアウト調整
   ============================================ */
.elementor-page .entry-content,
.elementor-page .article,
.elementor-page .entry-body {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.e-con-inner {
  max-width: 100% !important;
  padding: 0 !important;
}
.e-con-boxed {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


/* ============================================
   フェードインアニメーション
   ============================================ */
@keyframes fm-fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fm-fade {
  opacity: 0;
  animation: fm-fadeUp 0.6s ease forwards;
}
.fm-fade:nth-child(1) { animation-delay: 0.05s; }
.fm-fade:nth-child(2) { animation-delay: 0.15s; }
.fm-fade:nth-child(3) { animation-delay: 0.25s; }
.fm-fade:nth-child(4) { animation-delay: 0.35s; }
.fm-fade:nth-child(5) { animation-delay: 0.45s; }
.fm-fade:nth-child(6) { animation-delay: 0.55s; }
.fm-fade:nth-child(7) { animation-delay: 0.65s; }
.fm-fade:nth-child(8) { animation-delay: 0.75s; }


/* ============================================
   ベース
   ============================================ */
.fm-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 0 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #1a1410;
}
.fm-wrap p { margin: 0; padding: 0; }
.fm-wrap * { box-sizing: border-box; }


/* ============================================
   ヘッダー
   ============================================ */
.fm-header {
  padding: 8px 0 20px;
  border-bottom: 2px solid #c0392b;   /* 青→赤 */
  margin-bottom: 28px;
}
.fm-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.fm-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: 2px;
  background: #c0392b;   /* 青→赤 */
  color: #fff;
}
.fm-tag.outline {
  background: transparent;
  color: #c0392b;          /* 青→赤 */
  border: 1px solid #c0392b;  /* 青→赤 */
}
.fm-meta {
  font-size: 12px;
  color: #6B6460;          /* 青みグレー→ニュートラルグレー */
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


/* ============================================
   バッジ（追加CSS由来）
   ============================================ */
.fm-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.fm-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.65rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-badge-red   { background: var(--fm-red);        color: var(--fm-white); }
.fm-badge-gold  { background: var(--fm-gold-light);  color: var(--fm-gold); border: 1px solid var(--fm-gold); }
.fm-badge-green { background: var(--fm-green-light); color: var(--fm-green); }


/* ============================================
   フック
   ============================================ */
.fm-hook {
  background: #fdf6f0;          /* 青みグレー→温かいオフホワイト */
  border-left: 5px solid #c0392b;  /* 青→赤 */
  border-radius: 0 6px 6px 0;
  padding: 18px 22px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #1a1410;
}
.fm-hook strong {
  font-size: 20px;
  font-weight: 700;
  color: #9b2318;              /* 青→濃い赤 */
}


/* ============================================
   本文テキスト
   ============================================ */
.fm-body-text {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--fm-ink);
  margin-bottom: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}


/* ============================================
   セクション共通
   ============================================ */
.fm-section { margin-bottom: 36px; }

.fm-section-h2 {
  display: block !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: #c0392b !important;   /* 青→赤 */
  padding: 0.7em 16px !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.5 !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none !important;
}

.fm-sec-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fm-smoke);
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-sec-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--fm-red);
  flex-shrink: 0;
}


/* ============================================
   クーポン関連
   ============================================ */

/* 説明文 */
.fm-coupon-desc {
  font-size: 15px;
  color: #1a1410;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

/* カードラベル */
.fm-coupon-card-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;             /* 青→赤 */
  background: #fdf0ee;        /* 青→薄赤 */
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 12px;
}

/* クーポン内枠 */
.fm-coupon-inner {
  border: 2px solid #c0392b;   /* 青→赤 */
  border-radius: 8px;
  padding: 14px 16px;
  background: #fdf6f4;         /* 青→薄赤 */
  margin-bottom: 14px;
}
.fm-coupon-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1410;
}

/* 価格行 */
.fm-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.fm-price-now  { font-size: 28px; font-weight: 700; color: #c0392b; font-family: 'Noto Serif JP', serif; }  /* 青→赤 */
.fm-price-was  { font-size: 13px; color: #6B6460; text-decoration: line-through; }
.fm-price-badge {
  background: #fdf0ee;         /* 青→薄赤 */
  color: #c0392b;              /* 青→赤 */
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid #c0392b;  /* 青→赤 */
}

/* 注意書き */
.fm-notice {
  background: #fff8f0;          /* 青→薄オレンジ */
  border: 1px solid #e8a87c;   /* 青→オレンジボーダー */
  border-radius: 6px;
  padding: 12px 16px;
  margin-top: 14px;
  font-size: 14px;
  color: #7a3b1e;              /* 青→焦げ茶 */
  line-height: 1.75;
}
.fm-notice strong { display: block; margin-bottom: 2px; font-weight: 700; }

/* クーポンカード（装飾枠／追加CSS由来） */
.fm-coupon-card {
  border: 2px dashed var(--fm-gold);
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  background: var(--fm-gold-light);
  margin-bottom: 1.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-coupon-icon  { font-size: 2rem; flex-shrink: 0; }
.fm-coupon-title { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.3rem; }
.fm-coupon-meta  { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.fm-coupon-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  background: var(--fm-white);
  color: var(--fm-gold);
  border: 1px solid var(--fm-gold);
}

/* クーポン適用表示（レシート内） */
.fm-coupon-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.4rem;
  background: var(--fm-green-light);
  font-size: 0.78rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-coupon-applied .fm-ca-label,
.fm-coupon-applied .fm-ca-save { color: var(--fm-green); font-weight: 700; }


/* ============================================
   写真
   ============================================ */
.fm-photo { border-radius: 8px; overflow: hidden; margin-bottom: 8px; }
.fm-photo img { width: 100%; display: block; height: auto; }

.fm-photo-sub {
  text-align: center;
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
}
.fm-photo-sub img {
  max-width: 65%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  display: inline-block;
}

.fm-caption {
  font-size: 12px;
  color: #6B6460;
  text-align: center;
  margin-bottom: 18px;
}

/* ヒーロー写真枠 */
.fm-hero-photo {
  width: 100%;
  aspect-ratio: 16/7;
  background: #ddd6cc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.fm-hero-photo img { width: 100%; height: 100%; object-fit: cover; }

/* フォトグリッド */
.fm-photo-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.8rem;
  aspect-ratio: 16/7;
}
.fm-photo-grid .fm-photo-cell:first-child { grid-row: span 2; }
.fm-photo-cell { overflow: hidden; background: #ddd6cc; }
.fm-photo-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }


/* ============================================
   スペックカード
   ============================================ */
.fm-tag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}
.fm-tag-card {
  background: #fff;
  border: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
}
.fm-tag-card .tc-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: #c0392b; margin-bottom: 6px; }  /* 青→赤 */
.fm-tag-card .tc-value { font-size: 16px; font-weight: 700; color: #1a1410; margin-bottom: 4px; }
.fm-tag-card .tc-note  { font-size: 12px; color: #6B6460; }


/* ============================================
   スコアカード（追加CSS由来）
   ============================================ */
.fm-scorecard {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  padding: 1.6rem;
  margin-bottom: 1.8rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.fm-overall-row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--fm-rule);
}
.fm-overall-num   { font-family: 'Bebas Neue', cursive; font-size: 4.5rem; color: var(--fm-red); line-height: 1; }
.fm-overall-label { font-size: 0.7rem; letter-spacing: 0.1em; color: var(--fm-smoke); margin-bottom: 0.3rem; font-family: 'Noto Sans JP', sans-serif; }
.fm-overall-stars { font-size: 1.2rem; color: var(--fm-gold); margin-bottom: 0.3rem; }
.fm-overall-name  { font-family: 'Noto Serif JP', serif; font-size: 1.1rem; font-weight: 700; }
.fm-overall-sub   { font-size: 0.78rem; color: var(--fm-smoke); font-family: 'Noto Sans JP', sans-serif; }

.fm-score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.fm-score-item .fm-s-name {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--fm-smoke);
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-score-item .fm-s-name strong {
  font-family: 'Bebas Neue', cursive;
  font-size: 0.95rem;
  color: var(--fm-ink);
}
.fm-bar-track {
  height: 5px;
  background: var(--fm-rule);
  border-radius: 3px;
  overflow: hidden;
}
.fm-bar-fill {
  height: 100%;
  border-radius: 3px;
  background: var(--fm-red);
  transition: width 1.2s cubic-bezier(0.4,0,0.2,1);
}


/* ============================================
   レビュー
   ============================================ */
.fm-review-box { background: #fff; border-radius: 8px; padding: 14px 10px; }
.fm-stars       { font-size: 22px; letter-spacing: 2px; margin-bottom: 10px; }
.fm-review-text { font-size: 15px; line-height: 1.9; color: #1a1410; }


/* ============================================
   評価グリッド
   ============================================ */
.fm-legend { display: flex; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.fm-legend-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #6B6460; }
.fm-dot         { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.fm-dot-good    { background: #4caf82; }
.fm-dot-bad     { background: #e05a5a; }

.fm-rating-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.fm-rc {
  background: #fff;
  border: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.7;
}
.fm-rc.good    { background: #fdf6f4; }   /* 青→薄赤 */
.fm-rc.bad     { background: #fdf0f0; border-color: #e8c0c0; }
.fm-rc.fm-good { border-left: 3px solid #4caf82; }
.fm-rc.fm-bad  { border-left: 3px solid #e05a5a; }

.fm-rc-label         { font-size: 11px; font-weight: 700; margin-bottom: 4px; letter-spacing: .04em; }
.fm-rc-label.good    { color: #c0392b; }    /* 青→赤 */
.fm-rc-label.bad     { color: #c0392b; }
.fm-rc-label.fm-good { color: #4caf82; }
.fm-rc-label.fm-bad  { color: #e05a5a; }
.fm-rc-val           { font-size: 14px; color: #1a1410; line-height: 1.7; }

.good-text    { color: #1a1410; }
.bad-text     { color: #c0392b; }
.fm-good-text { color: #2d7a57; }
.fm-bad-text  { color: #c0392b; }


/* ============================================
   ベルディクトボックス（追加CSS由来）
   ============================================ */
.fm-verdict-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--fm-ink);
  border-radius: 6px;
  overflow: hidden;
}
.fm-verdict-cell        { padding: 1rem 1.2rem; border-right: 1px solid #333; }
.fm-verdict-cell:last-child { border-right: none; }
.fm-v-label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--fm-gold);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-v-val {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.92rem;
  color: var(--fm-white);
  line-height: 1.6;
}


/* ============================================
   ステップ
   ============================================ */
.fm-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: fmstep;
}
.fm-step {
  background: #fff;
  border: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  border-radius: 8px;
  padding: 14px 16px 14px 52px;
  position: relative;
  font-size: 14px;
  counter-increment: fmstep;
}
.fm-step::before {
  content: counter(fmstep);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #c0392b;   /* 青→赤 */
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm-step strong { display: block; font-weight: 700; margin-bottom: 2px; color: #1a1410; }
.fm-step span   { font-size: 12.5px; color: #6B6460; }

/* ステップの番号丸（::before と別実装の場合） */
.fm-sn {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #c0392b;   /* 青→赤 */
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm-sn::before { content: counter(fmstep); }
.fm-sb { font-size: 14px; font-weight: 700; color: #1a1410; line-height: 1.6; }


/* ============================================
   レシート（追加CSS由来）
   ============================================ */
.fm-receipt {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.fm-receipt-header {
  background: var(--fm-ink);
  color: var(--fm-white);
  padding: 0.8rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-receipt-header .fm-r-title { font-size: 0.85rem; font-weight: 700; font-family: 'Noto Serif JP', serif; }
.fm-receipt-header .fm-r-date  { font-size: 0.7rem; color: #aaa; }

.fm-receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 1.4rem;
  font-size: 0.82rem;
  border-bottom: 1px dashed var(--fm-rule);
  font-family: 'Noto Sans JP', sans-serif;
  transition: background 0.15s;
}
.fm-receipt-row:hover       { background: var(--fm-paper); }
.fm-receipt-row:last-child  { border-bottom: none; }
.fm-r-qty   { color: var(--fm-smoke); font-size: 0.72rem; min-width: 40px; text-align: center; }
.fm-r-price { font-weight: 700; min-width: 70px; text-align: right; }

.fm-receipt-sub {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.4rem;
  font-size: 0.78rem;
  color: var(--fm-smoke);
  border-top: 1px solid var(--fm-rule);
  font-family: 'Noto Sans JP', sans-serif;
}

.fm-receipt-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.4rem;
  background: var(--fm-paper);
  border-top: 2px solid var(--fm-ink);
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-receipt-total .fm-t-label  { font-family: 'Noto Serif JP', serif; font-size: 0.85rem; font-weight: 700; }
.fm-receipt-total .fm-t-amount { font-family: 'Bebas Neue', cursive; font-size: 1.8rem; color: var(--fm-red); }
.fm-receipt-total .fm-t-per    { font-size: 0.7rem; color: var(--fm-smoke); text-align: right; }


/* ============================================
   会話ダイアログ（追加CSS由来）
   ============================================ */
.fm-dialog { margin-bottom: 1.8rem; }
.fm-dialog-entry {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  align-items: flex-start;
}
.fm-dialog-entry.fm-right { flex-direction: row-reverse; }
.fm-dialog-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--fm-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 2px solid var(--fm-rule);
}
.fm-dialog-entry.fm-right .fm-dialog-avatar { background: #f9e0e0; }
.fm-dialog-bubble {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 0 10px 10px 10px;
  padding: 0.9rem 1.1rem;
  max-width: 78%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.fm-dialog-entry.fm-right .fm-dialog-bubble {
  border-radius: 10px 0 10px 10px;
  background: #FFF8F8;
}
.fm-dialog-name {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--fm-smoke);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-dialog-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--fm-ink);
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-dialog-text em { color: var(--fm-red); font-style: normal; font-weight: 700; }


/* ============================================
   地図
   ============================================ */
.fm-map {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
}
.fm-map iframe { display: block; width: 100%; border: none; }


/* ============================================
   店舗情報
   ============================================ */
.fm-shop {
  background: #fff;
  border: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  border-radius: 8px;
  overflow: hidden;
}
.fm-shop table     { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.fm-shop tr        { border-bottom: 1px solid #e8d0c8; }   /* 青→薄赤ベージュ */
.fm-shop tr:last-child { border-bottom: none; }
.fm-shop th {
  width: 90px;
  padding: 12px 14px;
  font-weight: 700;
  color: #6B6460;
  background: #fdf6f4;         /* 青→薄赤 */
  text-align: left;
  vertical-align: top;
}
.fm-shop td { padding: 12px 14px; color: #1a1410; }

/* お店情報カード（追加CSS由来） */
.fm-shop-info {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-shop-header {
  padding: 0.8rem 1.4rem;
  background: var(--fm-paper);
  border-bottom: 1px solid var(--fm-rule);
}
.fm-shop-name { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: 1rem; }
.fm-shop-type { font-size: 0.68rem; color: var(--fm-smoke); letter-spacing: 0.1em; }

.fm-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.fm-info-cell {
  padding: 0.9rem 1.4rem;
  border-bottom: 1px solid var(--fm-rule);
  border-right: 1px solid var(--fm-rule);
  font-size: 0.8rem;
}
.fm-info-cell:nth-child(even)      { border-right: none; }
.fm-info-cell:nth-last-child(-n+2) { border-bottom: none; }
.fm-info-label { font-size: 0.65rem; letter-spacing: 0.12em; color: var(--fm-smoke); margin-bottom: 0.3rem; text-transform: uppercase; }
.fm-info-value { color: var(--fm-ink); line-height: 1.5; }
.fm-info-link  { color: var(--fm-red); text-decoration: none; font-weight: 700; }
.fm-info-link:hover { text-decoration: underline; }


/* ============================================
   総評（追加CSS由来）
   ============================================ */
.fm-final-verdict {
  background: var(--fm-ink);
  color: var(--fm-white);
  border-radius: 8px;
  padding: 1.8rem;
  margin-bottom: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.fm-fv-title {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--fm-gold);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.fm-fv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}
.fm-fv-label { font-size: 0.65rem; letter-spacing: 0.1em; color: #888; margin-bottom: 0.3rem; text-transform: uppercase; }
.fm-fv-value { font-size: 0.9rem; color: var(--fm-white); font-weight: 500; }
.fm-fv-text {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #ccc;
  border-top: 1px solid #333;
  padding-top: 1rem;
  font-family: 'Noto Serif JP', serif;
}


/* ============================================
   関連記事（追加CSS由来）
   ============================================ */
.fm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.fm-related-card {
  background: var(--fm-white);
  border: 1px solid var(--fm-rule);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fm-related-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.fm-rc-img            { height: 80px; overflow: hidden; background: #e8e2d8; }
.fm-rc-img img        { width: 100%; height: 100%; object-fit: cover; }
.fm-rc-body           { padding: 0.7rem 0.8rem; font-family: 'Noto Sans JP', sans-serif; }
.fm-rc-chain          { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--fm-smoke); text-transform: uppercase; margin-bottom: 0.2rem; }
.fm-rc-title          { font-family: 'Noto Serif JP', serif; font-size: 0.82rem; font-weight: 700; line-height: 1.4; }


/* ============================================
   免責
   ============================================ */
.fm-disclaimer {
  font-size: 11.5px;
  color: #6B6460;
  border-top: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  padding-top: 14px;
  margin-top: 36px;
  line-height: 1.75;
}
.fm-disc {
  font-size: 12px;
  color: #6B6460;
  line-height: 1.75;
  border-top: 1px solid #e8d0c8;   /* 青→薄赤ベージュ */
  padding-top: 12px;
  margin-top: 24px;
  letter-spacing: 0.02em;
}


/* ============================================
   レスポンシブ
   ============================================ */
@media (max-width: 640px) {
  .fm-score-grid    { grid-template-columns: 1fr; }
  .fm-verdict-box   { grid-template-columns: 1fr; }
  .fm-verdict-cell  { border-right: none; border-bottom: 1px solid #333; }
  .fm-verdict-cell:last-child { border-bottom: none; }
  .fm-info-grid     { grid-template-columns: 1fr; }
  .fm-info-cell     { border-right: none; }
  .fm-info-cell:nth-last-child(-n+2) { border-bottom: 1px solid var(--fm-rule); }
  .fm-info-cell:last-child { border-bottom: none; }
  .fm-fv-grid       { grid-template-columns: 1fr 1fr; }
  .fm-related-grid  { grid-template-columns: 1fr; }
  .fm-photo-grid    { grid-template-columns: 1fr 1fr; grid-template-rows: auto; aspect-ratio: auto; }
  .fm-photo-cell:first-child { grid-row: span 1; }
  .fm-coupon-card   { flex-direction: column; gap: 0.6rem; }
}

@media (max-width: 480px) {
  .fm-tag-grid      { grid-template-columns: 1fr 1fr; }
  .fm-hook          { font-size: 14px; }
  .fm-step::before  { top: 18px; transform: none; }
  .fm-rating-grid   { grid-template-columns: 1fr; }
  .fm-sn            { top: 18px; transform: none; }
}

/* ==========================================================================
   ▼▼▼ rv- プレフィックス：最新レビュー記事用スタイル（旧fm-と共存） ▼▼▼
   ========================================================================== */

.rv-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 0 3rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  color: #1f1a17;
  line-height: 1.7;
  box-sizing: border-box;
}
.rv-wrap *,
.rv-wrap *::before,
.rv-wrap *::after { box-sizing: border-box; }

/* メタ情報（日付・店舗） */
.rv-art-meta {
  font-size: 11px;
  color: #888;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: .8rem;
  border-bottom: 1.5px dashed #ff0808;
  margin-bottom: 1.2rem;
}

/* ヒーロー画像 */
.rv-hero {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}
.rv-hero img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.rv-hero-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: .75rem 1rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
}
.rv-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.rv-badge {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.rv-badge-white { background: rgba(255,255,255,0.92); color: #7a1a1a; }
.rv-badge-dark  { background: rgba(0,0,0,0.5); color: #fff; }

/* リード文 */
.rv-lead {
  font-size: 14px;
  color: #6d645d;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

/* セクション見出し h2（左赤ボーダー） */
.rv-wrap h2.rv-sec {
  all: unset;
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1f1a17 !important;
  border-left: 4px solid #c0392b !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  padding: 0 0 0 10px !important;
  margin: 2.5rem 0 1rem !important;
  background: none !important;
  box-shadow: none !important;
  line-height: 1.4 !important;
}
.entry-content .rv-wrap h2.rv-sec {
  margin: 2.5rem 0 1rem !important;
}

/* クーポン画面などの枠付き写真 */
.rv-photo-frame {
  background: #efefef;
  border-radius: 8px;
  border: 1px solid #9b9b9b;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: center;
}
.rv-photo-frame img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #9b9b9b;
}

/* 補足テキスト */
.rv-desc {
  font-size: 14px;
  color: #6d645d;
  line-height: 1.7;
  margin-bottom: .75rem;
}

/* 注意書きボックス */
.rv-warn {
  background: #fff8e1;
  border-left: 4px solid #f39c12;
  padding: .75rem 1rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.5rem;
  font-size: 13px;
  color: #7a5c00;
  line-height: 1.7;
}

/* 記事内写真（80%幅・中央・ボーダー） */
.rv-photo {
  margin-bottom: 1.6rem;
  text-align: center;
}
.rv-photo img {
  width: 80%;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #d9cfc5;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.rv-photo-caption {
  font-size: 12px;
  color: #6d645d;
  margin-top: 6px;
  text-align: center;
}

/* 本文 */
.rv-body {
  font-size: 14px;
  line-height: 2.0;
  color: #1f1a17;
  margin-bottom: 1.6rem;
}

/* レビューボックス */
.rv-review-box {
  background: #fff;
  border-radius: 8px;
  padding: 14px 10px;
  margin-bottom: 1.2rem;
}
.rv-stars {
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.rv-review-text {
  font-size: 15px;
  line-height: 1.9;
  color: #1a1410;
}

/* 良い点／注意点 凡例 */
.rv-legend {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.rv-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6B6460;
}
.rv-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.rv-dot-good { background: #4caf82; }
.rv-dot-bad  { background: #e05a5a; }

/* 評価グリッド */
.rv-rating-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rv-rc {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.7;
}
.rv-rc-good { background: #fdf6f4; }
.rv-rc-bad  { background: #fdf0f0; border-color: #e8c0c0; }

.rv-rc-label {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.rv-rc-label-good { color: #c0392b; }
.rv-rc-label-bad  { color: #c0392b; }
.rv-rc-val {
  font-size: 14px;
  color: #1a1410;
  line-height: 1.7;
}
.rv-good-text { color: #1a1410; }
.rv-bad-text  { color: #c0392b; }

/* 店舗情報テーブル */
.rv-shop {
  background: #fff;
  border: 1px solid #e8d0c8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.rv-shop table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.rv-shop tr { border-bottom: 1px solid #e8d0c8; }
.rv-shop tr:last-child { border-bottom: none; }
.rv-shop th {
  width: 90px;
  padding: 12px 14px;
  font-weight: 700;
  color: #6B6460;
  background: #fdf6f4;
  text-align: left;
  vertical-align: top;
}
.rv-shop td {
  padding: 12px 14px;
  color: #1a1410;
}

/* 地図 */
.rv-map {
  margin-top: 1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8d0c8;
}
.rv-map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

/* 免責 */
.rv-disc {
  font-size: 12px;
  color: #6B6460;
  line-height: 1.75;
  border-top: 1px solid #e8d0c8;
  padding-top: 12px;
  margin-top: 24px;
  letter-spacing: 0.02em;
}

/* レスポンシブ */
@media (max-width: 640px) {
  .rv-rating-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .rv-hero img { height: 200px; }
  .rv-wrap h2.rv-sec { font-size: 17px !important; }
  .rv-map iframe { height: 220px; }
  .rv-photo img { width: 92%; }
}

/* ==========================================================================
   ▲▲▲ rv- プレフィックスここまで ▲▲▲
   ========================================================================== */
/* ============================================
   総合評価セクション
   ============================================ */

/* セクション見出し */
.rv-sec {
  border-left: 3px solid #E29000;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin: 0 0 4px;
}

/* 星 + スコア + バッジ の横並び行 */
.rv-score-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 16px 0 20px;
}

/* 星アイコンのラッパー */
.rv-stars {
  display: flex;
  gap: 4px;
}

/* 星（塗り） */
.rv-star-on {
  font-size: 32px;
  color: #E29000;
  line-height: 1;
}

/* 星（空） */
.rv-star-off {
  font-size: 32px;
  color: #CCCCCC;
  line-height: 1;
}

/* スコア数値 */
.rv-score-num {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
}

/* 「/ 5」テキスト */
.rv-score-denom {
  font-size: 14px;
  color: #888888;
}

/* おすすめバッジ */
.rv-badge {
  margin-left: 8px;
  background: #FFF3D6;
  color: #7A4D00;
  font-size: 12px;
  padding: 4px 14px;
  border-radius: 100px;
  font-weight: bold;
}

/* よかった点・注意点 カードの横並びラッパー */
.rv-card-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* カード共通 */
.rv-card {
  flex: 1;
  min-width: 180px;
  border-radius: 10px;
  padding: 14px 16px;
}

/* よかった点カード */
.rv-card-good {
  background: #E8F8F0;
}

/* よかった点：見出し */
.rv-card-good-title {
  font-size: 12px;
  font-weight: bold;
  color: #085041;
  margin-bottom: 8px;
}

/* よかった点：本文 */
.rv-card-good-body {
  font-size: 13px;
  color: #0F6E56;
  line-height: 1.85;
}

/* 注意点カード */
.rv-card-caution {
  background: #FAECE7;
}

/* 注意点：見出し */
.rv-card-caution-title {
  font-size: 12px;
  font-weight: bold;
  color: #712B13;
  margin-bottom: 8px;
}

/* 注意点：本文 */
.rv-card-caution-body {
  font-size: 13px;
  color: #993C1D;
  line-height: 1.85;
}

/* 本文テキスト */
.rv-body {
  font-size: 15px;
  color: #333333;
  line-height: 1.9;
  margin: 0 0 12px;
}

/* ============================================
   ヒーロー画像
   ============================================ */

.rv-hero {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
