﻿/* ==============================================
   PRICE セクション 新デザイン
   BEM ブロック接頭辞: ps-
   price_schedule.html 専用 / 既存クラスと競合なし
   =============================================== */
.sp_title {
    display: none;
}
/* 背景を白に上書き */
.price_schedule .price_sec .inner .price_section {
    background-color: #fff;
    padding: 50px;
}
.price_sec .inner {
    padding: 0;
}
@media (max-width: 600px) and (min-width: 0px) {
    .price_schedule .price_sec .inner .price_section {
        background-color: #fff;
        padding: 5%;
    }
}
/* ------ 注釈テキスト ------ */
.ps-notes {
    text-align: center;
    margin-bottom: 28px;
}
.ps-notes__item {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
}

/* ------ 初期費用カード ------ */
.ps-initial {
    border-radius: 10px;
    margin-bottom: 32px;
    background: #fff;
}
/* 赤いヘッダー部分: 上・左・右を赤枠 */
.ps-initial__header {
    background-color: #d4130d;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    padding: 16px;
    letter-spacing: 0.03em;
    border: 1px solid #d1131e;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
/* 白い本体部分(body+caption)をまとめて黒枠 */
.ps-initial__content {
    border: 1px solid #1a1a1a;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.ps-initial__body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    gap: 40px;
}
/* 入会金/体験料: ラベルと金額を横並び */
.ps-initial__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.ps-initial__divider {
    display: none;
}
.ps-initial__label {
    font-size: 2rem;
    font-weight: 700;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 6px 28px;
    white-space: nowrap;
}
.ps-initial__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.ps-initial__amount {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}
.ps-initial__unit {
    font-size: 2rem;
    font-weight: 700;
}
.ps-initial__item--trial .ps-initial__amount,
.ps-initial__item--trial .ps-initial__unit {
    color: #dc5c42;
}
.ps-initial__caption {
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    padding: 0 24px 20px;
}

/* ------ プランテーブル外枠 ------ */
.ps-plans-outer {
    border: 1px solid #bbb;
    border-radius: 10px;
    overflow: visible;
    background: #fff;
}

/* オールタイム赤枠オーバーレイ: ps-plans-wrap 基準で全方向 JS で設定 */
.ps-alltime-overlay {
    position: absolute;
    border: 4px solid #d1131e;
    border-radius: 10px;
    pointer-events: none;
    z-index: 5;
    box-sizing: border-box;
}

/* ------ プランエリア ------ */
.ps-plans-wrap {
    position: relative;
    margin-bottom: 12px;
    padding-top: 32px; /* 飛び出すバッジ・アイコンのスペース */
}

.ps-plans-grid {
    display: grid;
    grid-template-columns: 80px 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 0;
}

/* ---- 全セルに右・下ボーダー（テーブルセル風） ---- */
.ps-plans-grid__label,
.ps-plan-cell,
.ps-plan-footer {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
/* ヘッダー行: 横区切り線のみ（縦区切りなし） */
.ps-plan-header {
    border-bottom: 1px solid #d8d8d8;
}

/* 行ラベル列の区切り線を濃く */
.ps-plans-grid__label {
    border-right: 1px solid #aaa;
}

/* 右端（ナイト）: 右ボーダーなし */
.ps-plan-header--night,
.ps-plan-cell--night,
.ps-plan-footer--night {
    border-right: none;
}

/* 最下行: 下ボーダーなし */
.ps-plans-grid__label--footer,
.ps-plan-footer--alltime,
.ps-plan-footer--morning,
.ps-plan-footer--night {
    border-bottom: none;
}

/* ---- 行ラベル（月会費 / 利用店舗 / 利用時間） ---- */
.ps-plans-grid__label {
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    padding: 8px 0;
    background: #fff;
}
.ps-plans-grid__label--header {
    border: none;
    background: transparent;
    writing-mode: horizontal-tb;
}
.ps-plans-grid__label--footer {
    border: none;
    background: transparent;
    writing-mode: horizontal-tb;
}

/* ---- 個別プランセル ---- */
.ps-plan-col {
    display: contents;
}

/* プランヘッダー */
.ps-plan-header {
    color: #fff;
    text-align: center;
    padding: 30px 12px 16px;
    position: relative;
    margin: 0;
}
/* 色付きヘッダー: 左右上に余白を入れてカード風に */
.ps-plan-header--alltime {
    background: #d4130d;
    margin: 8px 8px 0;
    border-radius: 8px 8px 0 0;
}
.ps-plan-header--morning {
    background: #f3a600;
    margin: 8px 8px 0;
    border-radius: 8px 8px 0 0;
}
.ps-plan-header--night {
    background: #0299c3;
    margin: 8px 8px 0;
    border-radius: 8px 8px 0 0;
}

/* オールタイム赤枠: ps-alltime-overlay div で表現（滑らかな角） */
/* 各セルへのシャドウ不要 */

/* ------ フロート要素（ps-plans-wrap 内に絶対配置、JS で X 位置調整） ------ */
.ps-protrude {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: 10;
}
.ps-protrude__badge {
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    height: 28px;
    width: auto;
}
.ps-protrude__icon {
    position: absolute;
    top: 3px;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
}

.ps-plan-header__catchcopy {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 2px;
}
.ps-plan-header__name {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.2;
}
.ps-plan-header__tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 3px 14px;
}

/* プランセル（月会費 / 利用店舗 / 利用時間） */
.ps-plan-cell {
    padding: 14px 14px;
    background: #fff;
    font-size: 1.4rem;
    vertical-align: top;
    margin: 0;
}

/* フッターセル（CTAボタン） */
.ps-plan-footer {
    padding: 14px 12px;
    background: #fff;
    margin: 0;
}

/* ---- 月会費コンテンツ ---- */
.ps-fee__alltime-label {
    font-size: 1.8rem;
    font-weight: 900;
    color: #d4130d;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 5px 12px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.ps-fee__price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    line-height: 1.4;
}
/* オールタイム 女性/男性 価格行のボックス */
.ps-plan-cell--alltime .ps-fee__price-row {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 6px;
}
.ps-fee__gender {
    font-size: 1.4rem;
    font-weight: 900;
    min-width: 2.5em;
}
.ps-fee__amount {
    font-size: 2.8rem;
    font-weight: 700;
}
.ps-fee__unit {
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
}
.ps-fee__range {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
    text-align: center;
    /* white-space: nowrap; */
}
/* 月会費の金額レンジは黒文字 */
.ps-fee__range--morning {
    color: #333;
}
.ps-fee__range--night {
    color: #333;
}

.ps-fee__toggle {
    border-radius: 8px;
    padding: 6px 10px;
    margin-bottom: 0; /* 閉じているときは下マージン不要 */
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.ps-fee__toggle--morning {
    background: #f3a600;
}
.ps-fee__toggle--night {
    background: #0299c3;
}

/* ---- 矢印アイコン ---- */
.ps-fee__arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    /* 縦中央揃えを margin-top で行い、transform は rotate のみにする
       → transition が単純な rotate 補間になり確実に動作する */
    margin-top: -0.5em;
    transform: rotate(0deg);
    /* にゅっと感に合わせてゆっくり目に回転 */
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
}

/* ---- 店舗料金アコーディオン ---- */
.ps-fee__stores {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    /* expo-out: ゆっくり始まって滑らかに伸びる「にゅっと」動き */
    transition:
        max-height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        margin-top 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    margin-top: 0;
}
.ps-fee__stores.is-open {
    max-height: 320px;
    opacity: 1;
    margin-top: 8px;
}

.ps-store-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 3px;
    line-height: 1.5;
}
.ps-store-row__name {
    font-size: 1.3rem;
    font-weight: 900;
    white-space: nowrap;
    min-width: 50px;
}
.ps-store-row__name--morning {
    color: #f3a600;
}
.ps-store-row__name--night {
    color: #0299c3;
}
.ps-store-row__price {
    font-size: 1.3rem;
    font-weight: 600;
}

