.bag_green_two {
    margin: 0 auto;
    padding: 0 auto;
    background-color: #e7f0e7;
    padding: 2em 0;
}

.mano {
    margin: 0 auto;
}

.swiper {
    width: 100%;
    margin: 2em auto;
    margin: 0 auto;
    padding-bottom: 60px;
}

.swiper-slide {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.review-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 200px;
    margin-bottom: 10px;
}

.review-title {
    font-size: 18px;
    font-weight: 700;
    color: #3fa67d;
    margin-bottom: 16px;
}

.review-title a {
    color: #5fbf9a;
    text-decoration: none;
}

.review-title h4 {
    color: #555555;
    font-size: 13px;
    margin-top: 5px;
    font-weight: normal;
    text-decoration: none;
}

.review-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    text-align: left;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 最大2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    color: #333;
    transition: all 0.3s ease;
}

.review-text.open {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.review-toggle {
    display: inline-block;
    background: none;
    border: none;
    color: #5fbf9a;
    /* CONYトーン */
    cursor: pointer;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    padding: 0;
}

.review-toggle:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .swiper-slide {
        padding: 24px;
    }
    .review-title {
        font-size: 16px;
    }
}

.mySwiper {
    margin: 2em auto;
}

.parallax-visual {
    position: relative;
    height: 800px;
    overflow: hidden;
    margin: 0;
    background-size: cover;
    background-position: center;
    /* スクロールしても背景固定（パララックス効果） */
    filter: brightness(0.95);
}

.parallax-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.parallax-text {
    width: 80%;
    max-width: 700px;
    height: auto;
    opacity: 0;
    transform: translateY(40px);
    animation: textFadeIn 2.2s ease forwards;
}

/* ✅ テキストがふわっと浮かぶ演出 */

@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ✅ スマホ調整 */

@media (max-width: 768px) {
    .parallax-visual {
        height: 35vh;
        background-attachment: scroll;
        /* モバイルSafari対策 */
    }
    .parallax-text {
        width: 90%;
    }
}

.seo {
    max-width: 1041px;
    width: 96%;
    margin: 2em auto;
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    color: #3d3d3d;
    line-height: 1.8em;
}

/* ▼▼▼ 全体セクション ▼▼▼ */

.newborn-photo-rental {
    margin: 40px auto;
    max-width: 1200px;
    /* ページ幅に合わせて調整 */
    padding: 0;
    border-radius: 8px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
    width: 95%;
}

.section-title .arrow {
    margin-left: 8px;
    color: #999;
}

/* ▼ アコーディオンアイテム全体 */

.accordion-item {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    /* コンテンツのアニメーション用に必要な場合 */
}

/* ▼ アコーディオンタイトルボタン */

.accordion-title {
    width: 100%;
    background: #eee;
    border: none;
    outline: none;
    text-align: left;
    padding: 1em;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.3s;
    display: block;
    position: relative;
}

.accordion-title:hover {
    background: #e2e2e2;
}

.accordion-title span {
    pointer-events: none;
}

.accordion-title[aria-expanded="true"] {
    background: #ddd;
    /* 開いている時の色 */
}

/* ▼ アコーディオンコンテンツ */

.accordion-content {
    padding: 1em;
    display: none;
    /* 初期状態で非表示 （JSでも設定） */
    line-height: 1.6;
}

/* ▼ リストのスタイル */

.accordion-content ul {
    list-style: none;
    padding-left: 0;
    margin: 1em 0;
}

.accordion-content ul li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0.8em;
}

.accordion-content ul li::before {
    content: "•";
    color: #ff6961;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0.2em);
}

/* ▼ アコーディオンタイトルボタン */

.accordion-title {
    width: 100%;
    background: #eee;
    border: none;
    outline: none;
    text-align: left;
    padding: 1em;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.3s;
    display: block;
    position: relative;
}

.accordion-title:hover {
    background: #e2e2e2;
}

.accordion-title span {
    pointer-events: none;
}

.accordion-title[aria-expanded="true"] {
    background: #ddd;
    /* 開いている時の色 */
}

.site-footer {
    background-color: #fff;
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    padding: 60px 8% 40px;
    border-top: 1px solid #e5e5e5;
    max-width: 1920px;
    margin: 0 auto;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-logo a {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.footer-links {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.footer-col li {
    margin: 6px 0;
}

.footer-col a {
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-col a:hover {
    opacity: 0.6;
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-policy a {
    color: #555;
    text-decoration: none;
    font-size: 12px;
}

.footer-copy {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* ✅ スマホ対応 */

@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        gap: 40px;
    }
    .footer-links {
        gap: 40px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-bottom {
        text-align: center;
    }
}
