@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,600,300,800,500,400|Fenix:400|Noto+Sans:500|Noto+Sans+Hebrew:500|Poppins:700,400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/698a8856227d5b501796b0dc.698a8857227d5b501796b0df.0zEitIr.hcp.png");

@font-face {
  font-family: "Felix Titling-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Felix Titling Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gibson-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GibsonR.otf") format("opentype");
}

.screen a {
  display: contents;
  text-decoration: none;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.justify-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

a {
  position: relative; /* z-indexを有効にするために必要 */
  z-index: 9999;      /* 圧倒的に高い数値にする */
  display: inline-block; /* クリック範囲を正しく確保 */
  pointer-events: auto;  /* クリックを有効化 */
}

/* メインビジュアルタイトル：フォント統一 + レスポンシブ縮小 */
.index .fv-catchcopy-text {
  font-weight: 700;
}

.info-list{
	list-style-type: "●";
}

.info-list li {
  position: relative;
  padding-left: 1.0em; /* 文頭の記号＋スペース分の余白 */
  margin-bottom: 0.5em; /* リスト同士の間隔 */
  line-height: 1.6;
  font-size:14px;
  margin-left: 16px;
  font-family: var(--font-family-noto_sans_jp);
}

/* SP用注意事項ラン */
.info-list-box{ 
	background: #EFEEEE;
	padding: 8px;
	margin-bottom: 36px;
	border-radius: 4px;
}

/* 768〜1440px：.index の min-width を解除してビューポート基準に */
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .index {
    min-width: 0 !important;
    width: 100vw !important;
    overflow-x: hidden;
  }

  /* hero背景画像：calc(50%-720px) による左クリップを修正 */
  .index .hero-bg-sp {
    left: 0 !important;
    width: 100% !important;
  }

  /* h1：ビューポートに収まるようフォントサイズを縮小 */
  .index .fv-catchcopy-text {
    font-size: clamp(32px, 8vw, 86px) !important;
    line-height: 1.26;
    white-space: nowrap;
  }
  .index .fv-main-catchcopy {
    width: auto;
    overflow: visible;
  }
}

/* PC tabletypes画像：コンテナからはみ出さないようレスポンシブ対応 */
@media screen and (min-width: 768px) {
  .index .table-types-image {
    width: min(648px, calc(100% - 393px)) !important;
    height: auto !important;
  }

  /* 画像が縦に伸びても親がクリップしないよう高さを自動に */
  .index .variations {
    height: auto !important;
    padding-bottom: 40px;
  }
}

/* SP 駐車場のご案内：PC版スタイルに合わせる */
.spu95design .text-140 {
  color: var(--black) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 2.40px !important;
  line-height: 30px !important;
}
.spu95design .text-142 {
  letter-spacing: 1.20px !important;
  padding-top: 12px !important;
  padding-bottom: 16px !important;
}
.spu95design .text-142 div.notion {
  font-size: 0.8rem;
  color: #666;
  margin: 8px 0 8px;
}
.spu95design .text-142 ul li {
  margin: 8px 0 8px;
  color: chocolate;
}
.spu95design .parking-info-text-sp span {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* SP tabletypes：幅90%センタリング・アスペクト比維持 */
.spu95design .table-types-image-sp {
  width: 90% !important;
  height: auto !important;
  left: 5% !important;
}

/* PC ニュースバー */
.index .news {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  text-align: center;
  line-height: 23px;
  color: var(--cyprus);
  z-index: 10;
}
.index .news a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline;
  position: static;
  z-index: auto;
  color: var(--cyprus);
}
.index .news span {
  font-weight: bold;
}

/* PC ナビゲーションメニュー：最前面に表示 */
.index .menu-box {
  z-index: 10000;
}

/* ナビゲーションメニュー：768px〜1440pxでパーセント配置 */
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .index .menu-box {
    width: 100vw;
    left: 0;
  }

  /* 上段 */
  .index .nav-menu-item-features  { left: 13.7%; }
  .index .nav-menu-item-variations { left: 33.6%; }
  .index .nav-menu-item-registration { left: 53.6%; }
  .index .nav-menu-item-howtouse { left: 74.9%; }

  /* 下段 */
  .index .nav-menu-item-price { left: 12.4%; }
  .index .nav-menu-item-access { left: 32.4%; }
  .index .nav-menu-item-attention { left: 53.6%; }
  .index .nav-menu-item-faq { left: 74.4%; }

  /* 区切り線：各アイテムの中間に配置 */
  /* 列1・行1: (3つの特徴の右端 + 台の種類の左端) / 2 */
  .index .nav-menu-divider-3 { left: calc(23.65% + 67px); }
  /* 列1・行2: (料金形態の右端 + アクセスの左端) / 2 */
  .index .nav-menu-divider-4 { left: calc(22.4% + 84.5px); }
  /* 列2・行1: (台の種類の右端 + 利用登録方法の左端) / 2 */
  .index .nav-menu-divider-5 { left: calc(43.6% + 67px); }
  /* 列2・行2: (アクセスの右端 + 利用上の注意の左端) / 2 */
  .index .nav-menu-divider-6 { left: calc(43% + 84.5px); }
  /* 列3・行1: (利用登録方法の右端 + ご利用方法の左端) / 2 */
  .index .nav-menu-divider-1 { left: calc(64.25% + 84.5px); }
  /* 列3・行2: (利用上の注意の右端 + よくある質問の左端) / 2 */
  .index .nav-menu-divider-2 { left: calc(64% + 84.5px); }
}

