@charset "UTF-8";
/* ============================================================
   sodai.css — 粗大ゴミツール専用スタイル
   既存 style.css を汚さないよう全セレクタを #sodai 配下にスコープ。
   トークン: メイン緑#2e7d32 / サブ緑#19a233 / CTA赤#fc2b33+#be030a /
   補助赤#e53935 / 青#2ea2f3 / アンバー#f9a825・#fff3cd / 本文#333・#666 /
   罫線#ddd。影は使わず枠線・左罫線で表現。
   ============================================================ */

#sodai * { box-sizing: border-box; margin: 0; padding: 0; }
#sodai {
  font-family: "Noto Sans JP", sans-serif; color: #333;
  background: #fff; line-height: 1.75; font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; /* 子要素起因の横スクロール(オーバーフロー)を封じる */
}
#sodai .wrap { max-width: 720px; margin: 0 auto; padding: 0 16px; }
/* オーバーフロー安全化：長い品目名・予約情報・本文は折り返す。画像/表は幅内に収める */
#sodai img, #sodai table, #sodai svg { max-width: 100%; }
#sodai table.fee td:first-child, #sodai .reserve-meta span, #sodai .reserve-btn small, #sodai .article p { overflow-wrap: anywhere; word-break: break-word; }
#sodai .en { font-family: "Jost", sans-serif; }

/* ===== ヒーロー（Gemini画像想定）===== */
/* ワイド画面で全幅に伸びて画像が拡大ズームするのを防ぐため、最大幅を設けて中央寄せ */
#sodai .hero { background: #2e7d32; color: #fff; padding: 26px 16px 22px; max-width: 1080px; margin-left: auto; margin-right: auto; }
/* 枠を画像と同じ16:9比率にして画像全体を表示（cover でも比率一致なら切れない）。
   高さは幅で決まる＝.hero の max-width で全体サイズを調整。 */
#sodai .hero.has-img {
  background-size: cover; background-position: center; position: relative;
  aspect-ratio: 1344 / 768; min-height: 200px;
  display: flex; flex-direction: column; justify-content: center;
}
#sodai .hero.has-img::before { content: ""; position: absolute; inset: 0; background: rgba(20,60,25,.30); }
#sodai .hero .wrap { padding: 0; position: relative; z-index: 1; }
#sodai .hero.has-img .wrap { text-shadow: 0 2px 8px rgba(0,0,0,.5); }
#sodai .hero .pref-tag {
  display: inline-block; background: rgba(255,255,255,.2);
  font-size: 12px; padding: 3px 11px; border-radius: 30px; margin-bottom: 10px; font-weight: 500;
}
#sodai .hero h1 { font-size: 23px; font-weight: 900; line-height: 1.45; }
#sodai .hero .sub { font-size: 13px; opacity: .95; margin-top: 8px; font-weight: 400; }
#sodai .hero .img-note {
  margin-top: 14px; font-size: 11px; opacity: .75; border: 1px dashed rgba(255,255,255,.45);
  border-radius: 10px; padding: 8px 10px; text-align: center;
}
#sodai .updated { font-size: 11px; color: #888; text-align: right; padding: 7px 0 0; }

/* ===== 予約先カード（FV最優先・左罫線スタイル）===== */
#sodai .quick {
  background: #f6fafe; border: 1px solid #d4e8f6; border-left: 4px solid #2ea2f3;
  border-radius: 10px; margin: 18px 0; padding: 15px;
}
#sodai .quick h2 { font-size: 14px; color: #1c77cb; font-weight: 700; margin-bottom: 11px; }
/* モバイルファースト：既定は1列（狭い画面で確実に縦積み）→ 560px以上で2列 */
#sodai .reserve-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 560px) { #sodai .reserve-grid { grid-template-columns: 1fr 1fr; } }
#sodai .reserve-btn {
  display: block; min-width: 0; text-align: center; padding: 13px 8px; border-radius: 8px;
  text-decoration: none; font-weight: 700; font-size: 15px; overflow-wrap: anywhere;
}
#sodai .reserve-btn.web { background: #2e7d32; color: #fff; border-bottom: 4px solid #1f5c24; }
#sodai .reserve-btn.tel { background: #fff; color: #2e7d32; border: 2px solid #2e7d32; }
#sodai .reserve-btn small { display: block; font-size: 11px; font-weight: 500; opacity: .9; margin-top: 2px; }
#sodai .reserve-meta { margin-top: 11px; font-size: 12.5px; color: #666; display: grid; gap: 4px; }
#sodai .reserve-meta b { color: #333; font-weight: 700; }

