@charset "UTF-8";
/* =========================================================
   ソウルヨヘンノート ─ 韓国グルメまとめ記事
   ・トーン&マナー: 支給ロゴ（images/logo.jpg／手書きの墨文字＋手描きの下線）に合わせて
     「白い紙・墨・朱の一色差し」。見出しは明朝、キャプションや引用は手書き系。
   ・記事は1店（スンドゥブチゲの「トゥブトゥブマウル」）の単体記事。Index は店名ではなく見出しを並べる
   ・本文1ユニットの構成: 見出し →写真 →本文（→口コミ →メニュー／店舗基本情報）
   ・グローバルナビとパンくずは置かない（トップ写真の印象を優先）
   ・ファーストビューは TVCM の切り出し枠にぴったり収まる設計（.fv / 寸法は framing.css）
   ・写真はすべてプレースホルダー。差し替え時は images/ に置いて .ph を <img> に変える
   ========================================================= */
:root{
  --ink:#1c1a18;          /* 墨（ロゴの黒に合わせる） */
  --ink-2:#443f3a;
  --muted:#8d857b;
  --line:#e6e0d6;
  --line-2:#cdc5b7;
  --paper:#f6f3ec;        /* 紙の地色 */
  --card:#ffffff;
  --accent:#a8483c;       /* 朱（差し色はこの一色だけ） */
  --accent-d:#8c382e;
  --accent-l:#faf1ec;
  --sub:#2a2622;          /* 店舗情報の帯（濃い墨） */
  --ph:#ebe6dc;           /* 写真プレースホルダー地 */
  --ph-ink:#a79f92;
  --f-body:"Noto Sans JP",system-ui,-apple-system,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  --f-serif:"Zen Old Mincho","Hiragino Mincho ProN","Yu Mincho",serif;
  --f-hand:"Klee One","Hiragino Maru Gothic ProN",var(--f-body);
  --f-latin:"Cormorant Garamond","Zen Old Mincho",serif;
  /* 手描きの下線（ロゴの下線と同じ motif）。色ちがいで2種類 */
  --stroke-ink:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 10' preserveAspectRatio='none'%3E%3Cpath d='M3 7.2C60 3.6 118 8.4 176 5.4 214 3.4 262 5 297 6.6' fill='none' stroke='%233b352e' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  --stroke-accent:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 10' preserveAspectRatio='none'%3E%3Cpath d='M3 7.2C60 3.6 118 8.4 176 5.4 214 3.4 262 5 297 6.6' fill='none' stroke='%23a8483c' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--f-body);color:var(--ink);font-size:16px;line-height:1.9;
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}

