@charset "UTF-8";
/* 夏キャンプLP専用CSS */

/* ========== ヘッダーボタン改行防止 ========== */
button.applied { white-space: nowrap; }

/* ========== 共通 ========== */
.lp-summer { font-family: "Noto Sans JP", sans-serif; color: #333; }
.lp-summer *, .lp-summer *::before, .lp-summer *::after { box-sizing: border-box; }
.lp-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.lp-section { padding: 80px 0; }
.lp-section:nth-child(even) { background: #f8f7f4; }
.lp-section__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.5;
}
.lp-section__title-en {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2A9D63;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.is-pc { display: inline !important; }
.is-sp { display: none !important; }
@media (max-width: 768px) {
    .is-pc { display: none !important; }
    .is-sp { display: inline !important; }
    .lp-section { padding: 50px 0; }
    .lp-section__title { font-size: 22px; margin-bottom: 35px; }
}

/* ========== ボタン ========== */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}
.lp-btn--primary {
    background: #EB7F32;
    color: #fff;
    border-color: #EB7F32;
}
.lp-btn--primary:hover { background: #d4691e; border-color: #d4691e; }
.lp-btn--outline {
    background: #fff;
    color: #2A9D63;
    border-color: #2A9D63;
}
.lp-btn--outline:hover { background: #2A9D63; color: #fff; }
.lp-btn--lg { padding: 18px 40px; font-size: 18px; }
@media (max-width: 768px) {
    .lp-btn--lg { padding: 16px 30px; font-size: 16px; width: 100%; }
}

/* ========== ファーストビュー ========== */
.lp-hero {
    position: relative;
    background: url('/wp-content/uploads/2026/06/LP-images01.jpg') center center / cover no-repeat;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}
.lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(42,157,99,0.75) 0%, rgba(30,122,76,0.8) 60%, rgba(21,90,56,0.85) 100%);
}
.lp-hero::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.lp-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 30px;
    position: relative;
    z-index: 1;
}
.lp-hero__content { max-width: 640px; }
.lp-hero__badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}
.lp-hero__title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
}
.lp-hero__title--accent {
    color: #FFD93D;
    font-size: 48px;
}
.lp-hero__lead {
    color: rgba(255,255,255,0.9);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .lp-hero { min-height: 420px; }
    .lp-hero__inner { padding: 50px 20px; }
    .lp-hero__title { font-size: 26px; }
    .lp-hero__title--accent { font-size: 32px; }
    .lp-hero__lead { font-size: 15px; }
}

/* ========== 安心の3つの理由 ========== */
.lp-trust { background: #fff; }
.lp-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.lp-trust__card {
    text-align: center;
    padding: 40px 25px;
    background: #fffefd;
    border-radius: 15px;
    border-top: 5px solid #2A9D63;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}
.lp-trust__card:hover { transform: translateY(-4px); }
.lp-trust__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
}
.lp-trust__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #2A9D63;
    margin-bottom: 12px;
}
.lp-trust__card-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}
@media (max-width: 768px) {
    .lp-trust__grid { grid-template-columns: 1fr; gap: 20px; }
    .lp-trust__card { padding: 30px 20px; }
}

