/*
Theme Name: 買取大吉 コスパ相生店
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: 雋ｷ蜿門､ｧ蜷峨Ξ繧ｬ繝阪ャ繝医ぎ繝ｼ繝�Φ遖乗ｴ･蠎励�繧ｫ繧ｹ繧ｿ繝�WordPress繝��繝�
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaitori-daikichi
*/

/* ========================================
   繝ｪ繧ｻ繝�ヨ繝ｻ蝓ｺ譛ｬ險ｭ螳�
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ========================================
   繝倥ャ繝繝ｼ
======================================== */
.site-header {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 20px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    max-width: 200px;
}

.site-logo img {
    height: auto;
    max-height: 60px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: #1a2b5e;
    border-radius: 2px;
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #1a2b5e;
    padding: 80px 30px 30px;
    transition: right 0.3s ease;
    z-index: 999;
}

.main-navigation.active {
    right: 0;
}

.main-navigation ul {
    list-style: none;
}

.main-navigation li {
    margin-bottom: 20px;
}

.main-navigation a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    transition: opacity 0.3s;
}

.main-navigation a:hover {
    opacity: 0.7;
}

/* ========================================
   繝輔ぃ繝ｼ繧ｹ繝医ン繝･繝ｼ�医ヲ繝ｼ繝ｭ繝ｼ��
======================================== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}

.hero-section picture {
    display: block;
}

.hero-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   蜈ｱ騾壹そ繧ｯ繧ｷ繝ｧ繝ｳ繧ｹ繧ｿ繧､繝ｫ
======================================== */
.section {
    padding: 50px 20px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #1a2b5e;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d4af37;
}

.section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* ========================================
   雋ｷ蜿門ｼｷ蛹悶ヶ繝ｩ繝ｳ繝�
======================================== */
.brands-section {
    background: #f9f9f9;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-item {
    background: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    min-height: 120px;
}

.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.brand-item img {
    width: 100%;
    max-width: 80px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 8px;
}

.brand-name {
    font-size: 13px;
    font-weight: 500;
    color: #1a2b5e;
    text-align: center;
    margin-top: 5px;
}

/* ========================================
   縺薙ｓ縺ｪ迥ｶ諷九〒繧よ渊螳壼庄閭ｽ
======================================== */
.conditions-section {
    background: #fff;
}

.conditions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.condition-item {
    text-align: center;
}

.condition-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.condition-item p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* ========================================
   買取実績
======================================== */
.results-section {
    background: #f9f9f9;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.result-item {
    text-align: center;
}

.result-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

