/* 予約フォーム用のカスタムスタイル */

/* ===========================================
   1. ユーティリティクラス
   =========================================== */

/* --- 共通 --- */
#SMP_STYLE *,
#SMP_STYLE *::before,
#SMP_STYLE *::after {
    box-sizing: border-box;
}

/* Display */
#SMP_STYLE .pc-hide {
    display: none;
}

#SMP_STYLE .sp-hide {
    display: block;
}

/* Width */
#SMP_STYLE .w-full {
    width: 100%;
}

#SMP_STYLE .object-cover {
    object-fit: cover;
    display: block;
}

/* Text */
#SMP_STYLE .text-center {
    text-align: center !important;
}

#SMP_STYLE strong {
    font-weight: bold;
}

#SMP_STYLE .text-black {
    color: #231F20 !important;
}

#SMP_STYLE .text-brown {
    color: #9B8078;
}

/* Border */
#SMP_STYLE .border-bottom-top {
    border-bottom: 1px solid #C4B6B3;
    border-top: 1px solid #C4B6B3;
}

/* Flexbox */
#SMP_STYLE .flex {
    display: flex !important;
}

#SMP_STYLE .flex-wrap {
    flex-wrap: wrap !important;
}

#SMP_STYLE .align-center {
    align-items: center;
}

#SMP_STYLE .item-center {
    align-items: center;
}

#SMP_STYLE .space-between {
    justify-content: space-between;
}

/* Margin */
#SMP_STYLE .ml-0 {
    margin-left: 0 !important;
}

#SMP_STYLE .mb-0 {
    margin-bottom: 0 !important;
}

#SMP_STYLE .mb-20 {
    margin-bottom: 20px !important;
}

#SMP_STYLE .gap-10 {
    gap: 10px;
}

/* ご相談スタイル切り替え用 */
#SMP_STYLE .js-title-online {
    display: none;
}

#SMP_STYLE.online-mode .js-modal-trigger[data-modal-type="store"] {
    display: none;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    #SMP_STYLE .pc-text-center {
        text-align: center !important;
    }

    /* Width */
    #SMP_STYLE .pc-w-half {
        width: 50% !important;
    }

    #SMP_STYLE .pc-w-180 {
        width: 180px;
    }

    /* Flexbox */
    #SMP_STYLE .pc-flex {
        display: flex;
    }

    #SMP_STYLE .pc-space-between {
        justify-content: space-between;
    }

    /* Gap */
    #SMP_STYLE .pc-gap-20 {
        gap: 20px;
    }

    #SMP_STYLE .pc-row-gap-20 {
        gap: 20px 0;
    }

    /* Padding */
    #SMP_STYLE .pc-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    #SMP_STYLE .pc-pt-15 {
        padding-top: 15px !important;
    }

    #SMP_STYLE .pc-pb-20 {
        padding-bottom: 20px !important;
    }

    #SMP_STYLE .pc-pb-30 {
        padding-bottom: 30px !important;
    }

    /* Margin */
    #SMP_STYLE .pc-ml-10 {
        margin-left: 10px !important;
    }

    #SMP_STYLE .pc-ml-20 {
        margin-left: 20px !important;
    }

    #SMP_STYLE .pc-mb-20 {
        margin-bottom: 20px !important;
    }

    #SMP_STYLE .pc-mb-40 {
        margin-bottom: 40px !important;
    }

    #SMP_STYLE .pc-mb-80 {
        margin-bottom: 80px !important;
    }

    /* Font Size */
    #SMP_STYLE .pc-size-12 {
        font-size: 12px !important;
    }

    #SMP_STYLE .pc-size-14 {
        font-size: 14px !important;
    }

    #SMP_STYLE .pc-size-18 {
        font-size: 18px !important;
    }
}