/* 3つの特徴：768px以上で中央寄せ・フレックス折り返し */
@media screen and (min-width: 768px) {
  .index .westside-3 {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 1040px;
    height: auto;
  }

  /* タイトル・説明文の内部レイアウトを維持しつつ幅をコンテナに合わせる */
  .index .features-heading-block {
    width: 100%;
	text-align: center;
  }

  .index .text-2-1 {
    width: 100% !important;
    text-align: center;
  }

  .index .features-icons-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(16px, 3vw, 54px);
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .index .feature-item {
    position: relative;
    flex: 0 1 308px;
    min-width: 0;
    aspect-ratio: 1;
    height: auto;
  }

  /* feature-item 内の feature-icon-circle・content frame を item 基準に再配置 */
  .index .feature-item .feature-icon-circle {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index .feature-item .feature-1-content,
  .index .feature-item .feature-2-content,
  .index .feature-item .feature-3-content {
    left: 50%;
    top: 24%; /* 元の設計: 74px / 308px ≈ 24% */
    transform: translateX(-50%);
    height: auto;
  }

  .index .feature-item .icon2-1 {
    height: 77px;
  }
}

/* 768〜850px：円内テキストを縮小 */
@media screen and (min-width: 768px) and (max-width: 850px) {
  .index .feature-item .text-3-1,
  .index .feature-item .text-4-1,
  .index .feature-item .text-5-1 {
    font-size: 75%;
    line-height: 1.3;
  }
}

/* 3つの特徴・台の種類・利用登録方法・ご利用方法：見出しを常にセンタリング */
.index .features-heading-block,
.index .variations-heading-block,
.index .registration-heading-block,
.index .houtouse .frame-427319 {
  align-items: center;
  width: 100%;
}

/* 見出しブロック（固定幅）を明示的に中央揃え */
.index .features-heading-block .section-heading-with-icon,
.index .variations-heading-block .variations-heading-wrapper,
.index .registration-heading-block .section-heading-with-icon {
  margin-left: auto;
  margin-right: auto;
}

/* 説明テキストの幅をコンテンツに合わせてトリミング */
.index .text-2-1,
.index .variations-desc-block,
.index .web,
.index .web-1 {
  width: fit-content;
  max-width: 100%;
}

.index .variations-desc-block {
  height: auto;
}

.index .variations-note {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
  margin-top: 4px;
}

/* SP: BRUNSWICK 設置台注記（旧 flex-container-4932664 と同位置） */
.spu95design .variations-note {
  position: absolute;
  top: 1560px;
  left: 40px;
  width: calc(100% - 80px);
  font-size: 12px;
  color: #888;
  line-height: 1.6;
  white-space: normal;
}

.index .span-2 {
  line-height: 1.8;
}

/* 台の種類・利用登録方法：見出しエリアをフロー配置でセンタリング */
@media screen and (min-width: 768px) {
  .index .variations {
    height: auto;
  }

  .index .variations-heading-block {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .index .table-types-image {
    position: relative;
    top: auto;
    left: auto;
    margin: 30px auto 0;
    width: 100%;
    max-width: 647px;
    height: auto;
  }

  .index .registration-heading-block {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 156px;
  }

  /* ご利用方法：6ステップをflex-wrapでセンタリング */
  .index .howtouse-steps-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px 56px;
    margin: 120px auto 40px;
    width: 100%;
    min-width: 1045px;
    height: auto;
  }

  .index .howtouse-step-1,
  .index .howto-step-2,
  .index .howto-step-3,
  .index .howto-step-4,
  .index .howto-step-5,
  .index .howto-step-6 {
    position: relative;
    top: auto;
    left: auto;
    width: 311px;
    height: 409px;
    flex: 0 0 311px;
  }

  /* Step1 ラベル：howto-step-num-block（STEP2）と同じサイズ・位置に合わせる */
  .index .howtouse-step-1 .howto-step-num-block-1 {
    position: absolute;
    left: 180px;
    top: 0;
    width: 133px;
    height: 89px;
  }
  /* STEP1〜6: ラベル下端(89px) + 2px 余白 = top: 91px */
  .index .howtouse-step-1 .howto-step1-photo {
    position: absolute;
    left: 2px;
    top: 91px;
  }
  .index .howto-step-2 .howto-step-photo,
  .index .howto-step-3 .howto-step-photo {
    top: 91px;
  }
  .index .howto-step-4 .howto-step-photo-alt,
  .index .howto-step-5 .howto-step-photo-alt,
  .index .howto-step-6 .howto-step-photo-alt {
    top: 91px;
  }

  /* STEP1: タイトルラベル・説明テキストを正しい位置へ（画像bottom:296px + 余白） */
  .index .howtouse-step-1 .howto-step-label-badge-1 {
    position: absolute;
    left: 2px;
    top: 302px;
  }
  .index .howtouse-step-1 .qr {
    position: absolute;
    left: 2px;
    top: 333px;
  }

  /* STEP2〜6: 画像移動(+8px)に合わせてタイトルラベルを追従 */
  .index .howto-step-2 .howto-step-label-badge,
  .index .howto-step-3 .howto-step-label-badge,
  .index .howto-step-4 .howto-step-label-badge {
    top: 302px;
  }
  .index .howto-step-5 .howto-step-label-badge-5 {
    top: 302px;
  }
  .index .howto-step-6 .howto-step-label-badge-6 {
    top: 302px;
  }

  /* STEP2〜6: 説明テキストを画像移動分(+8px)下げる */
  .index .howto-step-2 .text_label-1,
  .index .howto-step-3 .text_label-2,
  .index .howto-step-4 .text_label-3 {
    top: 333px;
  }
  .index .howto-step-5 .web-2 {
    top: 333px;
  }
  .index .howto-step-6 .text-16 {
    top: 333px;
  }

  .index .houtouse {
    height: auto;
    padding-top: 60px;
    z-index: 1;
  }

  /* 手順ステップをflex-wrapレイアウト */
  .index .step-row-break {
    order: 8;
    flex-basis: 100%;
    height: 0;
  }

  .index .steps-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 12px;
    margin: 40px auto 40px;
    width: 100%;
  }

  /* 全ステップをフロー配置へ */
  .index .step-1,
  .index .step-2,
  .index .step-3,
  .index .step-4,
  .index .step-5,
  .index .step-7,
  .index .step-8 {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 calc(50% - 40px);
    max-width: 180px;
    justify-content: center;
  }

  /* 5th・6th・ログインは3列 */
  .index .step-4,
  .index .step-7,
  .index .step-8 {
    flex: 0 0 calc(33% - 20px);
    max-width: 160px;
  }

  /* 表示順：1st→2nd→3rd→4th / 5th→6th→ログイン（矢印込み） */
  .index .step-1 { order: 1; }
  .index .step-3 { order: 3; }
  .index .step-5 { order: 5; }
  .index .step-2 { order: 7; }
  .index .step-4 { order: 9; }
  .index .step-6 { order: 10; }
  .index .step-7 { order: 11; }
  .index .step-9 { order: 12; }
  .index .step-8 { order: 13; }

  /* 矢印SVGをインライン表示 */
  .index .step-6,
  .index .step-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    overflow: hidden;
  }

  .index .step-6 .reg-flow-arrow,
  .index .step-9 .reg-flow-arrow-2 {
    transform: none;
    width: 32px;
    height: auto;
    margin: 0;
  }

  .index .registaration {
    height: auto;
  }

  /* クレジットカード注記：絶対配置を解除してフロー末尾に流す */
  .index .registaration .text-7 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #666;
  }
}

/* 幅が広い時：1st〜4th を1行目、5th〜ログインを2行目 */
@media screen and (min-width: 900px) {
  .index .step-1,
  .index .step-3,
  .index .step-5,
  .index .step-2 {
    flex: 0 0 calc(25% - 20px);
    max-width: 180px;
  }

  .index .step-4,
  .index .step-7,
  .index .step-8 {
    flex: 0 0 calc(33% - 20px);
    max-width: 180px;
  }
}

