@charset "UTF-8";
/********************************************************************************

custom-redesign.css
ミライズ総合歯科南青山 リニューアルデザイン
カラー: ネイビー・ゴールド・ホワイト（mirise.clinicテイスト）

********************************************************************************/

/*============================================================
 CSS変数オーバーライド
*============================================================*/
:root {
    /* カラーパレット */
    --common-color-text: #2D2D2D;
    --common-color-main: #1B2A4A;          /* ネイビー（メイン） */
    --common-color-sub: #1B2A4A;           /* ネイビー（サブ） */
    --common-color-gold: #C4A265;          /* ゴールド（アクセント） */
    --common-color-gold-light: #D4B87A;    /* ゴールド（ライト） */
    --common-color-gold-dark: #A88B4A;     /* ゴールド（ダーク） */
    --common-color-background1: #F5F3EF;   /* オフホワイト背景 */
    --common-color-background2: #FAFAF8;   /* ライト背景 */
    --common-color-background3: #1B2A4A;   /* ネイビー背景 */
    --common-color-accent: #C4A265;        /* ゴールドアクセント */
    --common-color-navy: #1B2A4A;
    --common-color-navy-light: #2A3D66;
    --common-color-navy-dark: #0F1B33;
    --common-color-white: #FFFFFF;
    --common-color-border: #E0DDD6;

    /* フォント */
    --common-font-family: "Noto Serif JP", serif;
    --common-font-family-jp: "Noto Sans JP", sans-serif;
    --common-font-family-en: "Cormorant Garamond", "Lato", serif;
}

/*============================================================
 ベーススタイルオーバーライド
*============================================================*/
body {
    color: var(--common-color-text);
    font-family: var(--common-font-family-jp);
    background-color: #fff;
    letter-spacing: 0.04em;
}

/* フォント強制オーバーライド - page-top.css対策 */
#page-top,
#page-top body,
#page-top #mainvisual .heading,
#page-top .section,
#page-top .section .heading,
#page-top .section .heading h2,
#page-top .section .heading .ja,
#page-top #content,
#page-top #content .section {
    font-family: var(--common-font-family-jp) !important;
}
#page-top h1,
#page-top h2,
#page-top h3,
#page-top h4,
#page-top .heading h2,
#page-top .heading .ja {
    font-family: var(--common-font-family) !important;
}
#page-top .heading .en,
#page-top .section-heading .en {
    font-family: var(--common-font-family-en) !important;
}


/* セクション見出しスタイル（mirise.clinic風） */
.section-heading,
.section .heading {
    text-align: center;
    margin-bottom: 48px;
}
.section-heading .en,
.section .heading .en {
    font-family: var(--common-font-family-en);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold);
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}
.section-heading .ja,
.section .heading .ja,
.section-heading h2,
.section .heading h2 {
    font-family: var(--common-font-family);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--common-color-navy);
    letter-spacing: 0.08em;
}

/*============================================================
 ヘッダーオーバーライド
*============================================================*/
#fixed-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(27, 42, 74, 0.08);
}
.hamburger-menu-open #fixed-header {
    background: rgba(255, 255, 255, 0.95);
}

/* ナビメニュー文字色 */
.gnav .gnav-main .gnav-right .menu-list > li {
    color: var(--common-color-navy);
    font-family: var(--common-font-family-jp);
    font-weight: 500;
    font-size: 14px;
}
.gnav .gnav-main .gnav-right .menu-list > li.current::after {
    background-color: var(--common-color-gold);
}

/* ヘッダーボタン */
.gnav .gnav-main .gnav-right .btn-list .parts-btn a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

/* WEB予約ボタン（ゴールド） */
.gnav .gnav-main .gnav-right .btn-list .parts-btn:last-child a,
.gnav .gnav-main .gnav-right .btn-list .parts-btn.reservation a {
    background-color: var(--common-color-gold);
    border-color: var(--common-color-gold);
    color: #fff;
}
.gnav .gnav-main .gnav-right .btn-list .parts-btn:last-child a:hover,
.gnav .gnav-main .gnav-right .btn-list .parts-btn.reservation a:hover {
    background-color: var(--common-color-gold-dark);
    border-color: var(--common-color-gold-dark);
}

/*============================================================
 トップページ メインビジュアル
*============================================================*/
#page-top #mainvisual .heading {
    position: relative;
}
#page-top #mainvisual .heading:before {
    background: linear-gradient(180deg, rgba(27, 42, 74, 0.35) 0%, rgba(27, 42, 74, 0.55) 100%);
}
#page-top #mainvisual .heading .lead {
    font-family: var(--common-font-family);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
#page-top #mainvisual .heading .site-title {
    font-family: var(--common-font-family);
}

/* インフォバー（ネイビー背景） */
#page-top #mainvisual .info {
    background: var(--common-color-navy);
    color: #fff;
}
#page-top #mainvisual .info .summary .detail > p {
    color: rgba(255,255,255,0.8);
}

/*============================================================
 トップページ セクション共通
*============================================================*/
/* セクション背景の交互配色 */
#page-top .section {
    padding: 80px 0;
    margin-bottom: 0;
}
#page-top .section:nth-child(even) {
    background-color: var(--common-color-background1);
}

/*============================================================
 ボタンスタイル（共通）
*============================================================*/
/* プライマリボタン（ゴールド） */
.parts-btn a,
.parts-btn button {
    border-radius: 2px;
    font-family: var(--common-font-family-jp);
    font-weight: 500;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
}

/* ゴールドボタン */
.parts-btn.gold a,
.parts-btn[data-color="gold"] a {
    background-color: var(--common-color-gold);
    border-color: var(--common-color-gold);
    color: #fff;
}
.parts-btn.gold a:hover,
.parts-btn[data-color="gold"] a:hover {
    background-color: var(--common-color-gold-dark);
    border-color: var(--common-color-gold-dark);
}

/* ネイビーボタン */
.parts-btn[data-color="main"] a,
.parts-btn[data-color="navy"] a {
    background-color: var(--common-color-navy);
    border-color: var(--common-color-navy);
    color: #fff;
}
.parts-btn[data-color="main"] a:hover,
.parts-btn[data-color="navy"] a:hover {
    background-color: var(--common-color-navy-light);
    border-color: var(--common-color-navy-light);
}

/* 白ボタン（ネイビーボーダー） */
.parts-btn[data-color="white"] a {
    background-color: #fff;
    border-color: var(--common-color-navy);
    color: var(--common-color-navy);
}
.parts-btn[data-color="white"] a:hover {
    background-color: var(--common-color-navy);
    color: #fff;
}

/*============================================================
 数字セクション（ネイビー背景）
*============================================================*/
#page-top .number-section,
#page-top .sec-number {
    background-color: var(--common-color-navy);
    color: #fff;
    padding: 64px 0;
}
#page-top .number-section .number,
#page-top .sec-number .number {
    font-family: var(--common-font-family-en);
    font-size: 48px;
    font-weight: 700;
    color: var(--common-color-gold);
    line-height: 1.2;
}
#page-top .number-section .label,
#page-top .sec-number .label {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-top: 8px;
}

/*============================================================
 特徴セクション
*============================================================*/
#page-top .sec-feature .item,
.feature-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#page-top .sec-feature .item:hover,
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(27, 42, 74, 0.12);
}
#page-top .sec-feature .item .num,
.feature-card .num {
    font-family: var(--common-font-family-en);
    font-size: 13px;
    letter-spacing: 0.15em;
    color: var(--common-color-gold);
    font-weight: 600;
}
#page-top .sec-feature .item h3,
.feature-card h3 {
    font-family: var(--common-font-family);
    font-size: 18px;
    font-weight: 600;
    color: var(--common-color-navy);
    line-height: 1.6;
    margin: 8px 0 12px;
}

/*============================================================
 診療メニューセクション
*============================================================*/
#page-top .sec-menu .menu-list .item,
.menu-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#page-top .sec-menu .menu-list .item:hover,
.menu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(27, 42, 74, 0.1);
}
#page-top .sec-menu .menu-list .item .name,
.menu-card .name {
    font-family: var(--common-font-family);
    font-weight: 500;
    color: var(--common-color-navy);
}
#page-top .sec-menu .menu-list .item .thumb img,
.menu-card .thumb img {
    transition: transform 0.5s ease;
}
#page-top .sec-menu .menu-list .item:hover .thumb img,
.menu-card:hover .thumb img {
    transform: scale(1.05);
}