/* --- SP --- */
@media screen and (max-width: 725px) {
    /* Display */
    #SMP_STYLE .pc-hide {
        display: block;
    }

    #SMP_STYLE .sp-hide {
        display: none;
    }

    #SMP_STYLE .pc-flex {
        display: block;
    }

    #SMP_STYLE .sp-flex {
        display: flex !important;
    }

    /* Width */
    #SMP_STYLE .pc-w-half {
        width: 100%;
    }

    #SMP_STYLE .sp-w-136 {
        width: 136px;
    }

    #SMP_STYLE .sp-w-full {
        width: 100% !important;
    }

    /* Gap */
    #SMP_STYLE .sp-gap-10 {
        gap: 10px;
    }

    #SMP_STYLE .sp-gap-20 {
        gap: 20px;
    }

    /* Font Size */
    #SMP_STYLE .sp-size-10 {
        font-size: 10px !important;
    }

    #SMP_STYLE .sp-size-12 {
        font-size: 12px !important;
    }

    #SMP_STYLE .sp-size-14 {
        font-size: 14px !important;
    }

    #SMP_STYLE .sp-size-16 {
        font-size: 16px !important;
        line-height: 1.3;
    }

    /* Padding */
    #SMP_STYLE .sp-pt-10 {
        padding-top: 10px !important;
    }

    #SMP_STYLE .sp-pb-10 {
        padding-bottom: 10px !important;
    }

    #SMP_STYLE .sp-pb-20 {
        padding-bottom: 20px !important;
    }

    #SMP_STYLE .sp-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #SMP_STYLE .sp-pr-0 {
        padding-right: 0 !important;
    }

    #SMP_STYLE .sp-pr-20 {
        padding-right: 20px !important;
    }

    #SMP_STYLE .sp-pl-20 {
        padding-left: 20px !important;
    }

    /* Margin */
    #SMP_STYLE .sp-mb-20 {
        margin-bottom: 20px !important;
    }

    #SMP_STYLE .sp-mb-30 {
        margin-bottom: 30px !important;
    }

    #SMP_STYLE .sp-mb-40 {
        margin-bottom: 40px !important;
    }
}


/* ===========================================
   2. 基本フォームスタイル
   =========================================== */

/* --- 共通 --- */

/* フォント */
#SMP_STYLE .body_tbl,
#SMP_STYLE .body_tbl input,
#SMP_STYLE .body_tbl select,
#SMP_STYLE .body_tbl textarea {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: #231F20;
}

#SMP_STYLE .body_tbl input::placeholder,
#SMP_STYLE .body_tbl select::placeholder,
#SMP_STYLE .body_tbl textarea::placeholder {
    color: #231F20 !important;
    opacity: 0.4 !important;
}

#SMP_STYLE .body_tbl {
    padding-bottom: 0;
}

/* レイアウト */
#SMP_STYLE .body {
    background-color: #fff;
    overflow-x: hidden;
}

#SMP_STYLE .smp_tmpl {
    width: 900px;
    padding-top: 80px;
    margin-inline: auto;
}

#SMP_STYLE dl {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 40px 0;
    border-bottom: none;
}

#SMP_STYLE .border-dashed {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#SMP_STYLE .border-dashed::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #C4B6B3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
}

#SMP_STYLE dl:first-child {
    border-top: none;
}

#SMP_STYLE dt.title,
#SMP_STYLE dd.data,
#SMP_STYLE dt.title .caution {
    width: 100%;
}

#SMP_STYLE dt.title .caution {
    color: #231F20 !important;
}

/* タイトル */
#SMP_STYLE dt.title,
#SMP_STYLE .title {
    color: #9B8078;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

/* 必須ラベル */
#SMP_STYLE .need {
    position: relative;
    display: inline-block;
    background: #CA6E79;
    padding: 0 8px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 6px;
    top: -2px;
}

/* データ */
#SMP_STYLE dd.data {
    padding-top: 0;
    padding-bottom: 0;
    color: #231F20 !important;
}

/* 入力フィールド */
#SMP_STYLE .input {
    width: 400px;
    padding: 13px 20px;
    font-size: 16px;
    color: #9B8078 !important;
    line-height: 1.5;
    border: 1px solid #9B8078;
    border-radius: 4px;
    box-shadow: none;
}

#SMP_STYLE dd.data .input::placeholder {
    color: #9B8078;
}

/* セレクトボックス */
#SMP_STYLE dd.data select {
    width: 400px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #9B8078 !important;
    background-color: #FFFFFF;
    border: 1px solid #9B8078;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

#SMP_STYLE dd.data select::-ms-expand {
    display: none;
}

#SMP_STYLE dd.data:has(select) {
    position: relative;
    width: auto;
}

#SMP_STYLE dd.data:has(select)::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 22px;
    width: 14px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M1 1L6.7729 5.91417C6.79962 5.94086 6.834 5.96249 6.87338 5.97737C6.91276 5.99226 6.95608 6 7 6C7.04392 6 7.08724 5.99226 7.12662 5.97737C7.166 5.96249 7.20038 5.94086 7.2271 5.91417L13 1' stroke='%239B8078' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

#SMP_STYLE dd.data textarea {
    width: 640px;
    padding: 13px 20px;
    color: #9B8078 !important;
    border: 1px solid #9B8078;
    border-radius: 4px;
    box-shadow: none;
}