/* 利用登録方法ステップ：1000px以上でスケールアップ */
/* steps-wrapper 自然高 ≈ row1(135px) + gap(24px) + row2(196px) ≈ 355px */
@media screen and (min-width: 1000px) {
  .index .steps-wrapper {
    transform: scale(1.1);
    transform-origin: top center;
    margin-bottom: 90px; /* 355 × 0.1 + 40 + 15バッファ ≈ 90px */
  }
}

@media screen and (min-width: 1200px) {
  .index .steps-wrapper {
    transform: scale(1.2);
    margin-bottom: 130px; /* 355 × 0.2 + 40 + 19バッファ ≈ 130px */
  }
}

@media screen and (min-width: 1400px) {
  .index .steps-wrapper {
    transform: scale(1.3);
    margin-bottom: 170px; /* 355 × 0.3 + 40 + 24バッファ ≈ 170px */
  }
}

/* ログインしてプレイOK：円形に固定 */
.index .step-8 {
  width: 135px !important;
  height: 135px !important;
  overflow: visible;
}

.index .step-8 .view-1 {
  width: 135px;
  height: 135px;
  flex: none;
  border-radius: 50% !important;
}

/* 利用方法テキストとビリヤードアイコンを円に固定 */
.index .step-8 .westside {
  position: absolute;
  left: 0;
  top: 148px;
  width: 240px;
  white-space: normal;
}

.index .step-8 .reg-complete-badge {
  position: absolute;
  left: 49px;
  top: 0;
  width: 156px;
  height: 176px;
}