/*============================================================
 グループ連携セクション（ネイビー背景）
*============================================================*/
#page-top .sec-group,
.group-section {
    background: var(--common-color-navy);
    color: #fff;
    padding: 80px 0;
}
#page-top .sec-group .heading .en,
.group-section .heading .en {
    color: var(--common-color-gold);
}
#page-top .sec-group .heading h2,
.group-section .heading h2 {
    color: #fff;
}
#page-top .sec-group .item,
.group-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    padding: 32px 24px;
    transition: background 0.3s ease;
}
#page-top .sec-group .item:hover,
.group-card:hover {
    background: rgba(255,255,255,0.12);
}
#page-top .sec-group .item .name,
.group-card .name {
    font-family: var(--common-font-family);
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
#page-top .sec-group .item .desc,
.group-card .desc {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.8;
}

/*============================================================
 院長メッセージセクション
*============================================================*/
#page-top .sec-message,
.message-section {
    background: var(--common-color-background1);
    padding: 80px 0;
}
#page-top .sec-message .doctor-name,
.message-section .doctor-name {
    font-family: var(--common-font-family);
    color: var(--common-color-navy);
    font-size: 20px;
    font-weight: 600;
}
#page-top .sec-message .doctor-title,
.message-section .doctor-title {
    color: var(--common-color-gold);
    font-size: 13px;
    letter-spacing: 0.1em;
}

/*============================================================
 FAQセクション
*============================================================*/
.faq-item,
.accordion-item {
    border: 1px solid var(--common-color-border);
    border-radius: 4px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
}
.faq-item .question,
.accordion-item .question,
.accordion-item .acc-title {
    padding: 20px 24px;
    font-family: var(--common-font-family-jp);
    font-weight: 600;
    font-size: 15px;
    color: var(--common-color-navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background 0.2s ease;
}
.faq-item .question:hover,
.accordion-item .question:hover,
.accordion-item .acc-title:hover {
    background: var(--common-color-background2);
}
.faq-item .question::before,
.accordion-item .question::before,
.accordion-item .acc-title::before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: var(--common-color-gold);
    color: #fff;
    border-radius: 50%;
    font-family: var(--common-font-family-en);
    font-size: 14px;
    font-weight: 700;
}
.faq-item .answer,
.accordion-item .answer,
.accordion-item .acc-content {
    padding: 0 24px 20px 72px;
    font-size: 15px;
    line-height: 1.9;
    color: var(--common-color-text);
}

/*============================================================
 ブログセクション
*============================================================*/
.blog-card,
#page-top .sec-blog .item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover,
#page-top .sec-blog .item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(27, 42, 74, 0.1);
}
.blog-card .date,
#page-top .sec-blog .item .date {
    font-family: var(--common-font-family-en);
    font-size: 12px;
    color: var(--common-color-gold);
    letter-spacing: 0.05em;
}
.blog-card .title,
#page-top .sec-blog .item .title {
    font-family: var(--common-font-family);
    font-weight: 500;
    color: var(--common-color-navy);
    line-height: 1.6;
}

/*============================================================
 アクセスセクション
*============================================================*/
#page-top .sec-access,
.access-section {
    padding: 80px 0;
}
.access-section .clinic-name,
#page-top .sec-access .clinic-name {
    font-family: var(--common-font-family);
    font-size: 22px;
    color: var(--common-color-navy);
    font-weight: 600;
}

/* 診療時間テーブル */
.schedule-table,
.time-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.schedule-table th,
.time-table th {
    background: var(--common-color-navy);
    color: #fff;
    padding: 10px 12px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
}
.schedule-table td,
.time-table td {
    padding: 10px 12px;
    text-align: center;
    border-bottom: 1px solid var(--common-color-border);
}
.schedule-table tr:nth-child(even) td,
.time-table tr:nth-child(even) td {
    background: var(--common-color-background2);
}

/*============================================================
 CTAセクション
*============================================================*/
.cta-section,
#page-top .sec-cta,
.other-cta {
    background: var(--common-color-navy);
    color: #fff;
    padding: 56px 0;
    text-align: center;
}
.cta-section .cta-title,
.other-cta .title {
    font-family: var(--common-font-family);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
}
.cta-section .cta-buttons,
.other-cta .btn-wrap {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-section .cta-btn-primary,
.other-cta .parts-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: var(--common-color-gold);
    color: #fff;
    border: 2px solid var(--common-color-gold);
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
    text-decoration: none;
}
.cta-section .cta-btn-primary:hover,
.other-cta .parts-btn a:hover {
    background: var(--common-color-gold-dark);
    border-color: var(--common-color-gold-dark);
}
.cta-section .cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
    text-decoration: none;
}
.cta-section .cta-btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}

/*============================================================
 フッター
*============================================================*/
#footer {
    background: var(--common-color-navy-dark);
    color: rgba(255,255,255,0.8);
}
#footer a {
    color: rgba(255,255,255,0.8);
    transition: color 0.2s ease;
}
#footer a:hover {
    color: var(--common-color-gold);
}
#footer .footer-logo svg > *,
#footer .footer-logo img {
    filter: brightness(0) invert(1);
}
#footer .footer-group-title {
    font-family: var(--common-font-family);
    color: var(--common-color-gold);
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}
#footer .copyright {
    background: var(--common-color-navy-dark);
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/*============================================================
 下層ページ メインビジュアル（.v2以外）
*============================================================*/
#mainvisual:not(.v2) {
    background: var(--common-color-navy);
    color: #fff;
    padding: 80px 0 48px;
    text-align: center;
}
#mainvisual:not(.v2) .page-title {
    font-family: var(--common-font-family);
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
}
/* #mainvisual.v2 - 下層ページのスタイルは lower-parts.css に委譲 */
/* #mainvisual.v2 .page-title - 下層ページのスタイルは lower-parts.css に委譲 */

/* パンくずリスト */
.breadcrumb {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.breadcrumb a {
    color: rgba(255,255,255,0.6);
}
.breadcrumb a:hover {
    color: var(--common-color-gold);
}
/* #mainvisual.v2 .breadcrumb - 下層ページのスタイルは lower-parts.css に委譲 */
/* #mainvisual.v2 .breadcrumb a - 下層ページのスタイルは lower-parts.css に委譲 */

/*============================================================
 下層ページ コンテンツ
*============================================================*/
/* セクション見出し */
.lower-heading,
.content-heading {
    font-family: var(--common-font-family);
    font-size: 24px;
    font-weight: 600;
    color: var(--common-color-navy);
    line-height: 1.6;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--common-color-gold);
}

/* テーブル */
.content-table,
.price-table {
    width: 100%;
    border-collapse: collapse;
}
.content-table th,
.price-table th {
    background: var(--common-color-navy);
    color: #fff;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 14px;
}
.content-table td,
.price-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--common-color-border);
    font-size: 14px;
}
.content-table tr:nth-child(even) td,
.price-table tr:nth-child(even) td {
    background: var(--common-color-background2);
}

/* リスト */
.content-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.8;
}
.content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--common-color-gold);
    border-radius: 50%;
}

/*============================================================
 医師紹介ページ
*============================================================*/
.doctor-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
    margin-bottom: 40px;
}
.doctor-card .name {
    font-family: var(--common-font-family);
    font-size: 22px;
    font-weight: 600;
    color: var(--common-color-navy);
}
.doctor-card .position {
    color: var(--common-color-gold);
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.doctor-card .qualification {
    font-size: 14px;
    line-height: 1.8;
    color: var(--common-color-text);
}

/*============================================================
 固定CTAバー（モバイル）
*============================================================*/
.fixed-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--common-color-navy);
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    z-index: 9998;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
}
.fixed-cta-bar .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.06em;
}
.fixed-cta-bar .btn-reservation {
    background: var(--common-color-gold);
    color: #fff;
}
.fixed-cta-bar .btn-tel {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

/*============================================================
 アニメーション
*============================================================*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* スクロールトリガーアニメーション */
.scroll-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/*============================================================
 パーツカラーオーバーライド
*============================================================*/
/* parts-config.css のカラーをオーバーライド */
.parts-btn {
    --color: #fff;
    --background: var(--common-color-navy);
    --border-color: var(--common-color-navy);
    --hover-color: var(--common-color-navy);
    --hover-background: #fff;
    --hover-border-color: var(--common-color-navy);
}

/* ゴールドバリエーション */
.parts-btn.btn-gold,
.parts-btn[data-style="gold"] {
    --background: var(--common-color-gold);
    --border-color: var(--common-color-gold);
    --hover-color: var(--common-color-gold);
    --hover-background: #fff;
    --hover-border-color: var(--common-color-gold);
}

/* アクセントカラー */
.parts-label,
.tag {
    background: var(--common-color-gold);
    color: #fff;
}

/* リンクカラー */
a {
    color: var(--common-color-navy);
}
a:hover {
    color: var(--common-color-gold);
}

/*============================================================
 CTA Contact（other-cta）オーバーライド
*============================================================*/
.other-cta {
    background: var(--common-color-navy) !important;
}
.other-cta .inner {
    color: #fff;
}
.other-cta .heading h2,
.other-cta .heading .ja {
    color: #fff !important;
}
.other-cta .heading .en {
    color: var(--common-color-gold) !important;
}

/*============================================================
 other-menu（関連メニュー）オーバーライド
*============================================================*/
.other-menu {
    background: var(--common-color-background1);
}
.other-menu .item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease;
}
.other-menu .item:hover {
    transform: translateY(-3px);
}

/*============================================================
 other-clinic（グループ連携院）オーバーライド
*============================================================*/
.other-clinic {
    background: var(--common-color-navy);
    color: #fff;
}
.other-clinic .heading .en {
    color: var(--common-color-gold);
}
.other-clinic .heading h2 {
    color: #fff;
}
.other-clinic .item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    transition: background 0.3s ease;
}
.other-clinic .item:hover {
    background: rgba(255,255,255,0.1);
}

