/* ============================================================
   easyorder.css  –  NARUMISM イージーオーダーページ用スタイル
   https://narumiec1202.itembox.design/item/easyorder/easyorder.css
============================================================ */

body { font-family: "Noto Sans JP", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; margin: 0; color: #43362f; }
        
        /* --- 汎用・Hero --- */
        .eo-hero { background-color: #f9f8f6; text-align: center; padding: 40px 20px; border-bottom: 1px solid #eee; }
        .eo-hero h1 { font-size: 32px; color: #43362f; margin: 0 0 15px; line-height: 1.6; }
        .eo-hero p { font-size: 16px; color: #444; line-height: 1.8; margin: 0 auto; max-width: 680px; }
        .top-fullwidth-image { height: 300px; overflow: hidden; }
        .top-fullwidth-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .content-section { margin-bottom: 40px; text-align: center; }
        .content-section img { display: block; margin: 0 auto; max-width: 100%; }
        
        /* --- セクション見出し（ゴシック統一・太字化） --- */
        .text-section-title-wrap { text-align: center; margin: 60px 0 30px; }
        .text-section-title { font-size: 28px; font-weight: bold; color: #43362f; display: inline-flex; align-items: center; gap: 15px; margin: 0; line-height: 1.2; }
        .text-section-title::before, .text-section-title::after { content: "――"; color: #bd5e56; font-weight: bold; }
        .text-section-subtitle { font-size: 16px; color: #444; margin: 10px 0 0; font-weight: bold; }
        
        /* --- ターゲット別導線 --- */
        .eo-scene-section { background: #fdf9f5; padding: 32px 20px; border-bottom: 1px solid #eee; }
        .eo-scene-lead { text-align: center; font-size: 12px; letter-spacing: 0.15em; color: #444; margin-bottom: 6px; }
        .eo-scene-heading { text-align: center; font-size: 18px; font-weight: 700; color: #43362f; margin: 0 0 24px; }
        .eo-scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 900px; margin: 0 auto; }
        .eo-scene-card { display: block; text-decoration: none; background: #fff; border: 1.5px solid #ece7e2; border-radius: 10px; padding: 20px 14px 40px; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; cursor: pointer; }
        .eo-scene-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 10px 10px 0 0; }
        .eo-scene-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); border-color: #d4b8b0; }
        .eo-scene-card:active { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.1); }
        .eo-scene-card::after { content: '詳しく見る →'; position: absolute; bottom: 12px; right: 14px; font-size: 11px; font-weight: 700; opacity: 0.7; transition: opacity 0.2s, transform 0.2s; }
        .eo-scene-card:hover::after { opacity: 1; transform: translateX(2px); }
        .scene-oshi::after { color: #e8607a; }
        .scene-fes::after  { content: 'ページを見る →'; color: #f47c3f; }
        .scene-cafe::after { content: 'ページを見る →'; color: #6b4f40; }
        .scene-corp::after { content: 'ページを見る →'; color: #c7564a; }
        .eo-scene-card.scene-oshi::before { background: #e8607a; }
        .eo-scene-card.scene-fes::before { background: #f47c3f; }
        .eo-scene-card.scene-cafe::before { background: #6b4f40; }
        .eo-scene-card.scene-corp::before { background: #c7564a; }
        .eo-scene-icon { font-size: 24px; display: block; margin-bottom: 10px; }
        .eo-scene-label { font-size: 13px; font-weight: 700; color: #43362f; line-height: 1.5; margin-bottom: 10px; }
        .eo-scene-tags { display: flex; flex-wrap: wrap; gap: 4px; }
        .eo-scene-tag { font-size: 10px; padding: 2px 7px; border-radius: 20px; font-weight: 600; white-space: nowrap; }
        .scene-oshi .eo-scene-tag { background: #fce8ec; color: #b8405a; }
        .scene-fes  .eo-scene-tag { background: #fdf0e6; color: #c05a10; }
        .scene-cafe .eo-scene-tag { background: #f0ebe7; color: #4a3028; }
        .scene-corp .eo-scene-tag { background: #fdecea; color: #a03830; }
        
        /* --- 7つのポイント --- */
        .eo-points-wrap { width: 100%; max-width: 1000px; margin: 10px auto 0; border: 1px solid #f0cec4; border-radius: 4px; overflow: hidden; }
        .eo-points-heading { background: #f5c9bc; color: #43362f; font-size: 1.2em; font-weight: bold; text-align: center; padding: 18px 20px; letter-spacing: .06em; line-height: 1.4; }
        .eo-point-row { display: flex; align-items: flex-start; padding: 20px 28px; gap: 20px; border-bottom: 1px solid #f0cec4; }
        .eo-point-row:last-child { border-bottom: none; }
        .eo-point-row:nth-child(odd)  { background: #fff; }
        .eo-point-row:nth-child(even) { background: #fef5f1; }
        .eo-point-num { flex-shrink: 0; width: 52px; height: 52px; background: #f47c3f; color: #fff; font-size: 1.5em; font-weight: bold; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; box-shadow: 0 2px 6px rgba(244,124,63,.25); }
        .eo-point-body { flex: 1; min-width: 0; text-align: left; }
        .eo-point-title { font-size: 1.1em; font-weight: bold; color: #43362f; margin: 0 0 6px; line-height: 1.5; }
        .eo-point-sub { font-size: .88em; color: #7a6258; margin: 0 0 4px; line-height: 1.75; }
        .eo-point-note { font-size: .78em; color: #a08070; margin: 4px 0 0; }

        /* --- 配送セクション --- */
        .eo-delivery-wrap { max-width: 900px; margin: 10px auto 0; border: 1px solid #f0cec4; border-radius: 8px; overflow: hidden; background: #fff; }
        .eo-delivery-heading { background: #f5c9bc; color: #43362f; font-size: 1.15em; font-weight: bold; text-align: center; padding: 16px 20px; letter-spacing: .06em; }
        .eo-delivery-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 16px 20px 0; }
        .eo-delivery-badge { background: #fff4f0; border: 1px solid #f0cec4; color: #c7564a; font-size: 13px; font-weight: bold; padding: 5px 14px; border-radius: 20px; }
        .eo-delivery-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 16px 24px; }
        .eo-delivery-photo { margin: 0; position: relative; }
        .eo-delivery-photo img { width: 100%; aspect-ratio: 1/1; object-fit: contain; border-radius: 8px; border: 1px solid #f0e8e0; display: block; background: #faf7f5; }
        .eo-delivery-photo figcaption { font-size: 12px; color: #7a6258; text-align: center; margin-top: 6px; }
        .eo-delivery-photo-soon { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.45); color: #fff; font-size: 11px; font-weight: bold; padding: 3px 10px; border-radius: 20px; white-space: nowrap; pointer-events: none; }
        .eo-delivery-desc { text-align: center; font-size: 15px; color: #43362f; padding: 0 24px 16px; margin: 0; line-height: 1.8; }
        .eo-delivery-desc strong { color: #f47c3f; }
        .eo-delivery-contact { display: block; max-width: 480px; margin: 0 auto 16px; padding: 14px 20px; border: 1.5px solid #d4b0a8; border-radius: 8px; text-align: center; text-decoration: none; color: #43362f; font-size: 14px; background: #fdf8f5; transition: background 0.2s, border-color 0.2s; }
        .eo-delivery-contact:hover { background: #f5ede8; border-color: #f47c3f; }
        .eo-delivery-note { font-size: 11.5px; color: #444; text-align: center; padding: 0 24px 16px; margin: 0; line-height: 1.7; }

        /* --- お届け目安バー --- */
        #delivery-estimate { background: #5a5a5a; border-bottom: 4px solid #4a4a4a; border-top: 1px solid #6a6a6a; padding: 25px 20px; text-align: center }
        #delivery-estimate h2 { border-left: none; margin: 0 0 10px; font-size: 18px; color: #eee; font-weight: normal }
        #delivery-date { font-weight: 700; color: #fff; font-size: 28px; background: #ff6f61; padding: 5px 15px; border-radius: 5px; display: inline-block }
        @media (max-width: 720px) { #delivery-estimate h2 { font-size: 16px } #delivery-date { font-size: 22px; white-space: pre-line } }

        /* --- ワークススライダー --- */
        .works-slider-section { overflow: hidden; padding: 40px 0; border-bottom: 1px solid #eee; }
        .works-slider-section h2 { color: #43362f; border-left: 6px solid #bd5e56; padding-left: 10px; margin-bottom: 12px; font-size: 22px; font-weight: bold; padding: 0 20px 0 26px; }
        .works-slider-lead { font-size: 14px; color: #444; padding: 0 20px; margin-bottom: 20px; line-height: 1.7; }
        .works-slider-outer { overflow: hidden; width: 100% }
        .works-slider-track { display: flex; gap: 12px; width: max-content; animation: worksScroll 30s linear infinite }
        .works-slider-track:hover { animation-play-state: paused }
        .works-slide { flex-shrink: 0; width: 160px; height: 160px }
        .works-slide img { width: 100%; height: 100%; object-fit: contain }
        @keyframes worksScroll { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }
        @media (max-width: 640px) { .works-slide { width: 100px; height: 100px } }

        /* --- 箱サイズアコーディオン --- */
        .box-acc-q { padding: 14px 18px; font-size: 14px; font-weight: bold; color: #fff; background: #bd5e56; cursor: pointer; display: flex; align-items: center; justify-content: space-between; border-radius: 8px; margin: 16px 16px 0; }
        .box-acc-q::after { content: '▼ 開く'; font-size: 12px; white-space: nowrap; }
        .box-acc-item.box-open .box-acc-q { border-radius: 8px 8px 0 0; margin-bottom: 0; }
        .box-acc-item.box-open .box-acc-q::after { content: '▲ 閉じる'; }
        .box-acc-a { display: none; border-top: 1px solid #f0cec4; }
        .box-acc-item.box-open .box-acc-a { display: block; }
        .box-acc-body { padding: 20px 24px; }
        .box-img-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
        .box-img-item { margin: 0; }
        .box-img-item img { width: 100%; border-radius: 8px; border: 1px solid #f0e8e0; display: block; }
        .box-img-placeholder { width: 100%; aspect-ratio: 4/3; border-radius: 8px; border: 1px dashed #f0c8c0; background: #fff9f7; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #c7a09a; font-weight: bold; }
        .box-img-item figcaption { font-size: 12px; color: #7a6258; text-align: center; margin-top: 6px; }
        @media (max-width: 720px) { .box-img-grid { grid-template-columns: 1fr; } }

/* --- サンプルバナー --- */
        .eo-sample-banner { max-width: 900px; margin: 24px auto 0; display: flex; align-items: center; gap: 24px; background: linear-gradient(135deg, #fff7f0 0%, #fff0e8 100%); border: 2px solid #f47c3f; border-radius: 14px; padding: 24px 30px; text-decoration: none; }
        .eo-sample-banner-icon { font-size: 48px; flex-shrink: 0; }
        .eo-sample-banner-body { flex: 1; }
        .eo-sample-banner-tag { display: inline-block; background: #f47c3f; color: #fff; font-size: 11px; font-weight: bold; padding: 3px 10px; border-radius: 20px; margin-bottom: 8px; }
        .eo-sample-banner-title { font-size: 18px; font-weight: 700; color: #43362f; margin: 0 0 6px; }
        .eo-sample-banner-desc { font-size: 13px; color: #444; margin: 0; line-height: 1.6; }
        .eo-sample-banner-btn { flex-shrink: 0; display: inline-block; background: #f47c3f; color: #fff; font-size: 15px; font-weight: bold; padding: 14px 24px; border-radius: 8px; text-align: center; }
        @media (max-width: 600px) {
          .eo-sample-banner { flex-direction: column; text-align: center; padding: 20px; gap: 14px; }
          .eo-sample-banner-btn { width: 100%; box-sizing: border-box; }
        }

        /* --- 価格早見表 --- */
        .price-table-section { max-width: 1000px; margin: 40px auto; padding: 0 15px; }
        .price-table-title { text-align: center; font-size: 22px; color: #bd5e56; font-weight: bold; margin-bottom: 10px; }
        .price-table-sub { text-align: center; font-size: 14px; color: #444; margin-bottom: 20px; }
        .price-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; background: #fff; border: 1px solid #ddd; border-radius: 8px; }
        .price-table { width: 100%; min-width: 800px; border-collapse: collapse; font-size: 13px; text-align: center; }
        .price-table th, .price-table td { border: 1px solid #eee; padding: 10px 4px; white-space: nowrap; }
        .price-table th { background: #fdfcfb; color: #43362f; font-weight: normal; }
        .price-table .header-row th { background: #bd5e56; color: #fff; font-weight: bold; }
        .price-table .highlight-col { background: #e8f5e9; font-weight: bold; }
        .price-table .discount-row td { color: #bd5e56; font-weight: bold; font-size: 14px; background: #fffaf0; }

        /* --- 商品ラインナップ --- */
        .lineup-container { max-width: 960px; margin: 40px auto; padding: 0 20px; }
        .lineup-block { margin-bottom: 40px; }
        .lineup-block-title { font-size: 20px; color: #43362f; border-left: 6px solid #bd5e56; padding-left: 12px; margin-bottom: 20px; font-weight: bold; }
        .grid-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
        .grid-4col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
        @media (max-width: 900px) {
        .grid-4col { grid-template-columns: repeat(2, 1fr); }
        .eo-scene-grid { grid-template-columns: repeat(2, 1fr); }
        }
        .grid-5col { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
        .item-card { background: #fff; border: 1.5px solid #ece7e2; border-radius: 8px; padding: 20px 10px; text-align: center; text-decoration: none; display: flex; flex-direction: column; align-items: center; transition: all 0.2s; position: relative; }
        .item-card:hover { border-color: #bd5e56; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.08); }
        .item-qty { font-size: 24px; font-weight: bold; color: #f47c3f; margin-bottom: 8px; line-height: 1; }
        .item-qty span { font-size: 13px; color: #444; font-weight: normal; }
        .item-unit-price { font-size: 12px; color: #fff; background: #bd5e56; padding: 4px 10px; border-radius: 20px; display: inline-block; margin-bottom: 8px; font-weight: bold;}
        .item-price { font-size: 12px; color: #444; }
        .item-price b { font-size: 15px; color: #333; }
        @media (max-width: 600px) {
          .grid-5col { grid-template-columns: repeat(2, 1fr); gap: 8px; }
          .item-card { padding: 12px 8px; }
          .item-qty { font-size: 22px; margin-bottom: 4px; }
          .item-qty span { font-size: 12px; }
          .item-unit-price { font-size: 11px; padding: 3px 8px; margin-bottom: 6px; line-height: 1.4; }
          .item-price { font-size: 11px; }
          .item-price b { font-size: 13px; }
        }

        /* --- 4stepフロー --- */
        .eo-order-flow { background: #fffaf2; padding: 10px 20px 40px; }
        .eo-flow-lead { text-align: center; max-width: 800px; margin: 0 auto 30px; padding: 0 10px; }
        .eo-flow-lead strong { font-size: 1.1em; color: #c7564a; }
        .text-flow-wrapper { max-width: 1000px; margin: 0 auto; }
        .text-flow-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 15px; }
        .text-flow-item { display: flex; align-items: center; gap: 15px; padding: 15px; background: #fff; border-radius: 10px; border: 1px solid #eee; box-shadow: 0 3px 6px rgba(0,0,0,0.04); }
        .step-badge-container { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
        .step-badge-label { font-size: 11px; font-weight: bold; color: #f47c3f; line-height: 1; }
        .step-badge { display: inline-flex; justify-content: center; align-items: center; width: 36px; height: 36px; border-radius: 50%; background: #f47c3f; color: #fff; font-size: 20px; font-weight: bold; }
        .step-icon { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; flex-shrink: 0; }
        .step-icon img { width: 100%; height: 100%; object-fit: contain; }
        .step-text-flex { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; flex: 1; }
        .step-text { font-size: 17px; font-weight: 500; color: #43362f; text-align: left; flex: 1; }
        .step-text-flex span { font-size: 17px; font-weight: 500; color: #43362f; text-align: left; }
        .step-option-img { width: 100%; max-width: 400px; border-radius: 5px; border: 1px solid #eee; }
        .flow-completion { text-align: center; margin-top: 30px; }
        .completion-text { font-size: 24px; font-weight: bold; color: #f47c3f; display: inline-block; padding: 10px 25px; border-radius: 5px; background: #fff; border: 2px solid #ffd8d3; }
        .flow-subtext { font-size: 14px; color: #444; text-align: center; margin-top: 25px; line-height: 1.7; padding: 0 10px; }
        @media (max-width: 768px) {
        .text-flow-list { grid-template-columns: 1fr; gap: 12px; }
        .step-icon { width: 52px; height: 52px; }
        .step-text-flex span { font-size: 15px; }
        .step-text { font-size: 15px; }
        }


        /* --- 選び方の例 --- */
        .jirei-wrap { max-width: 1000px; margin: 10px auto 0; }
        .jirei-note { text-align: center; font-size: 13px; color: #444; margin: 0 0 16px; }
        .jirei-cards { display: flex; flex-direction: column; gap: 16px; }
        .jirei-card { background: #fff; border: 1.5px solid #f0cec4; border-radius: 12px; padding: 18px 16px; display: flex; flex-direction: row; gap: 16px; align-items: flex-start; }
        .jirei-card--featured { border-color: #f47c3f; background: #fff9f5; }
        .jirei-card-img { width: 120px; height: 120px; object-fit: cover; border-radius: 8px; flex-shrink: 0; background: #faf7f5; }
        .jirei-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
        .jirei-card-label { font-size: 14px; font-weight: bold; color: #43362f; }
        .jirei-card-desc { font-size: 12px; color: #444; margin: 0; }
        .jirei-opts { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; border-top: 1px dashed #f0cec4; padding-top: 8px; }
        .jirei-opts li { display: flex; align-items: center; font-size: 12px; gap: 4px; }
        .jirei-key { color: #444; flex-shrink: 0; width: 62px; }
        .jirei-val { flex: 1; color: #43362f; font-weight: 500; }
        .jirei-price { color: #f47c3f; font-weight: bold; flex-shrink: 0; }
        .jirei-total { margin-top: auto; padding-top: 8px; border-top: 1px solid #f0cec4; text-align: right; font-size: 12px; color: #444; }
        .jirei-total strong { font-size: 18px; color: #43362f; margin: 0 2px; }
        .jirei-footnote { font-size: 12px; color: #444; text-align: center; margin: 14px 0 0; line-height: 1.7; }

        /* --- ナビ --- */
        .eo-nav-container { padding: 30px 0; background: #fff; border-bottom: 1px solid #eee; }
        .eo-nav { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .eo-nav a { flex: 1; max-width: 250px; padding: 15px; background: #f9f8f6; border: 1px solid #eee; border-radius: 8px; text-align: center; text-decoration: none; font-size: 18px; font-weight: 500; color: #43362f; }
        .eo-cta { text-align: center; }
        .eo-cta-button { display: inline-block; padding: 16px 38px; background: rgb(244 124 63); color: #fff; font-size: 20px; font-weight: bold; text-decoration: none; border-radius: 50px; line-height: 1.3; transition: opacity 0.2s; }
        .eo-cta-button:hover { opacity: 0.8; }
        .eo-cta-button span { font-size: 14px; font-weight: normal; }

.deadline-calc-section { background: #fff9f5; padding: 40px 20px; border-bottom: 1px solid #ffd8d3; }
.deadline-calc-wrap { max-width: 640px; margin: 0 auto; }
.deadline-calc-title { font-size: 20px; font-weight: bold; color: #43362f; margin-bottom: 10px; }
.deadline-calc-lead { font-size: 14px; color: #7a6258; margin-bottom: 20px; line-height: 1.7; }
.deadline-calc-lead strong { color: #bd5e56; }
.deadline-calc-input-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.deadline-calc-input-row label { font-size: 14px; font-weight: bold; color: #43362f; white-space: nowrap; }
.deadline-calc-input-row input[type="date"] { flex: 1; min-width: 160px; padding: 10px 14px; border: 2px solid #ffd8d3; border-radius: 8px; font-size: 15px; color: #43362f; background: #fff; outline: none; }
.deadline-calc-input-row input[type="date"]:focus { border-color: #bd5e56; }
.deadline-calc-input-row button { padding: 10px 24px; background: #bd5e56; color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: bold; cursor: pointer; white-space: nowrap; transition: opacity 0.2s; }
.deadline-calc-input-row button:hover { opacity: 0.85; }
.deadline-result { margin-top: 20px; }
.deadline-result-inner { border-radius: 12px; padding: 20px 24px; line-height: 1.8; font-size: 15px; }
.deadline-result-inner.ok { background: #f0fff4; border: 2px solid #4caf50; }
.deadline-result-inner.ok .result-headline { color: #2e7d32; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.deadline-result-inner.warning { background: #fff8e1; border: 2px solid #ffc107; }
.deadline-result-inner.warning .result-headline { color: #e65100; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.deadline-result-inner.ng { background: #fff0f0; border: 2px solid #f44336; }
.deadline-result-inner.ng .result-headline { color: #c62828; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.deadline-result-inner .result-dates { font-size: 13px; color: #444; margin-top: 10px; border-top: 1px dashed #ccc; padding-top: 10px; }

/* --- 注意事項 --- */
        .section-title { color: #43362f; border-left: 6px solid #bd5e56; padding-left: 10px; margin-bottom: 20px; font-size: 26px; font-weight: 500; text-align: center; border: none; }
        .notice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
        .notice-item { display: flex; align-items: flex-start; gap: 15px; background: #fff7f5; border: 1px solid #ffe0db; border-radius: 10px; padding: 20px; line-height: 1.7; }
        .notice-icon { font-size: 28px; }
        .notice-text strong { display: block; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; color: #c7564a; }

        /* --- FAQ --- */
        .qa-subtitle { color: #43362f; border-bottom: 2px dashed #eee; padding-bottom: 10px; margin: 40px 0 20px; font-size: 1.2em; }
        .gq-acc { display: flex; flex-direction: column; gap: 15px; max-width: 800px; margin: 0 auto; }
        .gq-item { border: 1px solid #eee; border-radius: 10px; background: #fff; }
        .gq-q { display: flex; align-items: flex-start; gap: 12px; padding: 20px; cursor: pointer; font-weight: 700; color: #43362f; font-size: 1.1em; }
        .gq-q::after { content: '▼'; font-size: 12px; margin-left: auto; color: #bd5e56;}
        .gq-a { display: none; }
        .gq-a > div { display: flex; gap: 12px; padding: 0 20px 20px; line-height: 1.7; }
        .gq-item.gq-open .gq-a { display: block; }
        .q-icon, .a-icon { flex-shrink: 0; width: 28px; height: 28px; color: #fff; border-radius: 50%; display: grid; place-content: center; font-size: 18px; font-weight: bold; }
        .q-icon { background-color: #bd5e56; } .a-icon { background-color: #f47c3f; }

.simulator-section { background: linear-gradient(135deg,#fff9f2 0%,#fff4ec 100%) }
.sim-inner { max-width: 500px; margin: 0 auto; background: #fff; border-radius: 16px; border: 1px solid #ffd8d3; padding: 24px 20px 20px; box-shadow: 0 4px 20px rgba(255,111,97,0.1) }
.sim-preview { position: relative; width: 220px; height: 220px; margin: 0 auto 20px; border-radius: 12px; border: 1px solid #f0e8e0; overflow: hidden; background: #fdf6f2 }
.sim-preview img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; display: none }
.sim-controls { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px }
.sim-row { display: flex; align-items: center; gap: 10px }
.sim-row label { font-size: 13px; color: #5a4540; width: 76px; flex-shrink: 0; font-weight: 500 }
.sim-row select { flex: 1; font-size: 13px; border: 1px solid #e8d8d0; border-radius: 6px; padding: 6px 8px; background: #fdf6f2; color: #43362f; outline: none }
.sim-row select:focus { border-color: #ff6f61 }
.sim-row select:disabled { background: #f0ece8; color: #444; cursor: not-allowed }
.sim-check-row { display: flex; align-items: center; gap: 8px; margin-top: 2px }
.sim-check-row input[type="checkbox"] { width: 16px; height: 16px; accent-color: #ff6f61; cursor: pointer }
.sim-check-row label { font-size: 13px; color: #5a4540; font-weight: 500; cursor: pointer }
.sim-check-row .sim-check-note { font-size: 11px; color: #444 }
.sim-price-box { background: linear-gradient(135deg,#fff4f2,#fff9f7); border: 2px solid #ff6f61; border-radius: 12px; padding: 14px 18px; margin-bottom: 16px }
.sim-price-single { font-size: 13px; color: #43362f; font-weight: bold }
.sim-price-single span { font-size: 22px; color: #c7403a; margin-left: 8px }
.sim-price-unit { font-size: 13px; color: #43362f; font-weight: bold; margin-top: 6px }
.sim-price-unit span { font-size: 22px; color: #c7403a; font-weight: bold; margin-left: 6px }
.sim-price-breakdown { font-size: 13px; color: #5a4540; margin-top: 6px; line-height: 1.7 }
.sim-price-shipping { font-size: 13px; color: #7a9060; font-weight: bold; margin-top: 6px }
.sim-order-note { font-size: 13px; color: #5a4540; text-align: center; margin: 12px 0 4px }
.sim-product-link { display: block; margin-top: 12px; font-size: 14px; font-weight: bold; color: #fff !important; background: #ff6f61; padding: 12px 16px; border-radius: 8px; text-decoration: none !important; text-align: center; transition: opacity 0.2s }
.sim-product-link:hover { opacity: 0.85 }
.sim-btns { display: flex; gap: 10px }
.sim-btn { flex: 1; padding: 10px 0; border-radius: 8px; font-size: 13px; font-weight: bold; cursor: pointer; border: none; transition: opacity 0.2s }
.sim-btn:hover { opacity: 0.85 }
.sim-btn-reset { background: #f0ece8; color: #5a4540 }
.sim-btn-dl { background: #ff6f61; color: #fff }
.sim-btn-dl-img { background: #fff; color: #ff6f61; border: 2px solid #ff6f61 }
.thaw-schedule { margin-top: 16px; background: #fff8f0; border: 1px solid #ffd8b0; border-radius: 8px; padding: 14px 16px; }
.thaw-schedule-title { font-size: 13px; font-weight: bold; color: #c7564a; margin-bottom: 10px; }
.thaw-timeline { display: flex; flex-direction: column; gap: 6px; list-style: none; padding: 0; margin: 0; }
.thaw-timeline li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; color: #444; }
.thaw-time { flex-shrink: 0; font-weight: bold; color: #bd5e56; min-width: 52px; }

        /* --- 注文期限計算機 --- */
.deadline-calc-section { background: #fff9f5; padding: 40px 20px; border-bottom: 1px solid #ffd8d3; }
.deadline-calc-wrap { max-width: 640px; margin: 0 auto; }
.deadline-calc-title { font-size: 20px; font-weight: bold; color: #43362f; margin-bottom: 10px; }
.deadline-calc-lead { font-size: 14px; color: #7a6258; margin-bottom: 20px; line-height: 1.7; }
.deadline-calc-lead strong { color: #bd5e56; }
.deadline-calc-input-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.deadline-calc-input-row label { font-size: 14px; font-weight: bold; color: #43362f; white-space: nowrap; }
.deadline-calc-input-row input[type="date"] { flex: 1; min-width: 160px; padding: 10px 14px; border: 2px solid #ffd8d3; border-radius: 8px; font-size: 15px; color: #43362f; background: #fff; outline: none; }
.deadline-calc-input-row input[type="date"]:focus { border-color: #bd5e56; }
.deadline-calc-input-row button { padding: 10px 24px; background: #bd5e56; color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: bold; cursor: pointer; white-space: nowrap; transition: opacity 0.2s; }
.deadline-calc-input-row button:hover { opacity: 0.85; }
.deadline-result { margin-top: 20px; }
.deadline-result-inner { border-radius: 12px; padding: 20px 24px; line-height: 1.8; font-size: 15px; }
.deadline-result-inner.ok { background: #f0fff4; border: 2px solid #4caf50; }
.deadline-result-inner.ok .result-headline { color: #2e7d32; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.deadline-result-inner.warning { background: #fff8e1; border: 2px solid #ffc107; }
.deadline-result-inner.warning .result-headline { color: #e65100; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.deadline-result-inner.ng { background: #fff0f0; border: 2px solid #f44336; }
.deadline-result-inner.ng .result-headline { color: #c62828; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.deadline-result-inner .result-dates { font-size: 13px; color: #444; margin-top: 10px; border-top: 1px dashed #ccc; padding-top: 10px; }