/* ========================================
   驥代�繝励Λ繝√リ繝ｪ繧｢繝ｫ繧ｿ繧､繝�逶ｸ蝣ｴ
======================================== */
.market-price-section {
    background: linear-gradient(135deg, #fbf7e6 0%, #f5e6a3 100%);
    text-align: center;
    border-top: 1px solid #e0d0a0;
    border-bottom: 1px solid #e0d0a0;
}

.market-price-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.price-block {
    flex: 1;
    min-width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4af37;
}

.price-table-title {
    font-size: 18px;
    font-weight: bold;
    color: #1a2b5e;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4af37;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th {
    text-align: left;
    padding: 12px;
    background: #fffbf0;
    border-bottom: 1px solid #eee;
    color: #555;
    font-weight: bold;
}

.price-table td {
    text-align: right;
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: bold;
    color: #d4af37;
    letter-spacing: 0.05em;
}

.price-table tr:last-child th,
.price-table tr:last-child td {
    border-bottom: none;
}

/* ========================================
   驕ｸ縺ｰ繧後ｋ逅�罰
======================================== */
.reasons-section {
    background: #f9f9f9;
}

.reasons-list {
    max-width: 800px;
    margin: 0 auto;
}

.reason-item {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.reason-number {
    display: inline-block;
    background: #1a2b5e;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

.reason-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a2b5e;
}

.reason-description {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

/* ========================================
   縺泌茜逕ｨ縺ｮ豬√ｌ
======================================== */
.flow-section {
    background: #fff;
}

.flow-steps {
    max-width: 800px;
    margin: 0 auto;
}

.flow-step {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #d4af37;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.step-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #1a2b5e;
}

.step-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

/* ========================================
   雋ｷ蜿門ｮ溽ｸｾ
======================================== */
.results-section {
    background: #f9f9f9;
}



.result-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

/* ========================================
   蠎苓�諠��ｱ
======================================== */
.store-info-section {
    background: #fff;
}

.store-info-content {
    max-width: 800px;
    margin: 0 auto;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.info-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.info-table th {
    text-align: left;
    padding: 15px 10px;
    font-weight: bold;
    color: #1a2b5e;
    width: 120px;
    vertical-align: top;
}

.info-table td {
    padding: 15px 10px;
    color: #333;
}

.map-container {
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.cta-button {
    display: block;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 18px 40px;
    background: #d4af37;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    transition: background 0.3s, transform 0.3s;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.cta-button:hover {
    background: #c49b2f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* ========================================
   繝輔ャ繧ｿ繝ｼ
======================================== */
.site-footer {
    background: #1a2b5e;
    color: #fff;
    padding: 40px 20px 20px;
    text-align: center;
}

.footer-info {
    max-width: 800px;
    margin: 0 auto 30px;
}

.footer-info p {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.section-title {
    font-size: 32px;
}

.section {
    padding: 70px 40px;
}

/* ========================================
   繝ｬ繧ｹ繝昴Φ繧ｷ繝厄ｼ医ョ繧ｹ繧ｯ繝医ャ繝暦ｼ
======================================== */
@media (min-width: 1024px) {
    .hamburger {
        display: none;
    }

    .main-navigation {
        position: static;
        width: auto;
        max-width: none;
        height: auto;
        background: transparent;
        padding: 0;
    }

    .main-navigation ul {
        display: flex;
        gap: 30px;
    }

    .main-navigation li {
        margin-bottom: 0;
    }

    .main-navigation a {
        color: #1a2b5e;
        font-size: 16px;
        padding: 0;
    }

    .hero-section {
        min-height: 500px;
    }

    .section {
        padding: 80px 40px;
    }
}

/* ========================================
   おしらせセクション
======================================== */
.news-section {
    background: #fff;
    padding: 40px 20px;
}

.news-container {
    max-width: 800px;
    margin: 0 auto;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
}

.news-item {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    font-size: 14px;
    color: #666;
    min-width: 100px;
    flex-shrink: 0;
}

.news-text {
    font-size: 15px;
    color: #333;
    flex: 1;
    line-height: 1.6;
}

/* ========================================
   買取強化ブランドチナリアルタイム相場
======================================== */
.market-price-section {
    background: linear-gradient(135deg, #fbf7e6 0%, #f5e6a3 100%);
    text-align: center;
    border-top: 1px solid #e0d0a0;
    border-bottom: 1px solid #e0d0a0;
    position: relative;
}

.market-price-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="2" fill="%23d4af37" opacity="0.1"/></svg>') repeat;
    opacity: 0.3;
    pointer-events: none;
}

.market-price-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.price-block {
    background: linear-gradient(to bottom, #ffffff 0%, #fffef8 100%);
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid #d4af37;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.price-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37 0%, #f5e6a3 50%, #d4af37 100%);
}

.price-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.25), 0 4px 12px rgba(0, 0, 0, 0.12);
}

.price-table-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a2b5e;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #d4af37;
    text-align: center;
    letter-spacing: 0.05em;
}

.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.price-table th {
    text-align: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1a2b5e 0%, #2a3b6e 100%);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    letter-spacing: 0.08em;
}

.price-table th:first-child {
    border-radius: 8px 0 0 0;
}

.price-table th:last-child {
    border-radius: 0 8px 0 0;
}

.price-table td {
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
    letter-spacing: 0.05em;
}

.price-table tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}

.price-table tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .market-price-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .price-block {
        padding: 25px 20px;
    }

    .price-table-title {
        font-size: 18px;
    }

    .price-table td {
        font-size: 20px;
        padding: 16px;
    }
}

/* ========================================
   よくある質問（Q&A）- プレミアムデザイン
======================================== */
.qa-section {
    background: #f5f5f7;
    padding: 60px 20px;
}

.qa-section .section-title {
    font-size: 28px;
    color: #1a2b5e;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    position: relative;
}

.qa-section .section-title::before {
    display: none;
}

.qa-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d4af37;
}

.qa-container {
    max-width: 800px;
    margin: 20px auto 0;
}

.qa-item {
    background: #e8e4f3;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.qa-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.qa-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    background: transparent;
    list-style: none;
    transition: background-color 0.2s;
    margin: 0;
}

.qa-question:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Chrome, Safari用 */
.qa-question::-webkit-details-marker {
    display: none;
}

.toggle-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 16px;
}

.toggle-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #666;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease;
}

