@import url("https://image.raku-uru.jp/cms/fontcss/font.css");

/***********
 * common / reset
 ***********/
* { margin:0; padding:0; box-sizing:border-box; word-wrap:break-word; word-break:break-all; }
html, body { height:100%; }
ul, ul li { list-style:none; }
input[type='text'], input[type='password'] { font-size:14px; font-weight:normal; line-height:30px; height:30px; border:#d1d1d1 solid 1px; }
input[type='checkbox'] { margin-right:4px; }
textarea { width:100%; border:#d1d1d1 solid 1px; }
table { width:100%; border-collapse:collapse; }
table th, table td { border-spacing:0; border-collapse:collapse; vertical-align:middle; border:none; }
img { max-width:100%; word-break:normal; border:none; }
b { font-weight:bold; }
pre { white-space:pre-wrap; }

/* clearfix */
.clearfix:before, .clearfix:after { display:table; content:' '; }
.clearfix:after { clear:both; }

/* icon badge */
.icn-badge87309:after { content:"NEW"; width:54px; height:20px; display:block; position:absolute; left:0; top:0; font-size:10px; line-height:20px; text-align:center; background:#12333f; color:#fff; }
.icn-badge87310:after { content:"おすすめ"; width:54px; height:20px; display:block; position:absolute; left:0; top:0; font-size:10px; line-height:20px; text-align:center; background:#c8832a; color:#fff; }
.icn-badge87311:after { content:"人気"; width:54px; height:20px; display:block; position:absolute; left:0; top:0; font-size:10px; line-height:20px; text-align:center; background:#c8832a; color:#fff; }
.icn-reservation::before { content:"予約商品"; width:58px; height:18px; display:block; float:left; font-size:11px; line-height:18px; margin-top:2px; margin-right:6px; text-align:center; color:#fff; background:#c8832a; }

/* =========================================================
   橘商店 北の味覚テイスト（白×藍 統一版）
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@500;600;700;800&family=Yeseva+One&display=swap');

:root{
  --primary:#0f2f3d;      /* 深い藍 */
  --primary-2:#1a3a4a;
  --accent:#c8832a;       /* 差し色の山吹（点で使用）*/
  --accent-d:#a86a1c;
  --ink:#1c2529;          /* 藍寄りの墨色 */
  --sub:#5c6a70;          /* 本文グレー */
  --line:#dfe4e6;         /* 罫線：白地になじむ薄いブルーグレー */
}

body, body * { font-family:'Noto Sans JP', sans-serif; }
body{
   font-size:15px; color:var(--ink); line-height:1.9;
  background-color:#ffffff;
  background-image:
    linear-gradient(rgba(255,255,255,.62), rgba(255,255,255,.62)),
    url("https://image.raku-uru.jp/01/3151/350/background_1540864013035.png");
  background-repeat:repeat, repeat-y;
  background-position:center, top center;
  background-size:auto, 1500px auto;
}
a, a:visited { color:var(--ink); text-decoration:none; }
a:hover { color:var(--accent); opacity:.85; }
img{ vertical-align:bottom; }
.serif{ font-family:'Shippori Mincho', serif; }

/* デフォルト構造を隠す */
#header, #footer, .side, .schedule-area { display:none !important; }
#wrapper, .wrapper { min-width:0 !important; width:100%; }
.contents{ min-height:50vh; }
.inner{ max-width:1120px; margin:0 auto; padding:0 24px; }

/* ============ ヘッダー ============ */
.site-header{ position:sticky; top:0; z-index:1000; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 1px 10px rgba(15,47,61,.06); }
.header-top{ max-width:1120px; margin:0 auto; padding:16px 24px; display:flex; align-items:center; gap:24px; }
.site-logo a{ display:flex; flex-direction:column; line-height:1.2; }
.logo-main{ font-family:'Shippori Mincho',serif; font-weight:800; font-size:1.65rem; color:var(--primary); letter-spacing:.16em;}
.logo-sub{ font-family:'Shippori Mincho',serif; font-size:.62rem; color:var(--accent); letter-spacing:.24em; margin-top:4px; }
.header-shoulder{ display:flex; gap:10px; margin-left:auto; }
.header-shoulder a{ display:block; padding:9px 16px; font-size:.72rem; letter-spacing:.04em; border:1px solid var(--line); border-radius:2px; color:var(--primary); transition:.2s; }
.header-shoulder a:hover{ background:#f5f7f8; opacity:1; }
.header-shoulder .sh-cart a{ background:var(--primary); color:#fff; border-color:var(--primary); }
.header-shoulder .sh-cart a:hover{ background:var(--accent); border-color:var(--accent); }
.header-search{ position:relative; }
.header-search input{ width:190px; height:40px; padding:0 42px 0 16px; border:1px solid var(--line); border-radius:2px; font-size:.8rem; background:#fff; }
.header-search-btn{ position:absolute; top:0; right:0; width:42px; height:40px; border:none; background:transparent; cursor:pointer; }
.header-search-btn::before{ content:""; position:absolute; top:50%; left:50%; width:13px; height:13px; margin:-9px 0 0 -8px; border:2px solid var(--primary); border-radius:50%; }
.header-search-btn::after{ content:""; position:absolute; top:23px; left:24px; width:7px; height:2px; background:var(--primary); transform:rotate(45deg); }
.nav-toggle{ display:none; }

/* ============ 横帯ナビ ============ */
.gnav{ background:var(--primary); border-bottom:2px solid var(--accent); }
.gnav-list{ max-width:1120px; margin:0 auto; padding:0 12px; display:flex; flex-wrap:wrap; justify-content:center; }
.gnav-list li{ position:relative; }
.gnav-list li:not(:last-child)::after{ content:""; position:absolute; top:50%; right:0; width:1px; height:14px; margin-top:-7px; background:rgba(255,255,255,.18); }
.gnav-list a{ display:block; padding:15px 18px; color:#f3ede0; font-family:'Shippori Mincho',serif; font-size:.82rem; letter-spacing:.06em; transition:.2s; }
.gnav-list a:hover{ color:var(--accent); opacity:1; }

/* ============ ドロワー ============ */
.drawer{ position:fixed; top:0; left:-100%; z-index:2000; width:82%; max-width:340px; height:100%; background:var(--primary); color:#fff; overflow-y:auto; padding:26px 0 60px; transition:left .5s cubic-bezier(.19,1,.22,1); }
.nav-open .drawer{ left:0; }
.drawer-close{ text-align:right; padding:0 22px 12px; }
.drawer-close a{ display:inline-block; width:28px; height:28px; position:relative; }
.drawer-close a::before,.drawer-close a::after{ content:""; position:absolute; top:13px; left:2px; width:24px; height:2px; background:#fff; }
.drawer-close a::before{ transform:rotate(45deg); }
.drawer-close a::after{ transform:rotate(-45deg); }
.drawer-logo a{ display:block; text-align:center; color:#fff; font-family:'Shippori Mincho',serif; font-weight:800; letter-spacing:.16em; font-size:1.3rem; margin-bottom:22px; }
.drawer-account{ display:flex; border-top:1px solid rgba(255,255,255,.15); border-bottom:1px solid rgba(255,255,255,.15); }
.drawer-account li{ flex:1; text-align:center; border-right:1px solid rgba(255,255,255,.15); }
.drawer-account li:last-child{ border-right:none; }
.drawer-account a{ display:block; padding:14px 6px; color:#fff; font-size:.78rem; }
.drawer-nav li{ border-bottom:1px solid rgba(255,255,255,.12); }
.drawer-nav a{ display:block; padding:16px 26px; color:#fff; font-family:'Shippori Mincho',serif; font-size:.9rem; }
.drawer-nav a::before{ content:"― "; color:var(--accent); }
.overlay{ position:fixed; inset:0; z-index:1500; background:rgba(10,25,32,.55); opacity:0; visibility:hidden; display:block !important; transition:.4s; }
.nav-open .overlay{ opacity:1; visibility:visible; }

/* ============ フッター ============ */
.site-footer{ margin-top:90px; background:var(--primary); color:#fff; border-top:2px solid var(--accent); }
.footer-inner{ max-width:1120px; margin:0 auto; padding:56px 24px 40px; display:flex; flex-wrap:wrap; gap:48px; justify-content:space-between; }
.footer-logo{ font-family:'Shippori Mincho',serif; font-weight:800; letter-spacing:.16em; font-size:1.4rem; margin-bottom:12px; color:#fff; width: 150px; }
.footer-catch{ font-family:'Shippori Mincho',serif; font-size:.84rem; color:var(--accent); margin-bottom:16px; letter-spacing:.06em; }
.footer-info{ font-size:.76rem; line-height:2; color:rgba(255,255,255,.82); }
.footer-info a{ color:#fff; }
.footer-guide h3{ font-family:'Yeseva One',serif; font-size:.95rem; letter-spacing:.12em; margin-bottom:18px; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,.2); color:#fff; }
.footer-guide ul{ display:grid; grid-template-columns:1fr 1fr; gap:10px 32px; }
.footer-guide a{ color:rgba(255,255,255,.82); font-size:.78rem; }
.footer-guide a:hover{ color:var(--accent); opacity:1; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.14); padding:18px; text-align:center; }
.copyright{ font-size:.7rem; color:rgba(255,255,255,.65); letter-spacing:.05em; }
.pagetop{ position:fixed; right:18px; bottom:18px; z-index:900; }
.pagetop a{ display:flex; align-items:center; justify-content:center; width:50px; height:50px; background:var(--accent); color:#fff; border-radius:2px; font-size:.6rem; font-weight:700; letter-spacing:.08em; box-shadow:0 3px 12px rgba(0,0,0,.25); }
.pagetop a:hover{ background:var(--primary); opacity:1; }

/* ============ 共通レスポンシブ ============ */
@media only screen and (max-width:959px){
  .header-top{ padding:12px 16px; gap:12px; flex-wrap:wrap; }
  .header-shoulder{ display:none; }
  .header-search{ order:3; width:100%; }
  .header-search input{ width:100%; }
  .nav-toggle{ display:block; margin-left:auto; width:34px; height:26px; position:relative; }
  .nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{ content:""; position:absolute; left:0; width:100%; height:2px; background:var(--primary); transition:.3s; }
  .nav-toggle span{ top:50%; margin-top:-1px; }
  .nav-toggle span::before{ top:-9px; }
  .nav-toggle span::after{ top:9px; }
  .gnav{ display:none; }
  .footer-inner{ flex-direction:column; gap:30px; }
}
@media only screen and (max-width:600px){
  .logo-main{ font-size:1.35rem; letter-spacing:.1em; }
  .footer-guide ul{ grid-template-columns:1fr; }
  .site-footer{ margin-top:56px; }
}

/* =========================================================
   TOPページ
   ========================================================= */
.top .main-contents,.top .main{ float:none; width:100%; }
.top .side{ display:none; }
.top .contents{ width:100%; padding:0; }
.tachibana-top{ overflow:hidden; }
.tachibana-section{ max-width:1120px; margin:0 auto; padding:84px 24px; }
.tachibana-section.bg-light{ max-width:none; padding-left:0; padding-right:0;  }
.tachibana-section.bg-light > *{ max-width:1120px; margin-left:auto; margin-right:auto; padding-left:24px; padding-right:24px; }

.section-title{ text-align:center; margin-bottom:52px; }
.section-title .en{ font-family:'Yeseva One',serif; font-size:.78rem; letter-spacing:.28em; text-transform:uppercase; color:var(--accent); display:block; margin-bottom:10px; }
.section-title .ja{ font-family:'Shippori Mincho',serif; font-weight:700; font-size:clamp(1.5rem,3vw,2.1rem); color:var(--primary); display:inline-block; letter-spacing:.08em; position:relative; padding-bottom:16px; }
.section-title .ja::after{ content:""; position:absolute; left:50%; bottom:0; width:44px; height:3px; margin-left:-22px; background:var(--primary); }

#mv{ position:relative; width:100%; min-height:100vh; background:var(--primary) url("https://image.raku-uru.jp/01/29542/267/DSCN0353_1599722881733_1785825115811.jpg") center/cover no-repeat; display:flex; align-items:center; justify-content:center; }
#mv::after{ content:""; position:absolute; inset:0; background:linear-gradient(to bottom, rgba(10,25,32,.15), rgba(10,25,32,.55)); }

/* 旧テキストは非表示 */
.mv-text{ display:none; }

/* ロゴ画像を中央配置 */
.mv-logo{ position:relative; z-index:2; text-align:center; padding:24px; }
.mv-logo img{
  width:clamp(240px, 32vw, 420px);
  height:auto;
  filter:drop-shadow(0 4px 20px rgba(0,0,0,.35));
}

/* タブレット */
@media only screen and (max-width:768px){
  .mv-logo img{ width:clamp(220px, 42vw, 360px); }
}

/* スマホ */
@media only screen and (max-width:600px){
  .mv-logo img{ width:min(72vw, 300px); }
}


/* ============ 注意事項（シンプル版） ============ */
#notice{ background:#fff; padding:0; }
.notice-list{
  max-width:1120px; margin:0 auto; padding:28px 24px;
  display:flex; flex-wrap:wrap; justify-content:center;
  list-style:none;
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
}
.notice-list li{
  position:relative; padding:6px 28px;
  font-size:.8rem; color:var(--sub); line-height:1.7; text-align:center;
}
.notice-list li:not(:last-child)::after{
  content:""; position:absolute; top:50%; right:0; width:1px; height:30px;
  margin-top:-15px; background:var(--line);
}
.notice-list li strong{
  display:block; font-family:'Shippori Mincho',serif; font-weight:700;
  font-size:.86rem; color:var(--primary); letter-spacing:.03em; margin-bottom:3px;
}
.notice-more{ text-align:center; max-width:1120px; margin:14px auto 0; padding:0 24px; }
.notice-more a{ color:var(--accent); font-size:.8rem; letter-spacing:.03em; }
.notice-more a:hover{ color:var(--accent-d); opacity:1; }

@media only screen and (max-width:600px){
  .notice-list{ flex-direction:column; padding:18px 20px; }
  .notice-list li{ padding:10px 0; }
  .notice-list li:not(:last-child)::after{
    top:auto; bottom:0; right:auto; left:50%; width:40px; height:1px; margin:0 0 0 -20px;
  }
}


.products-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; list-style:none; padding:0; margin:0; }
.product-card{ list-style:none; }
.product-card a{ display:block; background:#fff; border:1px solid var(--line); border-radius:4px; overflow:hidden; box-shadow:0 2px 10px rgba(15,47,61,.05); transition:.25s; }
.product-card a:hover{ transform:translateY(-4px); box-shadow:0 12px 26px rgba(15,47,61,.13); opacity:1; }
.product-img{ position:relative; aspect-ratio:1/1; overflow:hidden; background:#ffffff; }
.product-img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.product-card a:hover .product-img img{ transform:scale(1.05); }
.product-info{ padding:16px 14px 18px; }
.product-name{ font-size:.82rem; color:var(--ink); line-height:1.6; margin-bottom:8px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.product-price{ font-family:'Shippori Mincho',serif; font-size:1.15rem; font-weight:700; color:var(--primary); }
.product-price span{ font-family:'Noto Sans JP',sans-serif; font-size:.7rem; font-weight:400; color:var(--sub); margin-left:3px; }
.product-nonstock{ font-size:.72rem; color:#c0392b; margin-top:4px; font-weight:700; }

.about-block{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; margin-bottom:64px; }
.about-block:last-child{ margin-bottom:0; }
.about-block.reverse{ direction:rtl; }
.about-block.reverse > *{ direction:ltr; }
.about-img{ border-radius:4px; overflow:hidden; aspect-ratio:4/3; box-shadow:0 6px 24px rgba(15,47,61,.12); }
.about-img img{ width:100%; height:100%; object-fit:cover; }
.about-label{ font-family:'Yeseva One',serif; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(--accent); margin-bottom:12px; }
.about-text h3{ font-family:'Shippori Mincho',serif; font-weight:700; font-size:clamp(1.3rem,2.5vw,1.7rem); color:var(--primary); line-height:1.6; margin-bottom:18px; letter-spacing:.04em; }
.about-text p{ font-size:.9rem; line-height:2.1; color:var(--sub); }

.news-list-top{ max-width:780px; margin:0 auto; list-style:none; padding:0; }
.news-list-top li{ display:flex; align-items:baseline; gap:22px; padding:18px 4px; border-bottom:1px solid var(--line); font-size:.88rem; }
.news-list-top li time{ font-family:'Yeseva One',serif; font-size:.74rem; color:var(--accent); white-space:nowrap; letter-spacing:.06em; }
.news-list-top li a{ color:var(--ink); line-height:1.7; }
.news-list-top li a:hover{ color:var(--accent); opacity:1; }
#top-shop-message1,#top-shop-message2{ max-width:1120px; margin:40px auto; padding:0 24px; }

@media only screen and (max-width:1024px){ .products-grid{ grid-template-columns:repeat(3,1fr); } }
@media only screen and (max-width:600px){
  .tachibana-section{ padding:52px 16px; }
  .tachibana-section.bg-light > *{ padding-left:16px; padding-right:16px; }
  .section-title{ margin-bottom:36px; }
  #mv{ min-height:80vh; }
  .notice-cards{ grid-template-columns:repeat(2,1fr); gap:10px; }
  .notice-more{ text-align:center; }
  .products-grid{ grid-template-columns:repeat(2,1fr); gap:14px; }
  .about-block,.about-block.reverse{ grid-template-columns:1fr; direction:ltr; gap:24px; }
  .about-block{ margin-bottom:40px; }
  .news-list-top li{ flex-direction:column; gap:5px; }
}

/* ============ カテゴリナビ ============ */
.cat-nav{ padding:80px 0 84px; margin-bottom:0; }
.cat-nav-inner{ max-width:1120px; margin:0 auto; padding:0 24px; }
.cat-nav-title{ font-family:'Shippori Mincho',serif; font-weight:700; font-size:clamp(1.5rem,3vw,2.1rem); color:var(--primary); text-align:center; letter-spacing:.08em; margin-bottom:52px; position:relative; padding-bottom:16px; }
.cat-nav-title::before{ content:"CATEGORY"; display:block; font-family:'Yeseva One',serif; font-size:.78rem; letter-spacing:.28em; color:var(--accent); margin-bottom:10px; }
.cat-nav-title::after{ content:""; position:absolute; left:50%; bottom:0; width:44px; height:3px; margin-left:-22px; background:var(--primary); }
.cat-nav-list{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; list-style:none; padding:0; }
.cat-nav-list li{ margin:0; }
.cat-nav-list a{ display:flex; align-items:center; justify-content:center; text-align:center; min-height:70px; padding:14px 16px; background:#fff; border:1px solid var(--line); border-radius:4px; font-family:'Shippori Mincho',serif; font-size:.9rem; line-height:1.5; color:var(--primary); letter-spacing:.04em; transition:.25s; }
.cat-nav-list a:hover{ background:var(--primary); border-color:var(--primary); color:#fff; opacity:1; transform:translateY(-3px); box-shadow:0 8px 20px rgba(15,47,61,.15); }
@media only screen and (max-width:900px){ .cat-nav{ padding:52px 0 56px; } .cat-nav-list{ grid-template-columns:repeat(3,1fr); } .cat-nav-title{ margin-bottom:36px; } }
@media only screen and (max-width:600px){ .cat-nav{ padding:44px 0; } .cat-nav-list{ grid-template-columns:repeat(2,1fr); gap:10px; } .cat-nav-list a{ min-height:56px; font-size:.82rem; padding:10px 12px; } }

/* ============ 導入セクション ============ */
#intro{ text-align:center; }
.intro-inner{ max-width:820px; margin:0 auto; }
.intro-en{ font-family:'Yeseva One',serif; font-size:.8rem; letter-spacing:.28em; text-transform:uppercase; color:var(--accent); margin-bottom:14px; }
.intro-title{ font-family:'Shippori Mincho',serif; font-weight:700; font-size:clamp(1.5rem,3.4vw,2.2rem); color:var(--primary); line-height:1.6; letter-spacing:.06em; margin-bottom:26px; }
.intro-lead{ font-size:.95rem; line-height:2.2; color:var(--sub); margin-bottom:40px; }
.intro-points{ display:flex; justify-content:center; gap:0; list-style:none; padding:0; }
.intro-points li{ flex:1; max-width:200px; padding:0 10px; position:relative; }
.intro-points li:not(:last-child)::after{ content:""; position:absolute; top:50%; right:0; width:1px; height:44px; margin-top:-22px; background:var(--line); }
.intro-point-en{ display:block; font-family:'Yeseva One',serif; font-size:1.1rem; color:var(--accent); margin-bottom:6px; }
.intro-point-ja{ display:block; font-family:'Shippori Mincho',serif; font-size:.86rem; color:var(--primary); letter-spacing:.04em; }

/* ============ カテゴリカード ============ */
.cat-card-list{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; list-style:none; padding:0; margin:0; align-items:stretch; }
.cat-card{ list-style:none; display:flex; }
.cat-card a{ display:flex; flex-direction:column; width:100%; height:100%; background:#fff; border:1px solid var(--line); border-radius:6px; overflow:hidden; box-shadow:0 2px 10px rgba(15,47,61,.05); transition:.25s; }
.cat-card a:hover{ transform:translateY(-4px); box-shadow:0 12px 28px rgba(15,47,61,.14); opacity:1; }
.cat-card-img{ position:relative; flex:0 0 auto; aspect-ratio:4/3; overflow:hidden; background:var(--primary); }
.cat-card-img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.cat-card a:hover .cat-card-img img{ transform:scale(1.06); }
/* 写真なし時：藍地に和の装飾 */
.cat-card-img.no-img{ display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--primary),var(--primary-2)); }
.cat-card-img.no-img::before{ content:"丹後の味"; font-family:'Shippori Mincho',serif; font-size:.9rem; letter-spacing:.2em; color:rgba(255,255,255,.35); }
.cat-card-body{ flex:1 1 auto; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; padding:16px 16px 18px; text-align:center; position:relative; }
.cat-card-name{ display:flex; align-items:center; justify-content:center; min-height:2.94em; font-family:'Shippori Mincho',serif; font-weight:700; font-size:.98rem; color:var(--primary); line-height:1.5; letter-spacing:.04em; margin-bottom:6px; }
.cat-card-count{ display:block; font-size:.72rem; color:var(--sub); margin-bottom:10px; }
.cat-card-arrow{ display:inline-block; margin-top:auto; font-size:.76rem; color:var(--accent); letter-spacing:.04em; }
.cat-card a:hover .cat-card-arrow{ color:var(--accent-d); }

@media only screen and (max-width:1024px){ .cat-card-list{ grid-template-columns:repeat(3,1fr); } }
@media only screen and (max-width:600px){
  .intro-lead{ font-size:.9rem; line-height:2; }
  .intro-points{ flex-wrap:wrap; gap:16px 0; }
  .intro-points li{ flex:0 0 50%; max-width:none; }
  .intro-points li:nth-child(2)::after{ display:none; }
  .cat-card-list{ grid-template-columns:repeat(2,1fr); gap:12px; }
  .cat-card-name{ min-height:2.64em; font-size:.88rem; }
}

/* ============ ヘッダー カテゴリードロップダウン ============ */
.gnav-dropdown{ position:relative; }

/* トグルボタンを他の gnav リンクと完全に同じ見た目にする */
.gnav-dd-toggle{
  display:flex; align-items:center; gap:8px;
  background:none; border:none; cursor:pointer;
  padding:15px 18px;                         /* .gnav-list a と同じ余白 */
  color:#f3ede0;                             /* .gnav-list a と同じ文字色 */
  font-family:'Shippori Mincho',serif;       /* 同じ明朝 */
  font-size:.82rem;                          /* 同じサイズ */
  letter-spacing:.06em;                      /* 同じ字間 */
  line-height:inherit;
  transition:.2s;
}
.gnav-dd-toggle:hover{ color:var(--accent); opacity:1; }
.gnav-dd-toggle[aria-expanded="true"]{ color:var(--accent); }

.gnav-dd-arrow{
  width:7px; height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  margin-top:-3px; transition:transform .25s;
}


.gnav-dd-panel{
  position:absolute; top:100%; left:0; z-index:60;
  min-width:280px;
  background:#fff; border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(15,47,61,.14);
  border-radius:4px;
  padding:10px 0;
  opacity:0; visibility:hidden; transform:translateY(8px);
  transition:.22s;
}

/* PC（マウス操作できる環境）だけホバーで開く */
@media (hover:hover) and (pointer:fine){
  .gnav-dropdown:hover .gnav-dd-panel,
  .gnav-dropdown:focus-within .gnav-dd-panel{
    opacity:1; visibility:visible; transform:translateY(0);
  }
  .gnav-dropdown:hover .gnav-dd-arrow,
  .gnav-dropdown:focus-within .gnav-dd-arrow{
    transform:rotate(-135deg); margin-top:2px;
  }
}

/* タップ／クリックで開いた状態（全環境共通） */
.gnav-dd-toggle[aria-expanded="true"] + .gnav-dd-panel{
  opacity:1; visibility:visible; transform:translateY(0);
}
.gnav-dd-toggle[aria-expanded="true"] .gnav-dd-arrow{
  transform:rotate(-135deg); margin-top:2px;
}

.gnav-dd-list{ list-style:none; margin:0; padding:0; }
.gnav-dd-list li{ margin:0; }
.gnav-dd-list a{
  display:block; padding:11px 22px;
  font-size:.85rem; line-height:1.5; color:var(--ink);
  white-space:nowrap; transition:.18s;
}
.gnav-dd-list a:hover{
  background:var(--wash, #f2f5f6); color:var(--primary); opacity:1;
}

.gnav-dd-panel::before{
  content:""; position:absolute; top:-10px; left:0; width:100%; height:10px;
}

/* ============ ドロワー カテゴリーアコーディオン ============ */
/* トグルを他の .drawer-nav の項目と同じ行スタイルに揃える */
.drawer-nav > li.drawer-acc{ position:relative; }
.drawer-acc-toggle{
  display:flex; align-items:center;
  width:100%;
  background:none; border:none; cursor:pointer;
  padding:16px 20px;
  color:#fff;
  font-family:'Shippori Mincho',serif;
  font-size:.95rem;
  letter-spacing:.04em;
  text-align:left;
  line-height:1.5;
}
.drawer-acc-toggle::before{
  content:"― "; margin-right:2px; color:var(--accent);
}
.drawer-acc-arrow{
  flex:0 0 auto;
  margin-left:auto; 
  width:8px; height:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  transition:transform .25s; margin-right:4px;
}
.drawer-acc-toggle[aria-expanded="true"] .drawer-acc-arrow{
  transform:rotate(-135deg);
}

/* パネル：閉じている時は高さ0で隠す */
.drawer-acc-panel{
  list-style:none; margin:0; padding:0;
  max-height:0; overflow:hidden;
  transition:max-height .3s ease;
}
.drawer-acc-toggle[aria-expanded="true"] + .drawer-acc-panel{
  max-height:1200px;
}
.drawer-acc-panel li a{
  display:block; padding:13px 20px 13px 34px;
  font-size:.88rem; color:rgba(255,255,255,.85);
  line-height:1.6;
}
.drawer-acc-panel li a:hover{ color:var(--accent); opacity:1; }


/* ============ 旧構造の商品一覧（/item-list 全商品）をカード化 ============ */
.list-product.col-4{
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
  list-style:none; padding:0; margin:0 0 40px;
}
.list-product.col-4 > li{
  list-style:none; margin:0;
  background:#fff; border:1px solid var(--line); border-radius:4px;
  overflow:hidden; box-shadow:0 2px 10px rgba(15,47,61,.05); transition:.25s;
}
.list-product.col-4 > li:hover{
  transform:translateY(-4px); box-shadow:0 12px 26px rgba(15,47,61,.13);
}
.list-product .item-photo{
  position:relative; aspect-ratio:1/1; overflow:hidden; background:#fff; margin:0;
}
.list-product .item-photo a{ display:block; width:100%; height:100%; }
.list-product .item-photo img{
  width:100%; height:100%; object-fit:cover; transition:transform .5s;
}
.list-product.col-4 > li:hover .item-photo img{ transform:scale(1.06); }
.list-product .item-info{ padding:14px 14px 18px; }
.list-product .item-name{ margin-bottom:8px; }
.list-product .item-name a{
  font-family:'Noto Sans JP',sans-serif; font-size:.85rem;
  color:var(--ink); line-height:1.7;
}
.list-product .item-name a:hover{ color:var(--accent); opacity:1; }
.list-product .item-price{
  font-family:'Shippori Mincho',serif; font-weight:700;
  font-size:1.05rem; color:var(--primary);
}
.list-product .item-price .tax{ font-size:.72rem; font-weight:400; color:var(--sub); margin-left:3px; }

@media only screen and (max-width:959px){
  .list-product.col-4{ grid-template-columns:repeat(3,1fr); gap:18px; }
}
@media only screen and (max-width:600px){
  .list-product.col-4{ grid-template-columns:repeat(2,1fr); gap:14px; }
}


/* ---- カードの高さを揃える ---- */
.list-product.col-4{ align-items:stretch; }
.list-product.col-4 > li{ display:flex; flex-direction:column; }
.list-product .item-photo{ flex:0 0 auto; }        /* 画像は固定 */
.list-product .item-info{
  flex:1 1 auto;                                    /* 情報部が余白を埋めて高さを揃える */
  display:flex; flex-direction:column;
}
/* 商品名を2行分の高さで固定（1行でも2行でも同じ高さに）*/
.list-product .item-name{
  min-height:2.9em;                                 /* 約2行分 */
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
  overflow:hidden;
}
/* 価格をカード下端に揃える */
.list-product .item-price{ margin-top:auto; }

/* ===== フリーページ：ご注文の注意事項 ===== */
.order-guide{ background:#fff; padding:56px 0; }
.order-guide-container{ max-width:820px; margin:0 auto; padding:0 24px; }

/* ヘッダー */
.order-guide-header{ text-align:center; margin-bottom:36px; }
.order-guide-label{
  display:block; font-size:.8rem; letter-spacing:.2em;
  color:#c8832a; margin-bottom:8px;
}
.order-guide-title{
  font-family:'Shippori Mincho',serif; font-size:1.7rem; font-weight:700;
  color:#1a3a4a; letter-spacing:.06em; margin-bottom:20px; line-height:1.5;
}
.order-guide-intro{
  font-size:.92rem; line-height:2; color:#40484d;
}

/* 冒頭の重要4点 */
.order-guide-highlights{
  list-style:none; margin:0 0 44px; padding:22px 24px;
  background:#f7f4ee; border:1px solid #e0dcd3; border-radius:8px;
}
.order-guide-highlights li{
  position:relative; padding:12px 0 12px 26px;
  border-bottom:1px dashed #d8d2c6;
  font-size:.9rem; line-height:1.8; color:#40484d;
}
.order-guide-highlights li:last-child{ border-bottom:none; }
.order-guide-highlights li::before{
  content:"!"; position:absolute; left:0; top:14px;
  width:16px; height:16px; line-height:16px; text-align:center;
  font-size:.7rem; font-weight:700; color:#fff;
  background:#c8832a; border-radius:50%;
}
.order-guide-highlights strong{
  display:block; color:#1a3a4a; font-weight:700; margin-bottom:2px;
}

/* 各セクション */
.order-guide-section{
  margin-bottom:34px; padding-bottom:34px;
  border-bottom:1px solid #e0dcd3;
}
.order-guide-section:last-child{ border-bottom:none; }
.order-guide-heading{
  font-family:'Shippori Mincho',serif; font-size:1.12rem; font-weight:700;
  color:#1a3a4a; letter-spacing:.04em; margin-bottom:12px;
  padding-left:14px; border-left:4px solid #c8832a; line-height:1.5;
}
.order-guide-section p{
  font-size:.9rem; line-height:1.95; color:#40484d;
}
.order-guide-section a{
  color:#c8832a; text-decoration:underline;
}
.order-guide-contact{
  margin-top:14px; padding:16px 18px;
  background:#f7f4ee; border-radius:6px;
  font-size:.9rem; line-height:1.9;
}

/* スマホ */
@media only screen and (max-width:600px){
  .order-guide{ padding:40px 0; }
  .order-guide-title{ font-size:1.4rem; }
  .order-guide-highlights{ padding:16px 16px; }
  .order-guide-section{ margin-bottom:26px; padding-bottom:26px; }
}

/* ===== 標準ページ（特商法・個人情報・送料・会員規約）を注意事項ページ風に ===== */
.main-article{
  max-width:820px;
  margin:0 auto;
  padding:48px 20px 72px;
  color:#333;
  line-height:1.9;
  font-size:.95rem;
}

/* ページ見出し（.ttl > h2）を order-guide-title 風に */
.main-article .ttl{
  text-align:center;
  margin-bottom:40px;
  padding-bottom:24px;
  border-bottom:1px solid #e5ded2;
}
.main-article .ttl h2{
  font-size:1.5rem;
  font-weight:700;
  color:#1a3a4a;
  letter-spacing:.06em;
  line-height:1.5;
  margin:0;
}

/* 本文テーブルを読みやすい行区切りレイアウトに */
.main-article .about-tbl{
  width:100%;
  border-collapse:collapse;
  border-top:1px solid #e5ded2;
}
.main-article .about-tbl th,
.main-article .about-tbl td{
  display:block;
  width:100%;
  text-align:left;
  padding:0;
}
.main-article .about-tbl th{
  padding:22px 0 6px;
  font-size:.95rem;
  font-weight:700;
  color:#c8832a;
  letter-spacing:.04em;
}
.main-article .about-tbl td{
  padding:0 0 22px;
  border-bottom:1px solid #eee6d8;
  color:#444;
}

/* 支払い・送料などの入れ子テーブルは通常の表として整える */
.main-article .payment-content,
.main-article .about-tbl .payment-content{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  font-size:.9rem;
}
.main-article .payment-content td{
  display:table-cell;
  width:auto;
  border:1px solid #e5ded2;
  padding:8px 12px;
}
.main-article .payment-title,
.main-article .carriage-title{
  font-weight:700;
  color:#1a3a4a;
  margin-bottom:4px;
}
.main-article a{
  color:#c8832a;
  text-decoration:underline;
}

/* スマホ調整 */
@media only screen and (max-width:600px){
  .main-article{padding:32px 16px 56px;}
  .main-article .ttl h2{font-size:1.25rem;}
  .main-article .about-tbl th{padding-top:18px;}
}