/* ========== キャンプ一覧 ========== */
.lp-camps { background: #f8f7f4; padding-top: 0; }
.lp-camps__header {
    position: relative;
    background: url('/wp-content/uploads/2026/06/LP-images02.jpg') center center / cover no-repeat;
    padding: 50px 20px 40px;
    text-align: center;
    margin-bottom: 50px;
}
.lp-camps__header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.55);
}
.lp-camps__header .lp-section__title,
.lp-camps__header .lp-camps__lead {
    position: relative;
    z-index: 1;
}
.lp-camps__header .lp-section__title { margin-bottom: 16px; }
.lp-camps__lead {
    text-align: center;
    font-size: 16px;
    color: #c0392b;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.lp-camps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.lp-camp-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lp-camp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.lp-camp-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.lp-camp-card__img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.lp-camp-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.lp-camp-card:hover .lp-camp-card__img { transform: scale(1.05); }
.lp-camp-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.lp-camp-card__badge--open { background: #2A9D63; }
.lp-camp-card__badge--few { background: #e67e22; }
.lp-camp-card__badge--wait { background: #e74c3c; }
.lp-camp-card__badge--sold { background: #95a5a6; }
.lp-camp-card__body { padding: 16px 20px 20px; }
.lp-camp-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #333;
}
.lp-camp-card__date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #2A9D63;
    font-weight: 600;
    margin-bottom: 8px;
}
.lp-camp-card__catch {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}
.lp-camp-card__more {
    display: inline-block;
    font-size: 13px;
    color: #EB7F32;
    font-weight: 700;
}
@media (max-width: 768px) {
    .lp-camps__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .lp-camp-card__title { font-size: 14px; }
    .lp-camp-card__body { padding: 12px 14px 16px; }
}
@media (max-width: 480px) {
    .lp-camps__grid { grid-template-columns: 1fr; }
}

/* ========== 1日の流れ ========== */
.lp-flow { background: #fff; }
.lp-flow__timeline {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 100px;
}
.lp-flow__timeline::before {
    content: "";
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #2A9D63;
    border-radius: 2px;
}
.lp-flow__item {
    position: relative;
    padding: 0 0 40px 30px;
}
.lp-flow__item:last-child { padding-bottom: 0; }
.lp-flow__item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #2A9D63;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #2A9D63;
    z-index: 1;
}
.lp-flow__time {
    position: absolute;
    left: -100px;
    top: 0;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2A9D63;
    width: 70px;
    text-align: right;
}
.lp-flow__content h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}
.lp-flow__content p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .lp-flow__timeline { padding-left: 80px; }
    .lp-flow__timeline::before { left: 60px; }
    .lp-flow__time { left: -80px; width: 55px; font-size: 16px; }
    .lp-flow__item { padding-left: 25px; }
    .lp-flow__item::before { left: -8px; }
}

/* ========== FAQ ========== */
.lp-faq { background: #f8f7f4; }
.lp-faq__list { max-width: 800px; margin: 0 auto; }
.lp-faq__item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.lp-faq__q {
    padding: 20px 50px 20px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    position: relative;
    color: #333;
}
.lp-faq__q::-webkit-details-marker { display: none; }
.lp-faq__q::before {
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #2A9D63;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    margin-right: 12px;
    flex-shrink: 0;
}
.lp-faq__q::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #2A9D63;
    font-weight: 300;
    transition: transform 0.3s ease;
}
details[open] .lp-faq__q::after {
    content: "−";
}
.lp-faq__a {
    padding: 0 24px 20px 64px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}
@media (max-width: 768px) {
    .lp-faq__q { font-size: 15px; padding: 16px 40px 16px 20px; }
    .lp-faq__a { padding: 0 20px 16px 52px; font-size: 14px; }
}

/* ========== クロージングCTA ========== */
.lp-section.lp-cta { background: linear-gradient(135deg, #2A9D63 0%, #1e7a4c 100%); }
.lp-cta__box {
    text-align: center;
    padding: 20px 0;
}
.lp-cta__title {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
}
.lp-cta__text {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.lp-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-cta__buttons .lp-btn--outline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.lp-cta__buttons .lp-btn--outline:hover {
    background: #fff;
    color: #2A9D63;
}
.lp-cta__note {
    margin-top: 16px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
@media (max-width: 768px) {
    .lp-cta__title { font-size: 24px; }
    .lp-cta__buttons { flex-direction: column; align-items: center; }
}

/* ========== チラシリンク ========== */
.lp-flyer { background: #fff; padding: 60px 0; }
.lp-flyer__inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.lp-flyer__thumb {
    flex-shrink: 0;
    width: 240px;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
    transform: rotate(-2deg);
    transition: transform 0.3s;
}
.lp-flyer__thumb:hover { transform: rotate(0deg) scale(1.03); }
.lp-flyer__thumb img { display: block; width: 100%; height: auto; }
.lp-flyer__body { flex: 1; }
.lp-flyer__title {
    font-size: 22px;
    font-weight: 900;
    color: #333;
    margin-bottom: 12px;
}
.lp-flyer__text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.lp-flyer__body .lp-btn { margin-bottom: 16px; }
.lp-flyer__link {
    display: inline-block;
    color: #2A9D63;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}
.lp-flyer__link:hover { text-decoration: underline; }
@media (max-width: 768px) {
    .lp-flyer__inner { flex-direction: column; text-align: center; }
    .lp-flyer__thumb { width: 180px; margin: 0 auto; }
}

/* ========== 追従CTA（スマホ） ========== */
.lp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
    display: flex;
    padding: 10px 16px;
    gap: 10px;
    z-index: 9999;
}
.lp-sticky-cta__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #EB7F32;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.lp-sticky-cta__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    background: #2A9D63;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
@media (min-width: 769px) {
    .lp-sticky-cta { display: none !important; }
}

/* ========== スマホ時のbody下部余白（追従CTAの高さ分） ========== */
@media (max-width: 768px) {
    .lp-summer { padding-bottom: 70px; }
}