#SMP_STYLE dd.data textarea::placeholder {
    color: #9B8078;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    #SMP_STYLE .body_tbl {
        border: none;
    }

    #SMP_STYLE dd.data {
        font-size: 16px;
    }

    #SMP_STYLE .pc-flex > dt.title {
        width: 260px;
        margin-bottom: 0;
    }

    #SMP_STYLE .container-bg .pc-flex > dt.title {
        width: 220px;
    }

    #SMP_STYLE .pc-flex > dd.data {
        width: 400px;
    }
}

/* --- SP --- */
@media screen and (max-width: 725px) {
    #SMP_STYLE .smp_tmpl {
        width: 335px;
        padding-top: 30px;
    }

    #SMP_STYLE dl.sp-border-solid {
        border-bottom: 1px solid #C4B6B3;
        padding-bottom: 40px;
    }

    #SMP_STYLE .border-dashed {
        margin-bottom: 20px !important;
    }

    #SMP_STYLE .border-dashed::after {
        width: calc(100% - 40px);
    }

    #SMP_STYLE .border-dashed.w-full::after {
        width: 100%;
    }

    #SMP_STYLE dd.data {
        padding-top: 0;
        padding-bottom: 0;
    }

    #SMP_STYLE dt.title,
    #SMP_STYLE .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #SMP_STYLE .need {
        font-size: 10px;
    }

    /* 入力フィールド */
    #SMP_STYLE .input {
        width: 100%;
    }

    #SMP_STYLE dd.data:has(input) {
        width: 100%;
    }

    #SMP_STYLE dd.data.time:has(input) {
        width: 100%;
    }

    #SMP_STYLE dd.data.multi2:has(input) {
        width: 100%;
    }

    #SMP_STYLE dd.data select {
        width: 100%;
    }

    #SMP_STYLE dd.data textarea {
        width: 100%;
    }

    /* セレクトボックス */
    #SMP_STYLE dd.data:has(select) {
        width: 100%;
    }

    #SMP_STYLE select {
        width: 100%;
    }
}


/* ===========================================
   3. ラジオボタン・チェックボックス（multi2）
   =========================================== */

/* --- 共通 --- */
#SMP_STYLE .multi2 li {
    width: auto;
    min-width: initial;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 0;
    transition: background-color 0.2s ease;
}

#SMP_STYLE .multi2 li:has(input:checked) {
    background: rgba(234, 229, 227, 0.40);
}

#SMP_STYLE .multi2 label input[type="radio"] {
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #9b8078;
    background-color: #fff;
    cursor: pointer;
    margin-top: 0;
}

#SMP_STYLE .multi2 label input[type="radio"]:checked {
    border: 5px solid #9b8078;
}

#SMP_STYLE .multi2 label input[type="checkbox"] {
    accent-color: #9b8078;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    #SMP_STYLE .multi2 li {
        width: 218px;
    }
}

/* --- SP --- */
@media screen and (max-width: 725px) {
    #SMP_STYLE .multi2 li {
        padding: 10px 10px;
        font-size: 14px;
    }

    #SMP_STYLE .multi2 label input[type="radio"] {
        width: 16px;
        height: 16px;
    }
}


/* ===========================================
   4. 日時入力（time）
   =========================================== */

/* --- 共通 --- */
#SMP_STYLE dd.time ul li {
    color: #9B8078;
    margin-right: 0;
    height: auto;
    line-height: normal;
}

#SMP_STYLE .time ul {
    border: 1px solid #9B8078;
    border-radius: 4px;
    padding: 13px 20px;
    background-color: #fff;
}

#SMP_STYLE .time input {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

#SMP_STYLE .time .date-picker-container {
    float: right;
}

#SMP_STYLE .time .date-picker-container button {
    padding: 0;
    border: none;
    background-color: transparent;
}


/* ===========================================
   5. 送信ボタン・コンテナ
   =========================================== */

/* --- 共通 --- */
#SMP_STYLE .container-bg {
    padding: 30px 0;
    background: rgba(234, 229, 227, 0.40);
}

#SMP_STYLE .bg-gray {
    background: rgba(234, 229, 227, 0) !important;
}

#SMP_STYLE .submit-container-inner {
    margin-bottom: 40px;
}

#SMP_STYLE .submit-button {
    position: relative;
    width: 295px;
    height: 80px;
}

#SMP_STYLE .submit-button::after {
    background-color: #505050;
    border-radius: 3px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
    width: 34px;
}

