/* =============================================================
   べるべるパーク渋谷店 わくわくデザイン 追加CSS ver.2（強化版）
   ※ common.css の後に読み込む（common-add.css）
   ※ 既存ルールに詳細度で勝てるようセレクタを調整済み
   ============================================================= */

:root{
  --color-pink01:#e85d9a;
  --color-cream01:#fff7ec;
  --shadow-pop:0 3px 0 rgba(0,0,0,.05);
}
.beruberu_park .stt-lang-select.bl{display: none;}
/* -------------------------------------------------------------
   1. セクション見出し（大きく＋英語ラベル線飾り＋PC拡大）
   ------------------------------------------------------------- */
.section_title_sm{
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
color: var(--color-orange01);
font-weight: 700;
letter-spacing: .15em;
}
.section_title_sm::before,
.section_title_sm::after{
  content:''; width:22px; height:2px; background:#f9c56a; border-radius:2px;
}
section .section_title{ font-size:22px; margin-top:8px; }
.sec_wave{ display:block; margin:10px auto 0; }

/* PC：全体的に文字を大きく */
@media (min-width:980px){
  section .section_title{ font-size:34px; letter-spacing:2px; }
  .section_title_sm{ font-size:14px; }
  .section_lead{ font-size:16px; line-height:1.9; }
  #main p{ font-size:15px; }
  .shop_descs dt, .shop_descs dd{ font-size:15px; }
  ul.annotation{ font-size:13px; }
}

/* -------------------------------------------------------------
   2. セクション背景の交互（茶→淡クリーム）
   ------------------------------------------------------------- */
section:nth-of-type(even){ background:var(--color-cream01); }
section.facilities,section.about{position: relative;
  &::before{
  content:''; position:absolute; inset:0; z-index:0;
  background-image:radial-gradient(circle, #ffe0b3 2px, transparent 2px);
  background-size:24px 24px; opacity:.35; pointer-events:none;
}
}
/* -------------------------------------------------------------
   3. MV（読みにくさ解消：グラデ＋h1白＋ピル＋フル幅）
   ------------------------------------------------------------- */
.mv{ position:relative; }
.mv .overlay_mv{
  position:absolute; inset:0; left:0; bottom:0;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:0 20px 32px;
  background:linear-gradient(to top,rgba(40,30,6,.72) 0%,rgba(40,30,6,.25) 40%,rgba(40,30,6,0) 68%);
}
.mv .overlay_mv .overlay_mv_inner{
  max-width:980px; margin:0 auto; width:100%;
}
.mv .overlay_mv .name_shop,
.mv .overlay_mv .mv_title,
.mv .overlay_mv p{
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.5);
}
.mv .overlay_mv .name_shop{ font-size:13px; font-weight:500; margin-bottom:6px; }
.mv .overlay_mv .mv_title{ font-size:30px; font-weight:700; line-height:1.4; margin-bottom:12px; }
.mv .overlay_mv .mv_catch{
  display:inline-block; width:fit-content;
  background:#fff; color:var(--color-orange01);
  font-size:13px; font-weight:700; padding:6px 16px; border-radius:20px;
  text-shadow:none; margin-bottom:14px;
}
.mv .overlay_mv .head_today_box{
  width:fit-content; background:rgba(255,255,255,.85); border:none;
  color:var(--color-brown04);
}
@media (min-width:980px){
  .mv .overlay_mv{ padding-bottom:48px; }
  .mv .overlay_mv .name_shop{ font-size:16px; }
  .mv .overlay_mv .mv_title{ font-size:46px; }
  .mv .overlay_mv .mv_catch{ font-size:15px; }
}

/* -------------------------------------------------------------
   4. 幅の統一（営業時間 layout_md が狭い問題）
   ------------------------------------------------------------- */
.layout_md{
  width:100%; max-width:680px; margin:0 auto;
}
.opening_hours{ width:100%; }
@media (min-width:980px){
  .layout_md{ max-width:760px; }
  .opening_hours th, .opening_hours td{ font-size:16px; padding:16px 12px; }
}

