﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+Antique&family=Zen+Kaku+Gothic+New&display=swap);

/* --- 料金表テーブルの基本スタイル --- */
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    color: #333;
    line-height: 20px;
    border: 0px solid #eee;
}

    /* --- テーブルのセル (td) のスタイル --- */
    .price-table td {
        padding: 16px 10px;
        border: 0px solid #eee;
        vertical-align: middle;
        line-height: 35px;
    }

        /* --- 1列目（施術内容）のスタイル --- */
        .price-table td:first-child {
            text-align: left;
        }

        /* --- 2列目（料金）のスタイル --- */
        .price-table td:nth-child(2) {
            text-align: right;
            font-weight: 500;
            line-height: 35px;
        }

    /* --- 3列目（詳細リンク）のスタイル --- */
    .price-table .details-link {
        text-align: center;
        width: 120px; /* ボタンの幅を固定 */
    }

        .price-table .details-link a {
            display: inline-block;
            padding: 8px 12px;
            background-color: #c8a88a; /* ボタンの背景色 */
            color: white; /* ボタンの文字色 */
            text-decoration: none;
            border-radius: 5px; /* ボタンの角を丸める */
            font-size: 14px;
            transition: background-color 0.2s ease;
        }

            /* リンクにマウスカーソルを乗せた時のスタイル */
            .price-table .details-link a:hover {
                background-color: #b4916c; /* 少し暗い色に変化 */
            }


    /* --- テーブルの最後の行のセルのスタイル --- */
    .price-table tr:last-child td {
        border-bottom: none;
    }

    /* --- (オプション) 偶数行の背景色 --- */
    .price-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }
.notop {
    display: none;
}
/* ==================================================================
   基本設定 (色、フォント、リセット)
   ================================================================== */
.cameraPic1 {
    position: fixed;
    top: 60px;
    right: 0px;
    z-index: 2;
    width:162px;
}
.cameraPic2 {
    position: fixed;
    top: 160px;
    right: 0px;
    z-index: 2;
    width: 162px;
}
:root {
    --bg-color-main: #FFFFFF;
    --bg-color-light-brown: #f4f0ec; /* 明るいブラウンの背景色 */
    --accent-color-brown: #e9e1d9; /* アクセントのブラウン */
    --text-color-dark: #333333; /* 基本のテキスト色 */
    --text-color-brown: #8d7a68; /* 見出しなどのブラウン */
    --font-serif: 'Times New Roman', Times, serif; /* 見出し用のセリフ体フォント */
    --font-sans: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif; /* 本文用のサンセリフ体フォント */
}

body {
}

a {
    color: #caa585;
}

    a:hover {
        color: #caa585;
    }
.layout_rightbox a {
    color: #51391F;
    text-decoration:none;
}
    .layout_rightbox a:hover {
        color: #51391F;
    }
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

section {
    padding: 50px 0;
}

.layout_centering,
.section-container {
    width: 940px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title2,
.section-description {
    text-align: left;
    margin-bottom: 40px;
    font-size: 1.1rem;
    line-height: 1.8;
    font-size: 22px;
    font-weight: 500;
}

.section-button {
    text-align: center;
    margin-top: 50px;
}

.brownback {
    background-color: #EFDBC5;
}

/* ==================================================================
   メインビジュアル
   ================================================================== */
.main-visual {
    padding: 0; /* main-visualは余白なし */
    position: relative;
}

.main-visual-container img {
    width: 100%;
    display: block;
}

.header-contact-area {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 15px;
}

/* レスポンシブ表示切り替え */
.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

/* ==================================================================
   各セクション
   ================================================================== */

/* こだわりの施術 (ブラウン背景) */
.specialties-sectionBrown {
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.specialty-item img {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* クリニックの特徴 */

    .features-section > .section-container > img[src*="arch.png"] {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        z-index: -1;
        opacity: 0.5;
    }

.features-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
}

.feature-item {
    flex: 1;
    text-align: center;
}

.feature-item-text {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.8;
}

/* 医師・スタッフ紹介 */
.doctor-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    padding: 0px 60px;
}

.specialties-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
    padding: 0px 60px;
}

.doctor-list2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
    width: 1100px;
    margin: 30px 0px 30px -75px;
}

.doctor-item {
    background-color: #fff;
    padding: 30px 10px;
    text-align: center;
    border-radius: 8px;
    width: 200px;
    height: 318px;
}

    .doctor-item img {
        width: 180px;
        /* height: 140px; */
        /* border-radius: 50%; */
        /* object-fit: cover; */
        margin-bottom: 15px;
    }

.doctor-title {
    font-size: 0.9rem;
    color: var(--text-color-brown);
}

.doctor-name {
    font-size: 16px;
    font-weight: 500;
}

.doctor-name-en {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    margin-top: 10px;
}

.doctor-department {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0px;
}

.artmake-nurse-section {
    margin-top: 60px;
}