/*============================================================
 トップページ固定ヘッダー（白文字→ネイビー）
*============================================================*/
#page-top #indiv-header .menu-list {
    color: var(--common-color-navy);
}
#page-top #indiv-header .gnav-logo svg > * {
    fill: var(--common-color-navy);
}
#page-top #indiv-header .parts-btn {
    --color: #fff;
    --background: var(--common-color-gold);
    --border-color: var(--common-color-gold);
    --hover-color: var(--common-color-gold);
    --hover-background: #fff;
    --hover-border-color: var(--common-color-gold);
}

/*============================================================
 ハンバーガーメニュー
*============================================================*/
#hamburger-menu {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
}
#hamburger-menu .hamburger-menu-list > li {
    color: var(--common-color-navy);
    border-top-color: var(--common-color-border);
}
#hamburger-menu .hamburger-menu-list > li a {
    color: var(--common-color-navy);
}

/*============================================================
 レスポンシブ（タブレット）
*============================================================*/
@media screen and (max-width: 1127px) {
    .section-heading h2,
    .section .heading h2 {
        font-size: 24px;
    }
    #page-top .section {
        padding: 64px 0;
    }
    #mainvisual:not(.v2) .page-title {
        font-size: 26px;
    }
}

/*============================================================
 レスポンシブ（スマートフォン）
*============================================================*/
@media screen and (max-width: 767px) {
    .section-heading h2,
    .section .heading h2 {
        font-size: 22px;
    }
    #page-top .section {
        padding: 48px 0;
    }
    #mainvisual:not(.v2) {
        padding: 64px 0 32px;
    }
    #mainvisual:not(.v2) .page-title {
        font-size: 22px;
    }
    .lower-heading,
    .content-heading {
        font-size: 20px;
    }
    /* 旧ヒーロー高さ設定は「ヒーロー SP対応」セクション(後述)で上書き済み */
    /* #page-top #mainvisual .heading { height: 500px; padding-top: 200px; } */
    #page-top #mainvisual .heading .lead {
        font-size: 18px;
    }
    
    /* 固定CTAバー用のbody下部余白 */
    body {
        padding-bottom: 72px;
    }
    
    /* 数字セクション */
    #page-top .number-section .number,
    #page-top .sec-number .number {
        font-size: 36px;
    }
    
    /* CTA */
    .cta-section .cta-btn-primary,
    .cta-section .cta-btn-secondary {
        padding: 14px 32px;
        font-size: 14px;
    }
}


/*============================================================
 既存テーマ固有のクラス名に合わせたオーバーライド
*============================================================*/

/* サイトフッター */
#site-footer {
    background: var(--common-color-navy-dark, #0F1B33);
    color: rgba(255,255,255,0.8);
    padding: 48px 0 0;
}
#site-footer .logo img {
    filter: brightness(0) invert(1);
}
#site-footer .name {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-top: 12px;
}
#site-footer .main-menu .menu-list li a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
#site-footer .main-menu .menu-list li a:hover {
    color: var(--common-color-gold);
}
#site-footer .line a {
    color: rgba(255,255,255,0.8);
}
#site-footer .line a:hover {
    color: var(--common-color-gold);
}
#site-footer .sub-menu a {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
}
#site-footer .sub-menu a:hover {
    color: var(--common-color-gold);
}
#site-footer #copyright {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    text-align: center;
    padding: 24px 0;
    margin-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* アコーディオンカラーオーバーライド */
.parts-accordions {
    --sw-color: var(--common-color-navy, #1B2A4A);
    --background-color: #fff;
    --border: solid 1px var(--common-color-border, #E0DDD6);
}
.parts-accordions .accordion .accordion-sw {
    color: var(--common-color-navy, #1B2A4A);
}
.parts-accordions .accordion .accordion-sw-title {
    color: var(--common-color-navy, #1B2A4A);
    font-family: var(--common-font-family-jp);
    font-weight: 600;
}
.parts-accordions .accordion .accordion-content-detail {
    color: var(--common-color-text);
    line-height: 1.8;
}

/* CTAコンタクトセクション */
#cta-contact,
.cta-contact {
    background: var(--common-color-navy) !important;
    color: #fff;
}
#cta-contact .inner,
.cta-contact .inner {
    color: #fff;
}
#cta-contact h2,
.cta-contact h2 {
    color: #fff !important;
    font-family: var(--common-font-family);
}
#cta-contact .parts-btn[data-name="border-white"] a {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}
#cta-contact .parts-btn[data-name="border-white"] a:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}

/* ブログCTAバー */
#cta-blog-bottom {
    background: var(--common-color-navy);
}
#cta-blog-bottom .parts-btn[data-name="border-white"] a {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}

/* トップページ メインビジュアルのインフォバー */
#page-top #mainvisual .info .summary {
    background: var(--common-color-navy);
}

/* トップページ セクション見出し（既存テーマのクラス名） */
#page-top .section > .inner > .block > .label p,
#page-top .section > .inner > h2.sec-title {
    color: var(--common-color-navy);
    font-family: var(--common-font-family);
}
#page-top .section > .inner > .block > .label p {
    color: var(--common-color-gold);
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* 特徴ページの番号表示 */
.feature-num {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 48px;
    font-weight: 700;
    color: var(--common-color-gold);
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.8;
}

/* 注釈テキスト */
.note-text {
    font-size: 13px;
    color: #888;
    margin-top: 12px;
    line-height: 1.6;
}

/* FAQページ カテゴリ見出し */
#sec-faq-general .sec-title span,
#sec-faq-child .sec-title span,
#sec-faq-implant .sec-title span,
#sec-faq-group .sec-title span,
#sec-faq-access .sec-title span {
    display: inline-block;
    padding: 8px 24px;
    background: var(--common-color-navy);
    color: #fff;
    font-family: var(--common-font-family-jp);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 2px;
}

/* other-clinic セクション（既存テーマのID名） */
#sec-other-clinic #other-clinic {
    padding: 24px 0;
}
#sec-other-clinic #other-clinic .list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    flex-wrap: unset !important;
}
#sec-other-clinic #other-clinic .item {
    width: 100% !important;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden;
}
#sec-other-clinic #other-clinic .item:hover {
    background: rgba(255,255,255,0.10);
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
#sec-other-clinic #other-clinic .item h2 {
    font-size: 11px;
    color: var(--common-color-gold);
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.08em;
    padding: 20px 20px 0;
}
#sec-other-clinic #other-clinic .item h3 {
    font-size: 15px;
    color: #fff;
    font-family: var(--common-font-family);
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    padding: 0 20px 16px;
}
#sec-other-clinic #other-clinic .item .info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding-bottom: 0 !important;
    flex: 1;
}
#sec-other-clinic #other-clinic .item .info .image {
    width: 100% !important;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 0;
    flex-shrink: 0;
}
#sec-other-clinic #other-clinic .item .info .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
#sec-other-clinic #other-clinic .item:hover .info .image img {
    transform: scale(1.05);
}
#sec-other-clinic #other-clinic .item .info .text {
    width: 100% !important;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    padding: 16px 20px 20px;
}
/* ネイビー背景のセクション内 */
#sec-other-clinic {
    background: var(--common-color-navy);
    color: #fff;
    padding: 64px 0;
}
#sec-other-clinic > .inner > h2 {
    color: #fff;
    text-align: center;
    font-family: var(--common-font-family);
    font-size: 24px;
    margin-bottom: 12px;
}
#sec-other-clinic > .inner > .text {
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-bottom: 32px;
}
#sec-other-clinic #other-clinic .item h3 {
    color: #fff;
}
#sec-other-clinic #other-clinic .item .text {
    color: rgba(255,255,255,0.7);
}

/* トップページの数字セクション */
.number-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}
.number-grid .number-item .number {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 48px;
    font-weight: 700;
    color: var(--common-color-gold);
    line-height: 1.2;
}
.number-grid .number-item .unit {
    font-size: 20px;
    color: var(--common-color-gold);
}
.number-grid .number-item .label {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-top: 8px;
}

/* トップページの6つの強みセクション */
.strength-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.strength-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strength-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(27, 42, 74, 0.12);
}
.strength-card .card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}
.strength-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.strength-card:hover .card-img img {
    transform: scale(1.05);
}
.strength-card .card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--common-color-gold);
    color: #fff;
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    letter-spacing: 0.1em;
}
.strength-card .card-body {
    padding: 20px;
}
.strength-card .card-body h3 {
    font-family: var(--common-font-family);
    font-size: 16px;
    font-weight: 600;
    color: var(--common-color-navy);
    line-height: 1.5;
    margin-bottom: 8px;
}
.strength-card .card-body p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--common-color-text);
}

/* トップページのFAQセクション */
.faq-preview {
    max-width: 800px;
    margin: 0 auto;
}

/* グループ連携カード（トップページ） */
.group-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.group-link-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    padding: 24px 16px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease;
    display: block;
}
.group-link-card:hover {
    background: rgba(255,255,255,0.12);
}
.group-link-card .card-label {
    font-size: 12px;
    color: var(--common-color-gold);
    margin-bottom: 8px;
}
.group-link-card .card-name {
    font-family: var(--common-font-family);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 8px;
}
.group-link-card .card-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

