/* ========================================
    プライバシーポリシーページ専用スタイル
    ======================================== */

/* ページタイトルセクション */
.page-title-section {
    background: linear-gradient(135deg, rgba(197, 212, 218, 0.8), rgba(139, 218, 194, 0.8)), url('../koya.img/tree2.jpg!d');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: clamp(4rem, 8vw, 6rem) 0;
    text-align: center;
    color: #ffffff;
    margin-top: 180px; /* 固定ヘッダーの高さ分 */
}

.page-title-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
}

.page-title {
    font-family: 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Rounded Mplus 1c', 'Rounded Mplus 1p', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    font-family: 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Rounded Mplus 1c', 'Rounded Mplus 1p', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    color: #666666; /* より濃いグレーに変更 */
    opacity: 0.9;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); /* 白い影を追加 */
}

/* プライバシーポリシーセクション */
.privacy-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(248, 255, 248, 0.1));
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
}

.privacy-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: clamp(3rem, 6vw, 4rem);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(74, 103, 65, 0.1);
}

.privacy-title {
    font-family: 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Rounded Mplus 1c', 'Rounded Mplus 1p', sans-serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #2c5530;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #40E0D0;
}

.privacy-text {
    font-family: 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Rounded Mplus 1c', 'Rounded Mplus 1p', sans-serif;
    line-height: 1.8;
    color: #333;
}

.privacy-text p {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 2vw, 1.1rem);
}

.privacy-subtitle {
    font-family: 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Rounded Mplus 1c', 'Rounded Mplus 1p', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #4a6741;
    margin: 2.5rem 0 1rem 0;
    padding-left: 1rem;
    border-left: 4px solid #40E0D0;
}

.privacy-subtitle:first-of-type {
    margin-top: 2rem;
}

.privacy-list {
    margin: 1.5rem 0 1.5rem 2rem;
    padding-left: 1rem;
}

.privacy-list li {
    margin-bottom: 0.8rem;
    font-size: clamp(1rem, 2vw, 1.1rem);
    position: relative;
    padding-left: 1.5rem;
    list-style: none; /* デフォルトのリストスタイルを無効化 */
}

.privacy-list li::before {
    content: "•";
    color: #40E0D0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.contact-info {
    background: rgba(74, 103, 65, 0.05);
    border: 1px solid rgba(74, 103, 65, 0.2);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.contact-info p {
    margin-bottom: 0.8rem;
}

.contact-info a {
    color: #40E0D0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #20B2AA;
    text-decoration: underline;
}

.privacy-date {
    background: rgba(64, 224, 208, 0.1);
    border: 1px solid rgba(64, 224, 208, 0.3);
    border-radius: 15px;
    padding: 2rem;
    margin: 2.5rem 0;
    text-align: center;
}

.privacy-date p {
    margin-bottom: 0.5rem;
    color: #2c5530;
}

.privacy-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(74, 103, 65, 0.1);
}

.privacy-btn {
    font-family: 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', 'Rounded Mplus 1c', 'Rounded Mplus 1p', sans-serif;
    display: inline-block;
    padding: clamp(1rem, 2.5vw, 1.5rem) clamp(2rem, 4vw, 3rem);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.privacy-btn:first-child {
    background: linear-gradient(135deg, #40E0D0, #20B2AA);
    color: #ffffff;
}

.privacy-btn:first-child:hover {
    background: linear-gradient(135deg, #48D1CC, #00CED1);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(32, 178, 170, 0.4);
}

.privacy-btn.secondary {
    background: transparent;
    color: #20B2AA;
    border-color: #20B2AA;
}

.privacy-btn.secondary:hover {
    background: rgba(32, 178, 170, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(32, 178, 170, 0.2);
}

/* フッター */
.footer {
    background: linear-gradient(135deg, #2c5530, #4a6741);
    color: #ffffff;
    padding: 3rem 0 1rem 0;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-name {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer-address,
.footer-phone,
.footer-email {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #40E0D0;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .page-title-section {
        margin-top: 160px;
        padding: clamp(3rem, 6vw, 4rem) 0;
    }
    
    .privacy-content {
        padding: clamp(2rem, 4vw, 3rem);
    }
    
    .privacy-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .privacy-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .contact-info,
    .privacy-date {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .page-title-section {
        margin-top: 140px;
        padding: clamp(2rem, 5vw, 3rem) 0;
    }
    
    .privacy-content {
        padding: clamp(1.5rem, 3vw, 2rem);
    }
    
    .privacy-subtitle {
        font-size: clamp(1.2rem, 2.2vw, 1.4rem);
        margin: 2rem 0 1rem 0;
    }
    
    .privacy-text p {
        font-size: clamp(0.9rem, 1.8vw, 1rem);
    }
    
    .privacy-list li {
        font-size: clamp(0.9rem, 1.8vw, 1rem);
    }
    
    .contact-info,
    .privacy-date {
        padding: 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* アニメーション効果 */
.privacy-content {
    animation: fadeInUp 0.8s ease-out;
}

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

.privacy-subtitle {
    animation: slideInLeft 0.6s ease-out;
    animation-fill-mode: both;
}

.privacy-subtitle:nth-child(2) { animation-delay: 0.1s; }
.privacy-subtitle:nth-child(3) { animation-delay: 0.2s; }
.privacy-subtitle:nth-child(4) { animation-delay: 0.3s; }
.privacy-subtitle:nth-child(5) { animation-delay: 0.4s; }
.privacy-subtitle:nth-child(6) { animation-delay: 0.5s; }
.privacy-subtitle:nth-child(7) { animation-delay: 0.6s; }

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
