/* 店舗・業務用の椅子生地センター byゲキセンプラス */
:root {
  --ink: #22262c;
  --ink-soft: #5b6069;
  --line: #d7dee5;
  --bg: #ffffff;
  --bg-warm: #eaf1f7;    /* 本家ゲキセンプラスの淡い水色地 */
  --brand: #c80d0d;      /* 本家の価格・即日出荷の赤（実測rgb(200,13,13)） */
  --brand-dark: #8e1c1c;
  --accent: #1a5c3a;
  --chip: #fdeaea;
  --head: #17191c;       /* 本家ヘッダーの黒 */
  --y: #f2d500;          /* 本家ロゴ＋・検索ボタンの黄 */
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.9; font-size: 15.5px; }
img { max-width: 100%; }
a { color: var(--brand-dark); }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 18px; }

/* header（本家=黒地×白ロゴ×黄アクセントの型） */
.site-head { background: var(--head); position: sticky; top: 0; z-index: 10; }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; padding: 10px 18px; gap: 10px; }
.brand a { text-decoration: none; display: block; line-height: 1.45; }
.brand .logo { display: block; font-style: italic; font-weight: 900; font-size: 18px; letter-spacing: 1px; color: #fff; }
.brand .logo .plus { color: var(--y); font-size: 11.5px; font-weight: 800; margin-left: 3px; letter-spacing: 0; }
.brand .svc { display: block; font-weight: 700; font-size: 12px; color: #e8eaee; }
.head-cta { background: var(--y); color: #17191c; text-decoration: none; padding: 9px 16px; border-radius: 6px; font-weight: 700; font-size: 13.5px; white-space: nowrap; }

/* nav */
.gnav { background: #f4f6f8; border-bottom: 1px solid var(--line); overflow-x: auto; }
.gnav .wrap { display: flex; gap: 4px; padding: 6px 18px; }
.gnav a { text-decoration: none; color: var(--ink); font-size: 13px; padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
.gnav a.on, .gnav a:hover { background: #fff; border: 1px solid var(--line); }

/* hero */
.hero { background: linear-gradient(180deg, #fff 0%, var(--bg-warm) 100%); padding: 40px 0 32px; border-bottom: 1px solid var(--line); }
.hero h1 { font-size: clamp(22px, 4.2vw, 32px); margin: 0 0 12px; line-height: 1.5; }
.hero h1 .em { color: var(--brand); }
.hero .lead { color: var(--ink-soft); margin: 0 0 18px; max-width: 640px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.hero-badges span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px 13px; font-size: 12.5px; font-weight: 600; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn { display: inline-block; text-decoration: none; padding: 13px 22px; border-radius: 8px; font-weight: 700; font-size: 15px; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }

/* sections */
section { padding: 36px 0; }
section.alt { background: var(--bg-warm); }
h2 { font-size: 21px; border-left: 6px solid var(--brand); padding-left: 12px; margin: 0 0 18px; }
h3 { font-size: 16.5px; margin: 22px 0 8px; }
.grid { display: grid; gap: 14px; }
.grid.c3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px; }
.card h3 { margin-top: 0; }
.card .tag { display: inline-block; background: var(--chip); color: var(--brand-dark); font-size: 11.5px; font-weight: 700; padding: 2px 9px; border-radius: 999px; margin-bottom: 8px; }
.price { font-size: 13px; color: var(--ink-soft); }
.price b { color: var(--brand-dark); font-size: 17px; }
.card .go { display: inline-block; margin-top: 10px; font-weight: 700; font-size: 13.5px; }

table { border-collapse: collapse; width: 100%; background: #fff; font-size: 14px; }
th, td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; vertical-align: top; }
th { background: var(--bg-warm); white-space: nowrap; }
.tablewrap { overflow-x: auto; }

.note { background: #fff8e8; border-left: 4px solid #d7a017; padding: 10px 15px; font-size: 13.5px; border-radius: 0 6px 6px 0; margin: 14px 0; }
.faq dt { font-weight: 700; margin-top: 16px; }
.faq dt::before { content: "Q. "; color: var(--brand); }
.faq dd { margin: 4px 0 0; color: var(--ink-soft); }
.faq dd::before { content: "A. "; color: var(--accent); font-weight: 700; }

/* bottom cta（本家ヘッダーと同じ黒地に黄ボタン） */
.bottom-cta { background: var(--head); color: #fff; text-align: center; padding: 40px 18px; }
.bottom-cta h2 { border: none; padding: 0; color: #fff; font-size: 22px; }
.bottom-cta p { opacity: .92; max-width: 620px; margin: 10px auto 20px; }
.bottom-cta .btn-primary { background: var(--y); color: #17191c; }

/* footer */
.site-foot { background: #23262b; color: #cfd3d9; font-size: 12.5px; padding: 26px 0 40px; }
.site-foot a { color: #fff; }
.site-foot .cols { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; }

@media (max-width: 640px) {
  .hero { padding: 28px 0 24px; }
  section { padding: 28px 0; }
}
