/* ============================================================
   Header – SP-only elements
============================================================ */
.header_point_sp { display: none; }

/* ============================================================
   Reset & Base
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', sans-serif;
    background: #F9F5F1;
    overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }

/* ============================================================
   ヘッダー
============================================================ */
#header {
    width: 100%;
    background: #fff;
}

/* ロゴエリア */
.header_inner {
    width: 1100px;
    height: 80px;
    margin: 0 auto;
    font-size: 0;
    white-space: nowrap;
    background-size: 250px;
    background-image: url(//www.hanzam.org/image/common/header/free-d.png);
    background-repeat: no-repeat;
    background-position: 96% 10px;
}

.hanzam-logo {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.hanzam-logo img { width: 100%; height: auto; }

.nishikawa-logo {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 270px;
}
.nishikawa-logo img { width: 100%; height: auto; }

.magni-logo {
    width: 64px;
    display: inline-block;
    vertical-align: middle;
}
.magni-logo img { width: 100%; height: auto; }

/* 赤お知らせバー */
.cashpoint {
    background: #e71312;
    width: 100%;
    margin-top: 10px;
}
.cashpointinner {
    width: 940px;
    background: #e71312;
    color: #fff;
    margin: 0 auto;
    padding: 10px 5px 9px 7px;
    line-height: 1.6;
    font-size: 13px;
    text-align: center;
}

/* 予約案内バー */
.header_info_ora {
    background: #ffd700;
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding: 6px 16px;
    font-size: 0.82rem;
    color: #444;
}
.header_info_ora a { color: #333; }
.header_info_ora_inner { font-size: 13px; }

/* tbnボタンバー */
.header_point {
    background-color: #000080;
    width: 100%;
}
.header_point_inner {
    width: 1080px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 0;
}
.header_point_inner li { flex: 0 0 auto; }
.header_point_inner li img { display: block; height: 48px; width: auto; }

/* メインナビ */
#menuback {
    background-color: #F2F2F2;
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 200;
    overflow: visible;
}
.mainmenu {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: visible;
}

/* トップレベル ul */
.mainmenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}
.mainmenu > ul::after {
    content: '';
    display: table;
    clear: both;
}

/* トップレベル li */
.mainmenu > ul > li {
    float: left;
    position: relative;
    width: 123px;
    height: 50px;
    margin: 0 1px 0 0;
    list-style: none;
    text-align: center;
}

/* トップレベル リンク */
.mainmenu > ul > li > a {
    display: block;
    width: 123px;
    height: 50px;
    line-height: 50px;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Meiryo, sans-serif;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    overflow: hidden;
}
.mainmenu > ul > li > a:hover {
    color: #333333;
    background: #bbbbbb;
    text-decoration: none;
    border-bottom: none;
}

/* ドロップダウン ul */
.mainmenu > ul > li > ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: max-content;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.15);
    z-index: 9999;
}
.mainmenu > ul > li:hover > ul {
    display: block;
}

/* ドロップダウン li */
.mainmenu > ul > li > ul > li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

/* ドロップダウン リンク */
.mainmenu > ul > li > ul > li > a {
    display: block;
    width: auto;
    height: auto;
    line-height: 1.4;
    padding: 9px 16px;
    color: #555;
    background: #f5f5f5;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    font-family: Meiryo, sans-serif;
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
}
.mainmenu > ul > li > ul > li > a:hover {
    background: #cccccc;
    color: #333;
    border-bottom: none;
}

/* スマホメニュー非表示（PC） */
#spmenu { display: none; }
.mainmenu-under { height: 0; }

/* ============================================================
   HERO
   .hero          → position:relative / overflow:visible
                    人物画像はここを基準に absolute 配置
   .hero-slider   → overflow:hidden でスライド画像をクリップ
============================================================ */
.hero {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#header {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* スライド画像のクリッピング領域 */
.hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 25px 25px; /* 下角のみ丸く（slide1.pngの実測値に合わせて25px） */
}

/* 横並びトラック */
.hero-track {
    display: flex;
    width: 100%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* 各スライド */
.hero-slide {
    flex: 0 0 100%;
    width: 100%;
}

.hero-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}