#SMP_STYLE input.submit {
    display: block;
    width: 100%;
    height: 100%;
    background: #CA6E79;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

#SMP_STYLE .submit-message {
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0 0;
}

/* フッターテキスト */
#SMP_STYLE .footer_text {
    width: 100%;
    padding: 9px 0;
    background-color: #393939;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    #SMP_STYLE .container-bg {
        padding: 40px 40px;
    }

    #SMP_STYLE .pc-container-half {
        width: calc(50% - 20px);
    }

    #SMP_STYLE .footer_text {
        margin: 100px calc(50% - 50vw) 0;
        width: 100vw;
        padding: 13px 0;
    }
}

/* --- SP --- */
@media screen and (max-width: 725px) {
    #SMP_STYLE .submit-container {
        width: 335px;
        margin-inline: auto;
    }

    #SMP_STYLE .submit-container-inner {
        margin-bottom: 20px;
    }

    #SMP_STYLE .submit-message {
        font-size: 12px;
    }
}


/* ===========================================
   6. ヒーローセクション
   =========================================== */

/* --- 共通 --- */
#SMP_STYLE .hero_bg {
    background: url('https://www.best-anniversary.co.jp/studiophotopark/wedding/spiral/img/form/bg/form_bg-pc.png') no-repeat center center;
    background-size: cover;
    padding: 10px 20px 40px;
}

#SMP_STYLE .hero_logo {
    max-width: 160px;
    margin-right: auto;
    margin-bottom: 70px;
}

#SMP_STYLE .hero_logo img {
    width: 100%;
    height: auto;
}

#SMP_STYLE .hero_heading {
    max-width: 884px;
    padding: 8px;
    background-color: #fff;
    margin-bottom: 30px;
}

#SMP_STYLE .hero_heading_inner {
    border: 1px solid #C7B38A;
    padding: 62px 0;
}

#SMP_STYLE .hero_heading p {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 4px;
}

#SMP_STYLE .hero_text {
    margin: 0;
}

#SMP_STYLE h1.hero_text  {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.43;
    letter-spacing: 4px;
    color: #231F20;
}

#SMP_STYLE .hero_body p {
    font-size: 20px;
}

#SMP_STYLE .hero_slider img {
    vertical-align: bottom;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    #SMP_STYLE .hero_logo {
        max-width: 245px;
    }

    #SMP_STYLE .hero_container {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    #SMP_STYLE h1.hero_text  {
        font-size: 40px;
        letter-spacing: 8px;
    }
}

/* --- SP --- */
@media screen and (max-width: 725px) {
    #SMP_STYLE .hero_bg {
        background: url('https://www.best-anniversary.co.jp/studiophotopark/wedding/spiral/img/form/bg/form_bg-sp.png') no-repeat center center;
        background-size: cover;
        padding: 10px 20px 30px;
    }

    #SMP_STYLE .hero_logo {
        width: 150px;
        margin-bottom: 20px;
    }

    #SMP_STYLE .hero_heading {
        padding: 8px;
        margin-bottom: 30px;
    }

    #SMP_STYLE .hero_heading_inner {
        padding: 16px;
    }

    #SMP_STYLE .hero_heading p {
        font-size: 20px;
    }

    #SMP_STYLE .hero_body p {
        font-size: 14px;
    }
}


/* ===========================================
   7. 無限ループスクロール
   =========================================== */

/* --- 共通 --- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.hero_slider {
    overflow: hidden;
    width: 100%;
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear both;
}

.scroll-infinity__item {
    width: 400px;
    flex-shrink: 0;
}

.scroll-infinity__item > img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    .scroll-infinity__list--left {
        animation-duration: 80s;
    }
}

/* --- SP --- */
@media screen and (max-width: 725px) {
    .scroll-infinity__item {
        width: 140px;
    }
}


/* ===========================================
   8. Flatpickr カレンダー
   =========================================== */

/* --- 共通 --- */
.flatpickr-calendar {
    z-index: 10000 !important;
}

.date-picker-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

#SMP_STYLE select.flatpickr-monthDropdown-months {
    margin-bottom: 0;
    width: auto;
}

.flatpickr-day.flatpickr-disabled {
    border-right-color: transparent !important;
}

.flatpickr-day.selected {
    background: #9B8078 !important;
    border-color: #9B8078 !important;
}


/* ===========================================
   9. モーダル（共通）
   =========================================== */

/* --- 共通 --- */

