/* ===== リセット＆基本設定 ===== */
html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto !important;
  min-height: 100vh !important;
  position: static !important;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ===== main ===== */
main::before {
  content: "";
  display: block;
  width: 100vw;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='20' viewBox='0 0 80 20' preserveAspectRatio='none'><rect x='0' y='0' width='40' height='20' fill='%23203744'/><rect x='40' y='0' width='20' height='20' fill='%23944743'/><rect x='60' y='0' width='20' height='20' fill='%23c49102'/></svg>");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 20px;
}

/* ===== container ===== */
#container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#container.spcs-hero-bg {
  position: relative;
  background-color: rgba(234, 231, 220, 0.35);
  z-index: 0;
  overflow: hidden;
}

#container.spcs-hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/spcleanseal/spcs-bg01.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%; /* ← 横幅フィット・縦は自動 */
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

/* ===== セクション見出し（共通構造）===== */
.section-heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading {
  display: block;
  width: 100%;
  max-width: 600px; /* 横幅を固定表示にする */
  height: 80px;
  line-height: 80px;
  margin: 0 auto 2rem;
  font-size: 28px; /* = 2rem程度 */
  font-weight: bold;
  text-align: center;
  color: #203744;
  background: url('/images/spcleanseal/spcs-title001.svg') no-repeat center center;
  background-size: 80% auto; /* ← 横幅に対する比率指定 */
  background-position: center center; /* 念押しで中央 */
  background-repeat: no-repeat;
  padding: 0 1rem;
}

/* ===== 特例上書き：⑧代参清掃 導線の見出しセクションはスペースを調整 ===== */
.spcs-cta-altclean .section-heading-wrap {
  padding: 0 !important;
  margin-bottom: 2rem !important;
  background: none !important;
}

/* ===== ヒーローセクション全体 ===== */
.spcs-hero {
  position: relative;
  padding: 0;
  text-align: center;
  color: #222;
  overflow: visible;
}

.spcs-hero-slantband {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 500px;
  background: rgba(217, 218, 206, 0.65);
  transform: rotate(-2deg);
  z-index: 1;
  border-top: 15px solid rgba(32, 55, 68, 0.75);
  border-bottom: 15px solid rgba(32, 55, 68, 0.75);
  pointer-events: none;
}

.spcs-hero-contents {
  position: relative;
  z-index: 2;
  padding: 120px 20px 120px;
  min-height: 460px;
}

.spcs-hero-inner {
  margin-top: 0;
}

.spcs-hero-copy.has-circle-bg {
  position: relative;
  z-index: 2;
}

.spcs-hero-copy.has-circle-bg::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 49%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: url("/images/spcleanseal/circle-brush.svg") no-repeat center center;
  background-size: contain;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}

.spcs-hero-copy h2 {
  font-size: 2.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 1rem;
}

.spcs-hero-copy p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.tanzaku-decoration {
  position: absolute;
  left: -40px;
  bottom: 42px;
  width: 290px;
  transform: rotate(-6deg);
  z-index: 6;
  opacity: 1;
  pointer-events: none;
}

.spcs-hero-tategaki {
  position: absolute;
  top: -110px;
  right: 40px;
  writing-mode: vertical-rl;
  font-family: "Kozuka Mincho Pro", "游明朝", serif;
  font-size: 1.45rem;
  color: #333;
  line-height: 1.6;
  z-index: 5;
}

.spcs-hero-tategaki .indent0 {
  margin-right: 0;
}

.spcs-hero-tategaki .indent1 {
  margin-right: 1.5em;
  padding-top: 3.5em;
}

.spcs-hero-tategaki .indent2 {
  margin-right: 1.5em;
  padding-top: 10em;
}


/* ========== ここから<main>内、<セクションスタート> ========== */
/* ===== ① 施工内容セクション ===== */
.spcs-process-section {
  padding: 60px 20px;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
  max-width: 960px;
  margin: 0 auto;
}

/* 各項目：短冊＋テキスト横並び */
.spcs-process-item {
  display: flex;
  align-items: flex-start; /* ← 重要：縦位置のズレを防ぐ */
  gap: 20px;               /* ← 画像とテキストの余白 */
  margin-bottom: 40px;
}

/* 短冊画像 */
.spcs-process-label {
  flex-shrink: 0;
  width: 120px;            /* 画像に合わせて調整 */
}
/* PC表示では画像幅を明示 */
body .spcs-process-label img {
  display: block;
  margin: 0;
  padding: 0;
  width: 120px !important;   /* ← 一時的に !important をつけて確認 */
  height: auto;
}
/* テキスト側 */
.spcs-process-text {
  flex: 1 1 0%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;           /* ← 念のためリセット */
}