/* レスポンシブ追加 */
@media screen and (max-width: 1127px) {
    .number-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .strength-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #sec-other-clinic #other-clinic .list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 767px) {
    .number-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .number-grid .number-item .number {
        font-size: 36px;
    }
    .strength-grid {
        grid-template-columns: 1fr;
    }
    .group-grid {
        grid-template-columns: 1fr;
    }
    #sec-other-clinic #other-clinic .list {
        grid-template-columns: 1fr !important;
    }
    #sec-other-clinic #other-clinic .item h2 {
        padding: 16px 16px 0;
    }
    #sec-other-clinic #other-clinic .item h3 {
        padding: 0 16px 12px;
    }
    #sec-other-clinic #other-clinic .item .info .text {
        padding: 12px 16px 16px;
    }
    .feature-num {
        font-size: 36px;
    }
}


/*============================================================
 トップページ 数字セクション（sec-numbers）
*============================================================*/
#sec-numbers {
    background: var(--common-color-navy) !important;
    padding: 56px 0 !important;
}
#sec-numbers .numbers-list {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
#sec-numbers .number-item {
    text-align: center;
    min-width: 120px;
}
#sec-numbers .number-value,
#sec-numbers .number-value-text {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 52px;
    font-weight: 700;
    color: var(--common-color-gold);
    line-height: 1.1;
}
#sec-numbers .number-unit {
    display: inline;
    font-size: 20px;
    color: var(--common-color-gold);
    font-weight: 500;
}
#sec-numbers .number-label {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-top: 8px;
    font-family: var(--common-font-family-jp);
}

@media screen and (max-width: 767px) {
    #sec-numbers .numbers-list {
        gap: 24px;
    }
    #sec-numbers .number-item {
        min-width: 100px;
        flex: 0 0 calc(50% - 12px);
    }
    #sec-numbers .number-value,
    #sec-numbers .number-value-text {
        font-size: 40px;
    }
}

/*============================================================
 トップページ 6つの強みセクション（sec-strength）
*============================================================*/
#sec-strength {
    background: var(--common-color-background1) !important;
    padding: 80px 0 !important;
}
#sec-strength .heading {
    text-align: center;
    margin-bottom: 48px;
}
#sec-strength .heading .en {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold);
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}
#sec-strength .heading h2 {
    font-family: var(--common-font-family);
    font-size: 28px;
    font-weight: 500;
    color: var(--common-color-navy);
    letter-spacing: 0.08em;
}
#sec-strength .strength-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
#sec-strength .strength-item {
    background: #fff;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    gap: 24px;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#sec-strength .strength-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(27, 42, 74, 0.1);
}
#sec-strength .strength-num {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 48px;
    font-weight: 700;
    color: var(--common-color-gold);
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.7;
}
#sec-strength .strength-content h3 {
    font-family: var(--common-font-family);
    font-size: 17px;
    font-weight: 600;
    color: var(--common-color-navy);
    line-height: 1.5;
    margin-bottom: 8px;
}
#sec-strength .strength-content p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--common-color-text);
    margin-bottom: 12px;
}
#sec-strength .strength-content .link-arrow-anim {
    font-size: 13px;
    color: var(--common-color-gold);
    text-decoration: none;
    font-weight: 500;
}
#sec-strength .strength-content .link-arrow-anim:hover {
    color: var(--common-color-gold-dark);
}

@media screen and (max-width: 1127px) {
    #sec-strength .strength-list {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    #sec-strength {
        padding: 56px 0 !important;
    }
    #sec-strength .heading h2 {
        font-size: 22px;
    }
    #sec-strength .strength-item {
        padding: 24px;
        flex-direction: column;
        gap: 12px;
    }
    #sec-strength .strength-num {
        font-size: 36px;
    }
    #sec-strength .strength-content h3 {
        font-size: 16px;
    }
}

/*============================================================
 トップページ グループ連携セクション（sec-cooperation-new）
*============================================================*/
.sec-cooperation-new {
    background: var(--common-color-navy) !important;
    color: #fff;
    padding: 80px 0 !important;
}
.sec-cooperation-new .heading {
    text-align: center;
    margin-bottom: 48px;
}
.sec-cooperation-new .heading .en {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold);
    display: block;
    margin-bottom: 12px;
}
.sec-cooperation-new .heading h2 {
    font-family: var(--common-font-family);
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08em;
}
.sec-cooperation-new .heading .desc {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    margin-top: 16px;
    line-height: 1.8;
}
.sec-cooperation-new .cooperation-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.sec-cooperation-new .cooperation-item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: background 0.3s ease;
}
.sec-cooperation-new .cooperation-item:hover {
    background: rgba(255,255,255,0.1);
}
.sec-cooperation-new .cooperation-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.sec-cooperation-new .cooperation-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-cooperation-new .cooperation-content h3 {
    font-family: var(--common-font-family-jp);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    margin-bottom: 4px;
}
.sec-cooperation-new .cooperation-clinic {
    font-family: var(--common-font-family);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}
.sec-cooperation-new .cooperation-note {
    font-size: 12px;
    color: var(--common-color-gold);
    margin-bottom: 4px;
}
.sec-cooperation-new .cooperation-detail {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
}
.sec-cooperation-new .cooperation-content .link-arrow-anim {
    font-size: 13px;
    color: var(--common-color-gold);
    text-decoration: none;
    font-weight: 500;
}
.sec-cooperation-new .cooperation-content .link-arrow-anim:hover {
    color: var(--common-color-gold-light);
}

@media screen and (max-width: 767px) {
    .sec-cooperation-new {
        padding: 56px 0 !important;
    }
    .sec-cooperation-new .heading h2 {
        font-size: 22px;
    }
    .sec-cooperation-new .cooperation-list {
        grid-template-columns: 1fr;
    }
    .sec-cooperation-new .cooperation-item {
        padding: 20px;
    }
    .sec-cooperation-new .cooperation-icon {
        width: 60px;
        height: 60px;
    }
}

/*============================================================
 トップページ FAQセクション（sec-faq-top）
*============================================================*/
.sec-faq-top {
    padding: 80px 0 !important;
}
.sec-faq-top .heading {
    text-align: center;
    margin-bottom: 40px;
}
.sec-faq-top .heading .en {
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold);
    display: block;
    margin-bottom: 12px;
}
.sec-faq-top .heading h2 {
    font-family: var(--common-font-family);
    font-size: 28px;
    font-weight: 500;
    color: var(--common-color-navy);
    letter-spacing: 0.08em;
}
.sec-faq-top .faq-list {
    max-width: 800px;
    margin: 0 auto 32px;
}
.sec-faq-top .faq-item {
    background: #fff;
    border: 1px solid var(--common-color-border, #E0DDD6);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.sec-faq-top .faq-item .question {
    padding: 20px 56px 20px 24px;
    font-family: var(--common-font-family-jp);
    font-size: 15px;
    font-weight: 600;
    color: var(--common-color-navy);
    cursor: pointer;
    position: relative;
    line-height: 1.6;
}
.sec-faq-top .faq-item .question::before {
    content: "Q.";
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-weight: 700;
    color: var(--common-color-gold);
    margin-right: 8px;
}
.sec-faq-top .faq-item .question::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--common-color-gold);
    transition: transform 0.3s ease;
}
.sec-faq-top .faq-item.is-open .question::after {
    content: "−";
}
.sec-faq-top .faq-item .answer {
    display: none;
    padding: 0 24px 20px 24px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--common-color-text);
    border-top: 1px solid var(--common-color-border, #E0DDD6);
    padding-top: 16px;
    margin: 0 24px;
}
.sec-faq-top .faq-item .answer p::before {
    content: "A.";
    font-family: var(--common-font-family-lato, "Lato", sans-serif);
    font-weight: 700;
    color: var(--common-color-navy);
    margin-right: 8px;
}
.sec-faq-top .link-wrap-center {
    text-align: center;
}
.sec-faq-top .link-wrap-center .link-arrow-anim {
    font-size: 14px;
    color: var(--common-color-gold);
    text-decoration: none;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sec-faq-top {
        padding: 56px 0 !important;
    }
    .sec-faq-top .heading h2 {
        font-size: 22px;
    }
    .sec-faq-top .faq-item .question {
        font-size: 14px;
        padding: 16px 48px 16px 20px;
    }
}


/*============================================================
 トップページ ヒーロー刷新（咬合再建センター）
*============================================================*/
#page-top #mainvisual .heading .hero-en {
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--common-color-gold, #C4A265);
    margin-bottom: 24px;
    position: relative;
    font-weight: 400;
}
#page-top #mainvisual .heading .title-main {
    display: block;
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 42px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.12em;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
#page-top #mainvisual .heading .site-title {
    margin-bottom: 20px;
    position: relative;
}
#page-top #mainvisual .heading .lead {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-bottom: 16px;
    position: relative;
}
#page-top #mainvisual .heading .sub-lead {
    font-family: var(--common-font-family-jp, "Noto Sans JP", sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
    position: relative;
    margin-bottom: 32px;
}
#page-top #mainvisual .heading .hero-cta {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: center;
}
#page-top #mainvisual .heading .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border-radius: 2px;
    font-family: var(--common-font-family-jp, "Noto Sans JP", sans-serif);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.3s ease;
}
#page-top #mainvisual .heading .hero-btn-primary {
    background: var(--common-color-gold, #C4A265);
    color: #fff;
    border: 2px solid var(--common-color-gold, #C4A265);
}
#page-top #mainvisual .heading .hero-btn-primary:hover {
    background: var(--common-color-gold-dark, #A88B4A);
    border-color: var(--common-color-gold-dark, #A88B4A);
}
#page-top #mainvisual .heading .hero-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
}
#page-top #mainvisual .heading .hero-btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}

/* ヒーロー高さ調整 */
#page-top #mainvisual .heading {
    height: 720px;
    padding-top: 240px;
}