.toggle-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #666;
    transform: translate(-50%, -50%);
}

/* 開いているときのアイコン */
details[open] .toggle-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.qa-answer {
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    background: #e8e4f3;
}

.qa-answer p {
    margin: 0;
}

/* ========================================
   POPUP CTA
======================================== */
.popup-cta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    /* JSでflexにする */
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-cta.visible {
    opacity: 1;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.popup-content {
    position: relative;
    width: 400px;
    height: 600px;
    max-width: 90vw;
    max-height: 90vh;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.popup-cta.visible .popup-content {
    transform: scale(1);
}

.popup-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 画像全体を表示 */
    border-radius: 8px;
    display: block;
}

.popup-link {
    display: block;
    position: relative;
}

.popup-cta-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4af37;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.popup-cta-button:hover {
    background: #c49b2f;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    transform: translateX(-50%) translateY(-2px);
}

.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #333;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.popup-close:hover {
    background: #f0f0f0;
}

/* ========================================
   参考価格セクション (Reference Prices)
   ※破損箇所の復旧
======================================== */
.market-price-update-date {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.reference-prices-section {
    background: #f5f5f7;
    padding: 60px 20px;
}

.reference-prices-title {
    font-size: 28px;
    color: #1a2b5e;
    margin-bottom: 30px;
    text-align: center;
}

.reference-prices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.reference-price-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reference-price-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.reference-price-image {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.reference-price-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.reference-price-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-align: center;
    line-height: 1.5;
}

.reference-price-label {
    font-size: 12px;
    color: #fff;
    background: #666;
    padding: 4px 12px;
    border-radius: 4px;
    margin: 10px 0 8px;
}

.reference-price-amount {
    font-size: 28px;
    font-weight: bold;
    color: #1a2b5e;
    text-align: center;
}

@media (max-width: 768px) {
    .reference-prices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .reference-price-image {
        height: 150px;
    }

    .reference-price-amount {
        font-size: 22px;
    }
}

/* ========================================
   コラムセクション（カードタイプ）最終修正版
======================================== */
.column-section {
    background: #f4f4f4;
    padding: 60px 20px;
}

.column-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.column-card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}

.column-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.column-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.column-card:hover .column-card-image img {
    transform: scale(1.05);
}

.column-card-content {
    padding: 20px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.column-card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}

.column-card-title a {
    color: #333;
    text-decoration: none;
}

.column-card-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* カテゴリータグ */
.column-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.column-card-tag {
    font-size: 11px;
    color: #5572ce;
    background-color: #f0f4fa;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: bold;
}

/* 抜粋文 */
.column-card-excerpt {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* VIEW ALLボタン */
.column-view-all {
    text-align: center;
    margin-top: 50px;
}

.view-all-button {
    display: inline-block;
    padding: 15px 0;
    width: 300px;
    background: #00205b;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: opacity 0.3s;
    text-align: center;
}

.view-all-button:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {

    /* コラム: 3列 */
    .column-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}


/* ========================================
   参考価格セクション
======================================== */
.reference-prices-section {
    background: #fff;
    padding: 60px 20px;
}

.reference-prices-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.reference-price-item {
    display: flex;
    flex-direction: column;
}

.reference-price-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f0f0;
    margin-bottom: 15px;
}

.reference-price-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference-price-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
    text-align: center;
}