/* ▼ 家紋アイコンラップ */
.spcs-kamon-icon-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

/* ▼ 家紋アイコン画像 */
.spcs-kamon-icon-wrap img {
  display: block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

/* タイトル */
.spcs-process-title {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  margin: 0;
  color: #203744;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}




/* 筆跡背景
.spcs-process-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 120%;
  background: url('/images/spcleanseal/brushstroke.svg') no-repeat left center;
  background-size: contain;
  opacity: 0.25;
  z-index: -1;
  transform: translateY(-50%);
}
 */





.spcs-process-description {
  position: relative;
  background: rgba(250, 250, 240, 0.65); /* 薄和紙調 */
  padding: 1rem 1.2rem 1rem 2rem; /* 左側に少し余裕 */
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  line-height: 1.7;
  color: #203744;
}

.spcs-process-description::before,
.spcs-process-description::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.spcs-process-description::before {
  width: 4px;
  background-color: #203744; /* 細い線（黒） */
}

.spcs-process-description::after {
  left: 6px;
  width: 8px;
  background-color: #bfa84f; /* 太い線（金） */
}


.spcs-process-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #203744;
  margin-top: 0;           /* ← これで重なり回避 */
}

.spcs-process-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #203744;
}

/* 導線ボタン */
.spcs-process-btn-wrap {
  text-align: center;
  margin-top: 3rem;
}

.btn-process-to-price {
  display: inline-block;
  padding: 12px 24px;
  background-color: #203744;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn-process-to-price:hover {
  background-color: #36546f;
}




/* ===== 料金・対応エリアセクション全体 ===== */
.spcs-price-area-section {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
}

/* セクション見出し周辺 */
/*.spcs-price-area-section .section-heading-wrap {
  padding-bottom: 20px;
}*/

.spcs-price-area-section .section-heading {
  font-size: 2rem;
  font-weight: bold;
  /*margin-bottom: 0.5rem;/*/
  color: #203744;
}

.spcs-price-area-section .section-intro {
  font-size: 0.95rem;
  line-height: 1.6;
  /*margin-top: 0.5rem;*/
  color: #555;
}

/* インナーラッパー */
.spcs-price-area-section .section-inner {
  max-width: 960px;
  margin: 0 auto;
}

.spcs-price-area-inner {
  /* 構造統一のため、.section-innerに準拠して維持 */
  max-width: 960px;
  margin: 0 auto;
}

/* 条件まとめブロック */
.spcs-price-area-section .spcs-price-notice {
  background-color: rgba(248, 248, 242, 0.7);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  max-width: 75%;
  padding: 2rem 4rem;
  margin: 2rem auto 2rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #203744;
}

.spcs-price-area-section .spcs-price-notice ul {
  padding-left: 1.2em;
  margin: 1rem 0 1.5rem;
}

.spcs-price-area-section .spcs-price-notice li {
  margin-bottom: 0.6rem;
}

/* 条件リスト */
.spcs-price-area-section .price-conditions {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  padding-left: 1.2em;
  font-size: 0.95rem;
  line-height: 1.7;
  list-style-type: disc;
  color: #203744;
}

.spcs-price-notice > p:first-of-type {
  text-align: left;
}

/* 価格表コンテナ */
.spcs-price-area-section .spcs-price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 2.5rem 0;
}

/* 各価格ボックス */
.spcs-price-area-section .price-item {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
  width: 380px;
  border-radius: 10px;
  box-sizing: border-box;
}

.spcs-price-area-section .price-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #203744;
}

.spcs-price-area-section .price-item p {
  font-size: 1rem;
  font-weight: bold;
  color: #203744;
}

/* テーブル */
.spcs-price-area-section .price-item-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.spcs-price-area-section .price-item-table th,
.spcs-price-area-section .price-item-table td {
  padding: 6px 8px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}

.spcs-price-area-section .price-item-table th {
  width: 50%;
  font-weight: normal;
  color: #203744;
}

.spcs-price-area-section .price-item-table td {
  width: 50%;
  font-weight: bold;
  color: #203744;
}

/* 備考・注釈系 */
.spcs-price-area-section .price-note-xsmall {
  font-size: 0.65rem !important;
  font-weight: 100 !important;
  text-align: left;
  color: #555;
  display: block;
  margin-top: 0.15rem;
}
.spcs-price-area-section .price-note-small {
  font-size: 0.85rem;
  color: #555;
  display: block;
  margin-top: 0.3rem;
}