/* PC幅では step-8 を高さ auto にして westside をフロー内に収める */
@media screen and (min-width: 768px) {
  .index .step-8 {
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index .step-8 .westside {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
  }
}

/* steps-wrapper のスケールを westside で打ち消して文字サイズを固定 */
@media screen and (min-width: 1000px) {
  .index .step-8 .westside { transform: scale(0.909); transform-origin: top center; }
}
@media screen and (min-width: 1200px) {
  .index .step-8 .westside { transform: scale(0.833); transform-origin: top center; }
}
@media screen and (min-width: 1400px) {
  .index .step-8 .westside { transform: scale(0.769); transform-origin: top center; }
}

/* PCで見るときに中央寄せにする */
@media screen and (min-width: 768px) {
  .index .variations,
  .index .registaration,
  .index .houtouse,
  .index .price-1,
  .index .access {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 1200px;
  }
  .index.screen {
    margin: 0 auto;        /* 左右の余白を自動にして中央へ */
    position: relative;    /* 子要素の absolute の基準にする */
    overflow: clip;        /* clipはhiddenと異なりスクロールコンテナを作らないため、アンカーナビはウィンドウスクロールを使う */
    display: block;
    width: 100%;           /* スマホでは全幅 */
    max-width: 1280px;     /* デザイン上の最大幅（PC版の想定幅） */
  }
}

@media screen and (max-width: 767px) {
  .spu95design.index { 
    margin: 0 auto;        /* 左右の余白を自動にして中央へ */
    position: relative;    /* 子要素の absolute の基準にする */
    overflow: hidden;      /* 横揺れ防止 */
    display: block;
    width: 100%;           /* スマホでは全幅 */
    max-width: 1280px;     /* デザイン上の最大幅（PC版の想定幅） */
  }

  .spu95design.screen {
    width: 100vw;
    min-width: 100vw;
  }
  
  /* 固定幅の画像を画面幅に合わせる */
  .index-item, .network, .hero-collage-pc {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }

}

/* ── SP 全セクション見出し センタリング ── */

/* 各セクション見出しコンテナをレスポンシブ中央揃え */
.spu95design .features-section-sp { left: calc(50% - 175px) !important; }   /* 3つの特徴 */
.spu95design .variations-section-sp { left: calc(50% - 175.5px) !important; } /* 台の種類 */
.spu95design .registration-section-sp { left: calc(50% - 176px) !important; }   /* 利用登録方法 */
.spu95design .howtouse-section-sp { left: calc(50% - 176.5px) !important; } /* ご利用方法 */
.spu95design .faq-attention-section-sp { left: calc(50% - 175.5px) !important; } /* 利用上の注意 */

/* 各見出しテキストをコンテナ全幅に広げて justify-content:center を有効化 */
.spu95design .text-95,
.spu95design .text-97,
.spu95design .text-101,
.spu95design .text-102 {
  left: 0 !important;
  width: 100% !important;
}

/* 利用上の注意：中間コンテナも全幅に */
.spu95design .faq-heading-text-block-sp {
  left: 0 !important;
  width: 100% !important;
}
.spu95design .text-164 {
  left: 0 !important;
  width: 100% !important;
  font-size: 16px !important;
}

/* 各セクション サブテキストコンテナ：80vw BOX をセンタリング */
.spu95design .features-heading-block-sp,
.spu95design .variations-desc-sp,
.spu95design .registration-desc-sp {
  align-items: center !important;
  margin-left: 0 !important;
}

/* ご利用方法・利用上の注意 サブテキストコンテナ */
.spu95design .howtouse-desc-sp {
  align-items: center !important;
  left: 0 !important;
}
.spu95design .faq-attention-desc-sp {
  align-items: center !important;
  left: 0 !important;
}

/* 各サブテキスト：80vw BOX に左寄せテキスト */
.spu95design .text-94,
.spu95design .text-96,
.spu95design .web-4,
.spu95design .web-5,
.spu95design .text-163 {
  margin-top: 8px !important;
  text-align: left !important;
  white-space: normal !important;
  padding-left: 0 !important;
}

/* ── 料金形態 薄緑エリア センタリング ── */

/* PC: price-1 のmax-widthをコンテンツ幅(normal-price-card-bg幅+左右余白)に合わせ、
   コンテナごと中央揃えにする（個別要素のtransformは使わない） */
.index .price-1 {
  max-width: 1046px !important;
}

/* ── アクセス方法 センタリング ── */

/* PC: 左列(60px)〜右列右端(579+400=979px)に合わせて max-width を設定 */
.index .access {
  max-width: 1040px !important;
}

/* PC: 見出しブロックを全幅にして中央揃え */
.index .access .frame-427319 {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.index .text-38 {
  text-align: center;
}

/* SP: アクセス方法 見出しブロック（width:350px）をセンタリング */
.spu95design .access-section-sp {
  left: calc(50% - 175px) !important;
}
/* SP: 見出し下線エリアを全幅にして中央揃え */
.spu95design .access-heading-text-block-sp {
  left: 0 !important;
  width: 100% !important;
}
/* SP: アクセス方法テキストを全幅 flex で中央揃え */
.spu95design .text-130 {
  left: 0 !important;
  width: 100% !important;
}
/* SP: サブテキストコンテナ：80vw BOX をセンタリング */
.spu95design .access-desc-sp {
  align-items: center !important;
}
/* SP: サブテキストを左寄せ＋インデント */
.spu95design .text-129 {
  text-align: left !important;
  white-space: normal !important;
  width: 80vw !important;
  padding-left: 0 !important;
}

/* SP: 本文・交通手段・地図・駐車場（最大353px幅）をセンタリング */
.spu95design .text-131,
.spu95design .text-132,
.spu95design .access-transport-list-sp,
.spu95design .access-by-train-sp,
.spu95design .access-by-bus-sp,
.spu95design .text-140,
.spu95design .parking-info-text-sp,
.spu95design .access-map-container-sp,
.spu95design .parking-photo-sp {
  left: calc(50% - 177px) !important;
}

/* SP: 350px幅ブロックをセンタリング（各要素のleftをベース20pxから同量シフト）
   基準: calc(50% - 175px) = left:20px要素の中央揃え位置 */

/* left:20px → calc(50% - 175px) */
.spu95design .normal-price-card-bg-sp,
.spu95design .pack-price-card-bg-sp {
  left: calc(50% - 175px) !important;
  transform: none !important;
}

/* left:60px → calc(50% - 150px)  ※301px行を350px枠内で均等配置 */
.spu95design .pack-price-label-bar-sp,
.spu95design .normal-price-label-bar-sp,
.spu95design .text-128,
.spu95design .priceattention-1,
.spu95design .text_label-9 {
  left: calc(50% - 150px) !important;
}

/* left:70px → calc(50% - 140px) */
.spu95design .poket-carom-1 {
  left: calc(50% - 140px) !important;
}

/* left:90px → calc(50% - 120px)  ※料金表示矩形枠 */
.spu95design .pack-price-amount-block-sp,
.spu95design .text-119,
.spu95design .normal-price-card-display-sp {
  left: calc(50% - 120px) !important;
}

/* left:152px → calc(50% - 58px) */
.spu95design .text-120 {
  left: calc(50% - 58px) !important;
}

/* left:158px → calc(50% - 52px) */
.spu95design .text-112 {
  left: calc(50% - 52px) !important;
}

/* ── 料金形態 見出し・サブテキスト センタリング ── */

/* PC */
.index .price-heading-block {
  width: 100% !important;
  align-items: center !important;
}
.index .text-19 {
  width: auto !important;
  text-align: left !important;
  padding-left: 8px !important;
}

/* SP */
.spu95design .price-heading-text-block-sp {
  left: 0 !important;
  width: 100% !important;
}
.spu95design .price-desc-sp {
  left: 0 !important;
  width: 100% !important;
  align-items: center !important;
}
.spu95design .text-111 {
  width: 80vw !important;
  text-align: left !important;
  white-space: normal !important;
  padding-left: 0 !important;
}

/* ── ご利用方法 STEP SP センタリング (width:311px → calc(50% - 155.5px)) ── */
.spu95design .howto-step-1-sp,
.spu95design .howto-step-2-sp,
.spu95design .howto-step-3-sp,
.spu95design .howto-step-4-sp,
.spu95design .howto-step-5-sp,
.spu95design .howto-step-6-sp {
  left: calc(50% - 155.5px) !important;
}

/* ── 利用上の注意・FAQ SP センタリング ── */

/* "Attention" 見出し (元left:60px) → グレーボックス内左寄せ位置に合わせる */
.spu95design .attention-2 {
  left: calc(50% - 155px) !important;
  top: 8871px !important; /* 8855 + 16 */
}

/* "FAQ" 見出し (元left:41px) → Attentionに合わせる */
.spu95design .faq-2 {
  left: calc(50% - 155px) !important;
  top: 9118px !important; /* 9102 + 16 */
}

/* FAQ一覧ラッパー → 全幅でセンタリング */
.spu95design .frame-question_sp {
  left: 0 !important;
  width: 100% !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

/* ── SP STEP 数字を60%縮小 + 下画像との間に2px余白 ── */
.spu95design .number-6 {
  font-size: 62px !important;
  position: relative !important;
  top: -10px !important;
}

/* ── PC Attention・FAQ・LINEリンク レスポンシブ対応 ── */
@media screen and (min-width: 768px) {

  /* Attention・FAQ 見出し (元left:233px) → 枠の左端+33px追従 */
  .index .attention,
  .index .faq {
    left: max(53px, calc(50% - 487px)) !important;
  }

  /* FAQ一覧コンテナ (width:1039px, 元left:200px) → センタリング＋最小余白20px */
  .frame-question {
    left: max(20px, calc(50% - 519.5px)) !important;
    width: min(1039px, calc(100% - 40px)) !important;
  }
  .qa-wrapper {
    width: 100% !important;
    max-width: 1039px !important;
  }

  /* 公式LINEリンク (元left:calc(50%+467px)) → 右端から固定距離に変更 */
  .index .btn-line-cta {
    left: auto !important;
    right: max(20px, calc(50% - 524px)) !important;
  }
}

/* ── PC フッター レスポンシブ対応 ── */
@media screen and (min-width: 768px) {
  /* 署名・お問い合わせ：右端基準に変更（元: left:1151px/1292px @ 1440px） */
  .index .address {
    left: auto !important;
    right: 75px !important;
  }
  .index .logo_white-1 {
    left: auto !important;
    right: 81px !important;
  }

  /* 利用規約・Privacy Policy：左端固定 + 縦位置を同じ高さに揃える */
  /* 元の calc(50%-592px)/calc(50%-489px) は幅が狭いと左へ消えるため固定値に */
  .index .text-75 {
    left: 128px !important;
    top: 9610px !important;
    display: flex !important;
    align-items: center !important;
    height: 24px !important;
  }
  .index .privacy-policy {
    left: 231px !important;
    top: 9610px !important;
    display: flex !important;
    align-items: center !important;
    height: 24px !important;
  }
}

/* 共通アクセスマップ iframe サイズ */
.index .access-map-iframe {
  width: 400px;
  height: 300px;
}
.spu95design .access-map-iframe {
  width: 350px;
  height: 270px;
}

/* ============================================================
   SP フロー化: 料金形態以降のコンテンツ
   ============================================================ */
.spu95design .sp-flow-section {
  position: absolute;
  top: 7272px;
  left: 0;
  width: 100%;
  display: block;
}

/* 絶対配置を解除して通常フローに戻す */
.spu95design .sp-flow-section .access-section-sp,
.spu95design .sp-flow-section .text-131,
.spu95design .sp-flow-section .text-132,
.spu95design .sp-flow-section .access-transport-list-sp,
.spu95design .sp-flow-section .access-by-train-sp,
.spu95design .sp-flow-section .access-by-bus-sp,
.spu95design .sp-flow-section .access-map-container-sp,
.spu95design .sp-flow-section .text-140,
.spu95design .sp-flow-section .parking-info-text-sp,
.spu95design .sp-flow-section .parking-photo-sp,
.spu95design .sp-flow-section .faq-attention-section-sp,
.spu95design .sp-flow-section .attention-2,
.spu95design .sp-flow-section .sp-attention-faq-text,
.spu95design .sp-flow-section .faq-2,
.spu95design .sp-flow-section .frame-question_sp,
.spu95design .sp-flow-section .btn-2,
.spu95design .sp-flow-section .btn-line-cta-sp,
.spu95design .sp-flow-section .logo_white-1-1,
.spu95design .sp-flow-section .logomark-1-1,
.spu95design .sp-flow-section .policy,
.spu95design .sp-flow-section .address-1,
.spu95design .sp-flow-section .nav-container-mobile {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

/* --- アクセス見出し --- */
.spu95design .sp-flow-section .access-section-sp {
  margin: 35px 20px 16px;
  width: calc(100% - 40px);
}

/* --- アクセスマップ・住所・交通手段 --- */
.spu95design .sp-flow-section .text-131,
.spu95design .sp-flow-section .text-132,
.spu95design .sp-flow-section .access-transport-list-sp,
.spu95design .sp-flow-section .access-by-train-sp,
.spu95design .sp-flow-section .access-by-bus-sp {
  display: block;
  margin-left: 40px;
  margin-bottom: 12px;
}

/* --- 地図 --- */
.spu95design .sp-flow-section .access-map-container-sp {
  display: block;
  width: 353px !important;
  height: 265px !important;
  margin: 16px auto 0;
}

/* --- 駐車場見出し --- */
.spu95design .sp-flow-section .text-140 {
  margin: 24px 0 8px 40px !important;
  width: 294px;
}

/* --- 駐車場テキスト --- */
.spu95design .sp-flow-section .parking-info-text-sp {
  margin: 0 20px 0 40px !important;
  width: auto !important;
}

/* --- 駐車場画像 --- */
.spu95design .sp-flow-section .parking-photo-sp {
  display: block;
  width: 353px !important;
  height: 265px !important;
  margin: 20px auto;
}

/* --- 利用上の注意 + FAQ 見出し --- */
.spu95design .sp-flow-section .faq-attention-section-sp {
  margin: 8px 19px 0;
  width: calc(100% - 38px);
}

/* --- 利用上の注意 + FAQ ブロック (灰色背景) --- */
.spu95design .sp-flow-section .sp-attention-faq-block {
  padding: 20px 20px 24px;
  margin: 0;
}

.spu95design .sp-flow-section .sp-attention-faq-block .attention-box{
	background: #EFEEEE;
    padding: 16px;
}

.spu95design .sp-flow-section .attention-2 {
  display: block;
  margin: 24px 0 10px;
  width: auto;
}

.spu95design .sp-flow-section .sp-attention-faq-text {
  height: auto !important;
  margin-bottom: 16px;
}

.spu95design .sp-flow-section .faq-2 {
  display: block;
  margin: 16px 0 12px;
  width: auto;
}

.spu95design .sp-flow-section .frame-question_sp {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

.spu95design .sp-flow-section .qa-wrapper_sp {
  width: 100%;
  height: auto;
}

/* --- CTAボタン --- */
.spu95design .sp-flow-section .sp-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  background-color: #ffffff;
}

.spu95design .sp-flow-section .btn-2 {
  margin: 0 auto;
}

.spu95design .sp-flow-section .btn-line-cta-sp {
  margin: 0 auto;
}

/* --- フッター (緑背景) --- */
.spu95design .sp-flow-section .sp-footer-wrapper {
  background-color: #004539;
  padding: 40px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.spu95design .sp-flow-section .logo_white-1-1,
.spu95design .sp-flow-section .logomark-1-1 {
  display: block;
  margin: 0 auto;
}

.spu95design .sp-flow-section .policy {
  text-align: center;
  display: flex;
  justify-content: center;
}
.spu95design .sp-flow-section .policy a{
	display:block;
	margin: 0 8px;
}

.spu95design .sp-flow-section .address-1 {
  width: 100%;
}

/* --- ナビ --- */
.spu95design .sp-flow-section .nav-container-mobile {
  width: 100%;
}

/* ============================================================
   PC フロー化: アクセス以降のコンテンツ
   ============================================================ */
.index .pc-flow-section {
  position: absolute;
  top: 6105px;
  left: 0;
  width: 100%;
  display: block;
}

/* フッター用グリーン背景矩形は pc-footer-wrapper で代替するため非表示 */
.index .section-divider-green-band {
  display: none !important;
}

/* 絶対配置を解除して通常フローに戻す */
.index .pc-flow-section .access,
.index .pc-flow-section .faq-attention-heading-block,
.index .pc-flow-section .attention,
.index .pc-flow-section .pc-attention-faq-text,
.index .pc-flow-section .faq,
.index .pc-flow-section .frame-question,
.index .pc-flow-section .x1-2-1,
.index .pc-flow-section .btn-register-cta-pc,
.index .pc-flow-section .btn-line-cta,
.index .pc-flow-section .address,
.index .pc-flow-section .logo_white-1,
.index .pc-flow-section .logomark-1,
.index .pc-flow-section .text-75,
.index .pc-flow-section .privacy-policy {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

/* 見出し（利用上の注意とよくある質問）: センタリング＋上余白 */
.index .pc-flow-section .faq-attention-heading-block {
  display: flex !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 60px auto 0 !important;
  box-sizing: border-box;
}

/* 利用上の注意ブロック（グレー背景） */
.index .pc-flow-section .pc-attention-block {
	background-color: #EFEEEE;
    width: 80%;
    padding: 24px 24px 30px;
    margin: 24px auto 8px;
}

.index .pc-flow-section .attention {
  max-width: 1200px;
  width: 100%;
  margin: 8px auto 28px;
  box-sizing: border-box;
  height: auto !important;
}

.index .pc-flow-section .pc-attention-faq-text {
  max-width: 1040px !important;
  width: min(958px, calc(100% - 80px)) !important;
  height: auto !important;
  margin: 16px auto 0 !important;
}

/* FAQ 見出し */
.index .pc-flow-section .faq {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0 !important;
  padding: 0 max(20px, calc(50% - 487px));
  box-sizing: border-box;
  height: auto !important;
}

/* Q&A コンテナ */
.index .pc-flow-section .frame-question {
  width: min(1039px, calc(100% - 40px)) !important;
  height: auto !important;
  margin: 20px auto !important;
}

/* 区切り画像 */
.index .pc-flow-section .x1-2-1 {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}

/* CTAボタンラッパー */
.index .pc-flow-section .pc-cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  padding: 40px max(20px, calc(50% - 524px));
  background-color: #ffffff;
}

/* フッターラッパー（緑背景・全幅） */
.pc-footer-wrapper {
  display: none; /* SP では非表示 */
  background-color: #004539;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .pc-footer-wrapper {
    display: block;
  }
}

.pc-footer-wrapper .pc-footer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px max(20px, calc(50vw - 700px));
  gap: 32px;
}

.pc-footer-wrapper .pc-footer-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.pc-footer-wrapper .logomark-1 {
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

.pc-footer-wrapper .logo_white-1 {
  width: 60px;
  height: auto;
}

.pc-footer-wrapper .address {
  height: auto !important;
  width: auto !important;
  text-align: right;
}

.pc-footer-wrapper .pc-footer-bottom {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 0 max(20px, calc(50vw - 700px)) 30px;
  justify-content: center;
  border-top: 1px solid #90A78A;
  padding-top: 8px;
}

.pc-footer-wrapper .text-75,
.pc-footer-wrapper .privacy-policy {
  display: block;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
}
.pc-footer-wrapper .pc-footer-bottom a {
  text-decoration: none;
}

/* フッター内 .index .xxx ルールを .pc-footer-wrapper スコープで再定義
   （フッターを .index.screen 外に移動したため .index 親セレクタが効かなくなるため） */
.pc-footer-wrapper .frame-4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: auto;
  position: relative;
  width: auto;
}
.pc-footer-wrapper .text-72 {
  letter-spacing: 1.40px;
  line-height: 28px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.pc-footer-wrapper .text-73 {
  letter-spacing: 1.40px;
  line-height: 28px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.pc-footer-wrapper .httpswestern-companycom {
  letter-spacing: 0.70px;
  line-height: 28px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  color: #fff;
}
.pc-footer-wrapper .footer-contact-box {
  align-items: center;
  border: 0.4px solid;
  border-color: var(--white);
  border-radius: 2px;
  display: flex;
  gap: 37px;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 214px;
}
.pc-footer-wrapper .footer-contact-inner {
  align-items: center;
  display: flex;
  gap: 32px;
  height: 22px;
  padding: 10px;
  position: relative;
  width: 167px;
}
.pc-footer-wrapper .text-74 {
  color: var(--white);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 1.00px;
  line-height: 20px;
  margin-bottom: -8.00px;
  margin-top: -10.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.pc-footer-wrapper .footer-contact-divider {
  height: 14px;
  margin-bottom: -6.00px;
  margin-top: -6.00px;
  position: relative;
  width: 1px;
}
.pc-footer-wrapper .mail-send-envelope-e {
  height: 14px;
  margin-bottom: -6.00px;
  margin-top: -6.00px;
  position: relative;
  width: 14px;
}
.pc-footer-wrapper .mail-send-envelope-e-1 {
  height: 75%;
  left: 3.57%;
  position: relative;
  top: 12.50%;
  width: 92.86%;
}
.pc-footer-wrapper .footer-email-icon-envelope {
  height: 109.52%;
  left: -3.85%;
  position: absolute;
  top: -4.76%;
  width: 107.69%;
}
.pc-footer-wrapper .footer-email-icon-flap {
  height: 44.64%;
  left: -3.85%;
  position: absolute;
  top: 7.14%;
  width: 107.69%;
}
/* 絶対位置指定だったものをフロー配置にリセット */
.pc-footer-wrapper .logomark-1 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 120px;
  height: auto;
  flex-shrink: 0;
}
.pc-footer-wrapper .logo_white-1 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 60px;
  height: auto;
}

/* ============================================================
   PC 全セクション フロー化
   ============================================================ */
@media screen and (min-width: 768px) {

  /* コンテナの高さ・overflow をコンテンツに合わせて自動化 */
  .index {
    min-height: 0 !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
  .index.screen {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  /* ── コンテンツラッパー ── */
  /* ヒーロー画像 (height:1443px) の途中 top:1281px から主要コンテンツが始まる */
  .index .pc-content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 1281px; /* westside-3 の元の top 値 */
  }

  /* ── 各セクションをフロー化 ── */
  .index .pc-content-wrapper .westside-3,
  .index .pc-content-wrapper .variations,
  .index .pc-content-wrapper .registaration,
  .index .pc-content-wrapper .houtouse {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  /* westside-3 はラッパーの padding-top で配置済み（margin 不要） */
  .index .pc-content-wrapper .westside-3 {
    width: 100% !important;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* variations: 1897 - (1281+488) = 128px */
  .index .pc-content-wrapper .variations {
    margin-top: 128px;
  }

  /* registaration: 2515 - (1897+650) = -32px → わずかな重なりのため 0 で接続 */
  /* btn が top:771px + height:302px = 1073px まで延びるため min-height で確保 */
  .index .pc-content-wrapper .registaration {
    margin-top: 0;
    min-height: 1100px !important;
  }

  /* houtouse: 3618 - (2515+931) = 172px */
  .index .pc-content-wrapper .houtouse {
    margin-top: 172px;
  }

  /* ── 料金形態ラッパー（緑帯背景） ── */
  /* gap: 4931 - (3618+1137) = 176px */
  /* rectangle-29内でのprice-1開始オフセット: 5019 - 4931 = 88px */
  /* rectangle-29内でのprice-1終了後の余白: (4931+1054) - (5019+809) = 157px */
  .index .pc-price-wrapper {
    background-color: #004539;
    width: 100%;
    margin-top: 176px;
    padding-top: 88px;
    padding-bottom: 157px;
    box-sizing: border-box;
  }

  /* price-1: フロー化・高さ自動（新料金テーブル対応） */
  .index .pc-price-wrapper .price-1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* price-heading-block: フロー化 */
  .index .pc-price-wrapper .price-heading-block {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-bottom: 8px;
  }

  /* 旧カード SVG: 非表示 */
  .index .pc-price-wrapper .normal-price-card-bg,
  .index .pc-price-wrapper .pack-price-card-bg {
    display: none !important;
  }

  /* poket-carom: フロー化 */
  .index .pc-price-wrapper .poket-carom {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .index .pc-price-wrapper .poket-carom {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
  }

  /* Attention カード */
  .index .pc-price-wrapper .price-attention-block {
    margin-top: 32px;
    background-color: rgba(255, 255, 255, 0.07);
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* border-radius: 8px; */
    padding: 24px 28px;
    box-sizing: border-box;
  }

  .index .pc-price-wrapper .price-attention-block .priceattention {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    white-space: normal !important;
    width: auto !important;
    margin-bottom: 16px;
  }

  .index .pc-price-wrapper .price-attention-block .text_label-4 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    white-space: normal !important;
    width: auto !important;
    margin-top: 25px;
  }

  /* pc-flow-section: top 固定を解除 */
  /* gap: 6105 - (4931+1054) = 120px */
  .index .pc-content-wrapper .pc-flow-section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-top: 120px;
  }

  /* menu-box: news の直下（元の位置）に配置 */
  .index .menu-box {
    position: absolute !important;
    top: 890px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
  }
}

/* ============================================================
   SP 全セクション フロー化
   ============================================================ */
@media screen and (max-width: 767px) {

  /* コンテナの高さ・overflow をコンテンツに合わせて自動化 */
  .spu95design {
    height: auto !important;
    min-height: 0 !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  /* ── コンテンツラッパー ── */
  /* ヒーロー画像 / news が top:560px で終わる → features-section-sp (top:936px) まで padding で空間を確保 */
  .spu95design .sp-content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 936px;
  }

  /* ── 各セクション見出しをフロー化 ── */
  .spu95design .sp-content-wrapper .features-section-sp,
  .spu95design .sp-content-wrapper .variations-section-sp,
  .spu95design .sp-content-wrapper .registration-section-sp,
  .spu95design .sp-content-wrapper .howtouse-section-sp {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
  }

  /* variations-section-sp: 1448 - 1025 = 423px */
  .spu95design .sp-content-wrapper .variations-section-sp {
    margin-top: 423px;
  }

  /* 台の種類メモ: text-1 は既に position:relative */
  .spu95design .sp-content-wrapper .variations-note {
    display: block;
    margin: 12px 20px 0;
  }

  /* 台種類画像 */
  .spu95design .sp-content-wrapper .table-types-image-sp {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    margin: 16px 0 0;
  }

  /* 利用登録方法: 1971 - 1926 = 45px */
  .spu95design .sp-content-wrapper .registration-section-sp {
    margin-top: 45px;
  }

  /* 縦線デコレーション: 非表示 */
  .spu95design .sp-content-wrapper .reg-flow-arrow-sp {
    display: none !important;
  }

  /* ── 登録ステップ ── */
  .spu95design .sp-content-wrapper .step-12,
  .spu95design .sp-content-wrapper .step-13,
  .spu95design .sp-content-wrapper .step-14,
  .spu95design .sp-content-wrapper .step-15,
  .spu95design .sp-content-wrapper .step-16,
  .spu95design .sp-content-wrapper .step-17,
  .spu95design .sp-content-wrapper .step-18 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: flex !important;
    justify-content: center;
    width: 100% !important;
    margin-top: 24px;
  }

  /* 最初のステップ: registration-section-sp bottom (2079) → step-12 top (2119) = 40px */
  .spu95design .sp-content-wrapper .step-12 {
    margin-top: 40px;
  }

  /* text-99 / text-100 */
  .spu95design .sp-content-wrapper .text-99,
  .spu95design .sp-content-wrapper .text-100 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block;
    text-align: center;
    width: auto !important;
    margin: 16px 20px 0;
  }

  /* btn-1 */
  .spu95design .sp-content-wrapper .btn-1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
  }

  /* デコ画像: 非表示 */
  .spu95design .sp-content-wrapper .reg-complete-badge-sp {
    display: none !important;
  }

  /* ご利用方法 heading: 3749 - 3521(btn approx) = 228px */
  .spu95design .sp-content-wrapper .howtouse-section-sp {
    margin-top: 60px;
    margin-left: 0 !important;
  }

  /* ── ご利用方法ステップ ── */
  .spu95design .sp-content-wrapper .howto-steps-all-sp {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
  }

  .spu95design .sp-content-wrapper .howto-step-1-sp,
  .spu95design .sp-content-wrapper .howto-step-2-sp,
  .spu95design .sp-content-wrapper .howto-step-3-sp,
  .spu95design .sp-content-wrapper .howto-step-4-sp,
  .spu95design .sp-content-wrapper .howto-step-5-sp,
  .spu95design .sp-content-wrapper .howto-step-6-sp {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 auto;
    /* height:409px は spu95design.css から維持 */
  }

  /* ── 料金形態ラッパー（緑帯背景） ── */
  .spu95design .sp-content-wrapper .sp-price-wrapper {
    position: relative;
    display: block;
    width: 100%;
    background-color: #004539;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }

  /* price-section-bg-sp SVG: 非表示（sp-price-wrapper の背景で代替） */
  .spu95design .sp-price-wrapper .price-section-bg-sp {
    display: none !important;
  }

  /* 価格テーブル見出し */
  .spu95design .sp-price-wrapper .price-heading-text-block-sp {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 0 20px;
  }

  /* 価格コンテンツ: フロー化 */
  .spu95design .sp-price-wrapper .price-header-wrapper-sp {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box;
  }

  /* price-header-wrapper-sp 内の絶対配置要素をフロー化（位置のみ解除） */
  .spu95design .sp-price-wrapper .price-desc-sp,
  .spu95design .sp-price-wrapper .poket-carom-1,
  .spu95design .sp-price-wrapper .text-120,
  .spu95design .sp-price-wrapper .normal-price-label-bar-sp,
  .spu95design .sp-price-wrapper .normal-price-card-display-sp,
  .spu95design .sp-price-wrapper .text-128,
  .spu95design .sp-price-wrapper .text-112,
  .spu95design .sp-price-wrapper .pack-price-label-bar-sp,
  .spu95design .sp-price-wrapper .pack-price-amount-block-sp,
  .spu95design .sp-price-wrapper .text-119 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-top: 8px;
  }

  /* カード背景SVG: 非表示 */
  .spu95design .sp-price-wrapper .normal-price-card-bg-sp,
  .spu95design .sp-price-wrapper .pack-price-card-bg-sp {
    display: none !important;
  }

  /* 料金カード 2列横並び */
  .spu95design .sp-price-wrapper .sp-price-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
  }

  .spu95design .sp-price-wrapper .sp-price-card-col {
    flex: 1 1 calc(50% - 5px);
    min-width: 130px;
  }

  .spu95design .sp-price-wrapper .sp-price-card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 10px 8px;
    box-sizing: border-box;
  }

  /* price-type ラベル（黄緑帯） */
  .spu95design .sp-price-wrapper .price-type {
    display: inline-block;
    background-color: var(--buff, #d4af6e);
    border-radius: 3px;
    padding: 2px 8px;
    margin-bottom: 6px;
    font-size: 10.7px;
  }

  /* カード内の価格ボックスは幅を列に合わせる */
  .spu95design .sp-price-wrapper .sp-price-card-col .normal-price-card-display-sp,
  .spu95design .sp-price-wrapper .sp-price-card-col .pack-price-amount-block-sp {
    width: 100% !important;
    left: auto !important;
    box-sizing: border-box;
  }

  /* パック料金内の中央揃えを解除してコンパクトに */
  .spu95design .sp-price-wrapper .sp-price-card-col .pack-price-number-unit-sp {
    margin-left: 0 !important;
  }

  /* 注記テキストは折り返し可能に */
  .spu95design .sp-price-wrapper .sp-price-card-col .text-128,
  .spu95design .sp-price-wrapper .sp-price-card-col .text-119 {
    white-space: normal !important;
    width: auto !important;
    margin-top: 6px;
    font-size: 10px;
  }

  /* poket-carom-1: price-tier-table-block内でフロー・左揃え */
  .spu95design .sp-price-wrapper .poket-carom-1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* Attention カード（SP） */
  .spu95design .sp-price-wrapper .price-attention-block {
    margin: 16px 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.07);
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* border-radius: 8px; */
    padding: 20px;
    box-sizing: border-box;
  }

  .spu95design .sp-price-wrapper .price-attention-block .priceattention-1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: auto !important;
    margin: 0 0 16px;
    white-space: normal !important;
  }

  .spu95design .sp-price-wrapper .price-attention-block .text_label-9 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: auto !important;
    margin: 0;
  }

  /* ── sp-flow-section: absolute 解除 ── */
  .spu95design .sp-flow-section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  /* SP: 新料金テーブル調整 */
  .price-tier-table-block {
    margin-top: 0px!important;
    padding: 14px 10px;
  }

  .price-tier-table {
    border-spacing: 0 5px;
    table-layout: fixed;
    width: 100%;
  }

  .price-tier-table thead th {
    font-size: 11px;
    padding: 0!important;
    vertical-align: bottom;
  }

  /* 3列を均等幅に固定 */
  .price-tier-table tbody td {
    width: 50%;
    padding: 8px!important;
    white-space: nowrap;
    font-weight: 400;
  }

  /* 各列の幅に合わせたフォントサイズ */
  .td-time {
    font-size: 12px;
    letter-spacing: 0;
  }

  .tier-amount {
    font-size: 13px;
  }

  .tier-unit-label {
    font-size: 11px;
    margin-left: 1px;
  }

  .td-cap {
    font-size: 12px;
    white-space: nowrap;
  }

  .price-tier-notes {
    font-size: 10px;
  }
}

