
body {
    /* サイト全体に敷く場合 */
    background-image: url("images/svg/0_base.svg");
    background-size: cover; /* 画面いっぱいに広げる */
    background-attachment: fixed; /* スクロールしても背景を動かさない（お好みで） */
    /* 前回のフォント設定も忘れずに */
    font-family: "Zen Maru Gothic", sans-serif;
}

/* --------------------------共通部品-------------------------- */

.title-center {
    text-align: center;
    margin-bottom: 40px; /* ← 次の要素との隙間 */
}

.title-left {
    text-align: left;
    margin-bottom: 40px; /* ← 次の要素との隙間 */
    padding-left: 100px;
}
.marker-title {
    display: inline-block;
    font-size: 28px;
    margin-bottom: 0px;
    background-image: repeating-linear-gradient( -45deg, #ffeb3b, #ffeb3b 2px, transparent 2px, transparent 6px );
    background-repeat: no-repeat;
    background-position: left bottom 2px;
    background-size: 100% 12px;
}

.marker-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 0;
}

/* --------------------------ヒーローエリア-------------------------- */
.irodori {
    position: relative; /* ★すべての基準 */
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 20px;
    text-align: center;
    overflow: hidden;
}

/* 中央 */
.irodori-center {
    position: relative;
    z-index: 2;
}

.irodori-logo {
    width: 150px;
    margin-bottom: 220px;
}

.irodori-catch {
    width: 600px; /* 基本サイズ */
    max-width: 90%; /* スマホで溢れない保険 */
    margin: 20px auto 30px;
    display: block;
}

.irodori-jp {
    font-size: 16px;
    margin-bottom: 30px;
}

.irodori-text {
    font-size: 14px;
    line-height: 2;
}

/* 写真共通 */
.flower {
    position: absolute;
    z-index: 1;
    max-width: 38vw;
}

/* 配置 */
.lt {
    top: 0;
    left: 0;
    width: 330px;
}

.lb {
    margin: 220px 0px 0px 350px;
    display: block;
    width: 220px;
}

.rt {
    top: 0;
    right: -100px;
    width: 550px;
}

.rb {
    bottom: 140px;
    right: 0;
    width: 220px;
}

.rb2 {
    bottom: -20px;
    left: -40px;
    width: 300px;
}

/* スマホ */
@media (max-width: 768px) {

    .irodori-catch {
        width: 260px;
    }

    .flower {
        display: block;
        width: 140px;
        opacity: 0.6;
    }

    .lt {
        top: -20px;
        left: -20px;
    }

    .rt {
        top: -20px;
        right: -20px;
    }
}
    
/*------------------------------グローバルナビ-----------------------------*/
.contact-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.nav-center-wrap {
    display: flex;
    justify-content: center; /* ← これが肝 */
}



.global-header {
    padding: 20px 40px;
}

.global-nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo img {
    position: absolute;
    top: 3%;
    left: 8%;
    width: 3%;
}


