@charset "UTF-8";

/* ========================================================= */
/* --- Home Page Styles (トップページ専用) --- */
/* ========================================================= */


/* --- Concept Section (鷺沼しらゆり眼科風デザイン反映) --- */

.concept-section {
    padding-top: 100px;
    /* 上下の余白を広めにとる */
    padding-bottom: 100px;
}

/* キャッチコピー：明朝体（Noto Serif JP）を使用 */
.concept-lead {
    font-family: var(--font-head);
    /* 既存の明朝体変数を使用 */
    color: var(--color-primary);
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}

/* 中央のシンプルな区切り線 */
.concept-separator {
    width: 30px;
    height: 2px;
    background-color: var(--color-secondary);
    margin: 0 auto 40px;
}

/* 本文：ゴシック体（Noto Sans JP）で読みやすく */
.concept-description {
    font-family: var(--font-base);
    color: var(--color-text);
    font-size: 1.1rem;
    line-height: 2.2;
    /* 行間を広げて高級感を出す */
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
}

/* --- News Section (提案反映：カード視認性向上) --- */
.news-section .news-list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.2rem 0;
    display: flex;
    align-items: baseline;
    gap: 20px;
    transition: transform 0.2s ease;
}

.news-section .news-list li:last-child {
    border-bottom: none;
}

.news-section .news-list li a {
    color: var(--color-text);
    text-decoration: none;
    line-height: 1.5;
}

.news-section .news-list li a:hover {
    color: var(--color-secondary);
}

/* --- Medical Guide (提案反映：ホバーエフェクト) --- */
.medical-cards .card {
    border: none;
    background: #fff;
    transition: all 0.3s ease;
}

.medical-cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 91, 152, 0.1);
}

.medical-cards .card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.medical-cards .card:hover .card-img {
    transform: scale(1.1);
}

/* --- Feature Section --- */
.feature-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.feature-layout .feature-image img {
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

@media (min-width: 992px) {
    .feature-layout .feature-image {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- Access Section (デザインブラッシュアップ) --- */
.access-map-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.info-block,
.map-container {
    width: 100%;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .access-map-container {
        flex-direction: row;
    }

    .info-block {
        width: 45%;
        order: 1;
    }

    .map-container {
        width: 55%;
        order: 2;
    }
}

.map-iframe {
    width: 100%;
    height: 450px;
    border-radius: 0.75rem;
    border: none;
}

.info-heading {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--color-pale);
    padding-bottom: 0.5rem;
    display: inline-block;
}

/* --- 電話番号ボタン装飾 (洗練されたデザイン) --- */
.tel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--color-pale);
    /* サイトに馴染む薄い青 */
    color: var(--color-secondary);
    font-size: 1.85rem;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid var(--color-border-medium);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    line-height: 1;
}

.tel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* ホバー時の挙動 */
.tel-button:hover {
    background: var(--color-secondary) !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 91, 152, 0.2);
    border-color: transparent;
}

.tel-button:hover .tel-icon {
    background: #fff;
    color: var(--color-secondary);
}

/* --- Button Wrappers --- */
.news-btn-wrapper,
.medical-btn-wrapper,
.feature-btn-wrapper,
.access-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* --- Feature List (チェックマーク装飾) --- */
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.feature-list li {
    position: relative;
    padding: 12px 0 12px 35px;
    border-bottom: 1px solid var(--color-pale);
    line-height: 1.6;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--color-text);
}

.feature-list li:first-child {
    border-top: 1px solid var(--color-pale);
}

.feature-list li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1;
}

/* --- Responsive adjustments for Mobile --- */
@media (max-width: 768px) {
    .concept-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .concept-lead {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .concept-description {
        font-size: 0.95rem;
        line-height: 1.8;
        text-align: justify;
        text-align-last: center;
    }

    .section-padding {
        padding: 50px 0;
    }

    .news-section .news-list li {
        flex-direction: column;
        gap: 5px;
    }

    .feature-layout {
        display: block;
        text-align: center;
    }

    .feature-layout .feature-image {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .feature-layout p,
    .feature-layout ul {
        text-align: left;
    }

    .feature-layout ul.feature-list li {
        padding-left: 30px;
        font-size: 0.95rem;
    }

    .map-iframe {
        height: 300px;
    }

    .info-block,
    .map-container {
        padding: 2rem 1.5rem;
    }

    /* スマホでの電話ボタンの最適化 */
    .tel-button {
        font-size: 1.6rem;
        padding: 10px 20px;
        width: 100%;
        max-width: 320px;
    }

    .tel-icon {
        width: 32px;
        height: 32px;
    }
}