/* ============================================================
   新料金テーブル 共通スタイル
   ============================================================ */

.price-tier-table-block {
  margin-top: 32px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  /* border: 1px solid rgba(255, 255, 255, 0.15); */
  /* border-radius: 8px; */
  padding: 24px 28px;
}

.price-tier-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  font-family: var(--font-family-noto_sans_jp);
}

/* ヘッダー行 */
.price-tier-table thead th {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 400;
  padding: 4px 12px 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

/* データ行 */
.price-tier-table tbody td {
  background-color: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.price-tier-table tbody td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px 0 0 6px;
  width: 64px;
  padding: 12px 50px;
}

.price-tier-table tbody td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 6px 6px 0;
}

/* ティアバッジ（既存の縦ラベルバーに倣いfernグリーン） */
.tier-badge {
  display: inline-block;
  background-color: #64bf4d; /* --fern */
  border-radius: 3px;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 8px;
  letter-spacing: 0.05em;
}

/* 時間帯列 */
.td-time {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

/* 10分単価列 */
.td-unit {
  white-space: nowrap;
}

/* 金額数字（既存のbuff/gold色を踏襲） */
.tier-amount {
  font-size: 25px;
  font-weight: 800;
  color: #f6de80; /* --buff */
  letter-spacing: 0.04em;
  line-height: 1;
}

.tier-unit-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-left: 4px;
  letter-spacing: 0.02em;
}