/* インフォバー内 summary list を非表示（新構成では不要） */
#page-top #mainvisual .info .summary .list {
    display: none;
}

/*============================================================
 WHY MIRISE セクション
*============================================================*/
#sec-why {
    background: var(--common-color-background1, #F5F3EF);
    padding: 96px 0 !important;
}
#sec-why .heading {
    text-align: center;
    margin-bottom: 64px;
}
#sec-why .heading .en {
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold, #C4A265);
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}
#sec-why .heading h2 {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 32px;
    font-weight: 500;
    color: var(--common-color-navy, #1B2A4A);
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
#sec-why .heading .desc {
    font-size: 15px;
    line-height: 2;
    color: var(--common-color-text, #2D2D2D);
    max-width: 680px;
    margin: 0 auto;
}
#sec-why .why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1080px;
    margin: 0 auto;
}
#sec-why .why-item {
    background: #fff;
    border-radius: 4px;
    padding: 36px 32px;
    display: flex;
    gap: 24px;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: flex-start;
}
#sec-why .why-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(27, 42, 74, 0.12);
}
#sec-why .why-num {
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 48px;
    font-weight: 700;
    color: var(--common-color-gold, #C4A265);
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.65;
    min-width: 56px;
}
#sec-why .why-content h3 {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--common-color-navy, #1B2A4A);
    line-height: 1.5;
    margin-bottom: 12px;
}
#sec-why .why-content p {
    font-size: 14px;
    line-height: 1.9;
    color: var(--common-color-text, #2D2D2D);
    margin-bottom: 16px;
}
#sec-why .why-content .link-arrow-anim {
    font-size: 13px;
    color: var(--common-color-gold, #C4A265);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}
#sec-why .why-content .link-arrow-anim:hover {
    color: var(--common-color-gold-dark, #A88B4A);
}

@media screen and (max-width: 1127px) {
    #sec-why .why-list {
        grid-template-columns: 1fr;
    }
    #sec-why {
        padding: 72px 0 !important;
    }
}
@media screen and (max-width: 767px) {
    #sec-why {
        padding: 56px 0 !important;
    }
    #sec-why .heading h2 {
        font-size: 24px;
    }
    #sec-why .why-item {
        padding: 24px 20px;
        flex-direction: column;
        gap: 12px;
    }
    #sec-why .why-num {
        font-size: 36px;
    }
    #sec-why .why-content h3 {
        font-size: 16px;
    }
}

/*============================================================
 統括院長メッセージセクション
*============================================================*/
#sec-director {
    background: #fff;
    padding: 96px 0 !important;
}
#sec-director .heading {
    text-align: center;
    margin-bottom: 56px;
}
#sec-director .heading .en {
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold, #C4A265);
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}
#sec-director .heading h2 {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 28px;
    font-weight: 500;
    color: var(--common-color-navy, #1B2A4A);
    letter-spacing: 0.08em;
}
#sec-director .director-block {
    display: flex;
    gap: 56px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
}
#sec-director .director-photo {
    flex-shrink: 0;
    width: 280px;
}
#sec-director .director-photo .image {
    border-radius: 4px;
    overflow: hidden;
}
#sec-director .director-photo .image img {
    width: 100%;
    height: auto;
    display: block;
}
#sec-director .director-info {
    flex: 1;
    min-width: 0;
}
#sec-director .director-position {
    font-family: var(--common-font-family-jp, "Noto Sans JP", sans-serif);
    font-size: 13px;
    color: var(--common-color-gold, #C4A265);
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    font-weight: 500;
}
#sec-director .director-name {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 28px;
    font-weight: 600;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 24px;
    line-height: 1.4;
}
#sec-director .director-name .name-en {
    display: block;
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: var(--common-color-gold, #C4A265);
    margin-top: 4px;
}
#sec-director .director-message {
    margin-bottom: 28px;
}
#sec-director .director-message p {
    font-size: 15px;
    line-height: 2;
    color: var(--common-color-text, #2D2D2D);
    margin-bottom: 16px;
}
#sec-director .director-message p:last-child {
    margin-bottom: 0;
}
#sec-director .director-credentials {
    background: var(--common-color-background1, #F5F3EF);
    border-radius: 4px;
    padding: 24px 28px;
}
#sec-director .director-credentials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sec-director .director-credentials li {
    font-size: 13px;
    line-height: 1.8;
    color: var(--common-color-text, #2D2D2D);
    padding-left: 16px;
    position: relative;
}
#sec-director .director-credentials li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--common-color-gold, #C4A265);
    border-radius: 50%;
}

@media screen and (max-width: 1127px) {
    #sec-director .director-block {
        gap: 40px;
    }
    #sec-director .director-photo {
        width: 220px;
    }
}
@media screen and (max-width: 767px) {
    #sec-director {
        padding: 56px 0 !important;
    }
    #sec-director .heading h2 {
        font-size: 22px;
    }
    #sec-director .director-block {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    #sec-director .director-photo {
        width: 200px;
    }
    #sec-director .director-name {
        font-size: 22px;
        text-align: center;
    }
    #sec-director .director-position {
        text-align: center;
    }
    #sec-director .director-message p {
        font-size: 14px;
    }
    #sec-director .director-credentials {
        padding: 20px;
    }
    #sec-director .director-credentials li {
        font-size: 12px;
    }
}

/*============================================================
 ヒーロー SP対応
*============================================================*/
@media screen and (max-width: 767px) {
    #page-top #mainvisual .heading {
        height: auto;
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 48px;
        overflow: visible;
    }
    #page-top #mainvisual .heading .hero-en {
        font-size: 10px;
        margin-bottom: 16px;
    }
    #page-top #mainvisual .heading .title-main {
        font-size: 26px;
        letter-spacing: 0.08em;
    }
    #page-top #mainvisual .heading .lead {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    #page-top #mainvisual .heading .sub-lead {
        font-size: 12px;
        line-height: 1.8;
    }
    #page-top #mainvisual .heading .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    #page-top #mainvisual .heading .hero-btn {
        padding: 12px 32px;
        font-size: 13px;
    }
}

/*============================================================
 旧セクション非表示（新構成で不要なもの）
*============================================================*/
/* 旧コンセプトセクション（新WHY MIRISEに置換） */
#page-top #sec-concept {
    display: none !important;
}
/* 旧メッセージセクション（新統括院長セクションに置換） */
#page-top #sec-message {
    display: none !important;
}
/* 旧連携部門セクション（新cooperation-newに置換） */
#page-top #sec-cooperation:not(.sec-cooperation-new) {
    display: none !important;
}

/*============================================================
 FAQアコーディオン動作用
*============================================================*/
.sec-faq-top .faq-item.is-open .answer,
.sec-faq-top .faq-item.is-open .acc-content {
    display: block;
}

/*============================================================
 先端設備・テクノロジーセクション
*============================================================*/
#sec-equipment {
    background: var(--common-color-background1, #F5F3EF);
    padding: 80px 0 !important;
}
#sec-equipment .heading {
    text-align: center;
    margin-bottom: 56px;
}
#sec-equipment .heading .en {
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--common-color-gold, #C4A265);
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}
#sec-equipment .heading h2 {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 28px;
    font-weight: 500;
    color: var(--common-color-navy, #1B2A4A);
    letter-spacing: 0.08em;
}
#sec-equipment .heading .desc {
    font-size: 15px;
    line-height: 1.9;
    color: var(--common-color-text, #2D2D2D);
    margin-top: 20px;
}
.equipment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.equipment-category {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
}
.category-title {
    font-family: var(--common-font-family, "Noto Serif JP", serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--common-color-gold, #C4A265);
    display: flex;
    align-items: center;
    gap: 8px;
}
.category-icon {
    color: var(--common-color-gold, #C4A265);
    font-size: 12px;
}
.equipment-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.equipment-card {
    padding: 16px 20px;
    background: var(--common-color-background2, #FAFAF8);
    border-radius: 4px;
    border-left: 3px solid var(--common-color-gold, #C4A265);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.equipment-card:hover {
    transform: translateX(4px);
    box-shadow: 0 2px 12px rgba(27, 42, 74, 0.08);
}
.equipment-card h4 {
    font-family: var(--common-font-family-jp, "Noto Sans JP", sans-serif);
    font-size: 15px;
    font-weight: 600;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 6px;
}
.equipment-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* 設備セクション タブレット対応 */
@media screen and (max-width: 1127px) {
    .equipment-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .equipment-category {
        padding: 24px;
    }
}

/* 設備セクション SP対応 */
@media screen and (max-width: 767px) {
    #sec-equipment {
        padding: 56px 0 !important;
    }
    #sec-equipment .heading h2 {
        font-size: 22px;
    }
    #sec-equipment .heading .desc {
        font-size: 13px;
    }
    .equipment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .equipment-category {
        padding: 20px;
    }
    .category-title {
        font-size: 16px;
    }
    .equipment-card h4 {
        font-size: 14px;
    }
    .equipment-card p {
        font-size: 12px;
    }
}

/*============================================================
 電話番号の視認性改善（HTML版）
*============================================================*/
#page-top #mainvisual .info .summary .detail .tel.tel-html {
    margin-top: 12px;
}
#page-top #mainvisual .info .summary .detail .tel.tel-html a {
    color: #fff;
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
#page-top #mainvisual .info .summary .detail .tel.tel-html .tel-icon {
    flex-shrink: 0;
}
#page-top #mainvisual .info .summary .detail .tel.tel-html .tel-number {
    white-space: nowrap;
}