.reference-price-value {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

/* ========================================
   モバイル用スタイル (767px以下)
======================================== */
@media (max-width: 767px) {

    /* 買取強化ブランド: 3列 */
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    /* こんな状態でも査定可能: 2列 */
    .conditions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* 買取実績: 2列 */
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* おしらせセクション - モバイル調整 */
    .news-item {
        flex-direction: column;
        gap: 8px;
    }

    .news-date {
        min-width: auto;
        font-size: 13px;
    }

    .news-text {
        font-size: 14px;
    }

    /* コラムセクション: 1列を維持 */
    .column-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* モバイル用: ブランドアイテムのサイズ調整 (3列用) */
    .brand-item {
        padding: 10px 5px;
        min-height: 100px;
    }

    .brand-item img {
        max-width: 60px;
        max-height: 50px;
    }

    /* モバイル用: 状態アイテムと実績アイテムのサイズ調整 (2列用) */
    .condition-item img,
    .result-item img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    /* モバイル用: 参考価格画像の正方形対応 */
    .reference-price-image {
        aspect-ratio: 1 / 1 !important;
        height: auto;
    }

    .reference-price-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* モバイル用: 参考価格セクションのテキストスタイル */
    .reference-price-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1.5;
    }

    .reference-price-value {
        font-size: 20px;
        font-weight: bold;
        color: #1a2b5e;
    }
}

@media (min-width: 768px) {

    /* PC: 3列 */
    .reference-prices-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* PC: コラム3列 */
    .column-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}


/* ========================================
   コラムセクション
======================================== */
.column-section {
    background: #f9f9f9;
}

.column-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.column-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;
}

.column-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.column-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.column-card-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8eaf0;
    flex-shrink: 0;
}

.column-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.column-card:hover .column-card-thumb img {
    transform: scale(1.05);
}

.column-card-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8eaf0 0%, #d0d4e0 100%);
    font-size: 48px;
}

.column-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.column-card-date {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.column-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #1a2b5e;
    line-height: 1.5;
    margin: 0;
}

.column-card-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

/* もっと見るボタン */
.column-more-wrap {
    text-align: center;
    margin-top: 10px;
}

.column-more-btn {
    display: inline-block;
    padding: 14px 50px;
    background: transparent;
    color: #1a2b5e;
    border: 2px solid #1a2b5e;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.column-more-btn:hover {
    background: #1a2b5e;
    color: #fff;
    transform: translateY(-2px);
}

/* レスポンシブ: PC 3列 */
@media (min-width: 768px) {
    .column-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }



    .column-card-title {
        font-size: 17px;
    }
}


/* ============================================================
   コラム 単一記事ページ (single-column.php) — リッチデザイン
============================================================ */

/* ---- ヒーロー ---- */
.cs-hero {
    position: relative;
    background-color: #1a2b5e;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.cs-hero--has-image {
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    min-height: 380px;
}

.cs-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 18, 50, 0.45) 0%,
        rgba(10, 18, 50, 0.82) 100%
    );
}

.cs-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 36px 24px 40px;
}

/* ---- パンくず ---- */
.cs-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
}

.cs-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.cs-breadcrumb a:hover {
    color: #d4af37;
}

.cs-breadcrumb__sep {
    opacity: 0.5;
}

/* ---- ヒーロー内 meta / title ---- */
.cs-hero__meta {
    margin-bottom: 10px;
}

.cs-hero__date {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.15);
    padding: 4px 12px;
    border-radius: 20px;
}

.cs-hero__title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

@media (min-width: 768px) {
    .cs-hero {
        min-height: 360px;
    }
    .cs-hero--has-image {
        min-height: 460px;
    }
    .cs-hero__inner {
        padding: 48px 40px 52px;
    }
    .cs-hero__title {
        font-size: 32px;
    }
}

/* ---- 2カラムレイアウト ---- */
.cs-layout {
    background: #f4f6fb;
    padding: 40px 20px 60px;
}

.cs-layout__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 900px) {
    .cs-layout__inner {
        grid-template-columns: 1fr 300px;
        gap: 48px;
    }
}