/* 施術メニュー */
.treatment-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* お悩みから探す */
div[style*="green-haikei.png"] {
    background-size: cover;
    background-repeat: no-repeat;
}

.trouble-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* 患者様の声 */
.voice-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.voice-item {
    flex: 1;
    background-color: var(--bg-color-light-brown);
    padding: 25px;
    position: relative;
}

.voice-item-header {
    border-bottom: 1px solid var(--accent-color-brown);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.voice-treatment {
    font-size: 0.9rem;
}


/* アクセス */
.access-container {
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.hours-table {
    text-align: center;
    margin-top: 0px;
    border: 1px solid #C9B49F;
    border-collapse: separate;
    border-radius: 10px;
}

    .hours-table th, .hours-table td {
        padding: 10px 5px;
        border-bottom: 1px solid #C9B49F;
        border-right: 1px solid #C9B49F;
        font-weight: normal;
        font-size: 10px;
        min-width: 15px;
        text-align: center;
    }
    .hours-table td {
        border-right: 1px solid #C9B49F;
        border-bottom: 0px solid #C9B49F;
    }
    .hours-table th {
    }

    .hours-table td {
    }

        .hours-table td:last-child {
            border-right: 0px solid #C9B49F;
        }
    .hours-table th:last-child {
        border-right: 0px solid #C9B49F;
    }

.map-placeholder {
    width: 390px;
    height: 350px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-height: 350px;
}

.sitemap-nav ul, .station-list {
    list-style: none;
    padding: 0;
}

.sitemap-nav li a {
    padding: 5px 0;
    display: block;
    /* border-bottom: 1px dotted var(--accent-color-brown); */
    font-weight: bold;
    color: #51391F;
    text-decoration: none;
}
.access-links {
    font-size: 13px;
    line-height: 22px;
}
.station-info {
    margin-top: 30px;
    font-size: 13px;
    line-height: 22px;
}

.station-info-title {
    font-weight: bold;
}

.station-list li {
    font-size: 13px;
    padding: 5px 0;
    letter-spacing: 0px;
    font-weight: bold;
}

/* ==================================================================
   スマートフォン向けレスポンシブ設定
   ================================================================== */
@media screen and (max-width: 768px) {
    section {
        padding: 60px 0;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .header-container, .global-nav {
        flex-direction: column;
        gap: 20px;
    }

    .header-contact-area {
        position: static;
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }

    .features-list, .voice-list {
        flex-direction: column;
        align-items: center;
    }

    .doctor-list, .treatment-list {
        grid-template-columns: 2fr;
    }
    /* 1カラムに */

    .access-container {
        grid-template-columns: 1fr;
    }
}
/* ==================================================================
   基本設定 (流用)
   ================================================================== */
:root {
    --text-color-brown: #8d7a68;
}

/* ==================================================================
   ヘッダー
   ================================================================== */
.header {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.header-container {
    display: flex;
    justify-content: center; /* ロゴを中央に配置 */
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-logo {
    text-align: center;
    margin-top: 40px;
}

    .site-logo img {
    }

/* PC用 下部ナビゲーション */
.pc-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-top: 15px;
}

    .pc-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        font-size: 11px;
        font-weight: 600;
        padding: 10px 10px 25px 10px;
        min-width: 80px;
    }

        .pc-nav a img {
            height: 28px; /* アイコンの高さを統一 */
            width: auto;
        }

        .pc-nav a.sns-icon img {
            height: 24px; /* SNSアイコンのサイズ調整 */
        }
#page_contents section {
    padding: 0px 0;
}
.snsArea {
    position: absolute;
    right: 0px;
    width: 180px;
    top: 20px;
}
.sns-icon {
    padding: 0px 0px 20px 0px !important;
    min-width: 40px !important;
    text-decoration: none;
}
a.sns-icon img {
    height: 24px; /* アイコンの高さを統一 */
    padding: 0px 20px 0px 0px;
}
padding:0px!important;
/* ハンバーガーメニュー (SP用) */
.hamburger-menu {
    display: none; /* PCでは非表示 */
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 21px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--text-color-brown);
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

    .hamburger-menu span:nth-child(1) {
        top: 0;
    }

    .hamburger-menu span:nth-child(2) {
        top: 9px;
    }

    .hamburger-menu span:nth-child(3) {
        bottom: 0;
    }

/* SP用ナビゲーションは非表示に */
.sp-nav {
    display: none;
}

#camera_wrap_out_2 {
    display: none;
}

/* ==================================================================
   スマートフォン向けレスポンシブ設定
   ================================================================== */
@media screen and (max-width: 1024px) { /* タブレットやSPで切り替え */
    .pc-nav {
        display: none; /* PC用ナビゲーションを非表示 */
    }

    .hamburger-menu {
        display: block; /* ハンバーガーメニューを表示 */
    }

    .header-container {
        justify-content: center; /* ロゴは引き続き中央 */
    }
}
/* --- 表示切り替えの核となる部分 --- */
/* ウィンドウ幅が1200px以下の場合のスタイル */
@media (max-width: 1000px) {
    /* PC用スライダーを非表示にする */
    #camera_wrap_out_1 {
        display: none;
    }
    /* SP用スライダーを表示する */
    #camera_wrap_out_2 {
        display: block;
    }
}
/* =============================================
           クリニックの特徴セクション
           ============================================= */
