/*
Theme Name: co-nect LP
Theme URI: https://co-nect.co.jp
Description: 全身ストレッチ&トレーニング co-nect ランディングページ専用テーマ
Version: 3.0
Author: co-nect
*/

/* ===== リセット ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 72px; font-family: 'Noto Sans JP', sans-serif; color: #1A1A1A; font-size: 16px; line-height: 1.8; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }

/* ===== コンテナ ===== */
.lp-container { max-width: 1200px; margin: 0 auto; padding: 0 80px; }
@media (max-width: 768px) {
    .lp-container { padding: 0 20px; }
}

/* ===== ボタン ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}
.btn:hover { opacity: 0.85; transform: translateY(-2px); }
.btn-primary  { background: #F85602; color: #FFF8F5; }
.btn-reserve  { background: #1A2B6D; color: #fff; box-shadow: 0 4px 16px rgba(26,43,109,0.35); }
.btn-line     { background: #06C755; color: #fff; box-shadow: 0 4px 16px rgba(6,199,85,0.35); }
.btn-footer-reserve { background: #1A2B6D; color: #fff; border: 2px solid #1A2B6D; }
.btn-outline-sm {
    display: inline-block;
    border: 1px solid #F85602;
    color: #F85602;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 12px;
}

/* ===== ヘッダー ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.header-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.site-logo { flex-shrink: 0; }
.logo-img  { height: 26px; width: auto; }
.logo-text { font-size: 20px; font-weight: 900; color: #F85602; }
.header-nav { flex: 1; }
.header-nav ul { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.header-nav ul li a { font-size: 13px; font-weight: 500; color: #1A1A1A; white-space: nowrap; }
.header-nav ul li a:hover { color: #F85602; }
.header-reserve { flex-shrink: 0; font-size: 13px; padding: 10px 20px; }
.pricing-page .header-reserve,
.faq-page .header-reserve { margin-left: auto; }
.faq-page .header-reserve { display: block; }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 0; }

@media (max-width: 768px) {
    .header-nav {
        display: none;
        position: fixed;
        top: 56px; left: 0; right: 0; bottom: 0;
        background: rgba(255,255,255,0.98);
        z-index: 99;
        padding: 24px 20px;
        overflow-y: auto;
    }
    .header-nav.open { display: block; }
    .header-nav ul { flex-direction: column; gap: 0; }
    .header-nav ul li a {
        display: block;
        padding: 16px 0;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }
    .nav-hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 26px; height: 18px;
        margin-left: auto;
    }
    .nav-hamburger span {
        display: block;
        height: 2px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s;
    }
    .nav-hamburger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .header-reserve { display: none; }
    .pricing-page .header-reserve { display: block; }
    .faq-page .header-reserve { display: block; }
}

/* ===== FV ===== */
.fv { line-height: 0; }
.fv-img { width: 100%; height: auto; }

/* ===== キャンペーンバナー ===== */
.campaign { padding: 24px 20px 0; }
.campaign-inner { max-width: 560px; margin: 0 auto; }
.campaign-img { width: 100%; border-radius: 12px; }

/* ===== CTAボタン ===== */
.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 28px 20px;
}
.cta-btn {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    padding: 16px 32px;
}

/* ===== YouTube ===== */
.youtube-section { padding: 40px 0; }
.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}
.youtube-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

/* ===== セクションタイトル共通 ===== */
.section-title-plain {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 28px;
}
.section-title-underline {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 28px;
    padding-bottom: 10px;
    position: relative;
}
.section-title-underline::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #F85602;
    border-radius: 2px;
    margin: 10px auto 0;
}
.section-title-orange-bg {
    background: #F85602;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    padding: 16px 20px;
    margin-bottom: 28px;
    border-radius: 8px;
}
.section-sub {
    text-align: center;
    font-size: 15px;
    color: #666666;
    line-height: 1.9;
    margin-bottom: 28px;
}
.section-mt { margin-top: 60px; }