.nav-menu {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-menu a {
        font-size: 14px;
        color: #444;
        text-decoration: none;
        white-space: nowrap;
    }

        .nav-menu a:hover {
            color: #C86A6A;
        }

/* -----------------------------CTAボタン------------------------- */
/* =========================
   CTA：通常状態
   ========================= */

/* ページ内に普通に置かれている状態 */
.cta {
    display: flex; /* 横並び */
    justify-content: center; /* 左右中央 */
    align-items: center; /* 上下中央 */
    gap: 12px; /* ボタン間の隙間 */
    margin: 40px 0; /* 上下余白 */
    /* fixed化したときにガクッとしないための保険 */
    min-height: 80px;

}


    /* =========================
   CTA：画面下に固定中
   ========================= */

    .cta.is-fixed {
        position: fixed; /* 画面基準で固定 */
        bottom: 10px; /* 画面下から10px */
        left: 50%; /* 横中央 */
        transform: translateX(-50%);
        z-index: 200; /* 何よりも前面 */
        /* iPhoneの下バー対策 */
        padding-bottom: env(safe-area-inset-bottom);
    }


    /* =========================
   CTA：固定解除状態
   （フッター手前）
   ========================= */

    .cta.is-stop {
        position: relative; /* 通常の流れに戻す */
        bottom: auto;
        left: auto;
        transform: none;
    }


/* =========================
   ボタンデザイン
   ========================= */

.cta-btn {
    background: #FFD45A;
    color: #000;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    min-width: 110px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

    .cta-btn span {
        font-size: 0.85em;
    }



/*------------------------------波線の領域-----------------------------*/


/* 波方の背景↓ */

.wave-section {
    width: 100%;
}

/* 上の波 */
.wave-top {
    height: 80px;
    background: url("images/png/wave-top.png") no-repeat center top;
    background-size: 100% 100%;
}

/* 中央（伸びる） */
.wave-center {
    background: url("images/png/wave-center.png") repeat-y center top;
    background-size: 100% auto;
    padding: 150px 0;
}

/* 下の波 */
.wave-bottom {
    height: 80px;
    background: url("images/png/wave-bottom.png") no-repeat center bottom;
    background-size: 100% 100%;
}
/* 波方の背景↑ */


/* サービスセクション↓ */

/* セクション全体 */
/* --- 全体の外枠 --- */
.service-item-block {
    position: relative; /* 装飾イラストの基準点 */
    max-width: 1000px;
    margin: 60px auto; /* 上下の余白 */
    padding: 20px;
    /* わかりやすくするために一時的に背景色をつけています。不要なら削除してください */
    /* background-color: #fff5f0; */
}

/* --- 横並びのコンテナ --- */
.service-flex-container {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: center;
    /* 右の写真と重ねるための重要な設定 */
    position: relative;
    z-index: 2;
}

/* --- 【重要】左側の重ね合わせエリア --- */
.service-left-stack {
    position: relative; /* 文字を上に乗せるための基準点(アンカー) */
    /* これが右の写真に被さるようにマイナスマージンを設定 */
    margin-right: -80px;
    z-index: 2; /* 写真より手前に表示 */
    /* 画像のサイズに合わせて幅が自動で決まりますが、念のため最大幅を指定 */
    max-width: 500px;
}

/* 1. 背景の白い形の画像 */
.bg-shape-img {
    display: block;
    width: 100%; /* 親要素に合わせて伸縮 */
    height: auto;
}

/* 2. 上に乗るテキストのグループ */
.text-overlay-content {
    position: absolute; /* 絶対配置で浮かせる */
    /* 上下左右中央に配置する魔法の記述 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* 形からはみ出さないように幅を制限 */
    text-align: center;
    display: flex; /* 中身を中央揃えにするため */
    flex-direction: column;
    align-items: center;
}

/* テキストのスタイル */
.service-title {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    color: #333;
}


.service-description {
    margin: 0;
    line-height: 1.8;
    color: #555;
    font-size: 0.95rem;
}


/* --- 右側の写真エリア --- */
.service-image-wrap {
    width: 45%; /* 画面幅の45%を使う */
    max-width: 500px;
}

    .service-image-wrap img {
        width: 100%;
        height: auto;
        /* デザインに合わせて角丸を調整してください */
        border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        border: 5px solid #fff; /* 白いフチ */
        display: block;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }


/* --- 右下の装飾イラスト（絶対配置） --- */

    .service-deco-img {
        position: absolute;
        /* さらに右へ（右端からさらに右に50px出す） */
        right: -50px !important;
        /* さらに下へ（下端からさらに下に30px出す） */
        bottom: -30px !important;
        /* サイズも重要 */
        width: 500px !important;
        max-width: none !important;
    }



/* --- スマホ対応（レスポンシブ） --- */
@media (max-width: 768px) {
    .service-flex-container {
        flex-direction: column; /* 縦並び（上が左エリア、下が右写真） */
    }

    .service-left-stack {
        margin-right: 0; /* 横の重なりを解除 */
        margin-bottom: -60px; /* 下の写真に少し被せる */
        max-width: 100%; /* 幅を広げる */
    }

    .bg-shape-img {
        /* スマホでは少し横長に見せたい場合などの調整（任意） */
        /* height: 300px; object-fit: cover; */
    }

    .service-image-wrap {
        width: 80%; /* 写真の幅調整 */
        z-index: 1; /* テキストエリアより奥へ */
    }

    .service-deco-img {
        width: 120px;
        right: 0;
    }
}
/* サービスセクション↑ */











/*ーーーーーーーーーーーーーーーーーーーーーーー サービスご利用までの流れ ーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーー サービスご利用までの流れ ーーーーーーーーーーーーーーーーーーー*/

.flow {
    padding: 80px 20px;
    background: transparent;
    max-width: 1100px;
    margin: 0 auto;
    /* ↓【重要】これで中身の inline-block 要素（タイトルなど）が中央に寄ります */
    text-align: center;
}

.flow-title {
    /* text-align: center; inline-blockの時は親側(flow)の設定で中央に寄ります */
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    display: inline-block; /* 文字幅に合わせる */
    padding-bottom: 8px;
    /* 斜線マーカーのCSS再現 */
    background-image: repeating-linear-gradient( -45deg, #ffeb3b, #ffeb3b 2px, transparent 2px, transparent 6px );
    background-repeat: no-repeat;
    background-position: left bottom 2px;
    background-size: 100% 12px;
}


    /* タイトルの中のspan（flow） */
    .flow-title span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #999;
        margin-top: 5px;
        /* 英語だけ左に寄らないように */
        text-align: center;
    }

/* リスト部分は左寄せに戻す（文字が読みやすいように） */
.flow-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: left; /* リストの中身は左揃えにする */
}

/* --- 以下は変更なし（そのまま） --- */
.flow-step.text-step {
    width: 60px;
    height: 60px;
    background: #FFC94A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* スマホ用 */
}

.step-number {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.flow-item {
    display: grid;
    grid-template-columns: 80px 200px 1fr;
    align-items: center;
    column-gap: 30px;
    position: relative;
}

    /* 点線 */
    .flow-item::before {
        content: "";
        position: absolute;
        left: 40px;
        top: 80px;
        bottom: -50px;
        border-left: 2px dotted #ddd;
    }

    .flow-item:last-child::before {
        display: none;
    }

.flow-step img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.flow-illust img {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

.flow-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.flow-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
    .flow-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

        .flow-item::before {
            display: none;
        }

    .flow-step {
        margin: 0 auto 15px;
    }

    .flow-illust {
        margin: 0 auto 15px;
    }
}

/* ---------------------ギャラリー -------------------------------*/
.gallery-wrap {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    cursor: grab;
}

    .gallery-wrap:active {
        cursor: grabbing;
    }

.gallery-track {
    display: flex;
    gap: 20px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

    /* 画像サイズ */
    .gallery-track img {
        width: 40vw;
        max-width: 420px;
        flex-shrink: 0;
        border-radius: 16px;
        user-select: none;
        pointer-events: none;
    }

/* スマホ */
@media (max-width: 768px) {
    .gallery-track img {
        width: 70vw;
    }
}




/* ---------------------ケアプランセンターについて -------------------------------*/

/* 全体の背景設定 */
.about-container {
    padding: 60px 20px;
    /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
    color: #333;
}

/* ヘッダー部分 */
.about-header {
    text-align: center;
    margin-bottom: 40px;
}

    .about-header h2 {
        font-size: 28px;
        display: inline-block;
        /* 斜線マーカーのCSS再現 */
        background-image: repeating-linear-gradient( -45deg, #ffeb3b, #ffeb3b 2px, transparent 2px, transparent 6px );
        background-repeat: no-repeat;
        background-position: left bottom 2px;
        background-size: 100% 12px;
        margin-bottom: 5px;
    }


    .about-header .subtitle {
        font-size: 14px;
        color: #666;
    }

/* カードの並び（レスポンシブ対応） */
.card-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

/* 各カードのスタイル */
.card {
    background-color: #fff9f3; /* カード内の少し濃いベージュ */
    border-radius: 15px;
    padding: 40px 30px;
    flex: 1;
    min-width: 320px;
    max-width: 450px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}

/* 画像エリア */
.card-image {
    margin-bottom: 30px;
    min-height: 200px; /* イラストの高さに合わせて調整 */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .card-image img {
        max-width: 100%;
        height: auto;
    }

/* テキストエリア */
.card-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff; /* 区切り線（画像に合わせて） */
    padding-bottom: 15px;
}

.card-content p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

/* ごあいさつ特有のスタイル */
.card .post {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

.card .name {
    font-size: 22px;
    margin-bottom: 20px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーご家族の方へーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ===============================
   ご家族の方へ セクション
   =============================== */


.family {
    padding: 80px 20px;
    overflow: hidden; /* ← 結界。これが超重要 */
    background-color: #ffffff; /* カードの背景は白 */
    /* --- ここから追加・修正 --- */
    max-width: 1000px; /* カードの最大横幅（お好みで調整） */
    margin: 40px auto; /* 上下に隙間を作り、左右中央に寄せる */
    border-radius: 20px; /* 角を丸くする */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* ほんのり影をつけて浮かせる */
    padding: 80px 40px; /* カード内部の余白をたっぷり取る */
}

.family-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; /* ← 吹き出しの基準点 */
    text-align: center;
}
/* --- 1. 見出し部分 --- */
.section-header {
    margin-bottom: 10px;
}

.family-title {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    margin: 0 0 5px 0;
    /* 斜線マーカーのCSS再現 */
    background-image: repeating-linear-gradient( -45deg, #ffeb3b, #ffeb3b 2px, transparent 2px, transparent 6px );
    background-repeat: no-repeat;
    background-position: left bottom 2px;
    background-size: 100% 12px;
}

.en-subtitle {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}


/* メイン画像 */
.family-photo {
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

/* ===============================
   吹き出し共通（画像版）
   =============================== */

/* 初期状態（まだ表示しない） */

.bubble {
    position: absolute;
    background-image: url("images/svg/48.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
    font-weight: bold;
    /* 待機状態 */
    opacity: 0;
    transform: translateY(20px) scale(0.95);
}

.family.is-active .bubble {
    animation: bubbleFloatIn 2.5s ease-out forwards;
}



/* 吹き出し配置（デザインデータに合わせて微調整） */
.b1 {
    width: 200px; /* ← svgの実寸に合わせて調整 */
    height: 200px;
    top: 270px;
    left: 140px;
    animation-delay: 0.4s;
}

.b2 {
    width: 170px; /* ← svgの実寸に合わせて調整 */
    height: 170px;
    top: 290px;
    right: 320px;
    animation-delay: 0.8s;
}

.b3 {
    width: 170px; /* ← svgの実寸に合わせて調整 */
    height: 170px;
    bottom: -100px;
    left: 280px;
    animation-delay: 1.2s;
}

.b4 {
    width: 170px; /* ← svgの実寸に合わせて調整 */
    height: 170px;
    bottom: -100px;
    right: 100px;
    animation-delay: 1.6s;
}

/* 背景 */
.cta-wrap {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}

/* 白い帯 */
.cta-text {
    display: inline-block;
    color: #f08bc1; /* ピンク文字 */
    font-size: clamp(10px, 2.8vw, 14px);
    font-weight: bold;
    line-height: 1.8;
    padding: 14px 24px;
    position: relative;
    text-decoration: underline;
    text-decoration-color: #ffff00; /* 線の色 */
    text-underline-offset: 4px; /* 文字と線の隙間 */
    text-decoration-thickness: 3px; /* 線の太さ */
}

    /* 黄色の下線 */
    .cta-text::after {
        content: "";
        position: absolute;
        left: 10%;
        bottom: 8px;
        width: 80%;
        height: 6px;
        background: #ffd84d;
        z-index: -1; /* 文字の下に潜らせる */
    }





/* ===============================
   スマホ対応（改善版）
   =============================== */
@media (max-width: 768px) {

    .family {
        padding: 60px 15px;
    }

    .family-inner {
        max-width: 100%;
    }

    .family-photo {
        max-width: 100%;
        border-radius: 10px;
    }

    /* 吹き出し共通 */
    .bubble {
        font-size: 12px;
        padding: 14px;
        opacity: 0.85;
    }

    /* 上側 */
    .b1 {
        width: 150px;
        height: 150px;
        top: 60px;
        left: 10px;
    }

    .b2 {
        width: 120px;
        height: 120px;
        top: 60px;
        right: 10px;
    }

    /* 下側（bottomマイナスは撤廃） */
    .b3 {
        width: 120px;
        height: 120px;
        top: 50%;
        left: 5%;
    }

    .b4 {
        width: 120px;
        height: 120px;
        top: 50%;
        right: 5%;
    }

    /* 下のメッセージ    */

    .cta-text {
        font-size: clamp(10px, 2.8vw, 14px);
        padding: 12px 18px;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .b3, .b4 {
        top: 70%;
    }
}

/* ===============================
   吹き出し：浮き上がりアニメーション
   =============================== */

@keyframes bubbleFloatIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/*----------------------------画面下部の会社概要-----------------------------*/


.company-access {
    padding: 80px 20px;
    text-align: center;
}

/* 見出し */
.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

    .section-title::after {
        content: "";
        display: block;
        width: 60%;
        height: 6px;
        background: #f6c94a;
        margin: 10px auto 0;
        border-radius: 3px;
    }

    .section-title span {
        display: block;
        font-size: 0.75rem;
        font-weight: normal;
        margin-top: 6px;
    }

/* テキスト */
.company-text {
    max-width: 700px;
    margin: 0 auto 50px;
}

    .company-text p {
        margin-bottom: 14px;
        line-height: 1.8;
    }

.company-name {
    font-size: 1.4rem;
    font-weight: bold;
}

.office-number {
    margin-top: 20px;
}

.address {
    margin-top: 20px;
}

/* 連絡先ボタン */
.contact-buttons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

    .contact-buttons .btn {
        background: #f6c94a;
        padding: 12px 24px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 0.9rem;
        text-decoration: none;
        color: #000;
        display: inline-block;
    }


        .contact-buttons .btn.wide {
            width: 100%;
            max-width: 420px;
        }

    .contact-buttons .disabled {
        cursor: default;
        opacity: 0.8;
    }


/* 画像 */
.company-images {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

    .company-images img {
        width: 320px;
        max-width: 100%;
        border-radius: 16px;
    }




/* ーーーーーーーーーーーーーーーーーーーーーーーーーー質問フォームタイトルーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.contact-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}

    .contact-subtitle {
        text-align: center;
        font-size: 12px;
        color: #777;
        margin-bottom: 30px;
    }
    /* 入力欄 */
    label {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 100%;
        padding: 12px;
        border-radius: 10px;
        border: none;
        background: #ffffff;
        box-shadow: 0 0 0 1px #f0e4d9 inset;
        font-size: 14px;
    }

    textarea {
        resize: vertical;
    }

    .req {
        color: #e86b4f;
        font-weight: bold;
        font-size: 13px;
    }
    /* プライバシーボックス（白カード） */
    .privacy-box {
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 0 0 0 1px #f0e4d9 inset;
        font-size: 13px;
    }
    /* 見出し */
    .privacy-title {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
        color: #444;
    }
    /* スクロール部分：白背景＋黒文字＋白枠 */
    .privacy-scroll {
        max-height: 250px;
        overflow-y: auto;
        padding: 15px;
        background: #ffffff; /* ← 白背景 */
        border-radius: 8px;
        border: none; /* ← 外枠なし（白カードと一体化） */
        box-shadow: none; /* ← フチもなし */
    }
        /* テキスト（黒） */
        .privacy-scroll h4 {
            margin-top: 15px;
            font-size: 15px;
            font-weight: bold;
            color: #000; /* ← 黒 */
        }

        .privacy-scroll p,
        .privacy-scroll li {
            font-size: 13px;
            line-height: 1.7;
            color: #000; /* ← 黒 */
        }
    /* チェックボックス行 */
    .check-label {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
    }
    /* ボタン */
    .submit-btn {
        width: 100%;
        background: #e6b64b;
        color: #fff;
        border: none;
        padding: 12px;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
    }

        .submit-btn:hover {
            opacity: 0.9;
        }

.map-wrap {
    max-width: 600px; /* ← 好きな横幅に変更 */
    margin: 0 auto; /* 中央寄せ */
}

    .map-wrap iframe {
        width: 100%;
        height: 400px; /* 高さはお好みで */
        border: 0;
    }

/* ---------------------フッター -------------------------------*/
.footer {
    background: #f6c94a;
    padding: 40px 20px 20px;
    font-size: 0.85rem;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* ロゴ */
.footer-logo img {
    width: 90px;
    margin-bottom: 5px;
}

.company-name {
    font-size: 0.8rem;
    margin-bottom: 20px;
}

/* ナビ */
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 25px;
}

    .footer-nav a {
        text-decoration: none;
        color: #000;
        font-size: 0.75rem;
    }

/* 連絡先 */
.footer-contact {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-btn {
    background: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .contact-btn.disabled {
        opacity: 0.7;
        cursor: default;
    }

/* 規約リンク */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .footer-links a {
        font-size: 0.75rem;
        text-decoration: none;
        color: #000;
    }

/* コピーライト */
.footer-copy {
    font-size: 0.7rem;
    opacity: 0.7;
}



