@charset "utf-8";

.l-pgttl { background-image: url("../image/pgttl.jpg"); }

/*--------------------------------------------------------------------------------
  塗装見積もりコース
--------------------------------------------------------------------------------*/
.sec-course {
  padding: var(--space-m) var(--side-space) var(--space-l) var(--side-space);
}
.course {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.course-ttl {
  padding-top: var(--space-m);
  padding-bottom: 1.5rem;
  font-family: var(--ff-wf);
  font-weight: 700;
  color: var(--bnavy);
  font-size: var(--fs-2l);
  line-height: 1.5;
}
.course-annot {
  padding-top: 1.5rem;
  font-size: 80%;
}
.courseTbl-scr {
  overflow-x: auto;
}
.courseTbl {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: clamp(0.8em, 1.5vw, 1em);
  line-height: 1.6;
}
.courseTbl th,
.courseTbl td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.courseTbl thead th {
  font-weight: bold;
  background-color: var(--bnavy);
  color: #FFF;
  padding: 0.8em;
  border-left: 1px solid #62738F;
  border-right: 1px solid #62738F;
}
.courseTbl thead tr:first-child th:first-child { border-left-color: var(--bnavy); }
.courseTbl thead tr:first-child th:last-child { border-left-color: var(--bnavy); }
.courseTbl thead tr:not(:first-child) th { border-top: 1px solid #62738F; }
.courseTbl tbody th,
.courseTbl tbody td {
  padding: 0.6em 1em;
  border: 1px solid #717883;
}
.courseTbl tbody tr:first-child th,
.courseTbl tbody tr:first-child td { border-top: 0; }
.courseTbl_course { background-color: #EEF2F8; }
.courseTbl_course b { font-size: 1.1em; }
.courseTbl tbody .courseTbl_spec,
.courseTbl tbody .courseTbl_spec td { font-weight: bold; border-style: dotted; }
.courseTbl_spec td { background-color: #FFF9D8; }
.courseTbl tbody .courseTbl_spec td { border-bottom-style: solid; }
.courseTbl_price { background-color: #FFECB1; }
.courseTbl_price dt:not(:first-of-type) { padding-top: 2em; }
.courseTbl_price dd { font-weight: bold; font-size: var(--fs-l); color: var(--red); }

/*--------------------------------------------------------------------------------
  コスト
--------------------------------------------------------------------------------*/
.sec-cost {
  padding: var(--space-m) var(--side-space) var(--space-l) var(--side-space);
  background-color: var(--bg-blue);
}
.cost {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.cost-ttl {
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
  font-family: var(--ff-wf);
  font-weight: 700;
  color: var(--bnavy);
  font-size: var(--fs-2l);
  line-height: 1.5;
}
.cost-annot {
  padding-top: 1.5rem;
  font-size: 80%;
}
.costTbl-scr {
  overflow-x: auto;
}
.costTbl-ttl {
  padding-top: var(--space-2s);
  padding-bottom: 1.5rem;
  font-family: var(--ff-wf);
  font-weight: 700;
  color: var(--blue);
  font-size: var(--fs-m);
  line-height: 1.5;
}
.costTbl {
  width: 100%;
  border: 0;
  border-collapse: separate;
  font-size: clamp(0.8em, 1.5vw, 1em);
  line-height: 1.6;
}
.costTbl th,
.costTbl td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.costTbl thead th {
  font-weight: bold;
}
.costTbl thead tr:first-of-type th {
  padding: 1em;
  background-color: var(--blue);
  color: #FFF;
  border-left: 1px solid #5E85B9;
}
.costTbl thead tr:first-of-type .costTbl_price {
  padding: 1em;
  background-color: var(--red);
  color: #FFF;
}
.costTbl thead tr:last-of-type th {
  padding: 0.6em 1em;
  background-color: #FFF;
  border-left: 1px solid #BBC3CF;
}
.costTbl thead tr:first-of-type th:first-child,
.costTbl thead tr:last-of-type th:first-child { border-left: 0; }
.costTbl thead tr:first-of-type .costTbl_price { border-left-color: var(--red); }
.costTbl tbody th,
.costTbl tbody td {
  padding: 1em;
  background-color: #FFF;
  border-top: 1px solid #BBC3CF;
}
.costTbl tbody td { border-left: 1px solid #BBC3CF; height: 6em; }
.costTbl tbody .costTbl_repainting2,
.costTbl tbody .costTbl_repainting3 { border-left: 1px dotted #BBC3CF; }
.costTbl tbody .costTbl_repainting1 { background-color: #FFE79E; }
.costTbl tbody .costTbl_repainting2 { background-color: #B2EEF2; }
.costTbl tbody .costTbl_repainting3 { background-color: #B2E2FF; }
.costTbl tbody .costTbl_price { background-color: #FFEBEB; }
.costTbl tbody tr:first-of-type td.costTbl_price { border-top-color: var(--red); }
.costTbl_price b { font-size: var(--fs-l); color: var(--red); }
.costTbl_price small { font-size: 85%; display: inline-block; line-height: 1.5; vertical-align: top; }
.costTbl_empty { background: url("../image/tbl_pattern.gif") repeat left top; }
.cost-txt {
  padding-top: var(--space-s);
}
@media print, screen and (max-width:960px) {
  .cost-txt .sp-none {
    display: none;
  }
}

/*--------------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------------*/
.sec-contact {
  padding: var(--space-m) var(--side-space) var(--space-m) var(--side-space);
}
.sec-contact p {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sec-contact b {
  font-size: var(--fs-3l);
  font-family: var(--ff-wf);
  font-weight: 700;
  display: inline-block;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media print, screen and (max-width:960px) {
  .sec-contact .sp-none {
    display: none;
  }
}

/*--------------------------------------------------------------------------------
  links
--------------------------------------------------------------------------------*/
.sec-links {
  padding: 0 var(--side-space) var(--space-m) var(--side-space);
  background-color: var(--bg-gray);
  position: relative;
  overflow: hidden;
}
.sec-links a,
.sec-links a:visited,
.sec-links a:hover,
.sec-links .js_linkBox:hover a {
  color: var(--blue);
  text-decoration: none;
}
.links {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: grid;
  column-gap: clamp(2em, 3vw, 3em);
  row-gap: var(--space-m);
}
.links_item {
  background-color: #FFF;
}
.links_item:first-of-type .photo {
  position: relative;
}
.links_item:first-of-type .photo:before {
  content: "";
  pointer-events: none;
  width: 150vw;
  height: calc(100% - var(--space-s));
  position: absolute;
  left: -50vw;
  top: 0;
  background-color: #FFF;
}
.links_item .photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}
.links_item .txt {
  padding: var(--space-s);
  background-color: #FFF;
}
.links_item .txt_ttl {
  font-family: var(--ff-wf);
  font-weight: 700;
  line-height: 1.6;
}
.links_item .txt_ttl a {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
}
.links_item .txt p {
  padding-top: 1.25em;
}
@media print, screen and (min-width:761px) {
  .links {
    grid-template-columns: repeat(2,1fr);
  }
  .links_item .txt {
    padding: calc(var(--space-s) - 0.8em);
  }
  .links_item .txt_ttl {
    font-size: var(--fs-2l);
  }
}
@media print, screen and (max-width:760px) {
  .sec-links {
    padding-bottom: var(--space-l);
  }
  .links_item .photo img {
    aspect-ratio: 5 / 2;
  }
  .links_item .txt_ttl {
    font-size: var(--fs-3l);
  }
}
