@charset "UTF-8";
body {
  width: 840px;
  margin: 0 auto;
}

u {
  text-underline-offset: 3px;
}

.header {
  width: 840px;
  margin-top: 15px;
}
.header h1 {
  width: 423px;
  text-align: center;
  margin: 35px auto;
}
.header .text-information {
  text-align: right;
  color: #666;
}
.header .text-address-tel {
  text-align: right;
  font-size: 12px;
  color: #000;
}

.main {
  width: 840px;
  margin: 0 auto;
}
.main .navi {
  width: 820px;
  margin: 10px auto;
  display: flex;
}
.main .navi a {
  display: block;
}
.main .columns {
  display: flex;
  width: 840px;
  background-color: #dae0df;
}
.main .columns .main-article {
  width: 640px;
  order: 2;
  padding: 15px;
}
.main .columns .aside {
  width: 200px;
  order: 1;
  margin: 0 auto;
}
.main .columns .aside div {
  width: 189px;
  margin: 10px auto;
}
.main .columns .aside div.prematex {
  box-sizing: border-box;
  position: relative;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 14px;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(198, 168, 106, 0.22), rgba(198, 168, 106, 0) 60%), linear-gradient(160deg, #0a1046 0%, #02062F 55%, #01030f 100%);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 6, 47, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.main .columns .aside div.prematex::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid rgba(198, 168, 106, 0.55);
  border-radius: 6px;
  pointer-events: none;
}
.main .columns .aside div.prematex .prematex-label {
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c6a86a;
  border-bottom: 1px solid rgba(198, 168, 106, 0.4);
}
.main .columns .aside div.prematex .prematex-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.main .columns .aside div.prematex .prematex-sub {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 6px;
  text-indent: 6px;
  color: rgba(255, 255, 255, 0.82);
}
.main .columns .aside .strength-banners {
  width: 189px;
  margin: 15px auto;
}
.main .columns .aside .strength-banners .strength-banner {
  box-sizing: border-box;
  position: relative;
  width: 189px;
  margin: 0 auto 12px;
  padding: 14px 12px 14px 14px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.main .columns .aside .strength-banners .strength-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.55);
}
.main .columns .aside .strength-banners .strength-banner .label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-bottom: 2px;
}
.main .columns .aside .strength-banners .strength-banner .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.main .columns .aside .strength-banners .strength-banner.jisha {
  background: linear-gradient(135deg, #e63946, #b5121b);
}
.main .columns .aside .strength-banners .strength-banner.repeater {
  background: linear-gradient(135deg, #f4a300, #d97706);
}
.main .columns .aside .strength-banners .strength-banner.shokai {
  background: linear-gradient(135deg, #2a9d8f, #1d6f66);
}
.main .columns .aside .estimate-cta {
  box-sizing: border-box;
  width: 189px;
  margin: 15px auto;
  padding: 20px 14px 18px;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 50% 0%, #2f6df6 0%, #0a3aa8 70%);
  border: 3px solid #ffd500;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(10, 58, 168, 0.4);
  animation: cta-pulse 1.8s ease-in-out infinite;
}
.main .columns .aside .estimate-cta .cta-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 14px;
  font-size: 20px;
  font-weight: 900;
  color: #e60012;
  background-color: #ffe200;
  padding: 6px 20px;
  border-radius: 999px;
  letter-spacing: 1px;
  border: 2px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 0 12px rgba(255, 226, 0, 0.9);
  transform: rotate(-3deg);
  animation: badge-shine 1.6s ease-in-out infinite;
}
.main .columns .aside .estimate-cta .cta-lead {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
}
.main .columns .aside .estimate-cta .cta-sub {
  display: block;
  font-size: 12px;
  margin-bottom: 14px;
  opacity: 0.95;
}
.main .columns .aside .estimate-cta .cta-tel-group {
  width: 157px;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 6px 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}
.main .columns .aside .estimate-cta .cta-tel-group .cta-btn-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 4px;
}
.main .columns .aside .estimate-cta .cta-tel-group .cta-tel-num {
  display: block;
  text-decoration: none;
  color: #0a3aa8;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 5px 0;
}
.main .columns .aside .estimate-cta .cta-tel-group .cta-tel-num:hover .cta-tel-digits {
  text-decoration: underline;
}
.main .columns .aside .estimate-cta .cta-tel-group .cta-tel-num .cta-tel-type {
  display: block;
  font-size: 11px;
  color: #e60012;
  margin-left: 5px;
  margin-bottom: 1px;
  text-align: left;
}
.main .columns .aside .estimate-cta .cta-tel-group .cta-tel-num .cta-tel-digits {
  display: block;
  font-size: 18px;
  white-space: nowrap;
}
.main .columns .aside .estimate-cta .cta-tel-group .cta-tel-num + .cta-tel-num {
  border-top: 1px dashed #cbd5e1;
  margin-top: 3px;
}
.main .columns .aside .estimate-cta .cta-button {
  display: block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.main .columns .aside .estimate-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
}
.main .columns .aside .estimate-cta .cta-button.form {
  background-color: #ffd500;
  color: #0a3aa8;
  font-size: 15px;
  padding: 11px 8px;
}
.main .columns .aside .estimate-cta .cta-button.form:hover {
  cursor: pointer;
}
.main .columns .aside .estimate-cta .cta-button.form::after {
  content: " ▶";
  font-size: 11px;
}
.main .columns .aside .estimate-cta .cta-divider {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0;
  opacity: 0.9;
}
.main .columns .aside .flyer-banners {
  width: 189px;
  margin: 15px auto;
}
.main .columns .aside .flyer-banners .flyer-heading {
  display: block;
  margin-bottom: 8px;
  padding: 4px 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #0a3aa8, #2f6df6);
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(10, 58, 168, 0.35);
}
.main .columns .aside .flyer-banners .flyer-thumbs {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.main .columns .aside .flyer-banners .flyer-thumbs .flyer-thumb {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.main .columns .aside .flyer-banners .flyer-thumbs .flyer-thumb img {
  display: block;
  width: 88px;
  height: auto;
}
.main .columns .aside .flyer-banners .flyer-thumbs .flyer-thumb .flyer-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: rgba(10, 58, 168, 0.82);
}
.main .columns .aside .flyer-banners .flyer-thumbs .flyer-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.28);
}
.main .article {
  margin-bottom: 40px;
}
.main .article h2::before {
  content: "■ ";
}
.main .section {
  background-color: #fff;
  width: 550px;
  margin: 10px auto;
  padding: 30px;
}