/* ---- 記事カード ---- */
.cs-article {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
}

.cs-article__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.cs-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- 本文 typography ---- */
.cs-article__content {
    padding: 32px 24px 28px;
}

@media (min-width: 768px) {
    .cs-article__content {
        padding: 44px 48px 40px;
    }
}

.cs-prose {
    font-size: 16px;
    line-height: 1.95;
    color: #333;
    word-break: break-word;
}

.cs-prose > * + * {
    margin-top: 1.3em;
}

.cs-prose h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1a2b5e;
    position: relative;
    padding: 12px 16px 12px 20px;
    background: linear-gradient(90deg, #eef1f8 0%, #f8f9ff 100%);
    border-left: 5px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-top: 2em;
}

.cs-prose h3 {
    font-size: 17px;
    font-weight: bold;
    color: #1a2b5e;
    padding-bottom: 6px;
    border-bottom: 2px solid #eee;
    margin-top: 1.8em;
}

.cs-prose h3::before {
    content: '▍';
    color: #d4af37;
    margin-right: 6px;
}

.cs-prose h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.cs-prose p {
    margin: 0;
}

.cs-prose a {
    color: #1a2b5e;
    text-decoration: underline;
    text-decoration-color: #d4af37;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.cs-prose a:hover {
    color: #d4af37;
}

.cs-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.cs-prose ul {
    padding-left: 1.4em;
    list-style: none;
}

.cs-prose ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.4em;
}

.cs-prose ul li::before {
    content: '◆';
    color: #d4af37;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0.35em;
}

.cs-prose ol {
    padding-left: 1.8em;
}

.cs-prose ol li {
    margin-bottom: 0.4em;
}

.cs-prose blockquote {
    border-left: 4px solid #d4af37;
    background: #f9f7f0;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    color: #555;
    font-style: italic;
}

.cs-prose table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 1em 0;
}

.cs-prose table th {
    background: #1a2b5e;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
}

.cs-prose table td {
    padding: 10px 14px;
    border-bottom: 1px solid #e0e0e0;
}

.cs-prose table tr:nth-child(even) td {
    background: #f9f9f9;
}

/* ---- 記事フッター ---- */
.cs-article__footer {
    padding: 18px 24px 24px;
    border-top: 1px solid #f0f0f0;
}

@media (min-width: 768px) {
    .cs-article__footer {
        padding: 18px 48px 28px;
    }
}

.cs-postmeta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cs-postmeta__item {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ---- CTAバナー ---- */
.cs-cta-banner {
    margin-top: 28px;
    background: linear-gradient(135deg, #1a2b5e 0%, #2a3d7e 100%);
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    box-shadow: 0 6px 24px rgba(26, 43, 94, 0.25);
}

@media (min-width: 768px) {
    .cs-cta-banner {
        flex-direction: row;
        text-align: left;
        padding: 28px 36px;
        gap: 24px;
    }
}

.cs-cta-banner__icon {
    font-size: 40px;
    flex-shrink: 0;
}

.cs-cta-banner__body {
    flex: 1;
}

.cs-cta-banner__lead {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 4px;
}

.cs-cta-banner__name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}

.cs-cta-banner__note {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}

.cs-cta-banner__btn {
    flex-shrink: 0;
    display: inline-block;
    padding: 14px 28px;
    background: #d4af37;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
    box-shadow: 0 4px 16px rgba(212,175,55,0.35);
    white-space: nowrap;
}

.cs-cta-banner__btn:hover {
    background: #c49b2f;
    transform: translateY(-2px);
}

/* ---- 前後記事ナビ ---- */
.cs-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.cs-post-nav__item {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: hidden;
}

.cs-post-nav__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.cs-post-nav__item--next {
    text-align: right;
}

.cs-post-nav__item--empty {
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}

.cs-post-nav__label {
    font-size: 11px;
    font-weight: bold;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cs-post-nav__title {
    font-size: 13px;
    font-weight: bold;
    color: #1a2b5e;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- 関連記事 ---- */
.cs-related {
    margin-top: 36px;
}

.cs-related__title {
    font-size: 18px;
    font-weight: bold;
    color: #1a2b5e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-related__title span {
    position: relative;
    padding-bottom: 10px;
}

.cs-related__title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, transparent);
    border-radius: 2px;
}

.cs-related__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 600px) {
    .cs-related__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cs-related__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s, box-shadow 0.25s;
}

