/* ========== CTA Banner ========== */
.footer-cta {
    background: #fff;
    border-top: 3px solid #32c417;
    padding: 48px 20px;
    text-align: center;
}
.footer-cta-inner {
    max-width: 900px;
    margin: 0 auto;
}
.footer-cta-heading {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px;
}
.footer-cta-sub {
    font-size: 15px;
    color: #666;
    margin: 0 0 24px;
}
.footer-cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.footer-cta-phone-badge {
    display: inline-block;
    background: #32c417;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}
.footer-cta-phone-number {
    font-size: 36px;
    font-weight: 800;
    color: #32c417;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2;
}
.footer-cta-phone-number:hover {
    color: #28a012;
}
.footer-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.3s, transform 0.2s;
}
.footer-cta-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}
.footer-cta-btn--mail {
    background: #ff8810;
    color: #fff;
}
.footer-cta-btn--line {
    background: #06C755;
    color: #fff;
}
.footer-cta-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

/* ========== 即日対応CTAバナー（共通） ========== */
.fp-reasons-cta-banner {
  background: #FFF9E1;
  padding: 35px 30px 25px;
  text-align: center;
  overflow: visible;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
.fp-reasons-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vw, 35px);
}
.fp-reasons-cta-badge-wrap {
  position: relative;
  flex-shrink: 0;
}
.fp-reasons-cta-badge {
  width: clamp(70px, 9vw, 100px);
  height: auto;
  display: block;
}
.fp-reasons-cta-badge-text {
  position: absolute;
  top: 48%;
  left: 46%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-size: clamp(12px, 1.8vw, 22px);
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
}
.fp-reasons-cta-text {
  text-align: left;
}
.fp-reasons-cta-sub {
  font-size: clamp(12px, 1.6vw, 18px);
  font-weight: 700;
  color: #333;
  margin: 0 0 2px;
}
.fp-reasons-cta-main {
  font-size: clamp(22px, 3.8vw, 42px);
  font-weight: 900;
  color: #333;
  margin: 0;
  line-height: 1.3;
}
.fp-reasons-cta-num {
  color: #e53935;
  font-size: 1.15em;
}
.fp-reasons-cta-truck {
  width: clamp(60px, 9vw, 110px);
  height: auto;
  flex-shrink: 0;
}
.fp-reasons-cta-bottom {
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 700;
  color: #555;
  margin: 12px 0 0;
}

@media (max-width: 550px) {
  .fp-reasons-cta-banner {
    padding: 25px 15px 20px;
  }
  .fp-reasons-cta-inner {
    gap: 10px;
  }
}

/* ========== WEB限定キャンペーンCTA（共通） ========== */
#fp-web-cta {
  background: #fff9e1;
  padding: 60px 20px;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
.fp-web-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}
.fp-web-cta-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 35px 35px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-align: center;
}

/* オレンジバナー + 紙吹雪 */
.fp-web-cta-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.fp-web-cta-confetti {
  width: 40px;
  height: auto;
}
.fp-web-cta-confetti--right {
  transform: scaleX(-1);
}
.fp-web-cta-banner {
  background: #FF6D00;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 30px;
  border-radius: 6px;
  letter-spacing: 2px;
}

/* 見出し */
.fp-web-cta-heading {
  font-size: 24px;
  font-weight: 900;
  color: #333;
  margin: 0 0 25px;
}
.fp-web-cta-highlight {
  font-size: 30px;
  color: #e53935;
  background: linear-gradient(transparent 60%, #FFE066 60%);
  padding: 0 4px;
}

/* 電話番号 */
.fp-web-cta-phone {
  margin-bottom: 12px;
}
.fp-web-cta-phone-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 42px;
  font-weight: 900;
  color: #333 !important;
  text-decoration: none !important;
  letter-spacing: 2px;
}
.fp-web-cta-phone-icon {
  width: 42px;
  height: auto;
}

/* 受付情報 */
.fp-web-cta-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.fp-web-cta-info-check {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.fp-web-cta-info-check strong {
  color: #e53935;
  font-size: 17px;
}
.fp-web-cta-check-icon {
  width: 20px;
  height: auto;
}
.fp-web-cta-info-badge {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  border: 1px solid #ccc;
  padding: 4px 14px;
  border-radius: 20px;
}

/* ボタン */
.fp-web-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.fp-web-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  line-height: 1.4;
}
.fp-web-cta-btn small {
  font-size: 11px;
  font-weight: 600;
}
.fp-web-cta-btn-icon {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}
.fp-web-cta-btn--mail {
  background: #e53935;
  color: #fff !important;
}
.fp-web-cta-btn--mail:hover {
  background: #c62828;
  transform: translateY(-2px);
}
.fp-web-cta-btn--line {
  background: #06C755;
  color: #fff !important;
}
.fp-web-cta-btn--line:hover {
  background: #05B34C;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  #fp-web-cta {
    padding: 40px 15px;
  }
  .fp-web-cta-card {
    padding: 30px 20px 25px;
  }
  .fp-web-cta-banner {
    font-size: 16px;
    padding: 8px 20px;
  }
  .fp-web-cta-confetti {
    width: 28px;
  }
  .fp-web-cta-heading {
    font-size: 18px;
  }
  .fp-web-cta-highlight {
    font-size: 22px;
  }
  .fp-web-cta-phone-number {
    font-size: 28px;
  }
  .fp-web-cta-phone-icon {
    width: 30px;
  }
  .fp-web-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .fp-web-cta-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* ========== Main Footer ========== */