/* ===== カードグリッド ===== */
.card-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
@media (max-width: 768px) {
    .card-grid-2 { grid-template-columns: 1fr 1fr; gap: 12px; }
}
@media (max-width: 480px) {
    .card-grid-3 { grid-template-columns: 1fr 1fr; }
}

/* カード共通 */
.card-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.card-label {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px;
    text-align: center;
    color: #1A1A1A;
    line-height: 1.4;
}

/* ===== お悩みセクション ===== */
.worry-section {
    padding: 64px 0 48px;
    background: #F7F5F3;
}
.worry-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.approach-lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.9;
    margin: 28px 0 24px;
    color: #1A1A1A;
}
.approach-circles {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 32px;
}
.approach-item { flex: 1; max-width: 260px; }
.approach-img { width: 100%; border-radius: 50%; }
.btn-center { text-align: center; }

/* ===== 特徴セクション ===== */
.features-section {
    padding: 64px 0 48px;
    background: #fff;
}
.feature-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

/* ===== 比較セクション ===== */
.comparison-section {
    padding: 64px 0 48px;
    background: #F7F5F3;
}
.comparison-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8d8cc;
}
.comparison-img { width: 100%; }
.comparison-caption {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    color: #1A1A1A;
}

/* ===== フローセクション ===== */
.flow-section { padding: 64px 0 48px; background: #fff; }
.step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}
@media (max-width: 560px) {
    .step-grid { grid-template-columns: 1fr; gap: 20px; }
}
.step-img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 10px;
}
.step-title { font-size: 14px; font-weight: 900; margin-bottom: 6px; color: #1A1A1A; }
.step-desc  { font-size: 12px; color: #666666; line-height: 1.7; }
.step-link  { display: inline-block; margin-top: 6px; font-size: 12px; font-weight: 700; color: #F85602; text-decoration: underline; }

/* ===== 初めての方へ ===== */
.beginner-section {
    padding: 64px 0 48px;
    background: #F7F5F3;
}
.beginner-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 24px 12px 48px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    gap: 14px;
    color: #1A2B6D;
    transition: transform 0.2s;
    text-decoration: none;
}
.beginner-card:hover { transform: translateY(-3px); }
.beginner-icon {
    width: 160px; height: 160px;
    background: #1A2B6D;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
}
.beginner-text {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    color: #1A2B6D;
}
.beginner-arrow {
    position: absolute;
    bottom: 12px; right: 12px;
    width: 30px; height: 30px;
    background: #F85602;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* ===== よくある質問 ===== */
.faq-section { padding: 64px 0 48px; background: #F7F5F3; }
.faq-group { margin-bottom: 32px; }
.faq-group-title {
    font-size: 16px;
    font-weight: 700;
    color: #F85602;
    border-left: 4px solid #F85602;
    padding-left: 12px;
    margin-bottom: 16px;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
}
.faq-q {
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
    padding: 18px 48px 18px 40px;
    position: relative;
    cursor: pointer;
    margin: 0;
    user-select: none;
}
.faq-q::before {
    content: 'Q';
    position: absolute;
    left: 16px;
    color: #F85602;
    font-weight: 900;
}
.faq-q::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 10px; height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s;
}
.faq-item.is-open .faq-q::after {
    transform: translateY(-30%) rotate(225deg);
}
.faq-a {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    padding: 0 48px 0 40px;
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.is-open .faq-a {
    max-height: 300px;
    padding: 0 48px 18px 40px;
}
.faq-a::before {
    content: 'A';
    position: absolute;
    left: 16px;
    color: #1A2B6D;
    font-weight: 900;
}
.faq-a a { color: #F85602; text-decoration: underline; }

/* ===== お客様の声 ===== */
.voice-section { padding: 64px 0 48px; background: #fff; }
.voice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}
@media (max-width: 640px) {
    .voice-grid { grid-template-columns: 1fr; }
}
.voice-name    { font-size: 18px; font-weight: 900; margin-bottom: 12px; }
.voice-img     { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; margin-bottom: 16px; }
.voice-comment { font-size: 13px; line-height: 1.8; color: #666666; }

/* ===== アクセス ===== */
.access-section { padding: 64px 0 48px; background: #F7F5F3; }

.access-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.access-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0e8e0;
}
.access-store-name { font-size: 16px; font-weight: 900; color: #1A1A1A; }
.access-card-header .btn { padding: 10px 20px; font-size: 13px; }

.access-store-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.access-info-table { padding: 16px 20px; }
.access-info-row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0e8e0;
    font-size: 14px;
    line-height: 1.6;
}
.access-info-row:last-child { border-bottom: none; }
.access-info-label {
    flex-shrink: 0;
    width: 72px;
    font-weight: 700;
    color: #F85602;
    font-size: 13px;
}
.access-info-value { color: #1A1A1A; }
.access-info-value a { color: #1A1A1A; text-decoration: underline; }

.access-links {
    display: flex;
    gap: 10px;
    padding: 0 20px 16px;
    flex-wrap: wrap;
}
.access-link-btn {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    color: #1A1A1A;
    background: #fafafa;
    transition: background 0.2s;
}
.access-link-btn:hover { background: #f0e8e0; }

.access-map-wrap { margin: 0 0 0; }
.access-map-wrap iframe { display: block; }

.btn-dark { background: #1a1a1a; color: #fff; }
.access-page-btn {
    display: block;
    margin: 16px 20px 20px;
    text-align: center;
    border-radius: 50px;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
}

/* ===== フッター ===== */
.site-footer { background: #F85602; color: #fff; padding: 48px 20px 24px; }
.footer-main {
    text-align: center;
    max-width: 480px;
    margin: 0 auto 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-logo      { height: 56px; margin: 0 auto 16px; filter: brightness(0) invert(1); }
.footer-logo-text { font-size: 28px; font-weight: 900; display: block; margin-bottom: 16px; }
.footer-phone     { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.footer-phone a   { color: #fff; }
.footer-contact   { font-size: 14px; line-height: 1.9; margin-bottom: 12px; }
.footer-contact a { color: #fff; text-decoration: underline; }
.footer-info      { font-size: 13px; margin-bottom: 4px; }
.footer-main .btn-footer-reserve { margin-top: 20px; padding: 14px 40px; font-size: 20px; }

.footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 720px;
    margin: 0 auto 24px;
}
@media (max-width: 560px) {
    .footer-nav { grid-template-columns: 1fr 1fr; }
}
.footer-nav-col { display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col a { font-size: 12px; color: rgba(255,255,255,0.85); }
.footer-nav-col a:hover { color: #fff; }
.footer-sns { display: flex; gap: 14px; margin-top: 8px; }
.footer-sns a { font-size: 20px; color: rgba(255,255,255,0.85); }
.footer-sns a:hover { color: #fff; }
.footer-copy { text-align: center; font-size: 12px; color: rgba(255,255,255,0.6); margin: 0; }

/* ===== 料金ページ ===== */
.pricing-hero {
    background: #F85602;
    padding: 64px 0 56px;
    text-align: center;
}
.pricing-hero-title {
    font-size: 40px;
    font-weight: 900;
    color: #FFF8F5;
    margin-bottom: 10px;
    line-height: 1.3;
}
.pricing-hero-sub {
    font-size: 16px;
    color: rgba(255,248,245,0.8);
}
.pricing-section { padding: 80px 0 64px; background: #fff; }
.pricing-section-gray { background: #F7F5F3; }

.pricing-entry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto 20px;
}
.pricing-entry-card {
    background: #F7F5F3;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.pricing-entry-label {
    font-size: 15px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}
.pricing-entry-price {
    font-size: 44px;
    font-weight: 900;
    color: #F85602;
    line-height: 1;
}
.pricing-entry-price span { font-size: 18px; font-weight: 400; color: #666666; }
.pricing-entry-original {
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.pricing-campaign-badge {
    display: block;
    width: fit-content;
    margin: 0 auto 28px;
    background: linear-gradient(135deg, #FF7A2F 0%, #F85602 50%, #D94400 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    border-radius: 12px;
    padding: 18px 48px;
    letter-spacing: 0.1em;
    box-shadow: 0 6px 24px rgba(248,86,2,0.45);
    position: relative;
    overflow: hidden;
    animation: badge-pulse 2.5s ease-in-out infinite;
}
.pricing-campaign-badge::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: badge-shine 2.5s ease-in-out infinite;
}
@keyframes badge-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 6px 24px rgba(248,86,2,0.45); }
    50%       { transform: scale(1.02); box-shadow: 0 10px 36px rgba(248,86,2,0.6); }
}
@keyframes badge-shine {
    0%   { left: -100%; }
    60%, 100% { left: 150%; }
}
.pricing-campaign-note {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #F85602;
    background: #FFF0E8;
    border-radius: 50px;
    padding: 14px 32px;
    max-width: 640px;
    margin: 0 auto;
    border: 1.5px solid #F85602;
    white-space: nowrap;
}

.pricing-tabs {
    display: flex;
    gap: 6px;
    background: #E5E5E5;
    border-radius: 50px;
    padding: 4px;
    max-width: 360px;
    margin: 0 auto 40px;
}
.pricing-tab {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    color: #666666;
    transition: all 0.2s;
    font-family: 'Noto Sans JP', sans-serif;
}
.pricing-tab.is-active {
    background: #fff;
    color: #1A1A1A;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.pricing-tab-content { display: none; }
.pricing-tab-content.is-active { display: block; }

.pricing-table-title {
    font-size: 22px;
    font-weight: 900;
    color: #1A1A1A;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E5E5E5;
}
.pricing-table-caption { font-size: 15px; color: #666666; margin-bottom: 20px; }

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 8px;
}
.pricing-card {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s;
}
.pricing-card:hover { transform: translateY(-3px); }
.pricing-card.is-featured {
    background: linear-gradient(135deg, #FF7A2F 0%, #F85602 100%);
    border: 2px solid #F85602;
    box-shadow: 0 8px 32px rgba(248,86,2,0.35);
    transform: scale(1.04);
}
.pricing-card.is-featured:hover { transform: scale(1.04) translateY(-3px); }
.pricing-card.is-featured .pricing-card-name { color: rgba(255,255,255,0.9); }
.pricing-card.is-featured .pricing-card-price { color: #fff; }
.pricing-card.is-featured .pricing-card-price span { color: rgba(255,255,255,0.7); }
.pricing-card.is-featured .pricing-card-note { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); }
.pricing-card.is-featured .pricing-card-badge { background: #fff; color: #F85602; }
.pricing-card-badge {
    display: inline-block;
    background: #F85602;
    color: #FFF8F5;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}
.pricing-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 16px;
}
.pricing-card-price {
    font-size: 36px;
    font-weight: 900;
    color: #1A2B6D;
    line-height: 1;
}
.pricing-card-price span { font-size: 15px; font-weight: 400; color: #666666; }
.pricing-card-note {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    background: #F7F5F3;
    border-radius: 4px;
    padding: 4px 8px;
}
.pricing-card-bonus {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #F85602;
    background: #FFF0E8;
    border: 1.5px solid #F85602;
    border-radius: 50px;
    padding: 4px 12px;
}

.pricing-other-table {
    width: 100%;
    border-collapse: collapse;
    max-width: 480px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.pricing-other-table tr { border-bottom: 1px solid #E5E5E5; }
.pricing-other-table tr:last-child { border-bottom: none; }
.pricing-other-table td { padding: 16px 20px; font-size: 17px; }
.pricing-other-table td:last-child { font-weight: 900; text-align: right; color: #1A2B6D; }

@media (max-width: 560px) {
    .pricing-hero-title { font-size: 28px; }
    .pricing-cards { grid-template-columns: 1fr 1fr; }
    .pricing-section { padding: 56px 0 48px; }
    .pricing-campaign-note { font-size: 14px; white-space: normal; padding: 12px 20px; }
}
@media (max-width: 400px) {
    .pricing-cards { grid-template-columns: 1fr; }
    .pricing-entry-grid { grid-template-columns: 1fr 1fr; }
}
.pricing-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.pricing-cta-btns .btn {
    min-width: 200px;
}
@media (max-width: 560px) {
    .pricing-cta-btns {
        flex-direction: column;
        align-items: center;
    }
    .pricing-cta-btns .btn {
        width: 100%;
        max-width: 320px;
    }
}

/* ===== 固定フッターバー ===== */
.fixed-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 200;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(8px);
    box-shadow: 0 -2px 16px rgba(0,0,0,0.12);
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    justify-content: center;
}
.fixed-bar .btn {
    flex: 1;
    max-width: 220px;
    padding: 12px 20px;
    font-size: 25px;
}

/* ===== 体験までの流れページ ===== */
.flow-page .header-reserve { margin-left: auto; }

@media (max-width: 768px) {
    .flow-page .header-reserve { display: block; }
}

.flow-campaign {
    padding: 48px 0;
    background: #FFF3EE;
}
.flow-campaign-inner {
    max-width: 600px;
    margin: 0 auto;
    background: #F85602;
    border-radius: 16px;
    padding: 32px 24px;
    color: #fff;
    text-align: center;
}
.flow-campaign-month {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.flow-campaign-block {
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}
.flow-campaign-label {
    background: #C94400;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
}
.flow-campaign-prices { display: flex; flex-direction: column; gap: 8px; }
.flow-campaign-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.flow-campaign-badge-min {
    background: #fff;
    color: #F85602;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
}
.flow-campaign-original {
    font-size: 16px;
    text-decoration: line-through;
    opacity: 0.75;
}
.flow-campaign-price {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}
.flow-campaign-price small { font-size: 14px; }
.flow-campaign-sub {
    font-size: 12px;
    margin: 8px 0 4px;
    opacity: 0.9;
}
.flow-campaign-set {
    margin-top: 16px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 16px;
}
.flow-campaign-set-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.flow-campaign-set-badge {
    background: #fff;
    color: #F85602;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 50px;
    text-align: center;
    line-height: 1.4;
    flex-shrink: 0;
}
.flow-campaign-set-items {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 12px;
}
.flow-campaign-set-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
}
.flow-campaign-set-item i { font-size: 28px; }
.flow-campaign-set-note {
    font-size: 12px;
    opacity: 0.9;
}

/* CTA */
.flow-cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.flow-cta-main { font-size: 18px; padding: 18px 48px; border-radius: 50px; }
.flow-cta-tel {
    color: #F85602;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.flow-cta-tel:hover { opacity: 0.8; }
.btn-flow-pricing {
    display: inline-block;
    background: #F85602;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.btn-flow-pricing:hover { opacity: 0.8; }
.flow-phone-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #06C755;
    color: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    text-decoration: none;
    max-width: 480px;
    margin: 0 auto;
    transition: opacity 0.2s;
}
.flow-phone-banner:hover { opacity: 0.9; }
.flow-phone-banner-text { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.flow-phone-banner-num { font-size: 32px; font-weight: 900; letter-spacing: 0.05em; }
.flow-phone-banner-hours { font-size: 12px; opacity: 0.9; margin-top: 4px; }

/* ===== アプローチページ ===== */
.approach-page .header-reserve { margin-left: auto; }

@media (max-width: 768px) {
    .approach-page .header-reserve { display: block; }
}

.approach-fv { line-height: 0; }
.approach-full-img { max-width: 560px; margin: 0 auto; }
.approach-full-img { width: 100%; height: auto; display: block; border-radius: 12px; }
.approach-section { padding: 48px 0; background: #fff; }
.approach-section-gray { background: #F7F5F3; }
.approach-section-title {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px;
    color: #1A1A1A;
    padding-bottom: 12px;
    position: relative;
}
.approach-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #F85602;
    border-radius: 2px;
    margin: 10px auto 0;
}
.approach-cta-sm {
    padding: 32px 20px;
    text-align: center;
    background: #fff;
}
.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}
.youtube-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
