@charset "UTF-8";
/* =========================
   Base
========================= */
html {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
}

/* 固定CTAバー分の余白をbodyに追加 */
body {
  overflow-x: hidden;
  max-width: 100%;
  background: #fffae9;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  padding-bottom: 54px; /* バーの高さと同じ値 */
}
@media (max-width: 768px) {
  body {
    padding-bottom: calc(54px + env(safe-area-inset-bottom));
  }
}

/* CTAバーが非表示の時は余白なし */
body:not(.cta-visible) {
  padding-bottom: 0;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none; /* iOS */
  max-width: 100%;
  height: auto;
}

.sp-wrap {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

section p {
  margin: 0;
  text-align: center;
}

/* =========================
   LP Layout
========================= */
.lp-wrapper img {
  width: 100%;
}

.lp-section p {
  margin: 0;
}

/* =========================
   Header
========================= */
.lp-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.lp-header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 768px) {
  .lp-header .header-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lp-header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.lp-header .header-logo .logo-icon img {
  width: 130px;
}
.lp-header .header-logo .logo-text {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.lp-header .header-tel {
  text-align: right;
}
.lp-header .header-tel .tel-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.lp-header .header-tel .tel-number i {
  font-size: 18px;
}
.lp-header .header-tel .tel-time {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: bold;
  color: #333;
}

/* =========================
   施工事例 切り替え
========================= */
.const-wrap {
  margin: auto;
  width: 65%;
  background-color: #fffae9;
}
@media (max-width: 768px) {
  .const-wrap {
    width: 100%;
    background-color: #fffae9;
  }
}
.const-wrap .menu-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 20px;
}
.const-wrap .menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background: #f9b233;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 0 #e39b1f;
          box-shadow: 0 6px 0 #e39b1f;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.const-wrap .menu-btn:active {
  -webkit-box-shadow: 0 2px 0 #e39b1f;
          box-shadow: 0 2px 0 #e39b1f;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.const-wrap .menu-btn.is-active {
  background: #f28c00;
}

.const-content {
  display: none;
}
.const-content.is-show {
  display: block;
}

/* =========================
  SP-CTA
========================= */
.cta-wrap {
  position: relative;
  width: 100%;
}
.cta-wrap .cat-line,
.cta-wrap .cat-form,
.cta-wrap .cat-tel {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-wrap .cat-line a,
.cta-wrap .cat-form a,
.cta-wrap .cat-tel a {
  display: inline-block;
  -webkit-animation: cta-pulse 2.8s ease-in-out infinite;
          animation: cta-pulse 2.8s ease-in-out infinite;
}
.cta-wrap .cat-line a img,
.cta-wrap .cat-form a img,
.cta-wrap .cat-tel a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.cta-wrap .cat-tel {
  top: 44%;
}
.cta-wrap .cat-line {
  top: 61%;
}
.cta-wrap .cat-form {
  top: 78%;
}

/* =========================
  PC-CTA
========================= */
.pc-cta-wrap {
  position: relative;
}

/* ボタン2つをまとめて中央に */
.pc-cta-box {
  width: 65%;
  position: absolute;
  top: 69%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* ボタン間の余白（お好みで調整） */
}

/* 個別ボタン */
.pc-cta-form,
.pc-cta-tel {
  position: relative;
  /* absoluteでなくてOK */
}

.pc-cta-form img,
.pc-cta-tel img {
  display: block;
  -webkit-animation: cta-pulse 1.6s ease-in-out infinite;
          animation: cta-pulse 1.6s ease-in-out infinite;
}

/* CTA animation */
@-webkit-keyframes cta-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cta-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* =========================
   Contact Form 7
========================= */
.contact-wrap {
  background-color: #fffae9;
  padding-bottom: 70px;
}

.wpcf7 {
  width: 85%;
  max-width: 640px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.wpcf7 p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .wpcf7 p {
    margin-bottom: 10px;
  }
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #f9b233;
  -webkit-box-shadow: 0 0 0 2px rgba(249, 178, 51, 0.25);
          box-shadow: 0 0 0 2px rgba(249, 178, 51, 0.25);
}
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}
.wpcf7 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23333' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
}
.wpcf7 input[type=submit] {
  max-width: 320px;
  margin: auto;
  display: block;
  background: #f9b233;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  border: none;
  border-radius: 999px;
  -webkit-box-shadow: 0 6px 0 #e39b1f;
          box-shadow: 0 6px 0 #e39b1f;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 768px) {
  .wpcf7 input[type=submit] {
    margin: 10px auto 0;
  }
}
.wpcf7 input[type=submit]:active {
  -webkit-box-shadow: 0 2px 0 #e39b1f;
          box-shadow: 0 2px 0 #e39b1f;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}

/* =========================
   Privacy
========================= */
.required {
  margin-left: 4px;
  font-size: 14px;
  color: #e60000;
}

.privacy-box {
  max-height: 100px;
  overflow-y: auto;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  background: #fafafa;
  border: 1px solid #ddd;
}
.privacy-box ul {
  margin: 8px 0;
  padding-left: 18px;
}
.privacy-box li {
  margin-bottom: 4px;
}

.privacy-check {
  font-size: 14px;
  font-weight: bold;
}
.privacy-check input {
  margin-right: 6px;
}

/* =========================
   CF7 同意チェック中央寄せ（完全対応）
========================= */
/* =========================
   CF7 acceptance 修正（最終）
========================= */
/* checkbox に width:100% が当たらないようにする */
.wpcf7 input[type=checkbox] {
  width: auto !important;
}

/* 同意文 p の中央寄せ */
.wpcf7 p.privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  font-weight: normal;
}