.site-footer {
    background: #2b2b2b;
    color: #ccc;
    padding: 56px 20px 40px;
}
.site-footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.25s;
}
.site-footer a:hover {
    color: #fff;
}
.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr 0.8fr;
    gap: 40px;
}
.footer-col-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-left: 12px;
    border-left: 3px solid #32c417;
    line-height: 1.4;
}

/* Column 1 - Company */
.footer-company-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.footer-company-logo img {
    width: 48px;
    height: auto;
}
.footer-company-logo-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.footer-company-desc {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 18px;
    color: #aaa;
}
.footer-company-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.footer-company-phone svg {
    width: 16px;
    height: 16px;
    fill: #32c417;
    flex-shrink: 0;
}
.footer-company-phone a {
    font-size: 20px;
    font-weight: 700;
    color: #32c417;
}
.footer-company-phone a:hover {
    color: #3ddf1e;
}
.footer-company-hours {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* Column 2 - Services */
.footer-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
}
.footer-services-grid a {
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 14px;
}
.footer-services-grid a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #32c417;
    border-radius: 50%;
}

/* Column 3 - Info */
.footer-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-info-list li {
    margin-bottom: 4px;
}
.footer-info-list a {
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 14px;
}
.footer-info-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #32c417;
    border-radius: 50%;
}

/* ========== Copyright ========== */
.footer-copyright {
    background: #1a1a1a;
    text-align: center;
    padding: 18px 20px;
    font-size: 12px;
    color: #777;
}

/* ========== Mobile Fixed Bar ========== */
.mobile-fixed-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 998;
}
.mobile-fixed-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 50%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.mobile-fixed-bar a svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.mobile-fixed-bar-phone {
    background: #32c417;
}
.mobile-fixed-bar-line {
    background: #06C755;
}

/* ========== Responsive ========== */
@media screen and (max-width: 960px) {
    .mobile-fixed-bar {
        display: flex;
    }
    body {
        padding-bottom: 56px;
    }
    .footer-services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .footer-cta {
        padding: 36px 16px;
    }
    .footer-cta-heading {
        font-size: 22px;
    }
    .footer-cta-sub {
        font-size: 13px;
        margin: 0 0 18px;
    }
    .footer-cta-phone-number {
        font-size: 28px;
    }
    .footer-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .footer-cta-btn {
        min-width: 260px;
        width: 100%;
        max-width: 320px;
    }
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .footer-services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .site-footer {
        padding: 40px 20px 32px;
    }
}

@media screen and (max-width: 640px) {
    .footer-cta-heading {
        font-size: 20px;
    }
    .footer-cta-phone-number {
        font-size: 24px;
    }
    .footer-cta-btn {
        padding: 14px 24px;
        font-size: 14px;
    }
    .footer-services-grid {
        grid-template-columns: 1fr;
    }
    .site-footer {
        padding: 32px 16px 24px;
    }
}

@media screen and (max-width: 480px) {
    .footer-cta {
        padding: 28px 12px;
    }
    .footer-cta-heading {
        font-size: 18px;
    }
    .footer-cta-phone-number {
        font-size: 22px;
    }
    .footer-cta-phone-badge {
        font-size: 11px;
        padding: 3px 10px;
    }
    .footer-cta-btn {
        min-width: unset;
        padding: 12px 20px;
        font-size: 14px;
        max-width: 280px;
    }
    .footer-col-heading {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .footer-company-desc {
        font-size: 12px;
    }
    .footer-services-grid a,
    .footer-info-list a {
        font-size: 12px;
    }
    .mobile-fixed-bar {
        height: 52px;
    }
    .mobile-fixed-bar a {
        font-size: 12px;
    }
    .mobile-fixed-bar a svg {
        width: 20px;
        height: 20px;
    }
    body {
        padding-bottom: 52px;
    }
}

@media screen and (max-width: 375px) {
    .footer-cta {
        padding: 24px 10px;
    }
    .footer-cta-heading {
        font-size: 16px;
    }
    .footer-cta-sub {
        font-size: 12px;
    }
    .footer-cta-phone-number {
        font-size: 20px;
    }
    .footer-cta-btn {
        padding: 11px 16px;
        font-size: 13px;
        max-width: 260px;
    }
    .footer-cta-btn svg {
        width: 18px;
        height: 18px;
    }
    .site-footer {
        padding: 28px 12px 20px;
    }
    .footer-company-phone a {
        font-size: 18px;
    }
    .footer-copyright {
        padding: 14px 12px;
        font-size: 11px;
    }
    .mobile-fixed-bar {
        height: 48px;
    }
    .mobile-fixed-bar a {
        font-size: 11px;
    }
    .mobile-fixed-bar a svg {
        width: 18px;
        height: 18px;
    }
    body {
        padding-bottom: 48px;
    }
}