/* オーバーレイ */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* コンテンツ */
.modal-content {
    position: relative;
    background: white;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.modal-overlay.show .modal-content {
    transform: scale(1);
}

/* ヘッダー */
.modal-header {
    padding: 30px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: #9B8078;
    font-weight: 600;
}

.modal-header-no-title {
    justify-content: flex-end;
}

.modal-header h3 {
    margin: 0;
    font-size: 20px;
}

/* 閉じるボタン */
.modal-close {
    position: sticky;
    top: 0;
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: #9B8078;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    z-index: 1;
}

.modal-close:hover {
    background-color: #f0f0f0;
    color: #9B8078;
}

/* ボディ */
.modal-body {
    padding: 15px 20px 20px;
    display: grid;
    gap: 20px;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    .modal-content {
        max-width: 1000px;
        width: 90%;
    }

    .modal-header {
        padding: 60px 250px 0;
    }

    .modal-header h3 {
        font-size: 24px;
    }

    .modal-body {
        padding: 20px 242px 100px;
    }
}

/* モーダルトリガー */
.js-modal-trigger {
    color: #9B8078;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.js-modal-trigger:hover {
    color: #9B8078;
    text-decoration: none;
    opacity: 0.7;
}

/* 詳細モーダル用要素を非表示 */
.js-detail-modal {
    display: none;
}


/* ===========================================
   10. モーダル（店舗情報）
   =========================================== */

/* --- 共通 --- */
.store-info {
    font-size: 14px;
    line-height: 1.6;
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    gap: 20px;
    display: grid;
}

/* タグ（modal-header内） */
.store-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
    width: 100%;
}

.store-tag {
    display: inline-block;
    padding: 1px 5px;
    background-color: #9B8078;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
}

.info-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.info-row-address {
    padding: 14px 0;
    border-top: 1px solid #C4B6B3;
    border-bottom: 1px solid #C4B6B3;
    display: flex;
    gap: 25px;
}

.info-title {
    white-space: nowrap;
}

.info-row-access {
    display: grid;
    gap: 10px;
}

.access-title {
    color: #9B8078;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.access-content {
    padding: 20px;
    background: rgba(234, 229, 227, 0.40);
}

.access-content > * {
    display: grid;
    gap: 4px;
}

.access-content li{
    position: relative;
    padding-left: 10px;
}

.access-content li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9B8078;
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    .store-tags {
        margin-top: 10px;
    }

    .store-info {
        font-size: 16px;
        gap: 50px;
    }
}

/* マップ */
.store-map {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    height: 280px;
    position: relative;
}

.store-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* マップ読み込み中 */
.map-loading {
    padding: 40px 20px;
    text-align: center;
    background-color: #f8f9fa;
    color: #666;
    font-size: 14px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.map-loading::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top: 2px solid #C4B6B3;
    border-radius: 50%;
    animation: map-loading-spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes map-loading-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- PC --- */
@media screen and (min-width: 726px) {
    /* マップ */
    .store-map {
        height: 300px;
    }

    .map-loading {
        height: 300px;
    }
}

/* ===========================================
   11. モーダル（プライバシーポリシー）
   =========================================== */

/* --- 共通 --- */
.privacy-policy-content {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
    line-height: 1.6;
}

.privacy-policy-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #C4B6B3;
}

.privacy-policy-content h4 {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 8px 0;
}

.privacy-policy-content h5 {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin: 12px 0 6px 0;
}

.privacy-policy-content p {
    margin: 8px 0;
    font-size: 13px;
    overflow-wrap: break-word;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
    margin: 8px 0;
    padding-left: 20px;
}

.privacy-policy-content li {
    margin: 4px 0;
    font-size: 13px;
}

.privacy-policy-content a {
    color: #C4B6B3;
    text-decoration: underline;
    word-break: break-all;
}

.privacy-policy-content a:hover {
    color: #0056b3;
}

.privacy-policy-content hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

/* スクロールバー */
.privacy-policy-content::-webkit-scrollbar {
    width: 6px;
}

.privacy-policy-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.privacy-policy-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.privacy-policy-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}


/* ===========================================
   12. モーダル（カスタム）
   =========================================== */

/* --- 共通 --- */
.custom-modal-content {
    line-height: 1.6;
}

.custom-modal-content h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #C4B6B3;
}

.custom-modal-content p {
    margin: 10px 0;
    font-size: 14px;
}

.custom-modal-content ul {
    margin: 10px 0;
    padding-left: 20px;
}

.custom-modal-content li {
    margin: 5px 0;
    font-size: 14px;
}

.custom-modal-content div {
    font-size: 14px;
}