.cs-related__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}

.cs-related__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.cs-related__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8eaf0;
}

.cs-related__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.cs-related__card:hover .cs-related__thumb img {
    transform: scale(1.06);
}

.cs-related__no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    background: linear-gradient(135deg, #e8eaf0, #d0d4e0);
}

.cs-related__body {
    padding: 14px 16px 18px;
    flex: 1;
}

.cs-related__date {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 6px;
}

.cs-related__card-title {
    font-size: 13px;
    font-weight: bold;
    color: #1a2b5e;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- 一覧に戻るボタン ---- */
.cs-back-wrap {
    text-align: center;
    margin-top: 36px;
}

.cs-back-btn {
    display: inline-block;
    padding: 13px 42px;
    background: transparent;
    color: #1a2b5e;
    border: 2px solid #1a2b5e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.cs-back-btn:hover {
    background: #1a2b5e;
    color: #fff;
    transform: translateY(-2px);
}

/* ---- サイドバー ---- */
.cs-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cs-sidebar__widget {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.cs-sidebar__widget-head {
    background: linear-gradient(90deg, #1a2b5e 0%, #2a3d7e 100%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    letter-spacing: 0.06em;
}

.cs-sidebar__widget-body {
    padding: 20px;
}

.cs-sidebar__store-name {
    font-size: 15px;
    font-weight: bold;
    color: #1a2b5e;
    margin-bottom: 14px;
    line-height: 1.5;
}

.cs-sidebar__store-info {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    font-size: 13px;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cs-sidebar__store-info li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.5;
}

.cs-sidebar__store-icon {
    flex-shrink: 0;
}

.cs-sidebar__tel-btn {
    display: block;
    text-align: center;
    padding: 12px;
    background: #d4af37;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.cs-sidebar__tel-btn:hover {
    background: #c49b2f;
    transform: translateY(-2px);
}

/* 最新コラムウィジェット */
.cs-sidebar__recent {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-sidebar__recent-item {
    border-bottom: 1px solid #f0f0f0;
}

.cs-sidebar__recent-item:last-child {
    border-bottom: none;
}

.cs-sidebar__recent-link {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 20px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}

.cs-sidebar__recent-link:hover {
    background: #f9f9f9;
}

.cs-sidebar__recent-thumb {
    width: 64px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: #e8eaf0;
}

.cs-sidebar__recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-sidebar__recent-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cs-sidebar__recent-body {
    flex: 1;
    min-width: 0;
}

.cs-sidebar__recent-date {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 4px;
}

.cs-sidebar__recent-title {
    font-size: 13px;
    font-weight: bold;
    color: #1a2b5e;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/* ============================================================
   コラム アーカイブページ (archive-column.php) — リッチデザイン
============================================================ */

/* ---- ヒーロー ---- */
.ca-hero {
    background: linear-gradient(135deg, #1a2b5e 0%, #2a4080 50%, #1a2b5e 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 24px 64px;
    text-align: center;
}

.ca-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 120%, rgba(212,175,55,0.2) 0%, transparent 70%);
}

.ca-hero__inner {
    position: relative;
    z-index: 1;
}

.ca-hero__title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.ca-hero__title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #d4af37;
    margin: 14px auto 0;
    border-radius: 2px;
}

.ca-hero__subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-top: 16px;
}

/* ---- パンくず ---- */
.ca-breadcrumb-wrap {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.ca-breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #999;
}

.ca-breadcrumb a {
    color: #1a2b5e;
    text-decoration: none;
    transition: opacity 0.2s;
}

.ca-breadcrumb a:hover {
    opacity: 0.7;
}

/* ---- コンテナ ---- */
.ca-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px 64px;
}

/* ---- カードグリッド ---- */
.ca-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
}

