/* ==============================================================
   ご利用ガイド専用スタイル (guide.php 用)
============================================================== */
.guide-page-section {
    padding: 60px 0 100px;
    background-color: #f9f9f9;
}

.guide-page-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 900;
    color: #111111;
    margin-bottom: 20px;
}

.guide-page-desc {
    text-align: center;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 50px;
}

/* ▼▼ タブメニュー UI ▼▼ */
.guide-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 1000px;
}

.guide-tab {
    flex: 1;
    text-align: center;
    padding: 18px 15px;
    background: #eaeaea;
    color: #666;
    font-weight: bold;
    font-size: 0.95rem;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 4px solid #cccccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.guide-tab i {
    font-size: 1.4rem;
}

.guide-tab:hover {
    background: #e0e0e0;
    color: #333;
}

/* 選択中のタブ (アクティブ) */
.guide-tab.active {
    background: #ffffff;
    color: #111111;
    border-bottom: 4px solid #ffd700; /* ゴールド */
    box-shadow: 0 -5px 15px rgba(0,0,0,0.03);
}
.guide-tab.active i {
    color: #ffd700;
}

/* ▼▼ タブコンテンツ UI ▼▼ */
.guide-content-wrap {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 60px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.guide-pane {
    display: none;
    animation: fadeInPane 0.5s ease forwards;
}

.guide-pane.active {
    display: block;
}

@keyframes fadeInPane {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* コンテンツ内の見出し・リスト装飾 */
.guide-pane h3 {
    font-size: 1.4rem;
    font-weight: 900;
    color: #111;
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}
.guide-pane h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: #ffd700;
}
.guide-pane h3:first-child {
    margin-top: 0;
}

.guide-pane ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.guide-pane li {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.guide-pane strong {
    color: #111;
    font-weight: 900;
    background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.4) 60%);
}

.guide-alert {
    background: #fff8e1;
    border-left: 4px solid #ffb300;
    padding: 15px 20px;
    border-radius: 4px;
    margin: 15px 0;
    font-size: 0.9rem;
    color: #333;
}

/* ▼▼ スマホ対応 (レスポンシブ) ▼▼ */
@media (max-width: 768px) {
    .guide-tabs {
        flex-wrap: wrap; /* スマホでは2列×2行にする */
        gap: 5px;
        padding: 0 15px;
    }
    .guide-tab {
        flex: 0 0 calc(50% - 5px);
        border-radius: 6px;
        border-bottom: none;
        border-left: 4px solid #cccccc;
        padding: 15px 10px;
        font-size: 0.85rem;
    }
    .guide-tab.active {
        border-bottom: none;
        border-left: 4px solid #ffd700;
    }
    .guide-content-wrap {
        padding: 30px 20px;
        margin: 0 15px;
        border-radius: 8px;
    }
}/* ==============================================================
   ご利用ガイド セクション（ヘッダー被り解消）
============================================================== */
.guide-page-section {
    /* padding-top を margin-top に変更し、数値を大きくする */
    margin-top: 180px !important; 
    padding-bottom: 80px;
}

/* スマホ・タブレット表示の時の余白調整 */
@media (max-width: 991px) {
    .guide-page-section {
        margin-top: 140px !important; 
    }
}
/* ==============================================================
   強力なCTA（行動喚起）セクション 専用スタイル
============================================================== */
.cta-section {
    background-color: #111111; /* ELEVEN BASEのブランドブラック */
    padding: 80px 20px;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.cta-heading {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    color: #ffffff;
}

/* ボタン群のレイアウト（縦並び） */
.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}

/* ボタンの共通スタイル（ピル形状） */
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px; /* PC画面でも広がりすぎないように制限 */
    padding: 18px 30px;
    border-radius: 50px; 
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* メインボタン（ゴールド） */
.cta-btn-gold {
    background-color: #ffd700;
    color: #111111 !important;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.15);
}

.cta-btn-gold:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

/* サブボタン（ダーク＆ホワイトボーダー） */
.cta-btn-dark {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.cta-btn-dark:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.cta-btn-dark i {
    margin-right: 10px;
    font-size: 1.4rem;
}

/* マイクロコピー（補足テキスト） */
.cta-description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #cccccc;
    margin: 0;
}

/* スマホ用の改行制御 */
.hide-sp {
    display: none;
}

/* PC・タブレット向けレスポンシブ調整 */
@media (min-width: 768px) {
    .cta-heading {
        font-size: 2.2rem;
    }
    .cta-buttons {
        gap: 20px;
    }
    .hide-sp {
        display: block;
    }
}