/* ---------- サイトヘッダー（ロゴのみ・中央） ---------- */
.site{background:#fff;border-bottom:1px solid var(--line)}
.head{position:relative;display:flex;align-items:center;justify-content:center;height:88px}
/* ロゴ画像: images/logo.jpg（支給素材 260830_HP用ロゴ素材-03.jpg から墨の部分だけを切り出したもの・1041x173）
   - height だけ指定すれば横幅は自動
   -  は素材の白地を紙色になじませるため */
.logo img{height:46px;width:auto;display:block}
.head-r{position:absolute;right:24px;display:flex;align-items:center;gap:14px;font-family:var(--f-serif);font-size:13px;color:var(--ink-2)}
.head-r a{display:inline-flex;align-items:center;gap:6px;padding-bottom:2px;border-bottom:1px solid transparent;transition:.18s}
.head-r a:hover{color:var(--accent);border-bottom-color:var(--accent)}
.head-r svg{width:14px;height:14px}
.head-r .bar{width:1px;height:14px;background:var(--line-2)}

/* ---------- 記事ヘッダー（ファーストビュー内） ---------- */
.post-head{background:#fff;padding:34px 0 0}
/* 公開日・リードはアイキャッチ写真の下（.fv-col 内）に置く */
.post-head .inner{max-width:1120px;margin:0 auto;padding:0 24px}
.post-head h1{
  font-family:var(--f-serif);font-size:37px;font-weight:700;line-height:1.5;letter-spacing:.02em;
}
.post-head h1 .em{
  background-image:var(--stroke-accent);background-repeat:no-repeat;
  background-position:0 100%;background-size:100% 9px;padding-bottom:9px;
}
.post-meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px 22px;
  margin-top:14px;font-size:12.5px;color:var(--muted);font-family:var(--f-serif);
}
.post-meta .by{color:var(--ink-2)}
.post-meta .by b{font-weight:600;color:var(--ink)}
.post-meta .sns{margin-left:auto;display:flex;gap:9px}
.post-meta .sns a{
  width:32px;height:32px;border-radius:50%;display:grid;place-items:center;
  border:1px solid var(--line-2);color:var(--ink-2);transition:.18s;
}
.post-meta .sns a:hover{border-color:var(--accent);color:var(--accent)}
.post-meta .sns svg{width:15px;height:15px}
.lead{margin-top:12px;font-size:15px;line-height:2.05;color:var(--ink-2)}
.lead b{color:var(--ink);font-weight:700}

/* ---------- 写真プレースホルダー ---------- */
.ph{
  position:relative;width:100%;background:var(--ph);
  box-shadow:inset 0 0 0 1px #ddd6c9;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  color:var(--ph-ink);font-family:var(--f-hand);font-size:12.5px;letter-spacing:.06em;
  text-align:center;padding:14px;
}
.ph svg{width:32px;height:32px;opacity:.6;stroke-width:1.2}
.ph--169{aspect-ratio:16/9}
.ph--43{aspect-ratio:4/3}
.ph--11{aspect-ratio:1/1}
.ph--sm{font-size:10.5px;gap:4px}
.ph--sm svg{width:18px;height:18px}
figure{margin:0}
figcaption{font-family:var(--f-hand);font-size:12.5px;color:var(--muted);margin-top:9px;line-height:1.75}

/* ---------- ファーストビュー（寸法は framing.css の --fv-w / --fv-h） ---------- */
/* アイキャッチ写真と目次を横に並べて、1画面のいちばん下に収める */
.fv-bottom{background:#fff;padding:22px 0 26px}
.fv-bottom .inner{
  width:100%;max-width:1120px;margin:0 auto;padding:0 24px;
  display:flex;gap:28px;align-items:stretch;
}
.fv-col{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}
.eyecatch{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;margin:0}
.eyecatch .ph,.eyecatch img{flex:1 1 auto;min-height:240px}
.eyecatch img{display:block;width:100%;height:100%;object-fit:cover;min-width:0}
.eyecatch figcaption{margin-top:8px}
@media (min-width:1101px){
  /* ヘッダー〜アイキャッチ写真・目次までを --fv-h（＝案件のファーストビュー高さ）にぴったり収める。
     画面がそれより高くても --fv-h で止め、低いときは 100vh に合わせて写真が縮む */
  .fv{height:min(var(--shoot-vh,100vh),var(--fv-h));display:flex;flex-direction:column}
  .fv>*{width:100%}
  .fv .fv-bottom{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}
  .fv .fv-bottom .inner{flex:1 1 auto;min-height:0}
  .fv .fv-col{min-height:0}
  .fv .eyecatch .ph,.fv .eyecatch img{aspect-ratio:auto;min-height:200px}
  .fv .toc{overflow:hidden}
}
/* 画面の高さが --fv-h に足りないとき（ブラウザのUI込みで枠ぴったりの窓など）は
   見出し・リード・目次を少しずつ詰めて、写真と目次が切れないようにする */
@media (min-width:1101px) and (max-height:900px){
  .post-head{padding-top:26px}
  .post-head h1{font-size:33px}
  .post-meta{margin-top:11px}
  .lead{margin-top:10px;font-size:14.5px;line-height:1.95}
  .fv-bottom{padding:16px 0 18px}
  .toc{padding:15px 18px}
  .toc .ttl{font-size:19px;padding-bottom:8px;margin-bottom:7px}
  .toc-list a{padding:1px 0}
  .toc-list .t{font-size:11.5px}
  .toc-list .no{font-size:13px}
}
@media (min-width:1101px) and (max-height:800px){
  .post-head{padding-top:20px}
  .post-head h1{font-size:30px}
  .lead{margin-top:8px;font-size:14px}
  .toc .ttl{font-size:17px}
  .toc-list a{padding:0}
}

/* ---------- 目次（ファーストビュー内・写真の右） ---------- */
.toc{
  width:322px;flex:none;border:1px solid var(--line-2);background:#fdfcf9;
  padding:18px 20px;display:flex;flex-direction:column;min-height:0;
}
.toc .ttl{
  font-family:var(--f-latin);font-style:italic;font-size:23px;font-weight:600;letter-spacing:.06em;
  display:flex;align-items:baseline;gap:10px;
  padding-bottom:10px;margin-bottom:10px;
  background-image:var(--stroke-ink);background-repeat:no-repeat;
  background-position:0 100%;background-size:100% 10px;
}
.toc .ttl .ja{font-family:var(--f-serif);font-style:normal;font-size:11.5px;font-weight:500;letter-spacing:.08em;color:var(--muted)}
.toc-list{
  flex:1 1 auto;min-height:0;overflow:hidden;
  display:flex;flex-direction:column;justify-content:space-between;
}
.toc-list li{border-bottom:1px dotted var(--line-2)}
.toc-list li:last-child{border-bottom:0}
.toc-list a{display:flex;align-items:baseline;gap:9px;padding:2px 0;line-height:1.45}
.toc-list .no{
  font-family:var(--f-latin);font-size:14px;font-weight:600;color:var(--accent);
  flex:none;width:19px;letter-spacing:.02em;
}
.toc-list .no.plus{color:var(--muted);font-size:12px}
.toc-list .t{
  font-family:var(--f-serif);font-size:12.5px;color:var(--ink-2);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.toc-list a:hover .t{color:var(--accent)}

/* ---------- 本文 ---------- */
.article h2{
  font-family:var(--f-serif);font-size:24px;font-weight:700;line-height:1.6;letter-spacing:.02em;
  margin:66px 0 26px;padding-bottom:16px;
  background-image:var(--stroke-ink);background-repeat:no-repeat;
  background-position:0 100%;background-size:100% 9px;
}
.article h2 .no{
  font-family:var(--f-latin);font-style:italic;font-size:16px;font-weight:600;letter-spacing:.1em;
  color:var(--accent);display:block;margin-bottom:4px;
}
.article > h2:first-child{margin-top:0}
.article h3{
  font-family:var(--f-serif);font-size:18px;font-weight:700;line-height:1.65;letter-spacing:.02em;
  padding-left:16px;border-left:2px solid var(--accent);margin:38px 0 16px;
}
.article h3 .dish{color:var(--accent)}
.article p{font-size:15px;line-height:2.1;margin:0 0 1.4em;color:var(--ink-2)}
.article p b{color:var(--ink);font-weight:700}
.article figure{margin:0 0 22px}
.photo-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 0 22px}
.photo-2 figure{margin:0}

/* ---------- 口コミ引用 ---------- */
.voice{
  position:relative;background:#faf8f3;border:1px solid var(--line);border-left:2px solid var(--accent);
  padding:22px 26px 20px 54px;margin:0 0 24px;
}
.voice::before{
  content:"“";position:absolute;left:19px;top:10px;
  font-family:var(--f-latin);font-size:46px;line-height:1;color:var(--accent);opacity:.45;
}
.voice p{font-family:var(--f-hand);font-size:14.5px;line-height:1.95;margin:0;color:var(--ink)}
.voice .who{display:block;margin-top:9px;font-family:var(--f-serif);font-size:12px;color:var(--muted)}

/* ---------- 店舗基本情報 ---------- */
.spot{border:1px solid var(--line-2);margin-top:26px}
.spot .hd{
  background:var(--sub);color:#fff;padding:12px 20px;
  font-family:var(--f-serif);font-size:14.5px;font-weight:600;letter-spacing:.06em;
  display:flex;align-items:center;gap:9px;
}
.spot .hd svg{width:15px;height:15px}
.spot dl{display:grid;grid-template-columns:110px 1fr;font-size:13.5px}
.spot dt{
  background:#faf8f3;color:var(--ink-2);font-family:var(--f-serif);font-weight:500;padding:11px 18px;
  border-bottom:1px solid var(--line);
}
.spot dd{padding:11px 20px;border-bottom:1px solid var(--line);color:var(--ink)}
.spot dl > :nth-last-child(1),.spot dl > :nth-last-child(2){border-bottom:0}
.spot .tagline-jp{font-size:12px;color:var(--accent);font-weight:700}
/* メニュー表は品名が長いので見出し列を広く取る */
.spot--menu{margin:0 0 26px}
.spot--menu dl{grid-template-columns:190px 1fr}

/* ---------- 2カラム ---------- */
.main{display:flex;gap:56px;align-items:flex-start;padding:46px 0 72px}
.article{flex:1 1 auto;min-width:0;background:#fff;border:1px solid var(--line);padding:48px 52px 56px}
.side{width:300px;flex:none}

/* ---------- まとめ ---------- */
.outro{margin-top:62px;padding-top:38px;border-top:1px solid var(--line)}
.note{
  margin-top:34px;padding:16px 20px;background:#faf8f3;border:1px solid var(--line);
  font-size:12px;color:var(--muted);line-height:1.85;
}
.related{margin-top:46px}
.related .ttl{
  font-family:var(--f-serif);font-size:16px;font-weight:700;margin-bottom:18px;padding-bottom:10px;
  background-image:var(--stroke-ink);background-repeat:no-repeat;
  background-position:0 100%;background-size:100% 10px;
}
.related ul{display:grid;gap:12px}
.related li a{
  display:flex;gap:14px;align-items:center;border:1px solid var(--line);padding:12px 14px;transition:.18s;
}
.related li a:hover{border-color:var(--accent);background:var(--accent-l)}
.related .ph{width:96px;height:64px;flex:none}
.related .t{font-family:var(--f-serif);font-size:13.5px;font-weight:500;line-height:1.7}
.related .c{font-family:var(--f-hand);font-size:11.5px;color:var(--muted);display:block;margin-top:3px}

/* ---------- 右カラム ---------- */
.side .box{background:#fff;border:1px solid var(--line);padding:24px 22px 26px;margin-bottom:22px}
.side .ttl{
  font-family:var(--f-latin);font-style:italic;font-size:27px;font-weight:600;line-height:1;
  display:flex;align-items:flex-end;gap:10px;
  padding-bottom:13px;margin-bottom:18px;
  background-image:var(--stroke-ink);background-repeat:no-repeat;
  background-position:0 100%;background-size:100% 10px;
}
.side .ttl .ja{
  font-family:var(--f-serif);font-style:normal;font-size:11px;font-weight:500;letter-spacing:.08em;
  color:var(--muted);line-height:1.5;padding-bottom:3px;
}
.rank li{display:flex;gap:12px;padding:13px 0;border-bottom:1px dotted var(--line-2)}
.rank li:last-child{border-bottom:0;padding-bottom:0}
.rank .no{
  font-family:var(--f-latin);font-style:italic;font-size:20px;font-weight:600;color:var(--accent);
  width:22px;flex:none;line-height:1.3;
}
.rank li:nth-child(n+4) .no{color:var(--muted)}
.rank .t{font-family:var(--f-serif);font-size:13px;line-height:1.75;color:var(--ink-2)}
.rank a:hover .t{color:var(--accent)}
.areas{display:flex;flex-wrap:wrap;gap:8px}
.areas a{
  font-family:var(--f-serif);font-size:12.5px;border:1px solid var(--line-2);border-radius:2px;
  padding:5px 14px;color:var(--ink-2);transition:.18s;
}
.areas a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-l)}
.dishes li a{
  display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:1px dotted var(--line-2);
  font-family:var(--f-serif);font-size:13.5px;
}
.dishes li:last-child a{border-bottom:0}
.dishes .ph{width:52px;height:52px;flex:none}
.dishes a:hover{color:var(--accent)}
.side .mag{padding:0;border:1px solid var(--line-2);background:#fff}
.side .mag .ph{aspect-ratio:3/2}
.side .mag .b{padding:16px 18px 20px}
.side .mag .lb{font-family:var(--f-latin);font-style:italic;font-size:12.5px;letter-spacing:.12em;color:var(--accent);font-weight:600}
.side .mag .t{font-family:var(--f-serif);font-size:14.5px;font-weight:700;line-height:1.7;margin-top:6px}
.side .mag .d{font-size:12px;color:var(--muted);margin-top:8px;line-height:1.75}

/* ---------- フッター ---------- */
.ft{background:#fff;border-top:1px solid var(--line);padding:46px 0 34px}
.ft .cols{display:flex;gap:56px;flex-wrap:wrap}
.ft .brand{max-width:310px}
.ft .brand img{height:38px;width:auto;display:block}
.ft .brand p{font-size:12px;color:var(--muted);margin-top:16px;line-height:1.95}
.ft nav{display:flex;gap:48px;flex-wrap:wrap}
.ft nav .h{font-family:var(--f-serif);font-size:12.5px;font-weight:700;letter-spacing:.08em;margin-bottom:10px}
.ft nav li{font-size:12.5px;color:var(--muted);line-height:2.15}
.ft nav a:hover{color:var(--accent)}
.ft .copy{
  margin-top:36px;padding-top:18px;border-top:1px solid var(--line);
  font-family:var(--f-serif);font-size:11.5px;color:var(--muted);display:flex;gap:20px;flex-wrap:wrap;
}
.ft .copy .r{margin-left:auto}

/* ---------- レスポンシブ ---------- */
@media (max-width:1100px){
  .fv-bottom .inner{flex-direction:column;gap:24px}
  .eyecatch .ph,.eyecatch img{aspect-ratio:16/9}
  .toc{width:100%}
  .main{flex-direction:column;gap:32px;padding:32px 0 56px}
  .side{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;align-items:start}
  .side .box{margin-bottom:0}
  .post-head h1{font-size:31px}
  .article{padding:36px 32px 42px}
}
@media (max-width:760px){
  .head{height:auto;padding:20px 0 18px;flex-direction:column;gap:14px}
  .logo img{height:38px}
  .head-r{position:static}
  .post-head h1{font-size:24px}
  .article{padding:26px 20px 34px}
  .article h2{font-size:20px}
  .article h3{font-size:16.5px}
  .spot dl{grid-template-columns:1fr}
  .spot dt{border-bottom:0;padding-bottom:0;background:#fff}
  .photo-2{grid-template-columns:1fr}
  .post-meta .sns{margin-left:0}
}