/*============================================================
 HTMLカレンダー（月曜休診対応）
*============================================================*/
.schedule.schedule-html .schedule-table {
    margin-bottom: 10px;
}
.schedule.schedule-html .schedule-label {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.schedule.schedule-html .calendar-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 13px;
}
.schedule.schedule-html .calendar-table th {
    background: #181818;
    color: #fff;
    padding: 6px 8px;
    font-weight: 600;
    font-size: 12px;
    min-width: 28px;
}
.schedule.schedule-html .calendar-table th.closed-day {
    background: #999;
    color: #fff;
}
.schedule.schedule-html .calendar-table td {
    padding: 6px 8px;
}
.schedule.schedule-html .calendar-table .time-label {
    text-align: left;
    font-size: 11px;
    color: #fff;
    white-space: nowrap;
    padding-right: 10px;
}
.schedule.schedule-html .calendar-table .time-label small {
    font-size: 10px;
    opacity: 0.7;
}
.schedule.schedule-html .calendar-table .mark-o {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--common-color-gold, #C4A265);
    border-radius: 50%;
}
.schedule.schedule-html .calendar-table .mark-x {
    color: #999;
    font-size: 16px;
    font-weight: 700;
}
.schedule.schedule-html .calendar-table td.closed-day {
    background: rgba(153,153,153,0.1);
}

/*============================================================
 連携セクション画像スタイル改善
*============================================================*/
.sec-cooperation-new .cooperation-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--common-color-gold, #C4A265);
}

/*============================================================
 数字セクション（sec-numbers）スタイル
*============================================================*/
.sec-numbers {
    background: var(--common-color-navy, #1B2A4A) !important;
    padding: 64px 0 !important;
}
.sec-numbers .numbers-list {
    display: flex;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
}
.sec-numbers .number-item {
    text-align: center;
    color: #fff;
}
.sec-numbers .number-value,
.sec-numbers .number-value-text {
    font-family: var(--common-font-family-en, "Lato", sans-serif);
    font-size: 56px;
    font-weight: 700;
    color: var(--common-color-gold, #C4A265);
    line-height: 1.1;
}
.sec-numbers .number-unit {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-top: 4px;
}
.sec-numbers .number-label {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-top: 8px;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .sec-numbers {
        padding: 48px 0 !important;
    }
    .sec-numbers .numbers-list {
        gap: 32px;
    }
    .sec-numbers .number-value,
    .sec-numbers .number-value-text {
        font-size: 40px;
    }
    .sec-numbers .number-label {
        font-size: 12px;
    }
}


/*============================================================
 ヘッダーロゴ拡大（新ロゴ対応）
*============================================================*/
.gnav-logo {
    max-width: 320px !important;
    width: 320px !important;
}
.gnav-logo a {
    display: flex !important;
    align-items: center !important;
}
.gnav-logo img.header-logo-new {
    width: 100% !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

@media screen and (max-width: 1024px) {
    .gnav-logo {
        max-width: 260px !important;
        width: 260px !important;
    }
    .gnav-logo img.header-logo-new {
        max-height: 42px !important;
    }
}

@media screen and (max-width: 767px) {
    .gnav-logo {
        max-width: 220px !important;
        width: 220px !important;
    }
    .gnav-logo img.header-logo-new {
        max-height: 36px !important;
    }
}

/*============================================================
 電話番号の右端切れ修正
*============================================================*/
#page-top #mainvisual .info .summary .detail .tel.tel-html {
    overflow: visible !important;
    white-space: nowrap !important;
}
#page-top #mainvisual .info .summary .detail .tel.tel-html a {
    font-size: 22px;
    white-space: nowrap !important;
}
#page-top #mainvisual .info .summary .detail {
    overflow: visible !important;
}

@media screen and (max-width: 767px) {
    #page-top #mainvisual .info .summary .detail .tel.tel-html a {
        font-size: 18px;
        justify-content: center;
    }
    #page-top #mainvisual .info .summary .detail {
        flex-direction: column !important;
        align-items: center !important;
    }
    #page-top #mainvisual .info .summary .detail .tel.tel-html {
        width: 100% !important;
        text-align: center !important;
    }
}


/*============================================================
 フォント統一 — 基本はNoto Sans JP、ヒーロー見出し・リードは明朝体
*============================================================*/
body,
p, a, li, td, th, span, div,
.section .heading h2,
.section-heading h2,
.section-heading .ja,
.section .heading .ja {
    font-family: "Noto Sans JP", sans-serif !important;
}
:root {
    --common-font-family: "Noto Serif JP", serif;
    --common-font-family-jp: "Noto Sans JP", sans-serif;
}
/* ヒーロー見出し・リードは明朝体を維持 */
#page-top #mainvisual .heading .title-main,
#page-top #mainvisual .heading h1,
#page-top #mainvisual .heading .lead,
#page-top #mainvisual .heading .site-title {
    font-family: "Noto Serif JP", serif !important;
}