@media (min-width: 600px) {
    .ca-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .ca-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ---- カード ---- */
.ca-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ca-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}

.ca-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.ca-card__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8eaf0;
}

.ca-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ca-card:hover .ca-card__thumb img {
    transform: scale(1.07);
}

.ca-card__no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    background: linear-gradient(135deg, #e8eaf0 0%, #d0d4e0 100%);
}

.ca-card__thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 43, 94, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.ca-card:hover .ca-card__thumb-overlay {
    opacity: 1;
}

.ca-card__read-more {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 10px 22px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50px;
}

.ca-card__body {
    padding: 20px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ca-card__date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ca-card__title {
    font-size: 16px;
    font-weight: bold;
    color: #1a2b5e;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ca-card__excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ca-card__more-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #1a2b5e;
    padding: 6px 16px;
    border: 1.5px solid #1a2b5e;
    border-radius: 50px;
    align-self: flex-start;
    transition: background 0.25s, color 0.25s;
}

.ca-card:hover .ca-card__more-btn {
    background: #1a2b5e;
    color: #fff;
}

/* ---- ページネーション ---- */
.ca-pagination {
    margin-bottom: 56px;
    text-align: center;
}

.ca-pagination .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ca-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid #1a2b5e;
    border-radius: 50%;
    color: #1a2b5e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.25s, color 0.25s, transform 0.2s;
}

.ca-pagination .page-numbers.dots {
    border-color: transparent;
    width: auto;
}

.ca-pagination .page-numbers.current,
.ca-pagination .page-numbers:hover:not(.dots) {
    background: #1a2b5e;
    color: #fff;
    transform: scale(1.08);
}

.ca-pagination .prev,
.ca-pagination .next {
    width: auto;
    border-radius: 50px;
    padding: 0 18px;
    font-size: 13px;
}

/* ---- CTAバナー ---- */
.ca-cta {
    background: linear-gradient(135deg, #1a2b5e 0%, #2a3d7e 100%);
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 8px 28px rgba(26, 43, 94, 0.25);
    position: relative;
    overflow: hidden;
}

.ca-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(212,175,55,0.12);
}

.ca-cta__inner {
    position: relative;
    z-index: 1;
}

.ca-cta__lead {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 6px;
}

.ca-cta__name {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}

.ca-cta__desc {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 24px;
}

.ca-cta__btn {
    display: inline-block;
    padding: 16px 44px;
    background: #d4af37;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
    box-shadow: 0 4px 18px rgba(212,175,55,0.4);
}

.ca-cta__btn:hover {
    background: #c49b2f;
    transform: translateY(-3px);
}

/* ---- 記事なし ---- */
.ca-empty {
    text-align: center;
    padding: 80px 20px;
}

.ca-empty__icon {
    font-size: 60px;
    margin-bottom: 16px;
}

.ca-empty__text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* ---- 戻るボタン ---- */
.ca-back-wrap {
    text-align: center;
}

.ca-back-btn {
    display: inline-block;
    padding: 13px 40px;
    background: transparent;
    color: #1a2b5e;
    border: 2px solid #1a2b5e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.ca-back-btn:hover {
    background: #1a2b5e;
    color: #fff;
    transform: translateY(-2px);
}

.column-single-main {
    padding: 40px 20px 60px;
    background: #f9f9f9;
    min-height: 60vh;
}

.column-single-container {
    max-width: 800px;
    margin: 0 auto;
}

/* パンくずリスト */
.column-breadcrumb {
    font-size: 13px;
    color: #999;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.column-breadcrumb a {
    color: #1a2b5e;
    text-decoration: none;
    transition: opacity 0.2s;
}

.column-breadcrumb a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.breadcrumb-sep {
    color: #ccc;
}

/* 記事ヘッダー */
.column-single-header {
    margin-bottom: 24px;
}