/* 累計上限列 */
.td-cap {
  font-size: 20px;
  font-weight: 700;
  color: #f6de80; /* --buff */
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ティア区切り行（PC） */
.tier-separator-row .tier-separator-cell {
  background-color: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  padding: 4px 25px !important;
}

/* ティア区切り行（SP） */
@media screen and (max-width: 767px) {
  .tier-separator-row .tier-separator-cell {
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    padding: 4px 6px !important;
  }
}

/* 注記テキスト */
.price-tier-notes {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* 女性半額ハイライト（既存span1-3に倣う） */
.price-note-highlight {
  font-weight: 700;
  /* text-decoration: underline; */
  color: #f6de80; /* --buff */
}

/* ============================================================
   「詳しくはこちら」リンク
   ============================================================ */
.price-detail-link-row {
  margin-top: 6px;
}

.price-detail-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #f6de80; /* --buff */
  text-decoration: underline;
  font-size: inherit;
  font-family: inherit;
}

/* ============================================================
   料金詳細モーダル
   ============================================================ */
.price-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.price-modal-overlay.is-open {
  display: flex;
}

.price-modal-dialog {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 28px 32px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

.price-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  line-height: 1;
  padding: 4px 8px;
}

.price-modal-close:hover {
  color: #004539;
}

.price-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #004539;
  margin: 0 0 8px;
  font-family: var(--font-family-noto_sans_jp);
}