.spcs-price-area-section .price-note {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 2rem;
  color: #203744;
  text-align: center;
}

.spcs-price-area-section .price-tax-note {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 1.2rem;
  color: #203744;
  text-align: center;
}

.spcs-section-divider {
  border: none;
  border-top: 1px solid #ccc;
  /*width: 60%;*/
  margin: 2rem auto;
}

/* 対応エリア注釈 */
.spcs-price-area-section .spcs-area-note p {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 85%;
  margin: 0 auto;
  color: #203744;
}

/* ===== ③ 施工事例：ビフォーアフター構成（2施工分） ===== */
.spcs-case-pair {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  gap: 2rem;
}

.case-textgroup,
.case-images-horizontal {
  align-self: flex-start;
}

/* 左帯（写真 → テキスト） */
.case-left {
  flex-direction: row;
  background:
    url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E"),
    linear-gradient(to left, rgba(32, 55, 68, 0) 15%, rgba(32, 55, 68, 1));
  padding-left: 3%;
  padding-right: 15%;
}

/* 右帯（写真 ← テキスト） */
.case-right {
  flex-direction: row-reverse;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 56 28' width='56' height='28' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-opacity='0.05' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7C43.06 23.11 49.17 20 56 20zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'/%3E%3C/svg%3E"),
    linear-gradient(to right, rgba(170, 174, 146, 0) 15%, rgba(170, 174, 146, 1));
  padding-left: 15%;
  padding-right: 3%;
}

/* 写真群（Before/After） */
.case-images-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

/* 写真アイテム */
.spcs-case-item {
  width: 240px;
  position: relative;
  text-align: center;
}
.spcs-case-item img {
  width: 100%; /* ← 75% → 100% に修正 */
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.case-ribbon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  max-width: 20px;  /* ← 最大幅を明示して異常拡大を防止 */
  height: auto;
  z-index: 2;
}


/* テキストボックス */
.case-textgroup {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-textbox {
  width: 500px; /* 任意固定幅（例：500px） */
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #203744;
  border-radius: 4px;
  padding: 1rem 2rem;
  box-sizing: border-box;
  text-align: left;
}
.case-textbox dl {
  margin: 0;
}
.case-textbox dt {
  font-weight: bold;
  margin-top: 0.75em;
}
.case-textbox dd {
  margin-left: 1em;
  margin-bottom: 0.5em;
}



/* ===== ④ ご依頼の流れセクション ===== */
.spcs-flow-section {
  padding: 60px 20px;
  background: none;
  text-align: center;
  color: #203744;
  font-family: 'Noto Serif JP', serif;
}

.spcs-flow-inner {
  max-width: 1000px;
  margin: 0 auto;
  
  /*border: solid 5px #489e41;*/
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 2.5rem;
}

/* ===== リード文 ===== */
.spcs-flow-section p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* ===== 各ステップのボックス ===== */
.spcs-flow-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.spcs-flow-step {
  position: relative;
  background: rgba(250, 250, 240, 0.65); /* 薄和紙調 */
  border-left: 3px solid #4B2E83;
  padding: 1.2rem 1rem 1.2rem 3rem; /* 左のpaddingを調整する */
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.spcs-flow-step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 7px; /* 内側太枠（太さ調整） */
  background-color: #954535; /* 内側の色（例） */
}

.spcs-flow-step h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #203744;
}

.spcs-flow-step p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
/* ===== 作業流れ ===== */
.spcs-flow-after-steps {
  margin-top: 2rem;
}

.spcs-flow-after-steps h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.spcs-flow-after-steps ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.spcs-flow-after-steps li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.spcs-edo-border {
  background-image: url('/images/spcleanseal/edoborder-2.svg');
  background-repeat: repeat-x;
  background-size: auto 15px; /* 高さ15pxに固定 */
  height: 15px; /* 必ず高さ指定する */
}
.spcs-flow-after-steps-inner {
  padding: 1em 0; /* 内側の上下余白（江戸ボーダーと文字がくっつかないように） */
}




/* ===== ④ 利用者の声セクション全体 ===== */
.spcs-voice-section {
  padding: 60px 20px;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
  text-align: center;
}

/* 内側ラッパー */
.spcs-voice-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== リード文 ===== */
.spcs-voice-description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* ===== 声リスト ===== */
.spcs-voice-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 2.5rem;
}

/* ===== 各声アイテム ===== */
.spcs-voice-item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.8;
  font-size: 0.95rem;
  border-radius: 6px;
  max-width: 900px;
  margin: 0 auto;
}