/* プレースホルダー（slide2・slide3 未配置時） */
.slide-placeholder {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.75);
    font-size: 1.4rem;
    font-weight: 700;
    gap: 10px;
    background: linear-gradient(135deg, #7a9ab0 0%, #5a7a90 100%);
}
.hero-slide:nth-child(3) .slide-placeholder {
    background: linear-gradient(135deg, #8a7ab0 0%, #6a5a90 100%);
}
.slide-placeholder span {
    font-size: 0.82rem;
    font-weight: 400;
    opacity: 0.65;
}

/* ============================================================
   人物切り抜き（右下、.hero 基準で absolute）
   スライダーの高さをはみ出して上に伸ばせる
============================================================ */
.hero-character {
    position: absolute;
    right: 0;
    bottom: 0;        /* スライダー下端（.heroの下端）に揃える */
    z-index: 10;
    pointer-events: none;
    line-height: 0;
}

.hero-character img {
    width: 470px;
    height: auto;
    max-width: none;
}

/* ============================================================
   スライダーコントロール（左下）
============================================================ */
.hero-controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 20;
    display: flex;
    gap: 2px;
}

.hero-btn {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    font-size: 1.3rem;
    line-height: 1;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s;
}
.hero-btn:hover { background: #fff; }

/* ============================================================
   お知らせ
============================================================ */
.notice-section {
    text-align: center;
    padding: 48px 20px 36px;
}

.notice-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

.notice-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 0.92rem;
    color: #333;
    width: fit-content;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

.notice-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.notice-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/* ============================================================
   バナースライダー（350px × 10枚）
============================================================ */
.banner-section {
    padding: 0 0 60px;
    overflow: hidden;   /* ← 左右にはみ出す部分をクリップ */
}

/* スライドが見える窓 */
.banner-viewport {
    overflow: hidden;
}

/* 横一列のトラック */
.banner-track {
    display: flex;
    gap: 16px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    /* 左端を中央寄せのオフセット分だけずらすのはJSで制御 */
}

/* 各バナー */
.banner-slide {
    flex: 0 0 350px;
    width: 350px;
}

.banner-slide img {
    width: 350px;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* プレースホルダー */
.banner-placeholder {
    width: 350px;
    height: 230px;
    background: linear-gradient(135deg, #c8c0b8, #b0a898);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    font-weight: 700;
}
.banner-slide:nth-child(2n) .banner-placeholder { background: linear-gradient(135deg, #a8b8c8, #8898a8); }
.banner-slide:nth-child(3n) .banner-placeholder { background: linear-gradient(135deg, #b8a8c8, #9888a8); }

/* ============================================================
   店舗紹介セクション
============================================================ */
.about-section {
    background: #fff;
    padding: 80px 0 70px;
}

.about-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* 上段：タイトル ＋ 写真 */
.about-top {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 48px;
}

/* タイトルブロック */
.about-title-block {
    flex: 1;
    padding-top: 24px;
}

.about-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start; /* ← spanをテキスト幅に収める */
}

.about-title span {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 900;
    color: #111;
    line-height: 1.6;
    letter-spacing: 0.15em;
    /* 緑のマーカー下線 */
    background: linear-gradient(transparent 72%, #7ec8a0 72%);
    padding-right: 4px;
    margin-bottom: 10px;
}

/* 写真エリア */
.about-photo {
    flex: 0 0 550px;
    width: 550px;
}

.about-photo-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}

.about-photo-150th {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    width: 200px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.about-photo-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #e8e8e8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.85rem;
    text-align: center;
    line-height: 1.8;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}

/* 本文 */
.about-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-body p {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333;
}

/* ============================================================
   取扱商品セクション
============================================================ */
.products-section {
    background: #F9F5F1;
    padding: 80px 0 80px;
}

.products-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* セクションヘッダー */
.products-header {
    text-align: center;
    margin-bottom: 56px;
}

.products-title {
    font-size: 1.7rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.wavy-line {
    display: block;
    width: 200px;
    height: 12px;
    margin: 0 auto 8px;
}

.products-en {
    font-size: 0.9rem;
    color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.products-desc {
    font-size: 0.93rem;
    color: #555;
    line-height: 1.8;
}

/* サブセクション（商品カテゴリ／サービス） */
.products-group {
    margin-bottom: 48px;
}

.products-group-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}

/* 3カラムグリッド */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* 各ボタン */
.product-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    text-decoration: none;
    color: #222;
    font-size: 0.88rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-height: 60px;
}
.product-btn:hover {
    border-color: #aaa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* 画像エリア（固定幅） */
.product-btn-img {
    flex: 0 0 54px;
    width: 54px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-btn-img img {
    max-width: 54px;
    max-height: 44px;
    object-fit: contain;
}

/* 商品名 */
.product-btn-name {
    flex: 1;
    font-size: 0.9rem;
    color: #222;
}

/* 矢印 */
.product-btn-arrow {
    flex: 0 0 auto;
    font-size: 0.85rem;
    color: #888;
}

/* ============================================================
   店内のご紹介セクション
============================================================ */
.corners-section {
    position: relative;
    padding: 80px 0 100px;
    background: #fff;
    overflow: hidden;
}

/* 背景：store exterior をぼかして敷く（任意） */
.corners-bg {
    position: absolute;
    inset: 0;
    background: url('../images/slide1.png') center/cover no-repeat;
    opacity: 0.07;
    pointer-events: none;
}

.corners-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ヘッダー */
.corners-header {
    text-align: center;
    margin-bottom: 56px;
}

.corners-title {
    font-size: 1.7rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.corners-en {
    font-size: 0.9rem;
    color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.corners-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
    max-width: 820px;
    margin: 0 auto;
}

/* 3カラムグリッド */
.corners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* カード */
.corner-card {
    background: #fff;
    border: 1.5px solid #111;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    padding: 10px;
}
.corner-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.corner-card-img img {
    width: 310px;
    height: 150px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.corner-card-body {
    padding: 14px 10px 16px;
}

.corner-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    text-align: center;
}

.corner-card-text {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.8;
}

/* ============================================================
   お客様の声セクション
============================================================ */
.reviews-section {
    background: #F9F5F1;
    padding: 70px 0 0;
    overflow: hidden;
}

/* 上段：ボード ＋ タイトル ＋ ボード */
.reviews-upper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.reviews-board img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.reviews-board:last-child {
    display: flex;
    justify-content: flex-end;
}

/* センターテキスト */
.reviews-center {
    text-align: center;
    min-width: 260px;
}

.reviews-title {
    font-size: 1.9rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.reviews-en {
    font-size: 0.88rem;
    color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.reviews-desc {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 28px;
}

.reviews-btn {
    display: inline-block;
    background: #c8d870;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 40px;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: filter 0.2s;
}
.reviews-btn:hover { filter: brightness(0.95); }

/* 下段：写真スライダー */
.reviews-photos-wrap {
    position: relative;
    background: #F9F5F1;
    padding: 40px 0 50px;
}

/* スライドをクリップするビューポート */
.reviews-photos-viewport {
    overflow: hidden;
    width: 100%;
}

/* 横並びトラック（アニメーションはJS/rAFで制御） */
.reviews-photos-track {
    display: flex;
    gap: 0;
    width: max-content;
    will-change: transform;
}

.reviews-photo-item {
    flex: 0 0 auto;
    margin-right: 20px; /* 最後のアイテム後にも入るので折り返しも均一 */
}

.reviews-photo-item img {
    height: 200px;  /* 高さ均一 */
    width: auto;    /* 幅はアスペクト比に従う */
    display: block;
    border-radius: 4px;
}

.reviews-photo-text {
    font-size: 0.72rem;
    color: #444;
    line-height: 1.7;
    margin-top: 10px;
    word-break: break-all;
    overflow-wrap: break-word;
}

/* おじさんキャラ（2枚目付近に重なる） */
.reviews-character {
    position: absolute;
    /* 1枚目の右端あたり：1枚 200px + gap → left ≈ 160px */
    left: 160px;
    bottom: 0;
    pointer-events: none;
    line-height: 0;
    z-index: 10;
}

.reviews-character img {
    width: 220px;
    height: auto;
    max-width: none;
}

/* 半ざむロゴ（スライダー右側） */
.reviews-hanjam {
    position: absolute;
    right: 160px;
    bottom: 0;
    pointer-events: none;
    line-height: 0;
    z-index: 10;
}

.reviews-hanjam img {
    width: 220px;
    height: auto;
    max-width: none;
}

/* 女性キャラクター（グリッド右端に揃える） */
.corners-character {
    position: absolute;
    right: 40px; /* .corners-container の padding と同値 */
    bottom: 0;
    pointer-events: none;
    line-height: 0;
}

.corners-character img {
    width: 400px;
    height: auto;
    max-width: none;
}

/* ============================================================
   メディア掲載実績セクション
============================================================ */
.media-section {
    position: relative;
    padding: 80px 0 80px;
    background: url('../images/media/media-bg.png') center/cover no-repeat;
}

.media-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(249, 245, 241, 0.75);
    pointer-events: none;
}

.media-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.media-header {
    text-align: center;
    margin-bottom: 40px;
}

.media-title {
    font-size: 1.7rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.media-en {
    font-size: 0.88rem;
    color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.media-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.8;
}

.media-logos {
    text-align: center;
    margin-bottom: 48px;
}

.media-logos img {
    max-width: 700px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}

.media-card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    margin-bottom: 12px;
}

.media-card-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.media-card-text {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.8;
    margin-top: 14px;
}

.media-btn-wrap {
    text-align: center;
}

.media-btn {
    display: inline-block;
    background: #c8d870;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 16px 48px;
    border-radius: 40px;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: filter 0.2s;
}
.media-btn:hover { filter: brightness(0.95); }

/* ============================================================
   店舗案内セクション
============================================================ */
.storeinfo-section {
    background: #F9F5F1;
    padding: 80px 0 80px;
}

.storeinfo-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ヘッダー */
.storeinfo-header {
    text-align: center;
    margin-bottom: 48px;
}

.storeinfo-title {
    font-size: 1.7rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.storeinfo-en {
    font-size: 0.88rem;
    color: #888;
    letter-spacing: 0.1em;
}

/* アクセス小見出し */
.storeinfo-sub {
    font-size: 0.95rem;
    font-weight: 700;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

/* 地図 */
.storeinfo-map {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 0;
}

.storeinfo-map iframe {
    width: 100%;
    display: block;
}

/* 住所・営業時間 */
.storeinfo-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.88rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* ボタン */
.storeinfo-btn-wrap {
    text-align: center;
}

.storeinfo-btn {
    display: inline-block;
    background: #c8d870;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 16px 48px;
    border-radius: 40px;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: filter 0.2s;
}
.storeinfo-btn:hover { filter: brightness(0.95); }

/* ============================================================
   基本情報セクション (bi- prefix)
============================================================ */
.basicinfo-section {
    background: #f5f5f5;
    padding: 60px 20px 80px;
    font-size: 0.92rem;
    color: #333;
    line-height: 1.75;
}

.basicinfo-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ── サービスカード 2列 ─────────────────── */
.bi-service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bi-service-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 24px 20px;
}

.bi-service-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #2a7fc0;
    margin-bottom: 12px;
    text-decoration: underline;
}

.bi-highlight {
    color: #2a7fc0;
    font-weight: 700;
}

.bi-card-label {
    font-size: 0.78rem;
    color: #666;
    margin: 10px 0 4px;
}

.bi-ekorekuto-img {
    max-width: 100%;
    height: auto;
    margin: 8px 0;
}

.bi-service-note {
    font-size: 0.82rem;
    color: #555;
    margin-top: 10px;
}

/* ── ECバナー＋電話番号 ─────────────────── */
.bi-ec-row {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.bi-ec-banner {
    flex: 0 0 auto;
}

.bi-ec-banner img {
    display: block;
    height: 120px;
    width: auto;
}

.bi-contact-box {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.bi-contact-label {
    font-size: 0.82rem;
    color: #555;
    margin-bottom: 6px;
}

.bi-phone {
    font-size: 2rem;
    font-weight: 700;
    color: #2a7fc0;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.bi-hours {
    font-size: 0.82rem;
    color: #666;
    margin-top: 4px;
}

/* ── 2列：エリア＋支払い ─────────────────── */
.bi-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.bi-col-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    border-bottom: 2px solid #2a7fc0;
    padding-bottom: 6px;
}

/* エリア */
.bi-area-note {
    font-size: 0.82rem;
    color: #666;
    margin-bottom: 14px;
}

.bi-area-group {
    margin-bottom: 14px;
}

.bi-area-group h5 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #333;
    border-left: 3px solid #2a7fc0;
    padding-left: 8px;
    margin-bottom: 8px;
}

.bi-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bi-area-list span {
    font-size: 0.82rem;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 8px;
}

.bi-area-additional {
    font-size: 0.82rem;
    color: #555;
    margin-top: 10px;
}

/* 支払い */
.bi-credit-img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.bi-smart-pay {
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 16px;
}

.bi-point-card {
    background: #fff8e8;
    border: 1px solid #e0d0a0;
    border-radius: 8px;
    padding: 16px;
}

.bi-point-card h5 {
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.bi-point-img {
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.bi-point-list {
    list-style: none;
    padding: 0;
    font-size: 0.82rem;
    color: #444;
}

.bi-point-list li {
    padding-left: 1.4em;
    position: relative;
    margin-bottom: 5px;
}

.bi-point-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2a7fc0;
    font-weight: 700;
}

/* ── 店舗情報フッター ─────────────────── */
.bi-store-footer {
    background: #e8e8e8;
    border-radius: 8px;
    padding: 28px 32px;
}

.bi-store-header {
    text-align: center;
    margin-bottom: 20px;
}

.bi-store-header h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
}

.bi-corporate-num {
    font-size: 0.82rem;
    color: #666;
    margin-top: 4px;
}

.bi-store-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    margin-bottom: 16px;
}

.bi-detail-item dt {
    font-size: 0.82rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 6px;
}

.bi-detail-item dd {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.6;
}

.bi-access-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.bi-access-block {
    flex: 1;
}

.bi-access-dl {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bi-access-item {
    display: flex;
    gap: 16px;
    align-items: baseline;
}

.bi-access-item dt {
    flex: 0 0 120px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #444;
}

.bi-access-item dd {
    font-size: 0.85rem;
    color: #444;
    line-height: 1.65;
}

.bi-access-link {
    color: #2a7fc0;
    text-decoration: underline;
}

.bi-invoice {
    flex: 0 0 auto;
}

.bi-invoice img {
    width: 140px;
    height: auto;
    border-radius: 6px;
}

/* ============================================================
   フッターメニューセクション
============================================================ */
.footer-menu-section {
    background: #fff;
    padding: 60px 40px 70px;
    border-top: 1px solid #e0dbd5;
}

.footer-menu-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
}

.fm-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.fm-group {
    /* 各カテゴリグループ */
}

.fm-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* リンク付きタイトル（下線あり） */
.fm-link-title a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fm-link-title a:hover {
    color: #2a7fc0;
}

.fm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fm-list li {
    display: flex;
    align-items: flex-start;
    gap: 0;
    font-size: 0.85rem;
    color: #333;
}

.fm-list li::before {
    content: '・';
    flex-shrink: 0;
    color: #555;
}

.fm-list li a {
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

.fm-list li a:hover {
    color: #2a7fc0;
    text-decoration: underline;
}

/* ============================================================
   コピーライトセクション
============================================================ */
/* ============================================================
   トップに戻るボタン
============================================================ */
.pagetop-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #555;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
    z-index: 999;
}

.pagetop-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pagetop-btn:hover {
    background: #333;
}

.pagetop-btn svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

/* ============================================================
   コピーライトセクション
============================================================ */
.copyright-section {
    background: #d8d8d8;
    padding: 18px 40px;
}

.copyright-container {
    max-width: 1200px;
    margin: 0 auto;
}

.copyright-links {
    font-size: 0.82rem;
    color: #444;
    margin-bottom: 4px;
}

.copyright-links a {
    color: #444;
    text-decoration: none;
}

.copyright-links a:hover {
    text-decoration: underline;
}

.copyright-text {
    font-size: 0.82rem;
    color: #444;
}

/* ============================================================
   スマートフォン対応（768px以下）
============================================================ */
@media (max-width: 768px) {

    /* ── ヘッダー ─────────────────────────── */
    #header {
        overflow: hidden; /* ロゴのmarginがヘッダー外にはみ出すのを防ぐ */
    }

    .header_inner {
        width: 100%;
        height: auto;
        padding: 10px 12px;
        background-image: none;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .hanzam-logo {
        width: 140px;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .nishikawa-logo {
        width: 110px;
        margin: 0 0 0 8px;
        display: flex;
        align-items: center;
    }

    .magni-logo {
        width: 44px;
        display: flex;
        align-items: center;
    }

    /* ── 赤いバー ─────────────────────────── */
    .cashpoint {
        margin-top: 0;
    }

    .cashpointinner {
        width: 100%;
        font-size: 0.78rem;
        padding: 8px 12px;
        line-height: 1.5;
        text-align: center;
        box-sizing: border-box;
    }

    /* ── 黄色いバー ───────────────────────── */
    .header_info_ora {
        font-size: 0.75rem;
        padding: 6px 12px;
        line-height: 1.5;
    }

    .header_info_ora_inner {
        font-size: 0.75rem;
    }

    /* ── 青いバー ─────────────────────────── */
    .header_point_inner {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 4px 0;
    }

    .header_point_inner li {
        flex: 0 0 auto;
    }

    .header_point_inner li img {
        height: 38px;
        width: auto;
    }

    /* PCナビ非表示 */
    #menuback { display: none; }
    .mainmenu-under { display: none; }

    /* スマホメニュー表示 */
    #spmenu { display: block; }

    /* ── SP ハンバーガーメニュー ─────────────── */
    #navTgl { display: none; }

    label.open,
    label.close {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
    }
    .open {
        z-index: 10001;
        width: 18%;
        line-height: 1.3;
        max-width: 60px;
        max-height: 60px;
        color: #000;
        margin-top: 5px;
        margin-right: 5px;
        padding-bottom: 3px;
        background: #fff;
        opacity: 0.7;
        font-size: 2.3em;
        text-align: center;
        transition: background-color .6s, transform .6s;
    }
    #navTgl:checked + .open {
        background: #fff;
        transform: translateX(-270px);
    }
    .close {
        pointer-events: none;
        z-index: 9999;
        width: 100%;
        height: 100%;
        transition: background-color .6s;
    }
    #navTgl:checked ~ .close {
        pointer-events: auto;
        background-color: rgba(0,0,0,.3);
    }
    .menu {
        z-index: 10000;
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        background: #fff;
        opacity: 0.95;
        transform: translateX(100%);
        transition: transform .6s;
        padding: 5px 0;
        font-size: 1.0rem;
        line-height: 1.8;
        color: #333;
        overflow: auto;
    }
    .menu li {
        padding: 5px 0;
        list-style: none;
        border: dashed 1px #ccc;
        border-width: 0 0 1px;
        font-size: 0.9em;
    }
    .menu a {
        color: #333;
        text-decoration: none;
        padding: 5px 10px;
        display: block;
    }
    .sub_menu_wrap { display: none; }
    .sub_menu_wrap li { border-color: #ccc !important; }
    .sub_menu_wrap li a { font-weight: normal; margin: 0 !important; }
    #navTgl:checked ~ .menu { transform: translateX(0); }

    /* ── HERO ─────────────────────────────── */
    .hero {
        width: 100%;
        margin-top: 8px;
        position: relative;
        overflow: visible;
    }

    .hero-slider {
        border-radius: 0 0 16px 16px;
    }

    .hero-track {
        align-items: flex-start;
    }

    .hero-slide img {
        width: 100% !important;
        height: auto !important;
        object-fit: fill !important;
    }

    /* キャラクターをスマホでも表示（右下・小さめ） */
    .hero-character {
        display: block;
        position: absolute;
        right: -20px;
        bottom: 0;
        z-index: 10;
        pointer-events: none;
        line-height: 0;
    }

    .hero-character img {
        width: 225px;
        height: auto;
        max-width: none;
    }

    .hero-controls {
        left: 12px;
        bottom: 12px;
    }

    .hero-btn {
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
    }

    /* ── お知らせ ─────────────────────────── */
    .notice-section {
        padding: 28px 16px 24px;
    }

    .notice-box {
        width: 100%;
        padding: 14px 16px;
        font-size: 0.85rem;
        text-align: left;
        box-sizing: border-box;
    }

    /* ── バナースライダー ─────────────────── */
    .banner-section {
        padding: 0 0 40px;
        overflow: hidden; /* 外側でクリップ */
    }

    /* 左右peek表示のためvisibleに変更（外側のsectionがクリップ） */
    .banner-viewport {
        overflow: visible;
    }

    /* 2枚フル表示＋左右peek：約42vw幅で左右に約22pxずつ見切れ */
    .banner-slide {
        flex: 0 0 42vw;
        width: 42vw;
    }

    .banner-slide img {
        width: 100%;
        height: auto;
    }

    /* ── 店舗紹介 ─────────────────────────── */
    .about-section {
        padding: 48px 0 40px;
    }

    .about-container {
        padding: 0 16px;
    }

    .about-top {
        display: block;
        position: relative;
        margin-bottom: 28px;
    }

    /* 画像をベースに、タイトルを絶対配置で完全に乗せる */
    .about-photo {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .about-title-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 20px;
        background: none;
    }

    .about-title span {
        font-size: 1.3rem;
        /* テキスト部分のみ白半透明背景＋ぼかし */
        background:
            linear-gradient(transparent 72%, #7ec8a0 72%),
            linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.45));
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        padding: 2px 8px;
        border-radius: 3px;
    }

    .about-body p {
        font-size: 0.9rem;
    }

    /* ── 取扱商品 ─────────────────────────── */
    .products-section {
        padding: 48px 0 48px;
    }

    .products-container {
        padding: 0 16px;
    }

    .products-header {
        margin-bottom: 36px;
    }

    .products-title {
        font-size: 1.35rem;
    }

    /* 3カラム → 2カラム */
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-btn {
        padding: 8px 10px;
        font-size: 0.82rem;
        min-height: 52px;
    }

    .product-btn-img {
        flex: 0 0 40px;
        width: 40px;
        height: 36px;
    }

    .product-btn-img img {
        max-width: 40px;
        max-height: 36px;
    }

    /* ── 店内のご紹介 ─────────────────────── */
    .corners-section {
        padding: 48px 0 60px;
        overflow: hidden;
    }

    /* コンテナのpadding削除（スライダーを全幅に） */
    .corners-container {
        padding: 0;
    }

    /* ヘッダーには個別にpadding復元 */
    .corners-header {
        padding: 0 16px;
        margin-bottom: 32px;
    }

    .corners-title {
        font-size: 1.35rem;
    }

    /* グリッド → 横スライダートラック */
    .corners-grid {
        display: flex;
        grid-template-columns: unset;
        gap: 16px;
        overflow: visible;
        will-change: transform;
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 0 12px; /* 下に影が切れないよう余白 */
    }

    /* 各カード：幅70vw・shrinkなし */
    .corner-card {
        flex: 0 0 70vw;
        width: 70vw;
    }

    .corner-card-img img {
        width: 100%;
        height: 160px;
    }

    /* キャラクターはスマホでは非表示 */
    .corners-character {
        display: none;
    }

    /* ── お客様の声 ─────────────────────────── */
    .reviews-section {
        padding: 48px 0 0;
    }

    .reviews-upper {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 16px 32px;
        text-align: center;
    }

    /* サイドのボードはスマホでは非表示 */
    .reviews-board {
        display: none;
    }

    .reviews-center {
        min-width: auto;
    }

    .reviews-title {
        font-size: 1.35rem;
    }

    .reviews-btn {
        padding: 12px 28px;
        font-size: 0.85rem;
    }

    .reviews-photos-wrap {
        padding: 28px 0 40px;
    }

    .reviews-photo-item img {
        height: 150px;
    }

    .reviews-photo-text {
        font-size: 0.7rem;
    }

    /* キャラクターはスマホでは非表示 */
    .reviews-character {
        display: none;
    }

    .reviews-photos-wrap {
        overflow-x: hidden;
    }

    .reviews-hanjam {
        right: -40px !important;
        left: auto;
    }

    /* ── メディア掲載実績 ─────────────────── */
    .media-section {
        padding: 48px 0 48px;
    }

    .media-container {
        padding: 0 16px;
    }

    .media-title {
        font-size: 1.35rem;
    }

    .media-card-img {
        overflow: hidden;
        border-radius: 10px;
    }

    .media-card-img img {
        border-radius: 10px;
        box-shadow: none;
        filter: none;
    }

    /* 3カラム → 1カラム・幅90%で中央揃え */
    .media-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 32px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .media-btn {
        padding: 14px 32px;
        font-size: 0.85rem;
    }

    /* ── 店舗案内 ─────────────────────────── */
    .storeinfo-section {
        padding: 48px 0 48px;
    }

    .storeinfo-container {
        padding: 0 16px;
    }

    .storeinfo-title {
        font-size: 1.35rem;
    }

    .storeinfo-map iframe {
        height: 260px;
    }

    .storeinfo-btn {
        padding: 14px 32px;
        font-size: 0.85rem;
    }

    /* ── 基本情報 ─────────────────────────── */
    .basicinfo-section {
        padding: 40px 16px 60px;
    }

    /* 2列 → 1列 */
    .bi-service-cards {
        grid-template-columns: 1fr;
    }

    /* ECバナー＋電話番号：縦並び */
    .bi-ec-row {
        flex-direction: column;
        align-items: stretch;
    }

    .bi-ec-banner img {
        height: auto;
        width: 100%;
    }

    .bi-phone {
        font-size: 1.6rem;
    }

    /* エリア＋支払い：2列 → 1列 */
    .bi-two-col {
        grid-template-columns: 1fr;
    }

    /* 店舗詳細：4列 → 2列 */
    .bi-store-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .bi-store-footer {
        padding: 20px 16px;
    }

    /* アクセス行：縦並び */
    .bi-access-row {
        flex-direction: column;
        gap: 16px;
    }

    .bi-access-item {
        flex-direction: column;
        gap: 4px;
    }

    .bi-access-item dt {
        flex: none;
    }

    /* ── フッターメニュー ─────────────────── */
    /* ── フッターメニュー（アコーディオン） ── */
    .footer-menu-section {
        padding: 0;
    }

    .footer-menu-container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fm-col {
        gap: 0;
    }

    /* 各グループをボーダーで区切る */
    .fm-group {
        border-bottom: 1px solid #e8e4df;
    }

    .fm-col:first-child .fm-group:first-child {
        border-top: 1px solid #e8e4df;
    }

    /* タイトルをアコーディオントリガーに */
    .fm-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        margin-bottom: 0;
        font-size: 0.92rem;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
    }

    /* 開閉アイコン */
    .fm-title::after {
        content: '+';
        font-size: 1.2rem;
        font-weight: 300;
        color: #999;
        margin-left: 8px;
        flex-shrink: 0;
        transition: transform 0.3s;
    }

    .fm-group.is-open > .fm-title::after {
        content: '−';
    }

    /* リンク付きタイトルのaタグはモバイルでは無効化 */
    .fm-link-title a {
        pointer-events: none;
        color: #111;
        text-decoration: none;
    }

    /* リストを初期状態では折りたたむ（高さアニメーション） */
    .fm-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        padding: 0 16px;
        gap: 0;
    }

    /* リスト項目：タップ行スタイル */
    .fm-list li {
        margin-bottom: 0;
        border-bottom: 1px solid #f0ece8;
    }

    .fm-list li:first-child {
        margin-top: 0;
        border-top: 1px solid #f0ece8;
    }

    .fm-list li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    /* ・ 箇条書きを削除 */
    .fm-list li::before {
        content: none;
    }

    /* リンクを行全体に広げ、右矢印を付与 */
    .fm-list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 4px;
        font-size: 0.88rem;
        color: #444;
        text-decoration: none;
        line-height: 1.4;
    }

    .fm-list li a::after {
        content: '›';
        font-size: 1.1rem;
        color: #bbb;
        flex-shrink: 0;
        margin-left: 8px;
    }

    .fm-list li a:active {
        background: #f5f2ef;
    }

    /* 開いた状態 */
    .fm-group.is-open > .fm-list {
        max-height: 600px;
        padding: 0 16px;
    }

    /* ── コピーライト ─────────────────────── */
    .copyright-section {
        padding: 16px 16px;
        text-align: center;
    }

    /* ── トップに戻るボタン ───────────────── */
    .pagetop-btn {
        bottom: 20px;
        right: 16px;
        width: 44px;
        height: 44px;
    }

    .pagetop-btn svg {
        width: 18px;
        height: 18px;
    }
}

/* ============================================================
   小型スマホ対応（480px以下）
============================================================ */
@media (max-width: 480px) {

    .hero-slide img {
        height: 200px;
    }

    .about-title span {
        font-size: 1.2rem;
    }

    /* 商品カテゴリ：1カラムに */
    .products-grid {
        grid-template-columns: 1fr;
    }

    /* footer-menu-containerは768pxで対応済み */

    .bi-store-details {
        grid-template-columns: 1fr;
    }

    .bi-phone {
        font-size: 1.4rem;
    }
}

/* ============================================================
   スマホ用固定フッター（電話・問い合わせボタン）
============================================================ */
.footer_area {
    display: none;
}

@media (max-width: 768px) {
    .footer_area {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 1000;
        padding: 6px 4px 8px;
        gap: 4px;
        box-shadow: 0 -2px 8px rgba(0,0,0,0.12);
    }

    .footercopy {
        width: 100%;
        text-align: center;
        font-size: 0.7rem;
        color: #555;
        margin-bottom: 2px;
    }

    .footer_area_inner {
        flex: 1;
    }

    .inquiry_btn3_green,
    .inquiry_btn3_orange {
        display: block;
        text-align: center;
        padding: 8px 4px;
        border-radius: 4px;
        font-size: 0.72rem;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
        color: #fff;
    }

    .inquiry_btn3_green {
        background: #3a9a3a;
    }

    .inquiry_btn3_orange {
        background: #e07a00;
    }

    /* フッター分のスペース確保 */
    body {
        padding-bottom: 90px;
    }
}

/* ============================================================
   電話モーダル
============================================================ */
.phone-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.phone-modal.is-open {
    display: block;
}

.phone-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.phone-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    width: 88%;
    max-width: 340px;
    overflow: hidden;
}

.phone-modal-header {
    background: #3a9a3a;
    padding: 14px 16px;
    text-align: center;
}

.phone-modal-header h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.phone-modal-body {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.phone-modal-button {
    display: block;
    background: #3a9a3a;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.phone-modal-close-btn {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 0.9rem;
    cursor: pointer;
}