.price-modal-desc {
  font-size: 12px;
  color: #666;
  margin: 0 0 16px;
  font-family: var(--font-family-noto_sans_jp);
}

.price-modal-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-detail-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 480px;
  table-layout: fixed;
  font-family: var(--font-family-noto_sans_jp);
  font-size: 14px;
}

.price-detail-table th,
.price-detail-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: right;
  white-space: nowrap;
}

/* ヘッダー行 */
.price-detail-table thead th {
  background-color: #c8e6c9; /* 薄緑 */
  color: #004539;
  font-weight: 700;
  text-align: center;
}

/* 10分単価列・時分列 */
.price-detail-table tbody td:nth-child(1),
.price-detail-table tbody td:nth-child(2) {
  background-color: #e8f5e9;
  text-align: center;
  font-weight: 600;
  color: #004539;
}

/* 1600円上限セルをハイライト */
.price-detail-table tbody td.at-cap {
  color: #d32f2f;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .price-modal-dialog {
    padding: 20px 16px;
  }

  .price-modal-title {
    font-size: 15px;
    padding-right: 32px;
  }

  .price-detail-table {
    font-size: 12px;
  }

  .price-detail-table th,
  .price-detail-table td {
    padding: 6px 8px;
  }
}

/* ログインフロート */
#float-login-btn {
  position: fixed;
  bottom: 119px;
  right: 24px;
  z-index: 10000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--cyprus);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(196, 196, 196, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#float-login-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
#float-login-btn:active {
  transform: scale(0.96);
}
.float-btn-text-login {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.float-btn-arrow-login {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  margin-top: 1px;
}

/* 新規利用登録フロート */
#float-register-btn {
  position: fixed;
  bottom: 32px;
  right: 90px;
  z-index: 10000;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--fern);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#float-register-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
#float-register-btn:active {
  transform: scale(0.96);
}
.float-btn-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.float-btn-arrow {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  margin-top: 1px;
}