.features-section {
    padding: 40px 0;
    background-color: #fff;
}

.section-container {
    margin: 0 auto;
    padding: 0 20px;
}

.section-title,
.section-title2 {
    text-align: left;
}

.section-title {
    margin-bottom: 20px;
}

.section-title2 {
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: 500;
}

.features-list {
    display: flex;
    justify-content: space-around; /* 要素を均等に配置 */
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap; /* 画面が狭い場合に折り返す */
}

.feature-item {
    text-align: center;
    background-image: url(img/arch.png);
    background-repeat: no-repeat;
    width: 212px;
    padding: 30px;
    height: 283px;
}

    .feature-item img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

.feature-item-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #D7BBA4;
    padding-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 0px;
}

.feature-item-text {
    font-size: 12px;
    text-align: left;
    line-height: 19px;
    color: #333;
    letter-spacing: 1px;
}

/* =============================================
           Voiceセクション
           ============================================= */
.voice-section {
    padding: 80px 0;
}

    .voice-section .section-container {
        position: relative;
    }

    .voice-section .section-title {
        text-align: left;
        margin-bottom: 10px;
    }

    .voice-section .section-subtitle {
        font-size: 1rem;
        color: #fff;
        background-color: #c3a992; /* デザインに合わせたブラウン系の色 */
        padding: 8px 20px;
        display: inline-block;
        margin-bottom: 40px;
    }
.section-moji {
    float: right;
    width: 780px;
    margin-top: 18px;
    font-size: 12px;
}
.voice-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.voice-item {
    flex: 1;
    background-color: #EFDBC5;
    padding: 20px;
    border-radius: 10px;
}

.voice-item-header {
    text-align: center;
    margin-bottom: 5px;
}

.voice-patient {
    font-size: 14px;
    font-family: 'Shippori Mincho';
    font-weight: bold;
    margin: 5px 0px;
}

.voice-treatment {
    display: block;
    background-color: #CAA585;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 5px;
}

.voice-item-body {
    background-color: #ffffff; /* 内側の白いボックス */
    padding: 25px;
    position: relative;
}

    /* 吹き出しの三角形 */
    .voice-item-body::before {
        content: '';
        position: absolute;
        top: -27px;
        left: 20px;
        width: 32px;
        height: 27px;
        background-image: url(https://utopiart.mind-plus.net/img/sankaku-voice.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

.voice-text {
}

.voice-section .section-button {
    text-align: right;
    margin-top: 40px;
}

.view-all-circle {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #c3a992;
    border-radius: 50%;
    color: #c3a992;
    text-align: center;
    line-height: 120px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
}

    .view-all-circle:hover {
        background-color: #c3a992;
        color: #fff;
    }




/* --- メニュー全体のコンテナ --- */
.treatment-men2u {
    width: 300px; /* 横幅を指定 */
    overflow: hidden; /* 角丸の外側にはみ出した部分を隠す */
}

/* --- "Treatment Menu" のタイトル --- */
.menu-title {
    color: white;
    font-family: 'Shippori Mincho', serif; /* 明朝体系フォント */
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

/* --- カテゴリーごとの設定 --- */
.category-group {
    /* カテゴリー間の区切りが不要な場合はこのブロックを削除 */
}

.category-title {
    background-color: #c8a88a;
    color: white;
    /* font-family: 'Shippori Mincho', serif; */
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 10px 20px 10px 45px;
    margin: 0;
}

/* --- 施術リスト --- */
.treatment-list2 {
    list-style: none;
    margin: 0;
    padding: 15px 10px 15px 10px;
}

    .treatment-list2 li {
        font-size: 13px;
        margin-bottom: 5px;
        position: relative;
        padding-left: 20px;
    }
        .treatment-list2 li b {
            padding-right: 5px;
        }
        /* 最後の項目の下の余白は不要 */
        .treatment-lis2t li:last-child {
            margin-bottom: 0;
        }

        /* --- ●（黒丸）の作成 --- */
        /*.treatment-list2 li::before {
            content: '';*/ /* 疑似要素には必須 */
            /*display: block;
            width: 5px;*/ /* 丸の直径 */
            /*height: 5px;*/ /* 丸の直径 */
            /*background-color: #5c432e;*/ /* 丸の色（濃い茶色） */
            /*border-radius: 50%;*/ /* 正円にする */
            /* 位置の調整 */
            /*position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);*/ /* 上下中央に配置 */
        /*}*/