/* ---- 利用店舗コンテンツ ---- */
.ps-store__emphasis {
    font-size: 1.8rem;
    font-weight: 900;
    color: #d4130d;
    margin-bottom: 4px;
    text-align: center;
}
.ps-store__sub {
    font-size: 1.4rem;
    line-height: 1.6;
}
.ps-store__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
}

/* ---- 利用時間コンテンツ ---- */
.ps-time__emphasis {
    font-size: 1.8rem;
    font-weight: 900;
    color: #d4130d;
    margin-bottom: 4px;
    text-align: center;
}
.ps-time__sub {
    font-size: 1.4rem;
    line-height: 1.6;
}

/* ---- CTAボタン ---- */
.ps-plan-btn {
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    transition: opacity 0.2s;
}
.ps-plan-btn:hover {
    opacity: 0.85;
    color: #fff;
}
.ps-plan-btn--alltime {
    background: #d4130d;
}
.ps-plan-btn--morning {
    background: #f3a600;
}
.ps-plan-btn--night {
    background: #0299c3;
}

/* ------ 上新庄店限定 モーニング・ナイトタイム ------ */
.ps-joshinjo-wrap {
    position: relative;
    margin: 28px 0 12px;
    padding-top: 28px; /* 飛び出すアイコンのスペース */
}
.ps-joshinjo {
    display: flex;
    align-items: stretch;
    border: 1px solid #bbb;
    border-radius: 10px;
    background: #fff;
}
.ps-joshinjo__protrude {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 0;
    pointer-events: none;
    z-index: 10;
}
.ps-joshinjo__icon {
    position: absolute;
    top: 3px;
    width: 50px;
    height: 50px;
    transform: translate(-50%, 0);
}
.ps-joshinjo__icon--morning {
    left: 25%;
}
.ps-joshinjo__icon--night {
    left: 75%;
}
.ps-joshinjo__head {
    flex: 0 0 38%;
    display: flex;
    border-right: 1px solid #d8d8d8;
}
.ps-joshinjo__head-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 16px 12px;
    margin: 8px 8px 8px 8px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f3a600 50%, #0299c3 50%);
}
.ps-joshinjo__badge {
    font-size: 1.3rem;
    font-weight: 900;
    opacity: 0.9;
    margin-bottom: 2px;
}
.ps-joshinjo__name {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.3;
}
.ps-joshinjo__cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 10px;
    border-right: 1px solid #d8d8d8;
}
.ps-joshinjo__label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}
.ps-joshinjo__value {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
}
.ps-joshinjo__value span {
    display: block;
}
.ps-joshinjo__value--accent {
    color: #f3a600;
    font-size: 1.6rem;
    font-weight: 900;
}
.ps-joshinjo__cell--btn {
    flex: 0 0 130px;
    border-right: none;
    padding: 14px;
}
.ps-joshinjo__btn {
    display: block;
    width: 100%;
    background: #0299c3;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    white-space: nowrap;
    padding: 12px 8px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.ps-joshinjo__btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* ------ 近くの店舗ボタンエリア ------ */
.ps-store-search {
    text-align: center;
    margin: 16px 0 24px;
}
.ps-store-search__note {
    font-size: 1.4rem;
    font-weight: 900;
    color: #d4130d;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ps-store-search__btn {
    display: inline-block;
    background: #d4130d;
    color: #fff;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 14px 48px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.ps-store-search__btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* ------ オプション区切りアイコン（タイトルバーに半分かぶさる） ------ */
.ps-options-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 -15px;
    position: relative;
    z-index: 2;
}
.ps-options-divider__icon {
    width: 30px;
    height: 30px;
}

/* ------ 追加オプション ------ */
.ps-options {
    background: #fff;
    border-radius: 10px;
    padding: 0 0 16px;
    margin-bottom: 28px;
}
.ps-options__header {
    background: #f2f2f2;
    border-radius: 8px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 12px;
    margin-bottom: 20px;
}
.ps-options__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ps-options__item {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ps-options__name {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
}
.ps-options__name span {
    display: block;
}
.ps-options__name-accent {
    color: #d1131e;
}
.ps-options__desc {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    text-align: left;
    flex: 1;
}
.ps-options__detail {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 10px 8px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    display: grid;
    place-content: center;
}
.ps-options__detail-accent {
    color: #d1131e;
}

/* ------ コース変更テキスト ------ */
.ps-course-change {
    text-align: center;
    margin: 12px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #d4130d;
}

/* ------ 体験予約CTA ------ */
.ps-trial-cta {
    text-align: center;
    margin: 16px 0 32px;
}
.ps-trial-cta__btn {
    display: inline-block;
    background: #d4130d;
    color: #fff;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: 900;
    padding: 16px 60px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.ps-trial-cta__btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* ------ スクロールインジケーター（デフォルト非表示） ------ */
.ps-scroll-indicator {
    display: none;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
    animation: ps-blink 1.1s ease-in-out infinite;
}
.ps-scroll-indicator__icon {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
}
@keyframes ps-blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.15;
    }
}

/* =============================================
   タブレット (601px〜960px): 収まらない場合は横スクロール
   ============================================= */
@media screen and (min-width: 601px) and (max-width: 960px) {
    /* タブレットは overflow:visible を維持しつつ、幅が足りない場合は wrap でスクロール */
    .ps-plans-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .ps-plans-grid {
        min-width: 680px;
    }
    .ps-options__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-initial__body {
        padding: 24px 32px;
    }
    .ps-joshinjo {
        flex-wrap: wrap;
    }
    .ps-joshinjo__head {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
    }
    .ps-joshinjo__head-inner {
        margin: 8px 8px;
    }
    .ps-joshinjo__protrude {
        width: 100%;
    }
    .ps-joshinjo__cell--btn {
        flex: 0 0 100%;
        border-top: 1px solid #d8d8d8;
    }
}

/* =============================================
   SP (〜600px): 横スクロール必須
   ============================================= */
@media screen and (max-width: 600px) {
    /* protrude要素の大きなleft値がbodyを横に広げるのを防ぐ */
    html,
    body {
        overflow-x: hidden;
    }
    .sp_title {
        display: block;
    }
    .ps-notes__item {
        font-size: 1.1rem;
    }
    .ps-store-row__name {
        display: block;
    }
    .ps-store-row {
        display: block;
    }
    .ps-plan-header__catchcopy {
        white-space: nowrap;
    }
    .ps-plan-header__name {
        white-space: nowrap;
    }
    .ps-plan-cell {
        min-width: 158px;
        padding: 8px 6px;
    }
    .ps-plan-footer {
        padding: 8px 8px;
    }
    /* 初期費用カード */
    .ps-initial__item {
        display: block;
        width: 100% !important;
    }
    .ps-initial__header {
        font-size: 1.8rem;
        padding: 14px 10px;
    }
    .ps-initial__body {
        flex-direction: column;
        padding: 20px 16px;
        gap: 16px;
    }
    .ps-initial__divider {
        display: none;
    }
    .ps-initial__amount {
        font-size: 3rem;
    }
    .ps-initial__unit {
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .ps-initial__label {
        font-size: 1.6rem;
        padding: 4px 20px;
        text-align: center;
    }
    .ps-initial__caption {
        font-size: 1.1rem;
        padding: 0 12px 16px;
    }

    /* プラングリッド: 横スクロール（ps-plans-outer がスクロール要素） */
    .ps-plans-wrap {
        clip-path: inset(0); /* 横スクロール外のアイコンをクリップ */
        padding-bottom: 4px; /* オーバーレイ下ボーダーがクリップされないよう余白 */
    }
    .ps-plans-outer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .ps-plans-grid {
        min-width: 542px; /* 実際の幅はセルのmin-widthで決まる: 68 + 158×3 = 542px */
        grid-template-columns: 68px 1fr 1fr 1fr;
    }
    /* インジケーターを表示 */
    .ps-scroll-indicator {
        display: flex;
    }

    /* ---- プラングリッド SP: 文字・余白縮小 ---- */
    .ps-plans-grid__label {
        font-size: 1.3rem;
    }
    .ps-plan-header {
        padding: 22px 6px 8px;
    }
    .ps-plan-header__catchcopy {
        font-size: 1rem;
        margin-bottom: 1px;
    }
    .ps-plan-header__name {
        font-size: 1.8rem;
        margin-bottom: 4px;
    }
    .ps-plan-header__tag {
        font-size: 1rem;
        padding: 2px 6px;
        white-space: nowrap;
    }
    /* ヘッダーの色付きボックスの左右マージンを縮小して文字が入る幅を確保 */
    .ps-plan-header--alltime,
    .ps-plan-header--morning,
    .ps-plan-header--night {
        margin: 6px 6px 0;
    }
    .ps-fee__alltime-label {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    .ps-fee__amount {
        font-size: 1.6rem;
    }
    .ps-fee__gender {
        font-size: 1rem;
        min-width: 2em;
    }
    .ps-fee__unit {
        font-size: 1rem;
    }
    .ps-plan-cell--alltime .ps-fee__price-row {
        padding: 3px 6px;
        margin-bottom: 3px;
    }
    .ps-fee__range {
        font-size: 1.4rem;
        margin-bottom: 3px;
    }
    .ps-fee__toggle {
        font-size: 1rem;
        padding: 3px 6px;
        margin-bottom: 3px;
    }
    .ps-store-row__name {
        font-size: 1rem;
        min-width: unset;
    }
    .ps-store-row__price {
        font-size: 1rem;
    }
    .ps-store-row {
        margin-bottom: 1px;
    }
    .ps-store__emphasis {
        font-size: 1.3rem;
        margin-bottom: 3px;
    }
    .ps-store__sub {
        font-size: 1rem;
        line-height: 1.5;
    }
    .ps-store__title {
        font-size: 1.3rem;
        margin-bottom: 2px;
    }
    .ps-time__emphasis {
        font-size: 1.3rem;
        margin-bottom: 2px;
    }
    .ps-time__sub {
        font-size: 1rem;
        line-height: 1.5;
    }
    .ps-plan-btn {
        font-size: 1.2rem;
        padding: 9px 0;
    }

    /* 追加オプション: SP は1列 */
    .ps-options {
        padding: 0 0 12px;
    }
    .ps-options__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .ps-options__item {
        padding: 14px 10px;
    }
    .ps-options__name {
        font-size: 1.7rem;
    }
    .ps-options__desc {
        font-size: 1.1rem;
    }
    .ps-options__detail {
        font-size: 1.2rem;
    }

    /* ボタン */
    .ps-store-search__btn {
        font-size: 1.4rem;
        padding: 12px 24px;
    }
    .ps-trial-cta__btn {
        font-size: 1.6rem;
        padding: 14px 32px;
    }
    .ps-course-change {
        font-size: 1.2rem;
    }

    /* 上新庄店限定 */
    .ps-joshinjo-wrap {
        margin: 24px 0 12px;
    }
    .ps-joshinjo {
        flex-wrap: wrap;
    }
    .ps-joshinjo__head {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
    }
    .ps-joshinjo__head-inner {
        margin: 8px 8px;
    }
    .ps-joshinjo__protrude {
        width: 100%;
    }
    .ps-joshinjo__icon--morning {
        left: 25%;
    }
    .ps-joshinjo__icon--night {
        left: 75%;
    }
    .ps-joshinjo__cell {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
    }
    .ps-joshinjo__cell--btn {
        flex: 0 0 100%;
        border-bottom: none;
    }
    .ps-initial__price {
        justify-content: center;
    }
}