/* -------------------------------------------------------------
   5. ハンバーガー3色三本線
   ------------------------------------------------------------- */
.link.appear{ background:transparent; border:none; box-shadow:none; padding:4px 0; gap:5px; align-items:center; }
.hamburger_lines{ display:flex; flex-direction:column; gap:5px; }
.hamburger_lines span{ display:block; width:40px; height:3px; border-radius:3px; transition:.3s; }
.hamburger_lines span:nth-child(1){ background:var(--color-blue01); }
.hamburger_lines span:nth-child(2){ background:var(--color-green01); }
.hamburger_lines span:nth-child(3){ background:var(--color-orange01); }
.hamburger_label{ font-size:9px; color:#7a6a5a; font-weight:700; letter-spacing:.1em; margin-top:2px; }
.gnavi_menu.open .hamburger_lines span:nth-child(1){ transform:translateY(8px) rotate(45deg); background:var(--color-orange01); }
.gnavi_menu.open .hamburger_lines span:nth-child(2){ opacity:0; }
.gnavi_menu.open .hamburger_lines span:nth-child(3){ transform:translateY(-8px) rotate(-45deg); background:var(--color-orange01); }

.gnavi_sp_box{ padding:44px 32px 32px; border-radius:24px; box-shadow:4px 8px 0 rgba(0,0,0,.15); }
.gnavi_sp_box li{ border-bottom:1px solid #f2ede4; padding:0; }
.gnavi_sp_box li a{ font-size:17px; font-weight:700; color:var(--color-brown04); padding:14px 8px; transition:.2s; }
.gnavi_sp_box li a:hover{ color:var(--color-orange01); padding-left:14px; }

/* -------------------------------------------------------------
   6. ボタン ぷっくり
   ------------------------------------------------------------- */
.rsv_btn{ border-radius:30px; box-shadow:0 4px 0 #c67a00; transition:.2s; }
.rsv_btn:hover{ transform:translateY(2px); box-shadow:0 2px 0 #c67a00; }

/* -------------------------------------------------------------
   7. 店舗情報（INFORMATION）カード化
   ------------------------------------------------------------- */
.informaition .map_wrapper{
  border-radius:16px; overflow:hidden; margin-bottom:24px; box-shadow:var(--shadow-pop);
}
.informaition .map_wrapper iframe{ width:100%; height:300px; display:block; }
.shop_descs{
  background:#fff; border-radius:16px; box-shadow:var(--shadow-pop);
  padding:8px 20px; max-width:760px; margin:0 auto;
}
.shop_descs dl{
  display:flex; gap:16px; padding:16px 0; border-bottom:1px solid var(--color-brown02);
  align-items:flex-start;
}
.shop_descs dl:last-child{ border-bottom:none; }
.shop_descs dt{
  width:88px; flex-shrink:0; font-weight:700; color:var(--color-orange01);
  position:relative; padding-left:22px;
}
.shop_descs dt::before{
  content:''; position:absolute; left:0; top:.35em;
  width:12px; height:12px; border-radius:50%; background:#ffe0b3;
}
.shop_descs dd{ flex:1; }
.shop_descs_link{
  display:inline-block; margin-top:8px; color:var(--color-orange01);
  font-weight:700; text-decoration:underline;
}
@media (min-width:980px){
  .shop_descs{ max-width:860px; padding:8px 32px; }
}

/* -------------------------------------------------------------
   8. アクセス（ACCESS）ルートをカード化
   ------------------------------------------------------------- */
.route .item_route{
  background:#fff; border-radius:16px; box-shadow:var(--shadow-pop);
  padding:20px 22px; margin-bottom:16px;
}
.route .route_name{
  font-size:15px; font-weight:700; color:var(--color-brown04);
  padding-left:26px; position:relative; margin-bottom:10px; line-height:1.5;
}
.route .route_name::before{
  content:''; position:absolute; left:0; top:2px;
  width:16px; height:16px; border-radius:50%; background:var(--color-orange01);
}
.route .nearest > p:first-child,
.route .item_route > .route_list > p:first-child{
  display:inline-block; background:#fff0d9; color:var(--color-brown06);
  font-size:13px; font-weight:700; padding:5px 14px; border-radius:20px; margin-bottom:10px;
}
.route .route_link{
  display:inline-block; margin-top:12px;
  background:var(--color-orange01); color:#fff; font-weight:700;
  padding:10px 20px; border-radius:24px; font-size:13px;
}
.route .route_link:hover{ opacity:.88; }
.route > .inner > .route_link{
  display:block; max-width:420px; margin:0 auto 24px; text-align:center; font-size:15px; padding:14px;
}
.item_route .route_link{
  padding: 10px 30px;
  &::before{
    width: 10px;
  }
}
/* -------------------------------------------------------------
   9. カード共通ホバー
   ------------------------------------------------------------- */
.about_item, .features_item, .facilities_item, .free_service_item{
  border:none; border-radius:16px; box-shadow:var(--shadow-pop); background:#fff; transition:.25s;
}
.about_item:hover, .features_item:hover, .facilities_item:hover, .free_service_item:hover{
  transform:translateY(-4px); box-shadow:0 6px 16px rgba(243,152,0,.12);
}

/* -------------------------------------------------------------
   10. スクロールリビール
   ------------------------------------------------------------- */
.reveal{ opacity:0; transform:translateY(24px); transition:.6s; }
.reveal.on{ opacity:1; transform:none; }

/* -------------------------------------------------------------
   11. 料金セクション（殺風景対策：カード感・オレンジ基調・余白）
   ------------------------------------------------------------- */
.beruberuPrice .special_price_box{
  background:linear-gradient(135deg,#fff0d9,#ffe6ee);
  border-radius:16px; padding:20px; text-align:center; margin:28px auto 28px;
  max-width:420px; border:none;
}
.beruberuPrice .special_price_title{ color:var(--color-orange01); font-size:20px; }
.price_plan_list{ display:grid; gap:20px; }
.price_item{
  background:#fff; border-radius:18px; padding:24px 20px;
  box-shadow:0 3px 12px rgba(0,0,0,.06); position:relative;
}
/* おすすめ（フリータイム）を強調 */
.price_item:has(.price_item_tag_crown),
.price_item.price_item_recommend{
  border:2.5px solid var(--color-orange01);
}
.price_item_tag_crown{
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  background:var(--color-orange01); color:#fff; font-size:12px; font-weight:700;
  padding:5px 18px; border-radius:20px; white-space:nowrap;
}
.price_item_title{ font-size:20px; font-weight:700; color:var(--color-brown04); margin-bottom:6px; }
.price_item_desc{ font-size:13px; color:var(--color-brown03); line-height:1.7; margin-bottom:14px; }
/* 利用できるもの：緑チェックの箱 */
.price_item_features{
  background:#f3faee; border-radius:10px; padding:12px 14px; margin-bottom:14px;
}
.price_item_features_title{ font-size:11px; font-weight:700; color:var(--color-green01); letter-spacing:.05em; margin-bottom:6px; }
.price_item_features_item{
  font-size:13px; color:var(--color-brown04); padding:3px 0 3px 22px; position:relative;
}
.price_item_features_item::before{
  content:''; position:absolute; left:0; top:.45em; width:14px; height:14px;
  background:var(--color-green01);
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 8l2 2 4-4" stroke="black" stroke-width="1.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="8" r="7" stroke="black" stroke-width="1.2" fill="none"/></svg>') center/contain no-repeat;
          mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 8l2 2 4-4" stroke="black" stroke-width="1.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="8" r="7" stroke="black" stroke-width="1.2" fill="none"/></svg>') center/contain no-repeat;
}
/* 料金テーブル */
.tbl_price{ width:100%; border-collapse:collapse; font-size:13px; margin-bottom:8px; }
.tbl_price_th{ background:#f5efe8; color:var(--color-brown03); font-size:11px; font-weight:700; padding:8px; }
.tbl_price_th_name td{ background:#fff7ec; color:var(--color-brown02b); font-size:11px; font-weight:700; padding:6px 10px; text-align:center; border-radius:6px; }
.tbl_price_plan{ text-align:left; padding:8px; font-weight:500; color:var(--color-brown04); border-bottom:1px solid #f5f0ea; font-size:12px; }
.tbl_price_value{ padding:8px; text-align:center; border-bottom:1px solid #f5f0ea; color:var(--color-brown04); }
.tbl_price_row:last-child .tbl_price_plan,
.tbl_price_row:last-child .tbl_price_value{ border-bottom:none; }
/* アップグレード：ビフォーアフター */
.price_item_features_desc{ font-size:13px; text-align:center; margin-bottom:10px; }
.price_item_plan_list{ display:flex; gap:8px; }
.price_item_plan_item{ flex:1; background:#fff; border:1px solid var(--color-brown02); border-radius:8px; padding:8px; text-align:center; }
.price_item_plan_time{ font-size:10px; color:var(--color-brown02b); }
.price_item_plan_add{ font-size:16px; font-weight:700; color:var(--color-orange01); }
/* ランチセット：破線ボックス */
.price_item_deal{
  margin-top:14px; background:#fff; border:1.5px dashed var(--color-orange01);
  border-radius:10px; padding:14px 16px;
}
.price_item_deal_tag{
font-size: 10px;
font-weight: 700;
color: #fff;
background: var(--color-orange01);
padding: 3px 10px;
border-radius: 12px;
margin-right: 8px;
display: block;
width: fit-content;
margin-bottom: 1em;
}
.price_item_deal_add span{ font-size:18px; font-weight:700; color:var(--color-orange01); }
.color_orange{ color:var(--color-orange01); }
.font_lg{ font-size:1.15em; font-weight:700; }

@media (min-width:980px){
  .price_plan_list{ grid-template-columns:1fr 1fr; align-items:start; }
  .price_item_title{ font-size:22px;}
.price_item_deal_tag{display: inline-block;margin-bottom:0;}
}

/* -------------------------------------------------------------
   12. おでかけ（HOW TO）セクション ★殺風景の主対策
   比較カードに背景・影・角丸、赤基調→オレンジ基調に
   ------------------------------------------------------------- */
.howto .compare_item{
  background:#fff; border-radius:16px; padding:22px 18px;
  box-shadow:0 3px 12px rgba(0,0,0,.06); max-width:none;
}
/* べるべる側カードを強調（2つ目 or .mark を含む方） */
.howto .compare_item:nth-child(2){
  border:2px solid var(--color-orange01); background:#fffbf7;
}
.howto .compare_title{
  background:#e8ddd4; color:var(--color-brown03); font-weight:700;
}
.howto .compare_title.mark{
  background:var(--color-orange01); color:#fff; /* 赤→オレンジ */
}
/* おトクポイントの帯：赤→オレンジ */
.howto .compare_note_point{
  border:1px solid var(--color-orange01);
  background:#fff0d9; color:var(--color-brown06);
}
/* アップグレード枠：赤→オレンジ */
.howto .upgrade_section,
.howto .upgrade_list{ border-color:var(--color-orange01); }
.howto .upgrade_item.total,
.howto .upgrade_desc_strong{ color:var(--color-orange01); }
.howto .upgrade_item + .upgrade_item::before{ color:var(--color-orange01); }

/* おでかけの「うれしいポイント」カード（compare後に4枚並ぶ想定） */
.howto .point_list{ display:grid; gap:12px; margin-top:24px; }
.howto .point_item{
  background:#fff; border-radius:16px; padding:18px 16px; box-shadow:var(--shadow-pop);
}
.howto .point_item_ic{
  width:44px; height:44px; border-radius:50%; background:#fff0d9;
  display:flex; align-items:center; justify-content:center; margin-bottom:10px;
}
@media (min-width:980px){
  .howto .point_list{ grid-template-columns:repeat(4,1fr); }
}

/* -------------------------------------------------------------
   13. おでかけ（HOW TO）装飾マシマシ版
   吹き出し・背景ドット・アイコン・強調バッジで賑やかに
   ------------------------------------------------------------- */
.howto{ position:relative; overflow:hidden; }
/* 背景にうっすらドット模様 */
.howto::before{
  content:''; position:absolute; inset:0; z-index:0;
  background-image:radial-gradient(circle, #ffe0b3 2px, transparent 2px);
  background-size:24px 24px; opacity:.35; pointer-events:none;
}
.howto .inner{
  position:relative;
  /* z-index:1; */
}

/* VSバッジを2カード間に浮かせる */
.howto .compare_section{ position:relative; }
.howto .compare_section::after{
  content:'VS'; position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%) rotate(-8deg);
  width:52px; height:52px; border-radius:50%;
  background:#fff; border:3px solid var(--color-orange01);
  color:var(--color-orange01); font-size:16px; font-weight:700;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 3px 0 #c67a00; z-index:5;
}
@media (max-width:979px){
  .howto .compare_section::after{ top:auto; bottom:calc(50% - 8px); }
}

/* ふつうカードは「しょんぼり」演出（少し傾け＋グレー寄せ） */
/* ふつうカードの傾きは無し */
.howto .compare_item:first-child .compare_title::before{ content:'😮‍💨 '; }
.howto .compare_cost_row{ border-bottom:1px dashed #d8cdbb; }
.howto .compare_cost_row dt{ position:relative; padding-left:20px; }
.howto .compare_cost_row dt::before{
  content:'💸'; position:absolute; left:0; font-size:12px;
}

/* べるべるカードは「わくわく」演出（浮き上がり＋王冠キラキラ） */
.howto .compare_item:nth-child(2){
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(243,152,0,.2);
  background:
    radial-gradient(circle at 12% 12%, #fff3d6 0 8px, transparent 8px),
    radial-gradient(circle at 88% 20%, #ffe0ec 0 6px, transparent 6px),
    #fffbf7;
}
.howto .compare_item:nth-child(2) .compare_cost_row dt::before{ content:'✨'; }
.howto .compare_item:nth-child(2) .compare_cost_row.total dd{
  font-size:22px; color:var(--color-orange01);
}
/* 合計金額に「まる」を付ける */
.howto .compare_item:nth-child(2) .compare_cost_row.total dd::after{
  content:'🎉'; margin-left:4px;
}

/* おトクバッジをはずむ */
.howto .compare_note_point{
  font-size:17px; padding:16px; position:relative;
  background:linear-gradient(135deg,#ffd97a,#ffb340);
  color:#7a3e00; border:none;
  box-shadow:0 4px 0 #e08a00;
  animation:howtoBounce 1.4s ease-in-out infinite;
}
@keyframes howtoBounce{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-4px); }
}
.howto .compare_note_point::before{
  content:'\1F4B0'; margin-right:6px; font-size:1.1em;
}

/* うれしいポイントを4色カラフルカードに（compare後） */
.howto .point_list{ display:grid; gap:12px; margin-top:36px; }
.howto .point_item{
  background:#fff; border-radius:16px; padding:20px 16px;
  box-shadow:0 4px 0 rgba(0,0,0,.06); position:relative; overflow:hidden;
}
.howto .point_item::before{
  content:''; position:absolute; top:-20px; right:-20px;
  width:60px; height:60px; border-radius:50%; opacity:.5;
}
.howto .point_item:nth-child(1)::before{ background:#ffe0b3; }
.howto .point_item:nth-child(2)::before{ background:#cfeaff; }
.howto .point_item:nth-child(3)::before{ background:#d6f5df; }
.howto .point_item:nth-child(4)::before{ background:#ffd9e8; }
.howto .point_item_ic{
  width:48px; height:48px; border-radius:14px; position:relative; z-index:1;
  display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:10px;
}
.howto .point_item:nth-child(1) .point_item_ic{ background:#fff0d9; }
.howto .point_item:nth-child(2) .point_item_ic{ background:#e0f2ff; }
.howto .point_item:nth-child(3) .point_item_ic{ background:#e3f5e8; }
.howto .point_item:nth-child(4) .point_item_ic{ background:#ffe6ee; }
.howto .point_item_title{ font-size:14px; font-weight:700; color:var(--color-brown04); margin-bottom:4px; position:relative; z-index:1; }
.howto .point_item_desc{ font-size:12px; color:var(--color-brown03); line-height:1.6; position:relative; z-index:1; }

/* アップグレード枠を賑やかに */
.howto .upgrade_section{
  border:2px dashed var(--color-orange01); background:#fffdf8; position:relative;
  margin-top:36px;
}
.howto .upgrade_section::before{
  content:'🥤'; position:absolute; top:-16px; left:20px;
  background:#fff; font-size:20px; padding:0 6px;
}
.howto .upgrade_title{ color:var(--color-brown06); }
.howto .upgrade_item{
  background:#fff; border:1px solid #ffe0b3; border-radius:8px; padding:6px 12px;text-align: center;
}
.howto .upgrade_item.total{
  background:var(--color-orange01); color:#fff; border-color:var(--color-orange01);
  padding:8px 16px; border-radius:20px;
}
.howto .upgrade_desc_strong{
  background:#fff0d9; border-radius:8px; padding:10px; display:inline-block;
}

@media (min-width:980px){
  .howto .point_list{ grid-template-columns:repeat(4,1fr); }
  .howto .compare_note_point{ font-size:18px; }
}

/* -------------------------------------------------------------
   13-fix. HOWTO 絵文字→Tablerアイコンに差し替え
   ※ <link href="...@tabler/icons-webfont"> の読み込みが必要
   ※ ::before の content はアイコンのユニコードを使用
   ------------------------------------------------------------- */
/* 各行頭の絵文字を撤去（アイコンはHTML側でi要素を置く方式に） */
.howto .compare_item:first-child .compare_title::before{ content:none; }
.howto .compare_cost_row dt::before{ content:none; }
.howto .compare_item:nth-child(2) .compare_cost_row.total dd::after{ content:none; }
.howto .compare_note_point::before{ content:none; }
.howto .upgrade_section::before{ content:none; }

/* VSバッジは文字なのでそのまま維持 */

/* おトクバッジ左のアイコンを i.ti で入れる場合の余白だけ用意 */
.howto .compare_note_point .ti{ margin-right:6px; vertical-align:-2px; }
.howto .upgrade_section .deco_icon{
  position:absolute; top:-16px; left:20px; background:#fff; padding:0 6px;
  color:var(--color-orange01); font-size:22px; line-height:1;
}
/* point_item のアイコンは i.ti をそのまま置けばOK（色は各カードで指定済み背景） */
.howto .point_item:nth-child(1) .point_item_ic .ti{ color:var(--color-orange01); }
.howto .point_item:nth-child(2) .point_item_ic .ti{ color:var(--color-blue01); }
.howto .point_item:nth-child(3) .point_item_ic .ti{ color:var(--color-green01); }
.howto .point_item:nth-child(4) .point_item_ic .ti{ color:#d4537e; }

/* =============================================================
   14. 追加調整（2026-xx フィードバック対応）
   ============================================================= */

/* -------------------------------------------------------------
   14-1. ハンバーガーをPCで大きく
   ------------------------------------------------------------- */
@media (min-width:980px){
  .link.appear{ padding:8px; gap:9px; }
  .hamburger_lines{ gap:9px; }
  .hamburger_lines span{ width:56px; height:6px; border-radius:6px; }
  .gnavi_menu.open .hamburger_lines span:nth-child(1){ transform:translateY(15px) rotate(45deg); }
  .gnavi_menu.open .hamburger_lines span:nth-child(3){ transform:translateY(-15px) rotate(-45deg); }
  .hamburger_label{ font-size:12px; margin-top:5px; }
}

/* -------------------------------------------------------------
   14-2. 営業時間の横幅（PCで他セクションと揃わない問題）
   layout_md の中でテーブルが縮む → 幅いっぱいに揃える
   ------------------------------------------------------------- */
.hours .inner .layout_md{ max-width:none; width:100%; }
@media (min-width:980px){
  .hours .inner .layout_md{ max-width:none; }
  .hours .opening_hours{ width:100%; table-layout:fixed; }
  .hours .opening_hours th,
  .hours .opening_hours td{ font-size:16px; padding:18px 12px; }
}

/* -------------------------------------------------------------
   14-3. ABOUT：PC2カラム・SP1カラム＋文字大きく
   （既存：SP2列/PC4列 → SP1列/PC2列に変更）
   ------------------------------------------------------------- */
.about_list{ grid-template-columns:1fr; gap:12px; }   /* SP 1カラム */
.about_item{
  align-items: center;
  background: #fff;
  text-align:left;
  gap:16px;
  padding:18px 20px;
  display: grid;
  grid-template-areas: 
  "a b"
  "a c";
  transform: translateY(0);
}
.about_item .about_item_ic{ grid-area: a;}
.about_item_title{ text-align:left; font-size:16px;grid-area: b;}
.about_item_text{ font-size:13px;grid-area: c;}
@media (min-width:980px){
  .about_list{ grid-template-columns:1fr 1fr; gap:20px; } /* PC 2カラム */
  .about_item{ padding:28px 30px; gap:20px; }
  .about_item_title{ font-size:20px; letter-spacing:1px; }
  .about_item_text{ font-size:16px; line-height:1.8; }
  .about_item .about_item_ic{ width:72px; height:72px; }
}

/* -------------------------------------------------------------
   14-4. アップグレード枠タイトルを中央寄せ
   ------------------------------------------------------------- */
.howto .upgrade_section .upgrade_title{ text-align:center; }
.howto .upgrade_section .upgrade_desc,
.howto .upgrade_section .upgrade_desc_strong{ text-align:center; }

/* -------------------------------------------------------------
   14-5. 店舗情報（INFORMATION）デザイン強化
   PC：地図を左・情報を右の2カラム。決済情報はアイコン風タグ化
   ------------------------------------------------------------- */
.informaition .map_wrapper{
  border-radius:16px; overflow:hidden; box-shadow:0 4px 16px rgba(0,0,0,.08); margin-bottom:24px;
}
.informaition .map_wrapper iframe{ width:100%; height:280px; }

.shop_descs{
  background:#fff; border-radius:16px; box-shadow:0 3px 0 rgba(0,0,0,.05);
  padding:8px 24px; max-width:820px; margin:0 auto;
}
.shop_descs dl{
  display:flex; gap:20px; padding:18px 0;
  border-bottom:1px solid var(--color-brown02); align-items:flex-start;
}
.shop_descs dl:last-child{ border-bottom:none; }
.shop_descs dt{
  width:96px; flex-shrink:0; font-weight:700; color:var(--color-orange01);
  position:relative; padding-left:24px; font-size:14px;
}
.shop_descs dt::before{
  content:''; position:absolute; left:0; top:.3em;
  width:14px; height:14px; border-radius:50%; background:#ffd9a3;
}
.shop_descs dd{ flex:1; font-size:14px; line-height:1.8; }
.shop_descs dd ul{ list-style:none; }
.shop_descs dd ul li{ padding:2px 0; }
.shop_descs_link{
  display:inline-block; margin-top:10px;
  color:var(--color-orange01); font-weight:700;
  border:1.5px solid var(--color-orange01); border-radius:20px;
  padding:6px 16px; font-size:13px; transition:.2s;
}
.shop_descs_link:hover{ background:var(--color-orange01); color:#fff; }

/* 決済情報をタグ状に並べる */
.shop_descs dl.payment dd ul{
  display:flex; flex-wrap:wrap; gap:6px;
}
.shop_descs dl.payment dd ul li{
  background:#fff7ec; border:1px solid var(--color-brown02);
  border-radius:6px; padding:4px 12px; font-size:12px; color:var(--color-brown04);
}

@media (min-width:980px){
  /* 地図＋情報を2カラムに */
  .informaition .inner{ display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:start; }
  .informaition .section_title_sm,
  .informaition .section_title,
  .informaition .sec_wave{ grid-column:1 / -1; }
  .informaition .map_wrapper{ margin-bottom:0; position:sticky; top:80px; }
  .informaition .map_wrapper iframe{ height:420px; }
  .shop_descs{ margin:0; padding:8px 28px; }
  .shop_descs dt{ font-size:15px; }
  .shop_descs dd{ font-size:15px; }
}