/* チェック＋テキストを1塊に */
.wpcf7 p.privacy .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* テキスト */
.wpcf7 p.privacy .wpcf7-list-item-label {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}

/* チェックボックス */
.wpcf7 p.privacy input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lp-footer {
  background: #f5f5f5;
  padding: 24px 16px 85px 16px;
  text-align: center;
}
.lp-footer p {
  margin: 0;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.05em;
}

/* 初期状態：SP表示 */
.pc-wrap {
  display: none;
}

/* =========================
   固定CTA
========================= */
/* =========================
   固定CTA（新）専用CSS
========================= */
/* ===== 固定フッターCTAバー ===== */
.fixed-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 100vw;
  /* iOSのホームバー対応 */
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 各ボタン共通 */
.fixed-cta-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.2s ease, transform 0.1s ease;
  transition: opacity 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}

.fixed-cta-btn:hover {
  opacity: 0.85;
}

.fixed-cta-btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  opacity: 0.75;
}

/* 画像をボタン全体に表示 */
.fixed-cta-btn img {
  display: none;
  width: 100%;
  height: 131px; /* バーの高さ */
  -o-object-fit: cover;
     object-fit: cover; /* 画像比率を保ちながら全体を埋める */
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .fixed-cta-btn img {
    display: block;
    height: 54px;
  }
}

/* 固定CTAバー：初期は非表示 */
.fixed-cta-bar {
  display: none;
}

/* スクロール後に表示 */
.fixed-cta-bar.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ===== スマホ対応 ===== */
/* =========================
   PCのみ表示・レイアウト調整
========================= */
@media (min-width: 1024px) {
  .fixed-cta-bar {
    max-width: 960px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    overflow: hidden;
  }
  .fixed-cta-bar.is-show {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .fixed-cta-sub {
    display: block;
    font-size: 11px;
    margin-top: 2px;
    opacity: 0.9;
  }
}
/* =========================
   PC用調整
========================= */
@media (min-width: 1024px) {
  .fixed-cta-bar {
    max-width: 960px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    overflow: hidden;
  }
  .fixed-cta-bar.is-show {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/* =========================
   CTA animation
========================= */
@keyframes cta-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* PCでは少し大きく */
@media screen and (min-width: 768px) {
  .cta-main {
    font-size: 16px;
  }
  .cta-sub {
    font-size: 12px;
  }
}
/* PC表示 */
@media screen and (min-width: 768px) {
  .sp-wrap {
    display: none;
  }
  .pc-wrap {
    display: block;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.grecaptcha-badge {
  display: none;
}

.cf7-cf-turnstile {
  text-align: center;
}

.yellow {
  text-shadow: 1px 1px 2px #5c5c5c;
  color: #ffde59;
}/*# sourceMappingURL=lp.css.map */