.flyer-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.82);
}
.flyer-lightbox:target {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flyer-lightbox .flyer-lightbox-bg {
  position: absolute;
  inset: 0;
}
.flyer-lightbox .flyer-lightbox-inner {
  position: relative;
}
.flyer-lightbox .flyer-lightbox-inner img {
  display: block;
  max-width: 92vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}
.flyer-lightbox .flyer-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0a3aa8;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.contact {
  width: 644px;
  margin: 60px auto;
}

.footer {
  display: flex;
  width: 840px;
  height: 177px;
  background-image: url("/assets/images/footer/under.gif");
  background-repeat: no-repeat;
}
.footer .information {
  width: 400px;
  color: #fff;
  margin: auto;
  text-align: center;
}
.footer .information .company-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.footer .information p {
  margin: 0;
  font-size: 14px;
}

.slogan p {
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
}

.seko-jisseki p {
  margin: 0 auto;
  font-size: 1.3em;
}

.faq {
  font-size: 1.2rem;
}
.faq h3.faq-subtitle {
  margin-bottom: 40px;
  padding: 10px 18px;
  color: #fff;
  font-size: 1.3rem;
  background: linear-gradient(135deg, #0a3aa8, #1e63d6);
  border-left: 6px solid #ffd500;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.faq .faq-item {
  width: 93%;
  margin: 15px auto;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 12px 45px 12px 50px;
  font-weight: 600;
  color: #003366;
  background-color: #eaf1fb;
  transition: background-color 0.2s;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:hover {
  background-color: #dce8fa;
}
.faq summary::before {
  content: "Q";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #0a3aa8;
  border-radius: 50%;
}
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #0a3aa8;
}
.faq .faq-item[open] > summary::after {
  content: "−";
}
.faq .faq-answer {
  position: relative;
  padding: 14px 20px 14px 50px;
  border-top: 1px solid #f0e2b8;
  background-color: #fffdf5;
}
.faq .faq-answer::before {
  content: "A";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #cc0000;
  border-radius: 50%;
}
.faq .faq-answer > p {
  margin: 0 0 8px;
}
.faq .faq-answer > p:last-child {
  margin-bottom: 0;
}
.faq .comment {
  margin: 8px 0;
  padding: 8px 12px;
  font-size: 0.85em;
  line-height: 1.4;
  color: #555;
  background-color: #f4f4f4;
  border-left: 3px solid #bbb;
  border-radius: 3px;
}
.faq .comment p {
  margin: 0 0 3px;
}
.faq .comment p:last-child {
  margin-bottom: 0;
}

.sekou-tanka {
  font-size: 1.5rem;
  color: rgb(204, 0, 0);
  background-color: #f0f0f0;
}
.sekou-tanka .tanka {
  font-size: 24px;
  color: #f0f0f0;
  background-color: rgb(204, 0, 0);
  padding: 5px 15px;
  margin-bottom: 10px;
}
.sekou-tanka .gaiheki-tosou {
  background-color: #ccccff;
  padding: 10px;
}
.sekou-tanka .yane-tosou {
  background-color: #cccc99;
  padding: 10px;
}
.sekou-tanka table {
  width: 90%;
  border-collapse: collapse;
  margin: auto 0 auto auto;
}
.sekou-tanka table td {
  vertical-align: middle;
  line-height: 1.8rem;
}
.sekou-tanka table.price strong {
  font-size: 1.6rem;
}
.sekou-tanka table.price .tani {
  font-size: 0.8em;
  margin-left: 2px;
}
.sekou-tanka table.price .comment {
  font-size: 1.2rem;
  text-align: center;
}

.omitsumori-form .form-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  margin-bottom: 20px;
  align-items: center;
}
.omitsumori-form .form-item input {
  padding: 0 10px;
  line-height: normal;
  font-size: 1.1em;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background: #fff;
}
.omitsumori-form .form-item input::placeholder {
  font-size: 0.8rem;
}
.omitsumori-form .form-item input.short-textfield {
  width: 70%;
  padding: 0 4px;
}
.omitsumori-form .form-item textarea {
  padding: 0 10px;
  line-height: normal;
  font-size: 1.1em;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background: #fff;
}
.omitsumori-form .form-item .required {
  font-weight: bold;
}
.omitsumori-form .form-item .required::after {
  content: "※";
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 2px;
}
.omitsumori-form .submit-button-area {
  width: 60%;
  text-align: center;
  margin: 40px auto;
}

.jigyo-annai {
  font-size: 18px;
}
.jigyo-annai p {
  margin: 0;
}
.jigyo-annai .address {
  margin: 10px 0;
}
.jigyo-annai .tel {
  margin: 10px 0;
}
.jigyo-annai .tel a {
  margin: 0 4px;
  text-decoration: none;
}
.jigyo-annai .tel a:hover {
  text-decoration: underline;
}

.top-comment div {
  margin: 20px auto 60px;
}
.top-comment h3 {
  width: 360px;
  margin: 20px 0;
}
.top-comment p {
  margin: 0.6rem 0 0.6rem 1.3rem;
}
.top-comment span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #b5121b;
}
.top-comment span.no-style {
  font-size: unset;
  font-weight: unset;
  color: unset;
}
.top-comment .kickline {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}

