/* --- 放置すると危険なトイレの症状 --- */
.toilet-tsumari-danger {
  margin: 2.5em 0;
  padding: 2em 1.5em 1.5em 1.5em;
  background: linear-gradient(90deg, #ffebee 0%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(211,47,47,0.10);
  text-align: center;
}
.toilet-tsumari-danger h2 {
  color: #d32f2f;
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
.toilet-tsumari-danger ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto 1em auto;
  padding: 0;
  font-size: 1.15em;
  line-height: 2.1;
}
.toilet-tsumari-danger li {
  margin-bottom: 1em;
  padding-left: 1.6em;
  position: relative;
  background: #ffcdd2;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(211,47,47,0.04);
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.toilet-tsumari-danger li::before {
  content: "\26A0";
  color: #d32f2f;
  font-size: 1.2em;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
}
.toilet-tsumari-danger strong {
  color: #d32f2f;
  font-weight: 700;
}
.toilet-tsumari-danger p {
  color: #d32f2f;
  font-size: 1em;
  margin-top: 1.5em;
}
/* --- やってはいけないトイレのつまり対応例 --- */
.toilet-tsumari-ng {
  margin: 2.5em 0;
  padding: 2em 1.5em 1.5em 1.5em;
  background: linear-gradient(90deg, #fff3e0 0%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(192,0,0,0.10);
  text-align: center;
}
.toilet-tsumari-ng h2 {
  color: #c00;
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
.toilet-tsumari-ng ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto 1em auto;
  padding: 0;
  font-size: 1.15em;
  line-height: 2.1;
}
.toilet-tsumari-ng li {
  margin-bottom: 1em;
  padding-left: 1.6em;
  position: relative;
  background: #ffebee;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(192,0,0,0.04);
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.toilet-tsumari-ng li::before {
  content: "\26A0";
  color: #c00;
  font-size: 1.2em;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
}
.toilet-tsumari-ng strong {
  color: #c00;
  font-weight: 700;
}
.toilet-tsumari-ng p {
  color: #1a6e8c;
  font-size: 1em;
  margin-top: 1.5em;
}
/* --- 自分でできるトイレのつまり解消法 --- */
.toilet-tsumari-method {
  margin: 2.5em 0;
  padding: 2em 1.5em 1.5em 1.5em;
  background: linear-gradient(90deg, #e0f7fa 0%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(26,110,140,0.10);
  text-align: center;
}
.toilet-tsumari-method h2 {
  color: #1a6e8c;
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
.toilet-tsumari-method ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto 1em auto;
  padding: 0;
  font-size: 1.15em;
  line-height: 2.1;
}
.toilet-tsumari-method li {
  margin-bottom: 1em;
  padding-left: 1.6em;
  position: relative;
  background: #f1f8e9;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(26,110,140,0.04);
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.toilet-tsumari-method li::before {
  content: "\2605";
  color: #1a6e8c;
  font-size: 1.2em;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
}
.toilet-tsumari-method strong {
  color: #1a6e8c;
  font-weight: 700;
}
.toilet-tsumari-method p {
  color: #c00;
  font-size: 1em;
  margin-top: 1.5em;
}
/* トイレの症状セクション */
.toilet-symptoms {
  margin: 2.5em 0;
  padding: 2em 1.5em 1.5em 1.5em;
  background: linear-gradient(90deg, #e3f2fd 0%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(26,110,140,0.08);
  text-align: center;
}
.toilet-symptoms h2 {
  color: #1a6e8c;
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
.toilet-symptoms ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  font-size: 1.18em;
  line-height: 2.1;
}
.toilet-symptoms li {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  position: relative;
}
.toilet-symptoms li::before {
  content: "\2714";
  color: #1a6e8c;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  top: 0.1em;
}
/* toilet-tsumari.css  トイレのつまり対応ページ専用スタイル */

.fv {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2em auto;
  padding: 0;
  position: relative;
  text-align: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
}
.fv img {
  width: 100%;
  max-width: 900px;
  height: 100%;
  object-fit: cover;
}
.fv-slider {
  position: absolute;
  inset: 0;
}
.fv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fv-slide.active {
  opacity: 1;
}
.fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}
.fv-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10% 5% 9%;
}
.fv .fv-title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  font-size: 2.1em;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.fv .fv-sub {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  font-size: 1.2em;
  font-weight: 700;
}
.fv-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}
.fv-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  cursor: pointer;
  padding: 0;
}
.fv-dot.active {
  background: #fff;
}

@media (max-width: 600px) {
  .fv {
    aspect-ratio: 4 / 3;
  }
  .fv-copy {
    padding: 12% 6% 12%;
  }
  .fv .fv-title {
    font-size: 1.2em;
  }
  .fv .fv-sub {
    font-size: 0.95em;
  }
}

/* メインコンテンツ調整 */
main.toilet-tsumari-main {
  max-width: 800px;
  margin: 2em auto;
  padding: 1.5em;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ボタン調整 */
.toilet-contact-btns a {
  display: inline-block;
  padding: 0.7em 2em;
  border-radius: 6px;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-right: 1em;
  color: #fff;
}
.toilet-contact-btns a.tel { background: #1a6e8c; }
.toilet-contact-btns a.mail { background: #43b549; }
.toilet-contact-btns a.line { background: #06c755; }

.toilet-contact-btns a:last-child { margin-right: 0; }

/* スクロールでセクションを順番に表示 */
.scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* --- お見積りCTA --- */
.cta-mitsumori {
  max-width: 600px;
  margin: 48px auto 36px auto;
  padding: 2.2em 1.2em 2.2em 1.2em;
  background: linear-gradient(100deg,#fffbe7 0%,#fffde4 100%);
  border-radius: 20px;
  box-shadow: 0 6px 28px rgba(251,192,45,0.13);
  text-align: center;
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 1000;
}
.cta-mitsumori-icon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: #fffbe7;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(251,192,45,0.13);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-mitsumori-icon span {
  font-size: 2.3em;
  color: #fbc02d;
}
.cta-mitsumori h2 {
  color: #b23c00;
  font-size: 1.3em;
  font-weight: 900;
  margin-bottom: 0.5em;
  letter-spacing: 0.04em;
}
.cta-mitsumori p {
  color: #7a5700;
  font-size: 1.08em;
  margin-bottom: 1.2em;
}
.cta-mitsumori-btns {
  display: flex;
  justify-content: center;
  gap: 1.2em;
  flex-wrap: wrap;
}
.cta-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.7em 1.4em;
  border-radius: 12px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(251,192,45,0.13);
  transition: background 0.2s;
  color: #fff;
}
.cta-btn.tel { background: #fbc02d; }
.cta-btn.mail { background: #1a6e8c; box-shadow: 0 2px 8px rgba(26,110,140,0.13); }
.cta-btn.line { background: #06c755; box-shadow: 0 2px 8px rgba(6,199,85,0.13); }
.cta-btn img {
  height: 1.6em;
  vertical-align: middle;
}

/* モバイル用フローティングCTA帯 */
.cta-mitsumori-mobile {
  display: none;
}
.cta-btn-mob {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0.2em;
  border-radius: 50%;
  background: #fffbe7;
  box-shadow: 0 2px 8px rgba(251,192,45,0.13);
  border: 2px solid #fbc02d;
  position: relative;
  z-index: 1001;
  transition: box-shadow 0.2s;
}
.cta-btn-mob.tel { border-color: #fbc02d; }
.cta-btn-mob.mail { border-color: #1a6e8c; }
.cta-btn-mob.line { border-color: #06c755; }
.cta-btn-mob img {
  height: 1.6em;
}

@media (max-width: 600px) {
  .cta-mitsumori {
    display: none !important;
  }
}
/* 三枚の特徴アイコン横並び用 */
.icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin: 2em 0 2em 0;
}
.icon-img {
  width: 180px;
  max-width: 28vw;
  height: auto;
  background: none;
}
@media (max-width: 600px) {
  .icon-row {
    flex-direction: row;
    gap: 3vw;
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .icon-img {
    width: 29vw;
    min-width: 70px;
    max-width: 32vw;
    height: auto;
    flex-shrink: 1;
    margin: 0 0.5vw;
    box-sizing: border-box;
  }
}

/* Google口コミスライダー */
.google-review {
  margin: 2.6em auto 1.4em;
  padding: 1.8em 1.1em 1.6em;
  border-radius: 14px;
  background: linear-gradient(120deg, #f2faff 0%, #ffffff 100%);
  border: 1px solid #d3e6ef;
  box-shadow: 0 4px 16px rgba(26, 110, 140, 0.08);
}

.google-review h2 {
  margin: 0 0 0.5em;
  font-size: 1.45em;
  color: #1a6e8c;
  text-align: center;
}

.google-review-lead {
  margin: 0 0 1em;
  color: #35545f;
  text-align: center;
}

.gr-slider {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 0.7em;
  align-items: center;
}

.gr-track-wrap {
  overflow: hidden;
}

.gr-track {
  display: flex;
  transition: transform 0.45s ease;
}

.gr-card {
  flex: 0 0 100%;
  background: #fff;
  border: 1px solid #dcecf3;
  border-radius: 12px;
  padding: 1em;
  box-shadow: 0 2px 10px rgba(26, 110, 140, 0.06);
}

.gr-card h3 {
  margin: 0 0 0.55em;
  color: #1a6e8c;
  font-size: 1.1em;
}

.gr-card p {
  margin: 0 0 0.95em;
  color: #2e4650;
  line-height: 1.8;
}

.gr-stars {
  margin: 0 0 0.5em;
  color: #f4b400;
  letter-spacing: 0.16em;
  font-size: 1.05em;
  font-weight: 700;
}

.gr-meta {
  margin: 0;
  color: #5d7983;
  font-size: 0.93em;
}

.gr-btn {
  display: inline-block;
  background: #1a6e8c;
  color: #fff;
  text-decoration: none;
  padding: 0.62em 1.05em;
  border-radius: 8px;
  font-weight: 700;
}

.gr-btn:hover {
  background: #155a72;
}

.gr-nav {
  width: 42px;
  height: 42px;
  border: 1px solid #c7deea;
  border-radius: 50%;
  background: #fff;
  color: #1a6e8c;
  font-size: 1.2em;
  cursor: pointer;
}

.gr-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0.9em;
}

.gr-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #b7d2dd;
  cursor: pointer;
}

.gr-dot.active {
  background: #1a6e8c;
}

@media (max-width: 600px) {
  .gr-slider {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 0.45em;
  }

  .gr-nav {
    width: 36px;
    height: 36px;
    font-size: 1.05em;
  }

  .gr-card {
    padding: 0.9em;
  }

  .google-review h2 {
    font-size: 1.25em;
  }
}