@charset "utf-8";
/* =============================================================
   SHOWTIME よくある質問（FAQ）ページ リデザイン
   トップと同じトンマナ：白 × 赤 ／ 親しみ・柔らかい・洗練
   ※ .stf-faq 配下のみに適用
============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.stf-faq {
    --c-red: #e8443b;
    --c-red-2: #ff6b5e;
    --c-red-deep: #c9302a;
    --c-pink: #fff1ef;
    --c-cream: #fffaf8;
    --c-ink: #38322f;
    --c-sub: #7c736e;
    --c-line: #f2e3df;
    --c-round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", sans-serif;
    --c-font: "Zen Kaku Gothic New", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    --c-radius: 22px;
    --c-shadow: 0 18px 44px -20px rgba(200, 60, 50, .26);
    --c-shadow-soft: 0 10px 30px -14px rgba(90, 70, 65, .20);

    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 8px 4px;
    color: var(--c-ink);
    font-family: var(--c-font);
    line-height: 1.9;
    overflow: hidden;
}
.stf-faq * { box-sizing: border-box; }

/* 背景の淡いブロブ */
.stf-faq::before,
.stf-faq::after {
    content: ""; position: absolute; border-radius: 50%; z-index: 0;
    filter: blur(6px); opacity: .5; pointer-events: none;
}
.stf-faq::before {
    display: none;
    width: 250px; height: 250px; top: -70px; left: -90px;
    background: linear-gradient(135deg, #ffd9d2, #ffeae6);
}
.stf-faq::after {
    width: 200px; height: 200px; bottom: 120px; right: -80px;
    background: linear-gradient(135deg, #ffe2dc, #fff3f0);
}
.stf-inner { position: relative; z-index: 1; }

/* 見出し */
.stf-head { text-align: center; margin: 0 0 40px; }
.stf-en {
    display: inline-block; font-family: var(--c-round);
    font-size: 12px; font-weight: 700; letter-spacing: .34em;
    color: var(--c-red); margin: 0 0 12px; padding-left: .34em;
}
.stf-en::before, .stf-en::after {
    content: ""; display: inline-block; width: 26px; height: 2px; border-radius: 2px;
    background: var(--c-red); vertical-align: middle; margin: 0 12px 3px;
}
.stf-title {
    font-family: var(--c-round); font-weight: 700;
    font-size: clamp(25px, 5vw, 32px); line-height: 1.35; margin: 0; color: var(--c-ink);
}

/* Q&A カード */
.stf-list { display: flex; flex-direction: column; gap: 16px; margin: 0 0 40px; }
.stf-item {
    background: #fff; border: 1px solid var(--c-line);
    border-radius: var(--c-radius); box-shadow: var(--c-shadow-soft);
    padding: 26px 30px;
}
.stf-q {
    display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
    font-family: var(--c-round); font-weight: 700; font-size: 17.5px;
    color: var(--c-ink); margin: 0;
}
.stf-a {
    display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
    margin-top: 16px; padding-top: 18px; border-top: 1px dashed var(--c-line);
}
.stf-a-body { font-size: 15px; color: var(--c-sub); }
.stf-a-body p { margin: 0; }

.stf-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 11px;
    font-family: var(--c-round); font-weight: 700; font-size: 17px; line-height: 1;
    flex: none;
}
.stf-badge-q { color: #fff; background: linear-gradient(135deg, var(--c-red), var(--c-red-2)); box-shadow: var(--c-shadow); }
.stf-badge-a { color: var(--c-red); background: var(--c-pink); border: 1.5px solid rgba(232, 68, 59, .35); }

/* お問い合わせ CTA カード */
.stf-cta {
    text-align: center;
    background:
        radial-gradient(120% 140% at 100% 0%, var(--c-pink) 0%, rgba(255, 241, 239, 0) 55%),
        #fff;
    border: 1px solid var(--c-line); border-radius: var(--c-radius);
    box-shadow: var(--c-shadow-soft);
    padding: 40px 34px; margin: 0 0 36px;
}
.stf-cta-title {
    font-family: var(--c-round); font-weight: 700; font-size: 20px;
    color: var(--c-ink); margin: 0 0 8px;
}
.stf-cta-lead { color: var(--c-sub); font-size: 14.5px; margin: 0 0 24px; }
.stf-cta-actions {
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; gap: 14px;
}
.stf-btn {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--c-round); font-weight: 700; font-size: 15px;
    padding: 15px 30px; border-radius: 999px; text-decoration: none;
    transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.stf-btn svg { width: 17px; height: 17px; }
.stf-btn-primary {
    color: #fff; background: linear-gradient(120deg, var(--c-red) 0%, var(--c-red-2) 100%);
    box-shadow: var(--c-shadow);
}
.stf-btn-primary:hover { transform: translateY(-2px); background: var(--c-red-deep); color: #fff; }
.stf-btn-tel {
    flex-direction: column; align-items: center; gap: 2px;
    color: var(--c-red-deep); background: #fff;
    border: 1.5px solid var(--c-line); line-height: 1.2;
}
.stf-btn-tel small { font-size: 11px; font-weight: 500; color: var(--c-red); letter-spacing: .06em; }
.stf-btn-tel strong { display: flex; align-items: center; gap: 7px; font-size: 20px; }
.stf-btn-tel:hover { transform: translateY(-2px); border-color: var(--c-red); box-shadow: var(--c-shadow-soft); }
.stf-tel-sub {
    display: block; width: 100%; margin-top: 10px;
    font-size: 12.5px; color: var(--c-sub);
}
.stf-tel-sub a { color: var(--c-red-deep); font-family: var(--c-round); font-weight: 700; text-decoration: none; }
.stf-tel-sub a:hover { text-decoration: underline; }

/* Instagram バナー */
.stf-insta { text-align: center; margin: 0; }
.stf-insta img {
    display: inline-block; height: auto; max-width: 100%;
    border-radius: 10px; transition: transform .2s, box-shadow .2s;
}
.stf-insta a:hover img { transform: translateY(-2px); box-shadow: var(--c-shadow-soft); }

/* レスポンシブ */
@media screen and (max-width: 560px) {
    .stf-item { padding: 22px 20px; }
    .stf-q { font-size: 16px; gap: 12px; }
    .stf-a { gap: 12px; }
    .stf-cta { padding: 32px 22px; }
    .stf-cta-actions { flex-direction: column; }
    .stf-btn { width: 100%; justify-content: center; }
}