/*============================================================
 情報バー（sec-info-bar）
*============================================================*/
.sec-info-bar {
    background: var(--common-color-navy, #1B2A4A);
    color: #fff;
    padding: 40px 0 !important;
}
.sec-info-bar .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.sec-info-bar .info-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.sec-info-bar .info-subjects {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.sec-info-bar .subjects-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--common-color-gold, #C4A265);
    white-space: nowrap;
}
.sec-info-bar .subjects-list {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
.sec-info-bar .info-tel {
    flex-shrink: 0;
}
.sec-info-bar .tel-number-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: opacity 0.3s;
}
.sec-info-bar .tel-number-link:hover {
    opacity: 0.8;
}
.sec-info-bar .tel-number-link svg {
    flex-shrink: 0;
    color: var(--common-color-gold, #C4A265);
}
.sec-info-bar .tel-text {
    font-family: "Lato", "Noto Sans JP", sans-serif !important;
}

/* アクセス */
.sec-info-bar .info-access {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sec-info-bar .access-badge {
    background: var(--common-color-gold, #C4A265);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    padding: 10px 14px;
    border-radius: 50%;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-info-bar .access-text {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

/* カレンダー */
.sec-info-bar .info-schedule {
    max-width: 600px;
    margin: 0 auto;
}
.sec-info-bar .schedule-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
}
.sec-info-bar .calendar-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}
.sec-info-bar .calendar-table thead th {
    background: #2A3D66;
    color: #fff;
    padding: 10px 6px;
    font-weight: 600;
    font-size: 14px;
}
.sec-info-bar .calendar-table thead th.day-closed {
    background: #555;
    color: rgba(255,255,255,0.5);
}
.sec-info-bar .calendar-table tbody td {
    padding: 10px 6px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sec-info-bar .calendar-table .time-label {
    text-align: left;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
}
.sec-info-bar .calendar-table .time-note {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}
.sec-info-bar .calendar-table .mark-open {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--common-color-gold, #C4A265);
    border-radius: 50%;
}
.sec-info-bar .calendar-table .mark-closed {
    display: inline-block;
    font-size: 16px;
    color: rgba(255,255,255,0.4);
    font-weight: 700;
}
.sec-info-bar .calendar-table td.day-closed {
    background: rgba(85,85,85,0.3);
}
.sec-info-bar .schedule-note {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    margin-top: 12px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .sec-info-bar {
        padding: 24px 0 !important;
    }
    .sec-info-bar .info-bar-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .sec-info-bar .info-subjects {
        flex-direction: column;
        align-items: center;
    }
    .sec-info-bar .tel-number-link {
        font-size: 22px;
        justify-content: center;
    }
    .sec-info-bar .info-access {
        flex-direction: column;
        text-align: center;
    }
    .sec-info-bar .calendar-table {
        font-size: 12px;
    }
    .sec-info-bar .calendar-table .time-label {
        font-size: 11px;
    }
    .sec-info-bar .calendar-table .mark-open {
        width: 16px;
        height: 16px;
    }
}

/*============================================================
 WHY MIRISEセクション（why-list）
*============================================================*/
#sec-why {
    background: #fff;
    padding: 100px 0 !important;
}
#sec-why .heading .desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-top: 16px;
}
.why-list {
    max-width: 900px;
    margin: 0 auto;
}
.why-item {
    display: flex;
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid #E0DDD6;
    align-items: flex-start;
}
.why-item:last-child {
    border-bottom: none;
}
.why-num {
    font-family: "Lato", sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    color: var(--common-color-gold, #C4A265);
    line-height: 1;
    flex-shrink: 0;
    width: 72px;
}
.why-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 12px;
    line-height: 1.5;
}
.why-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}
.why-content .link-arrow-anim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    color: var(--common-color-gold, #C4A265);
    text-decoration: none;
    font-weight: 600;
    transition: gap 0.3s;
}
.why-content .link-arrow-anim:hover {
    gap: 12px;
}

@media screen and (max-width: 767px) {
    #sec-why {
        padding: 64px 0 !important;
    }
    .why-item {
        flex-direction: column;
        gap: 8px;
        padding: 28px 0;
    }
    .why-num {
        font-size: 36px;
        width: auto;
    }
    .why-content h3 {
        font-size: 18px;
    }
    .why-content p {
        font-size: 14px;
    }
}

/*============================================================
 診療案内セクション（treatment-card）
*============================================================*/
.sec-dental-menu-new {
    background: var(--common-color-background1, #F5F3EF) !important;
    padding: 100px 0 !important;
}
.sec-dental-menu-new .heading .desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-top: 16px;
}

.treatment-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(27, 42, 74, 0.06);
    margin-bottom: 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.treatment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 40px rgba(27, 42, 74, 0.12);
}
.treatment-card-highlight {
    border-left: 4px solid var(--common-color-gold, #C4A265);
}
.treatment-card-img {
    width: 360px;
    flex-shrink: 0;
    overflow: hidden;
}
.treatment-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.treatment-card:hover .treatment-card-img img {
    transform: scale(1.05);
}
.treatment-card-body {
    padding: 36px 40px;
    flex: 1;
}
.treatment-card-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--common-color-gold, #C4A265);
    background: rgba(196, 162, 101, 0.1);
    padding: 4px 12px;
    border-radius: 3px;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
}
.treatment-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 16px;
    line-height: 1.4;
}
.treatment-card-concern {
    font-size: 14px;
    font-weight: 700;
    color: var(--common-color-gold, #C4A265);
    margin-bottom: 8px;
}
.treatment-card-symptoms {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}
.treatment-card-symptoms li {
    font-size: 14px;
    color: #555;
    padding: 4px 0 4px 20px;
    position: relative;
    line-height: 1.6;
}
.treatment-card-symptoms li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--common-color-gold, #C4A265);
    border-radius: 50%;
}
.treatment-card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}
.treatment-card-doctor {
    background: rgba(27, 42, 74, 0.03);
    border-left: 3px solid var(--common-color-navy, #1B2A4A);
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 0 4px 4px 0;
}
.treatment-card-doctor .doctor-label {
    font-size: 11px;
    color: var(--common-color-gold, #C4A265);
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}
.treatment-card-doctor .doctor-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 2px;
}
.treatment-card-doctor .doctor-credential {
    font-size: 12px;
    color: #888;
}
.treatment-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.feature-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: var(--common-color-navy, #1B2A4A);
    background: rgba(27, 42, 74, 0.06);
    padding: 4px 10px;
    border-radius: 3px;
    letter-spacing: 0.02em;
}
.treatment-card .link-arrow-anim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--common-color-gold, #C4A265);
    text-decoration: none;
    font-weight: 600;
    transition: gap 0.3s;
}
.treatment-card .link-arrow-anim:hover {
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .sec-dental-menu-new {
        padding: 64px 0 !important;
    }
    .treatment-card {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .treatment-card-img {
        width: 100%;
        height: 200px;
    }
    .treatment-card-body {
        padding: 24px 20px;
    }
    .treatment-card-title {
        font-size: 18px;
    }
    .treatment-card-desc {
        font-size: 13px;
    }
}

/*============================================================
 ドクター紹介セクション（sec-doctors-new）
*============================================================*/
.sec-doctors-new {
    background: #fff !important;
    padding: 100px 0 !important;
}
.sec-doctors-new .heading .desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-top: 16px;
}
.doctors-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}
.doctor-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(27, 42, 74, 0.06);
    transition: transform 0.3s ease;
}
.doctor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(27, 42, 74, 0.1);
}
.doctor-card-main {
    border: 2px solid var(--common-color-gold, #C4A265);
}
.doctor-card-photo {
    width: 240px;
    flex-shrink: 0;
    overflow: hidden;
}
.doctor-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    min-height: 240px;
}
.doctor-card-info {
    padding: 28px 32px;
    flex: 1;
}
.doctor-card-position {
    font-size: 12px;
    color: var(--common-color-gold, #C4A265);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.doctor-card-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--common-color-navy, #1B2A4A);
    margin-bottom: 8px;
    line-height: 1.4;
}
.doctor-card-name .name-en {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 0.06em;
    margin-top: 2px;
}
.doctor-card-specialty {
    font-size: 14px;
    color: var(--common-color-navy, #1B2A4A);
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0DDD6;
}
.doctor-card-credentials {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.doctor-card-credentials li {
    font-size: 13px;
    color: #666;
    padding: 3px 0 3px 16px;
    position: relative;
    line-height: 1.5;
}
.doctor-card-credentials li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--common-color-gold, #C4A265);
    border-radius: 50%;
}
.doctor-card-message {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #E0DDD6;
    font-style: italic;
}
.link-wrap-center {
    text-align: center;
    margin-top: 48px;
}
.link-wrap-center .link-arrow-anim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--common-color-gold, #C4A265);
    text-decoration: none;
    font-weight: 600;
    transition: gap 0.3s;
}
.link-wrap-center .link-arrow-anim:hover {
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .sec-doctors-new {
        padding: 64px 0 !important;
    }
    .doctor-card {
        flex-direction: column;
    }
    .doctor-card-photo {
        width: 100% !important;
        height: auto !important;
        max-height: 450px !important;
        overflow: hidden !important;
    }
    .doctor-card-photo img {
        width: 100% !important;
        height: auto !important;
        max-height: 450px !important;
        object-fit: contain !important;
        object-position: center top !important;
        min-height: unset !important;
    }
    .doctor-card-info {
        padding: 20px;
    }
    .doctor-card-name {
        font-size: 18px;
    }
}

/* ===== Equipment Showcase Section ===== */
.sec-equipment-new {
  background: #f8f6f3;
  padding: 100px 0;
}

.sec-equipment-new .heading {
  text-align: center;
  margin-bottom: 60px;
}

.sec-equipment-new .heading-en {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #b8965a;
  margin-bottom: 10px;
}

.sec-equipment-new .heading-ja {
  font-size: 28px;
  font-weight: 600;
  color: #1a2744;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.sec-equipment-new .heading-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

/* Equipment Showcase Grid */
.equipment-showcase {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Equipment Card */
.equipment-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equipment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.equipment-card:nth-child(even) {
  flex-direction: row-reverse;
}

.equipment-card-image {
  width: 40%;
  min-height: 280px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ede8;
  padding: 20px;
}

.equipment-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 260px;
  transition: transform 0.5s ease;
}

.equipment-card:hover .equipment-card-image img {
  transform: scale(1.03);
}

.equipment-card-content {
  flex: 1;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.equipment-card-category {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #b8965a;
  background: rgba(184,150,90,0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  width: fit-content;
}

.equipment-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a2744;
  margin-bottom: 14px;
  line-height: 1.4;
}

.equipment-card-title span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-top: 4px;
}

.equipment-card-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.equipment-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.equipment-card-features li {
  font-size: 12px;
  color: #1a2744;
  background: #f4f2ee;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #e8e4dd;
  line-height: 1.5;
}

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .sec-equipment-new {
    padding: 60px 0;
  }

  .sec-equipment-new .heading-ja {
    font-size: 22px;
  }

  .sec-equipment-new .heading-desc {
    font-size: 13px;
  }

  .equipment-showcase {
    gap: 16px;
    padding: 0 16px;
  }

  .equipment-card,
  .equipment-card:nth-child(even) {
    flex-direction: column;
  }

  .equipment-card-image {
    width: 100%;
    min-height: 200px;
    padding: 16px;
  }

  .equipment-card-image img {
    max-height: 200px;
  }

  .equipment-card-content {
    padding: 20px 24px;
  }

  .equipment-card-title {
    font-size: 17px;
  }

  .equipment-card-desc {
    font-size: 13px;
    line-height: 1.8;
  }

  .equipment-card-features {
    gap: 6px;
  }

  .equipment-card-features li {
    font-size: 11px;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 480px) {
  .equipment-card-image {
    min-height: 160px;
  }

  .equipment-card-image img {
    max-height: 160px;
  }

  .equipment-card-content {
    padding: 16px 20px;
  }
}


/* ===== sec-global: 多言語対応・タックスフリー ===== */
.sec-global-new {
  padding: 100px 0;
  background: linear-gradient(180deg, #fafaf7 0%, #f5f3ee 100%);
}
.sec-global-new .heading {
  text-align: center;
  margin-bottom: 60px;
}
.sec-global-new .heading .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #b5a78a;
  margin-bottom: 12px;
}
.sec-global-new .heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.sec-global-new .heading .desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
.global-block {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
.global-block-header {
  background: linear-gradient(135deg, #2c2c2c 0%, #3d3d3d 100%);
  padding: 24px 32px;
}
.global-block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.global-icon {
  font-size: 24px;
}
.global-block-body {
  padding: 36px 32px;
}
.global-block-lead {
  font-size: 15px;
  line-height: 2;
  color: #444;
  margin-bottom: 32px;
}
.language-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.language-card {
  background: #fafaf7;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  transition: all 0.3s ease;
}
.language-card:hover {
  border-color: #b5a78a;
  box-shadow: 0 4px 12px rgba(181,167,138,0.15);
}
.language-flag {
  font-size: 32px;
  display: block;
  margin-bottom: 8px;
}
.language-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 4px;
}
.language-name-ja {
  display: block;
  font-size: 12px;
  color: #999;
}
.taxfree-detail {
  margin-top: 8px;
}
.taxfree-section {
  margin-bottom: 32px;
}
.taxfree-section:last-child {
  margin-bottom: 0;
}
.taxfree-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  padding-bottom: 12px;
  border-bottom: 2px solid #b5a78a;
  margin-bottom: 16px;
}
.taxfree-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.taxfree-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  border-bottom: 1px solid #f0ece4;
}
.taxfree-list li:last-child {
  border-bottom: none;
}
.taxfree-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #b5a78a;
  font-weight: 700;
}
.taxfree-text {
  font-size: 15px;
  line-height: 2;
  color: #444;
  margin-bottom: 24px;
}
.taxfree-example {
  background: #fafaf7;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e8e4dc;
}
.taxfree-example-title {
  font-size: 14px;
  font-weight: 600;
  color: #b5a78a;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.taxfree-table {
  width: 100%;
  border-collapse: collapse;
}
.taxfree-table th {
  background: #2c2c2c;
  color: #fff;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.5px;
}
.taxfree-table th:first-child {
  border-radius: 8px 0 0 0;
}
.taxfree-table th:last-child {
  border-radius: 0 8px 0 0;
}
.taxfree-table td {
  padding: 14px 16px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #e8e4dc;
}
.taxfree-table td:last-child {
  color: #b5a78a;
  font-weight: 700;
  font-size: 16px;
}
.taxfree-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.taxfree-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fafaf7;
  border-radius: 12px;
  border: 1px solid #e8e4dc;
}
.taxfree-step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #b5a78a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.taxfree-step-content {
  flex: 1;
}
.taxfree-step-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 4px;
}
.taxfree-step-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.global-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.global-feature-item {
  background: #fafaf7;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.global-feature-item:hover {
  border-color: #b5a78a;
  box-shadow: 0 4px 12px rgba(181,167,138,0.15);
}
.global-feature-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
}
.global-feature-title {
  font-size: 15px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 8px;
}
.global-feature-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}
.global-multilingual-message {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
  border-left: 4px solid #b5a78a;
}
.global-multilingual-message p {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0ece4;
}
.global-multilingual-message p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.global-msg-ar {
  font-family: "Noto Sans Arabic", sans-serif;
  direction: rtl;
  text-align: right;
}
.global-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.global-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #b5a78a;
  color: #fff;
  min-width: 240px;
}
.global-cta-btn:hover {
  background: #a0916e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(181,167,138,0.3);
}
.global-cta-tel {
  background: #2c2c2c;
}
.global-cta-tel:hover {
  background: #444;
  box-shadow: 0 6px 20px rgba(44,44,44,0.3);
}
@media screen and (max-width: 767px) {
  .sec-global-new {
    padding: 64px 0;
  }
  .sec-global-new .heading {
    margin-bottom: 40px;
  }
  .sec-global-new .heading h2 {
    font-size: 24px;
  }
  .global-block-header {
    padding: 18px 20px;
  }
  .global-block-title {
    font-size: 16px;
  }
  .global-block-body {
    padding: 24px 20px;
  }
  .language-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .language-flag {
    font-size: 28px;
  }
  .language-name {
    font-size: 14px;
  }
  .global-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .taxfree-table th,
  .taxfree-table td {
    padding: 10px 12px;
    font-size: 12px;
  }
  .taxfree-table td:last-child {
    font-size: 14px;
  }
  .taxfree-example {
    padding: 16px;
  }
  .global-multilingual-message {
    padding: 24px 20px;
  }
  .global-multilingual-message p {
    font-size: 13px;
  }
  .global-cta {
    flex-direction: column;
    align-items: center;
  }
  .global-cta-btn {
    width: 100%;
    max-width: 320px;
    padding: 14px 32px;
    font-size: 15px;
  }
}