.voice-author {
  font-size: 0.9rem;
  color: #555;
  margin-top: 1rem;
  text-align: right;
}

/* ===== 下部ボタン ===== */
.spcs-voice-button {
  margin-top: 1rem;
}

.spcs-voice-button .spcs-contact-button {
  font-size: 1.05rem;
  padding: 12px 28px;
}


/* ===== ⑥ FAQセクション全体 ===== */
.spcs-faq-section {
  padding: 60px 20px;
  background: none;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
  text-align: center;
}

/* ===== 内側ラッパー ===== */
.spcs-faq-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ===== 各FAQ項目 ===== */
.spcs-faq-item {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.spcs-faq-item h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #203744;
}

.spcs-faq-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}




/* ===== ⑦ お問い合わせセクション ===== */
.spcs-contact-section {
  padding: 60px 20px;
  background: none;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
}

/* ===== 内側ラッパー ===== */
.spcs-contact-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 説明文 ===== */
.spcs-contact-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto 2.5rem;
  max-width: 600px;
}

/* ===== ボタン群 ===== */
.spcs-contact-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2rem;
}

.spcs-contact-button,
.spcs-line-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  color: #fff;
}

.spcs-contact-button {
  background-color: #203744;
}

.spcs-contact-button:hover {
  background-color: #3c5970;
}

.spcs-line-button {
  background-color: #00b900;
}

.spcs-line-button:hover {
  background-color: #05b04d;
}




/* ===== ⑧ 代参清掃-特P 導線セクション ===== */
.spcs-cta-altclean {
  padding: 60px 20px;
  background: none;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #203744;
}

/* ===== 内側ラッパー ===== */
.spcs-cta-altclean-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: solid 3px #d4af37;

  padding: 1.5rem 1.5rem 3rem;
  background-color: rgba(240, 240, 220, 0.85); /* 背景色を薄く指定 */
  background-image: url("/images/GChero-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;       /* 横幅100%、縦は自動 */
  background-position: center center;
  background-blend-mode: lighten;   /* ← 透過風に馴染ませる */
  overflow: hidden;
}



/* ===== 導入見出し（h3） ===== */
.spcs-cta-altclean-inner h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #203744;
}

/* ===== リード文 ===== */
.spcs-cta-altclean p.custom_h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: center;
}
.spcs-cta-altclean p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* ===== ボタンラップ ===== */
.spcs-cta-altclean-buttons {
  margin-top: 1.5rem;
}

/* ===== CTAボタン ===== */
.spcs-cta-button {
  display: inline-block;
  background-color: #203744;
  color: #fff;
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.spcs-cta-button:hover {
  background-color: #3c5970;
}

/* ========== モーダル全体（背景＋中央寄せ） ========== */
#sealModal-2505A4cs1f,
#sealModal-2505A4cs1b {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  font-family: 'Noto Serif JP', serif;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  overflow: auto;
}

/* モーダル本体 */
.seal-modal-overlay {
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  background: rgba(250, 250, 240, 0.85);
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;

  display: flex;
  flex-direction: column;
  min-height: 0; /* ← これが大事 */
}

/* ヘッダー部 */
.modal-header {
  position: relative;
  height: 160px;
  background: url("/images/spcleanseal/aka-fuji.webp") center center / cover no-repeat;
  flex-shrink: 0;
  opacity: 0.6;
}
/*.modal-header {
  position: relative;
  height: 160px;
  background-image: 
    url("/images/spcleanseal/your-washi.webp"),   和紙背景（奥） 
    url("/images/spcleanseal/aka-fuji.webp"); 赤富士（手前） 
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  flex-shrink: 0;
  opacity: 0.6;
}*/

.modal-title {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 1;
  background-color: beige;
  border: solid 1px #203744;
  border-radius: 7px;
}
/* モーダル本体に高さ制限を適切に伝える */
.seal-modal-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.seal-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* テキスト部分（スクロール可能） */
.modal-body {
  flex-grow: 1;
  min-height: 0; /* ← これも大事 */
  padding: 1.5rem;
  font-size: 0.95rem;
  color: #203744;
  line-height: 1.7;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-body p {
  margin-bottom: 1rem;
}

.seal-modal-link {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 20px;
  background-color: #203744;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.seal-modal-link:hover {
  background-color: #36546f;
}

.modal-checkbox {
  margin-top: 1rem;
  font-size: 0.85rem;
  text-align: left;
}

.modal-checkbox input {
  margin-right: 0.5rem;
}