/* ===== セクション見出し（緑・左罫線流儀）===== */
#sodai .sec-head {
  font-size: 18px; font-weight: 900; margin: 26px 0 13px; padding-left: 12px;
  border-left: 5px solid #2e7d32; line-height: 1.4;
}
#sodai .sec-head .num { font-family: "Jost"; color: #2e7d32; margin-right: 6px; }

/* ===== 出し方手順（HTMLステップ：PC横並び→SP縦積み・レスポンシブ）===== */
#sodai .flow { background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 16px 14px; }
#sodai .flow-steps { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; }
#sodai .flow-step {
  flex: 1 1 0; min-width: 0; display: flex; gap: 10px; position: relative;
  background: #eef6ef; border: 1px solid #cfe3d1; border-radius: 10px; padding: 13px;
}
#sodai .fs-badge {
  flex: none; width: 28px; height: 28px; border-radius: 50%; background: #2e7d32;
  color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center;
}
#sodai .fs-body { min-width: 0; }
#sodai .fs-title { font-size: 14px; font-weight: 700; color: #2e7d32; margin: 2px 0 5px; line-height: 1.4; }
#sodai .fs-line { font-size: 13px; color: #444; margin: 0 0 2px; line-height: 1.6; overflow-wrap: anywhere; }
#sodai .fs-note { font-size: 11.5px; color: #888; margin: 5px 0 0; line-height: 1.55; }
/* PC: ステップ間の右矢印 */
#sodai .flow-step:not(:first-child)::before {
  content: "›"; position: absolute; left: -11px; top: 50%; transform: translateY(-50%);
  color: #7fae86; font-weight: 700; font-size: 20px; line-height: 1;
}
#sodai .flow-cap { font-size: 12.5px; color: #666; margin-top: 12px; line-height: 1.65; }
#sodai .flow-cap b { color: #2e7d32; }
/* SP: 縦積み＋下向き矢印＋文字を読みやすいサイズに */
@media (max-width: 600px) {
  #sodai .flow-steps { flex-direction: column; gap: 20px; }
  #sodai .flow-step { padding: 14px 15px; }
  #sodai .flow-step:not(:first-child)::before {
    content: "▼"; left: 50%; top: -15px; transform: translateX(-50%); font-size: 13px;
  }
  #sodai .fs-title { font-size: 15.5px; }
  #sodai .fs-line { font-size: 14px; }
  #sodai .fs-note { font-size: 12.5px; }
}

/* ===== 料金表 ===== */
#sodai .fee-tools { margin: 12px 0; }
#sodai .fee-search {
  width: 100%; box-sizing: border-box; border: 1px solid #ddd; border-radius: 8px;
  padding: 11px 12px; font-size: 15px; background: #fff; font-family: inherit;
}
/* チップ行はページ幅を押し広げないよう、幅内に収めて横スクロール格納 */
#sodai .fee-filter { display: flex; gap: 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 8px; padding-bottom: 3px; }
#sodai .chip {
  font-size: 12px; padding: 8px 13px; border-radius: 30px; border: 1px solid #ddd;
  background: #fff; cursor: pointer; color: #666; white-space: nowrap; font-weight: 500;
}
#sodai .chip.on { background: #2e7d32; color: #fff; border-color: #2e7d32; }
#sodai table.fee {
  width: 100%; border-collapse: collapse; background: #fff;
  border: 1px solid #ddd; border-radius: 10px; overflow: hidden; font-size: 14.5px;
}
#sodai table.fee th { background: #2e7d32; color: #fff; text-align: left; padding: 11px 14px; font-size: 13px; font-weight: 700; }
#sodai table.fee th:last-child { text-align: right; }
#sodai table.fee td { padding: 11px 14px; border-top: 1px solid #eee; }
#sodai table.fee tr td:last-child { text-align: right; font-weight: 700; white-space: nowrap; color: #2e7d32; }
#sodai .ng { display: block; color: #cc0000; font-weight: 700; font-size: 12px; margin-top: 2px; }
#sodai .ng-row { background: #fff3cd; }
#sodai .ng-row td:last-child { color: inherit; }
#sodai .ng-cta {
  display: inline-block; font-size: 11.5px; color: #fff; background: #fc2b33;
  border-bottom: 2px solid #be030a; padding: 4px 11px; border-radius: 30px;
  text-decoration: none; font-weight: 700; white-space: nowrap;
}
#sodai .fee-note { font-size: 12px; color: #666; margin-top: 9px; line-height: 1.6; }
#sodai .fee-note .ng { display: inline; margin: 0; }
#sodai .fee-extra { display: none; } /* JS無効時も初期40件のみ表示 */
#sodai .fee-more {
  display: block; width: 100%; margin: 12px 0 0; padding: 12px;
  border: 2px solid #2e7d32; background: #fff; color: #2e7d32;
  font-weight: 700; border-radius: 8px; cursor: pointer; font-size: 14px;
}
#sodai .fee-more:hover { background: #2e7d32; color: #fff; }