.column-single-date {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.column-single-title {
    font-size: 24px;
    font-weight: bold;
    color: #1a2b5e;
    line-height: 1.5;
    padding-bottom: 16px;
    border-bottom: 3px solid #d4af37;
}

/* アイキャッチ */
.column-single-thumb {
    margin-bottom: 32px;
    border-radius: 10px;
    overflow: hidden;
}

.column-single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* 本文 */
.column-single-content {
    background: #fff;
    border-radius: 10px;
    padding: 30px 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    line-height: 1.9;
    font-size: 15px;
    color: #333;
    margin-bottom: 40px;
}

.column-single-content h2,
.column-single-content h3,
.column-single-content h4 {
    color: #1a2b5e;
    margin: 1.5em 0 0.6em;
    font-weight: bold;
}

.column-single-content h2 {
    font-size: 20px;
    border-left: 4px solid #d4af37;
    padding-left: 12px;
}

.column-single-content h3 {
    font-size: 17px;
}

.column-single-content p {
    margin-bottom: 1.2em;
}

.column-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1em 0;
}

.column-single-content ul,
.column-single-content ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.column-single-content li {
    margin-bottom: 0.4em;
}

/* 戻るボタン */
.column-back-wrap {
    text-align: center;
    margin-top: 16px;
}

.column-back-btn {
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    color: #1a2b5e;
    border: 2px solid #1a2b5e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.column-back-btn:hover {
    background: #1a2b5e;
    color: #fff;
    transform: translateY(-2px);
}

/* ========================================
   コラム アーカイブページ (archive-column.php)
======================================== */
.column-archive-main {
    padding: 40px 20px 60px;
    background: #f9f9f9;
    min-height: 60vh;
}

.column-archive-container {
    max-width: 1100px;
    margin: 0 auto;
}

.column-archive-header {
    text-align: center;
    margin-bottom: 40px;
}

.column-archive-title {
    font-size: 28px;
    font-weight: bold;
    color: #1a2b5e;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.column-archive-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d4af37;
}

.column-archive-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
}

.column-archive-grid {
    margin-bottom: 48px;
}

/* ページネーション */
.column-pagination {
    text-align: center;
    margin-bottom: 40px;
}

.column-pagination .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.column-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #1a2b5e;
    border-radius: 6px;
    color: #1a2b5e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.column-pagination .page-numbers.current,
.column-pagination .page-numbers:hover {
    background: #1a2b5e;
    color: #fff;
}

.column-no-posts {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 40px 0;
}

/* レスポンシブ */
@media (min-width: 768px) {
    .column-single-title {
        font-size: 30px;
    }

    .column-single-content {
        padding: 40px;
        font-size: 16px;
    }
}


/* �T�C�h�o�[ �}�b�v */
.cs-sidebar__map {
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
}


/* ================================
   コラムセクション (TOPページ)
   ================================ */

.column-section {
    background: #f8f8f5;
}

.column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .column-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .column-grid {
        grid-template-columns: 1fr;
    }
}

.column-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s, box-shadow 0.25s;
}

.column-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
}

.column-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.column-card-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
}

.column-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.column-card:hover .column-card-thumb img {
    transform: scale(1.04);
}

.column-card-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    background: #f0ede8;
}

.column-card-body {
    padding: 16px;
}

.column-card-date {
    display: block;
    font-size: 0.78rem;
    color: #999;
    margin-bottom: 6px;
}

.column-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-bottom: 8px;
}

.column-card-excerpt {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
}

.column-more-wrap {
    text-align: center;
    margin-top: 36px;
}

.column-more-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid #b8972e;
    border-radius: 4px;
    color: #b8972e;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: background 0.2s, color 0.2s;
}

.column-more-btn:hover {
    background: #b8972e;
    color: #fff;
}

/* ========================================
   査定予約ナビボタン
======================================== */
.main-navigation a.nav-reservation {
    color: #d4af37;
    font-weight: bold;
    border: 2px solid #d4af37;
    border-radius: 4px;
    padding: 5px 14px;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
}

.main-navigation a.nav-reservation:hover {
    background: #d4af37;
    color: #fff !important;
    opacity: 1 !important;
}

@media (min-width: 1024px) {
    .main-navigation a.nav-reservation {
        color: #d4af37;
        padding: 5px 14px;
    }
}