/* ============================================================
   Language Switcher Styles
   ============================================================ */
.lang-switcher {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 200px;
  z-index: 1000;
}
.lang-switcher-inner {
  display: flex;
  gap: 4px;
  background: rgba(255,255,255,0.95);
  border-radius: 8px;
  padding: 4px 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid #e0d5c0;
}
.lang-btn {
  background: none;
  border: 1px solid transparent;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
  white-space: nowrap;
  color: #333;
  font-family: inherit;
}
.lang-btn:hover {
  background: #f5f0e8;
  border-color: #b8a88a;
}
.lang-btn.active {
  background: #b8a88a;
  color: #fff;
  border-color: #b8a88a;
}
.lang-switcher-mobile {
  display: none;
  position: relative;
}
.lang-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.95);
  border: 1px solid #e0d5c0;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  color: #333;
  font-family: inherit;
}
.lang-dropdown-arrow {
  font-size: 10px;
  color: #b8a88a;
}
.lang-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e0d5c0;
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  z-index: 1001;
  min-width: 160px;
  margin-top: 4px;
}
.lang-dropdown-menu.open {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lang-dropdown-menu .lang-btn {
  text-align: left;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}

/* RTL support */
body.rtl-lang .lang-switcher { right: auto; left: 200px; }
body.rtl-lang .sec-cooperation-new .cooperation-card-body { text-align: right; }
body.rtl-lang .why-content { text-align: right; }
body.rtl-lang .dental-menu-card .dental-menu-info { text-align: right; }

/* Mobile */
@media screen and (max-width: 767px) {
  .lang-switcher { display: none; }
  .lang-switcher-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 1001;
  }
  .lang-dropdown-toggle {
    padding: 4px 8px;
    font-size: 11px;
  }
}

/* ============================================================
   Group Network Section Styles (Enhanced)
   ============================================================ */
.sec-group-network .heading .en {
  font-size: 14px;
  letter-spacing: 3px;
  color: #b8a88a;
  margin-bottom: 12px;
}
.sec-group-network .heading h2 {
  font-size: 28px;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.sec-group-network .heading .desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 48px;
}
.group-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.group-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  border: 1px solid #f0ebe3;
}
.group-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.group-card .cooperation-card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f8f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-card .cooperation-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.group-card:hover .cooperation-card-image img {
  transform: scale(1.05);
}
.group-card .cooperation-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.group-card .cooperation-card-header {
  margin-bottom: 8px;
}
.group-card .cooperation-card-badge {
  display: inline-block;
  background: #b8a88a;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.group-card .cooperation-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
  line-height: 1.4;
}
.group-card .cooperation-card-subtitle {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.group-card .cooperation-card-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 12px;
}
.group-card .cooperation-card-link {
  font-size: 13px;
  color: #b8a88a;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.group-card:hover .cooperation-card-link {
  color: #8a7a5e;
}

/* Tablet */
@media screen and (max-width: 960px) {
  .group-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .group-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sec-group-network .heading h2 {
    font-size: 22px;
  }
  .group-card .cooperation-card-image {
    height: 160px;
  }
  .group-card .cooperation-card-body {
    padding: 16px;
  }
  .group-card .cooperation-card-title {
    font-size: 15px;
  }
}


/* ===== モバイルヒーロー修正 (2026-03-30) ===== */
@media screen and (max-width: 767px) {
  #page-top #mainvisual .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    height: auto;
    padding-top: 100px;
    padding-bottom: 32px;
    overflow: visible;
    box-sizing: border-box;
  }
  #page-top #mainvisual .heading .site-title {
    text-align: center;
  }
  #page-top #mainvisual .heading .title-main {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
  #page-top #mainvisual .heading .lead {
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
  }
  #page-top #mainvisual .heading .sub-lead {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 8px;
    text-align: center;
    padding: 0 16px;
  }
  #page-top #mainvisual .heading .hero-cta {
    margin-top: 16px;
  }
}


/* ========== ヒーローテキスト視認性強化 ========== */
#page-top #mainvisual .heading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    pointer-events: none;
}
#page-top #mainvisual .heading .inner {
    position: relative;
    z-index: 2;
}
#page-top #mainvisual .heading .title-main {
    text-shadow: 0 2px 20px rgba(0,0,0,0.7), 0 0 40px rgba(0,0,0,0.4) !important;
}
#page-top #mainvisual .heading .lead {
    text-shadow: 0 2px 16px rgba(0,0,0,0.7), 0 0 30px rgba(0,0,0,0.3) !important;
    color: rgba(255,255,255,1) !important;
}
#page-top #mainvisual .heading .sub-lead {
    text-shadow: 0 2px 12px rgba(0,0,0,0.7), 0 0 20px rgba(0,0,0,0.3) !important;
    color: rgba(255,255,255,0.95) !important;
}


/* ========== lead/sub-lead z-index修正（::afterオーバーレイの上に表示） ========== */
#page-top #mainvisual .heading .lead {
    position: relative !important;
    z-index: 5 !important;
}
#page-top #mainvisual .heading .sub-lead {
    position: relative !important;
    z-index: 5 !important;
}
#page-top #mainvisual .heading .title-main {
    position: relative !important;
    z-index: 5 !important;
}