/* ===== 本文（厚い・折りたたみ・左罫線カード）===== */
#sodai .article { background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 18px; margin-top: 6px; }
#sodai .article h3 {
  font-size: 15px; margin: 17px 0 6px; color: #2e7d32; font-weight: 700;
  padding-left: 10px; border-left: 3px solid #2e7d32;
}
#sodai .article h3:first-child { margin-top: 0; }
#sodai .article p { font-size: 14px; margin-bottom: 11px; color: #444; }
#sodai .article .src { font-size: 11.5px; color: #888; margin-top: 15px; padding-top: 12px; border-top: 1px dashed #ddd; }
#sodai details.more { margin-top: 13px; }
#sodai details.more summary {
  cursor: pointer; color: #2e7d32; font-weight: 700; font-size: 14px; list-style: none;
  padding: 11px; text-align: center; border: 2px solid #2e7d32; border-radius: 8px;
}
#sodai details.more summary::-webkit-details-marker { display: none; }
#sodai details.more summary::after { content: " ▼"; font-size: 11px; }
#sodai details.more[open] summary { color: #888; border-color: #ddd; }
#sodai details.more[open] summary::after { content: " ▲"; }

/* ===== ハイブリッドCTA ===== */
#sodai .cta-soft {
  background: #fff3cd; border-top: 3px solid #f9a825; border-radius: 8px;
  padding: 16px; margin: 20px 0;
}
#sodai .cta-soft p { font-size: 13.5px; color: #7a5a00; line-height: 1.7; }
#sodai .cta-soft strong { color: #cc0000; }
#sodai .cta-hard { background: #2e7d32; color: #fff; border-radius: 12px; padding: 22px 18px; margin: 20px 0; }
#sodai .cta-hard .eyebrow { font-size: 12px; opacity: .95; font-weight: 700; margin-bottom: 7px; }
#sodai .cta-hard h3 { font-size: 19px; font-weight: 900; margin-bottom: 6px; line-height: 1.45; }
#sodai .cta-hard ul { list-style: none; margin: 13px 0; display: grid; gap: 7px; }
#sodai .cta-hard li { font-size: 13.5px; padding-left: 24px; position: relative; }
#sodai .cta-hard li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; color: #bce8c4; }
#sodai .cta-btn {
  display: block; background: #fc2b33; color: #fff; text-align: center;
  padding: 16px; border-radius: 8px; font-weight: 900; font-size: 18px;
  text-decoration: none; margin-top: 15px; border-bottom: 5px solid #be030a;
}
#sodai .cta-btn small { display: block; font-size: 11px; font-weight: 500; opacity: .9; margin-top: 3px; }
#sodai .cta-tel { margin-top: 11px; text-align: center; }
#sodai .cta-tel a { color: #fff; font-size: 23px; font-weight: 900; text-decoration: none; font-family: "Jost"; }
#sodai .cta-tel small { display: block; font-size: 11px; opacity: .9; }

#sodai footer.sodai-foot {
  padding: 28px 16px; text-align: center; color: #888; font-size: 11.5px;
  border-top: 1px solid #ddd; margin-top: 24px; line-height: 1.7;
}

@media (max-width: 480px) {
  #sodai .hero h1 { font-size: 21px; }
  /* SP: 本文の左右余白を確保し窮屈さを解消（既存LP本文と同等の16px） */
  #sodai .wrap { padding: 0 16px; }
  #sodai .quick { padding: 15px 15px; }
  #sodai .article { padding: 16px 15px; }
  #sodai .cta-hard { padding: 20px 16px; }
  /* SP: 本文の可読性（やや大きめ） */
  #sodai .reserve-meta { font-size: 13px; }
  #sodai .article p { font-size: 14.5px; }
  #sodai table.fee { font-size: 14px; }
  #sodai table.fee th, #sodai table.fee td { padding: 10px 11px; }
}