.attention h3 {
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
}
.attention {
  padding: 10px;
  margin-top: 20px;
}
.attention p {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 5px;
  padding: 0 20px;
}

.message {
  position: relative;
  margin: 20px 0;
  padding: 28px 26px 22px 34px;
  color: #333;
  background-color: #fffdf5;
  border-left: 6px solid #0a3aa8;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.message::before {
  content: "“";
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 3.4rem;
  line-height: 1;
  color: rgba(10, 58, 168, 0.18);
  pointer-events: none;
}
.message p {
  position: relative;
  margin: 0 0 1.1em;
  font-size: 1.05rem;
  line-height: 1.9;
}
.message p:last-of-type {
  margin-bottom: 0.4em;
}
.message p strong {
  color: #0a3aa8;
  font-weight: bold;
}
.message .message-sign {
  margin-top: 14px;
  text-align: right;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: #555;
}
.message .message-sign::before {
  content: "— ";
}

@keyframes cta-pulse {
  0%, 100% {
    box-shadow: 0 6px 16px rgba(10, 58, 168, 0.4);
  }
  50% {
    box-shadow: 0 6px 16px rgba(10, 58, 168, 0.4), 0 0 0 5px rgba(255, 213, 0, 0.35);
  }
}
@keyframes badge-shine {
  0%, 100% {
    transform: rotate(-3deg) scale(1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 0 12px rgba(255, 226, 0, 0.9);
  }
  50% {
    transform: rotate(-3deg) scale(1.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 0 20px rgb(255, 226, 0);
  }
}
/* =========================================================
   レスポンシブ対応（スマホ・タブレット）
   PC は 840px 固定レイアウトのまま。840px 以下で可変化する。
   ========================================================= */
@media (max-width: 840px) {
  body {
    width: 100%;
    max-width: 840px;
  }
  .header {
    width: auto;
  }
  .header h1 {
    width: auto;
    max-width: 423px;
  }
  .header h1 img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .main {
    width: auto;
  }
  .main .key-visual img {
    width: 100%;
    height: auto;
  }
  .main .navi {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
  .main .navi a {
    flex: 0 0 auto;
  }
  .main .navi img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .main .columns {
    width: auto;
    flex-direction: column;
  }
  .main .columns .main-article {
    width: auto;
    order: 1;
  }
  .main .columns .main-article img {
    max-width: 100%;
    height: auto;
  }
  .main .columns .aside {
    width: 100%;
    order: 2;
  }
  .main .section {
    width: auto;
    padding: 20px 15px;
  }
  .contact {
    width: auto;
    margin: 40px 0;
  }
  .contact img {
    width: 100%;
    height: auto;
  }
  .footer {
    width: auto;
    height: auto;
    min-height: 177px;
    background-size: cover;
    padding: 20px 0;
  }
  .footer .information {
    width: auto;
    padding: 0 15px;
  }
  .top-comment h3 {
    width: auto;
  }
  .sekou-tanka table {
    width: 100%;
  }
  .omitsumori-form .form-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .omitsumori-form .submit-button-area {
    width: auto;
  }
  img {
    height: auto;
  }
}/*# sourceMappingURL=base.css.map */