/* ==========================================================================
   Privacy Policy Page Styles
   ========================================================================== */

.privacy-content {
    background-color: #fcfaf7;
    padding-top: 80px;
    padding-bottom: 120px;
}

.privacy-content .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* ブロック（プライバシーポリシー / クッキーポリシー） */
.privacy-block {
    margin-bottom: 80px;
}

.privacy-block:last-child {
    margin-bottom: 0;
}

/* ブロックヘッダー */
.privacy-block-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b29c6d;
}

.privacy-block-en {
    display: block;
    font-family: "Cormorant Upright", serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #997c22;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.privacy-block-ja {
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    color: #282303;
    margin: 0;
}

/* イントロ文 */
.privacy-intro {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #282303;
    margin-bottom: 50px;
    padding: 24px 28px;
    background-color: #f3f1e5;
    border-left: 3px solid #997c22;
}

/* 各条文セクション */
.privacy-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e0cc;
}

.privacy-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* 条文見出し */
.privacy-heading {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #282303;
    margin: 0 0 16px;
    padding-left: 12px;
    border-left: 3px solid #997c22;
}

/* 本文 */
.privacy-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 14px;
}

.privacy-text:last-child {
    margin-bottom: 0;
}

/* リスト */
.privacy-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 14px;
}

.privacy-list li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
    padding-left: 1.2em;
    margin-bottom: 8px;
    position: relative;
}

.privacy-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #997c22;
}

.privacy-list li a {
    color: #997c22;
    text-decoration: underline;
}

.privacy-list li a:hover {
    color: #7d651b;
}

/* お問い合わせ情報 */
.privacy-contact-info {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.95rem;
    line-height: 2;
    color: #282303;
    margin-top: 16px;
    padding: 20px 24px;
    background-color: #f3f1e5;
}

.privacy-contact-info p {
    margin: 0;
}

.privacy-contact-info a {
    color: #282303;
    text-decoration: none;
}

/* ==========================================================================
   スマートフォン表示時の調整
   ========================================================================== */
@media screen and (max-width: 768px) {
    .privacy-content {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .privacy-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .privacy-block {
        margin-bottom: 60px;
    }

    .privacy-block-ja {
        font-size: 1.6rem;
    }

    .privacy-intro {
        padding: 18px 16px;
        font-size: 0.875rem;
    }

    .privacy-section {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .privacy-heading {
        font-size: 1rem;
    }

    .privacy-text,
    .privacy-list li {
        font-size: 0.85rem;
    }

    .privacy-contact-info {
        padding: 16px;
    }
}
