/* 光南台乗馬クラブ - 乗馬の魅力と効能ページ */

.appeal-page {
    background: var(--cream);
}

.appeal-article {
    padding: 8.5rem 2rem 0;
    background:
        linear-gradient(180deg, var(--cream) 0%, var(--white) 34%, var(--cream) 100%);
}

.appeal-header {
    max-width: 920px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.appeal-header h1 {
    font-family: 'Shippori Mincho', serif;
    color: var(--forest-dark);
    font-size: clamp(2.3rem, 5vw, 3.7rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

.appeal-lead {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-light);
    font-size: 1.08rem;
    line-height: 2.1;
}

.appeal-body {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 7rem;
}

.appeal-section {
    padding: 3.5rem 0;
    border-top: 1px solid rgba(156, 203, 156, 0.18);
    position: relative;
    isolation: isolate;
    overflow: visible;
}

.appeal-section:first-child {
    border-top: none;
    padding-top: 0;
}

.appeal-section h2 {
    font-family: 'Shippori Mincho', serif;
    color: var(--forest-dark);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
}

.appeal-section p {
    color: var(--text);
    font-size: 1.02rem;
    line-height: 2.15;
    position: relative;
    z-index: 1;
}

.appeal-section p + p {
    margin-top: 1.25rem;
}

.appeal-spot {
    width: clamp(78px, 10vw, 118px);
    margin: 0;
    opacity: 0.24;
    pointer-events: none;
    position: absolute;
    top: 2.6rem;
    z-index: 0;
}

.appeal-spot-right {
    right: 0.25rem;
}

.appeal-spot-left {
    left: 0.25rem;
}

.appeal-spot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.appeal-spot-soft {
    opacity: 0.2;
}

@media (min-width: 1100px) {
    .appeal-spot-right {
        right: -3.25rem;
    }

    .appeal-spot-left {
        left: -3rem;
    }
}

.appeal-club-section {
    margin-top: 1rem;
    padding: 3rem;
    border: 1px solid rgba(156, 203, 156, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.appeal-club-section h2 {
    margin-bottom: 1.3rem;
}

.appeal-faq {
    padding: 7rem 2rem;
    background: var(--white);
}

.appeal-faq-list {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 0.9rem;
}

.appeal-faq-item {
    border-top: 1px solid rgba(156, 203, 156, 0.28);
    background: transparent;
}

.appeal-faq-item:last-child {
    border-bottom: 1px solid rgba(156, 203, 156, 0.28);
}

.appeal-faq-item summary {
    cursor: pointer;
    padding: 1.35rem 0;
    color: var(--forest-dark);
    font-family: 'Shippori Mincho', serif;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.7;
}

.appeal-faq-item p {
    padding: 0 0 1.5rem;
    color: var(--text-light);
    font-size: 0.98rem;
    line-height: 2;
}

@media (max-width: 768px) {
    .appeal-article {
        padding: 6.5rem 1.25rem 0;
    }

    .appeal-header {
        margin-bottom: 2.5rem;
        text-align: left;
    }

    .appeal-header h1 {
        font-size: clamp(2rem, 9vw, 2.75rem);
        letter-spacing: 0.04em;
        margin-bottom: 1.2rem;
    }

    .appeal-lead {
        font-size: 0.96rem;
        line-height: 1.95;
    }

    .appeal-body {
        padding-bottom: 5rem;
    }

    .appeal-section {
        padding: 2.75rem 0;
        overflow: hidden;
    }

    .appeal-section h2 {
        font-size: clamp(1.35rem, 6.8vw, 1.85rem);
        line-height: 1.55;
        margin-bottom: 1.2rem;
    }

    .appeal-section p {
        font-size: 0.95rem;
        line-height: 1.95;
    }

    .appeal-spot,
    .appeal-spot-left,
    .appeal-spot-right {
        width: 68px;
        top: 1.25rem;
        opacity: 0.18;
    }

    .appeal-spot-right {
        right: -0.3rem;
    }

    .appeal-spot-left {
        left: -0.3rem;
    }

    .appeal-club-section {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .appeal-faq {
        padding: 5rem 1.25rem;
    }

    .appeal-faq .section-header {
        margin-bottom: 2.25rem;
    }

    .appeal-faq-item summary {
        padding: 1.1rem 0;
        font-size: 1rem;
    }

    .appeal-faq-item p {
        padding-bottom: 1.2rem;
        font-size: 0.94rem;
        line-height: 1.9;
    }
}

@media (max-width: 375px) {
    .appeal-article {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .appeal-club-section {
        padding: 1.25rem;
    }

    .appeal-faq {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
