@charset "UTF-8";
/*-------------------
	MediaQuery
	---
	@include media(X)
------------------- */
/*-------------------
	Rem
	---
	rem(x)
------------------- */
.h1_ttl .lead {
  text-align: left;
}

.price {
  font-family: "din-2014", "Roboto Condensed", "Noto Sans JP", sans-serif;
}

.sect_guide .box_ankerlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.sect_guide .box_ankerlink ul li {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.sect_guide .box_ankerlink ul li:hover {
  border-color: #000;
}
.sect_guide .box_ankerlink ul li a {
  padding: 8px 16px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.sect_guide .box_ankerlink ul li a > img {
  width: 120px;
}
.sect_guide .box_ankerlink ul li a > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sect_guide .box_ankerlink ul li a h5 + p {
  margin-top: 0;
  color: #0068b7;
  font-weight: 700;
}
.sect_guide .box_ankerlink ul li a h5 + p > span {
  font-size: 32px;
  letter-spacing: -0.02em;
}
.sect_guide .box_ankerlink ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/icon/icon_scrolldown.svg) 0 0 no-repeat;
  background-size: contain;
}
.sect_guide .box_ankerlink .box_addcost {
  margin-top: 16px;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sect_guide .box_ankerlink .box_addcost p {
  margin-bottom: 0;
}
.sect_guide .box_ankerlink .box_addcost p > b {
  font-weight: 700;
}
@media (width >= 768px) {
  .sect_guide .h1_ttl .lead {
    text-align: center;
  }
  .sect_guide .box_ankerlink ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sect_guide .box_ankerlink ul li a {
    padding: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .sect_guide .box_ankerlink ul li a > img {
    width: 100%;
  }
  .sect_guide .box_ankerlink ul li a > div {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: calc(100% - 16px);
  }
  .sect_guide .box_ankerlink ul li a > div h5,
  .sect_guide .box_ankerlink ul li a > div p {
    text-align: center;
  }
  .sect_guide .box_ankerlink .box_addcost {
    margin-top: 24px;
    padding: 24px;
  }
  .sect_guide .box_ankerlink .box_addcost p b {
    margin-right: 8px;
  }
}
@media (width >= 1024px) {
  .sect_guide .box_ankerlink ul {
    gap: 24px;
  }
  .sect_guide .box_ankerlink ul li a {
    gap: 16px 8px;
    padding: 16px;
  }
  .sect_guide .box_ankerlink ul li a > div {
    width: calc(100% - 24px);
  }
}

.sect_quality h3 {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.667em;
}
.sect_quality .box_quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.sect_quality .box_quality_content {
  width: 100%;
}
.sect_quality .box_quality_content img {
  margin-bottom: 16px;
  border-radius: 4px;
}
.sect_quality .box_quality_content h5,
.sect_quality .box_quality_content p {
  margin-top: 0;
  text-align: center;
}
.sect_quality .box_quality_content h5 {
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .sect_quality .box_quality_content {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.sect_constructiontype .box_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.sect_constructiontype .box_type_content {
  width: 100%;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.sect_constructiontype .box_type_content .ttl {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sect_constructiontype .box_type_content .ttl img {
  width: 120px;
  margin-top: -8px;
  margin-left: -8px;
}
.sect_constructiontype .box_type_content .ttl h4 {
  color: #0068b7;
}
.sect_constructiontype .box_type_content .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.sect_constructiontype .box_type_content .cost p {
  margin: 0;
  text-align: center;
  line-height: 1.8em;
}
.sect_constructiontype .box_type_content .cost p span {
  color: #0068b7;
  font-weight: 700;
}
.sect_constructiontype .box_type_content .cost p span b {
  font-size: 32px;
}
.sect_constructiontype .box_type_content .time {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sect_constructiontype .box_type_content .time b {
  font-weight: 700;
}
.sect_constructiontype .box_type_content .time::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../../img/icon/icon_time.svg) 0 0 no-repeat;
  background-size: contain;
}
@media (width >= 768px) {
  .sect_constructiontype .box_type_content {
    width: calc(50% - 12px);
  }
}
@media (width >= 1024px) {
  .sect_constructiontype .box_type_content {
    aspect-ratio: 3/1;
    padding-left: calc(16.66665% + 16px);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .sect_constructiontype .box_type_content > * {
    width: 100%;
  }
  .sect_constructiontype .box_type_content .ttl {
    display: block;
    margin: 0;
  }
  .sect_constructiontype .box_type_content .ttl h4 {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #d6e7f4;
  }
  .sect_constructiontype .box_type_content .ttl img {
    margin: 0;
    width: 33.3333%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sect_constructiontype .box_type_content .time {
    margin: 0;
  }
}

.sect_payment .payment_contents {
  padding: 16px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}
.sect_payment .payment_contents h3,
.sect_payment .payment_contents p {
  text-align: center;
}
.sect_payment .payment_contents ul {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.sect_payment .payment_contents ul li {
  width: calc(50% - 4px);
  padding: 16px 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #f0f6fb;
  border-radius: 4px;
}
.sect_payment .payment_contents ul li h5 {
  width: 100%;
}
.sect_payment .payment_contents ul li img {
  width: 56px;
}
@media (width >= 640px) {
  .sect_payment .payment_contents ul li {
    width: calc((100% - 16px) * 0.3333333333);
  }
}
@media (width >= 1024px) {
  .sect_payment .payment_contents {
    padding: 40px;
  }
  .sect_payment .payment_contents ul {
    gap: 16px;
  }
  .sect_payment .payment_contents ul li {
    width: calc((100% - 80px) * 0.1666666667);
    padding: 16px 8px;
  }
}

.sect_toilet_type h2 {
  margin-bottom: 24px;
}
.sect_toilet_type .slider-szM {
  margin-left: 0;
}
.sect_toilet_type .box_toilet_type {
  min-width: 280px;
  /* margin: 0 6px; */
  padding: 24px 16px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.sect_toilet_type .box_toilet_type > img {
  width: 60%;
  margin: 0 auto 24px;
}
.sect_toilet_type .box_toilet_type h3 {
  margin: 0 0 16px;
}
.sect_toilet_type .box_toilet_type .cost {
  margin-bottom: 12px;
}
.sect_toilet_type .box_toilet_type .cost p {
  margin: 0;
  text-align: center;
  line-height: 1.8em;
}
.sect_toilet_type .box_toilet_type .cost p + p {
  margin-top: 8px;
}
.sect_toilet_type .box_toilet_type .cost p span {
  color: #0068b7;
  font-weight: 700;
}
.sect_toilet_type .box_toilet_type .cost p span b {
  display: inline-block;
  font-size: 32px;
}
.sect_toilet_type .box_toilet_type .cost p small {
  display: inline-block;
  color: #0068b7;
}
.sect_toilet_type .box_toilet_type .comment {
  margin-bottom: 20px;
  text-align: left;
}
.sect_toilet_type .box_toilet_type .comment p {
  text-align: center;
}
.sect_toilet_type .box_toilet_type .comment::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 8px;
  background: url(../../img/price/balloon.svg) 50% 0 no-repeat;
  background-size: contain;
}
.sect_toilet_type .box_toilet_type .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--Black-BK2);
  background: var(--White-WH1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
}
.sect_toilet_type .box_toilet_type .btn_bl > a {
  color: var(--White-WH1);
  background: var(--Blue-BL1);
  -webkit-box-shadow: 0px 4px 0px 0px #00477d;
  box-shadow: 0px 4px 0px 0px #00477d;
}
.sect_toilet_type .box_toilet_type .btn_bl > a::after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../../img/icon/icon_arrow.svg);
  mask-image: url(../../img/icon/icon_arrow.svg);
  background-color: var(--White-WH1); /* 色を指定 */
}
.sect_toilet_type .box_toilet_type .btn_bl > a:hover {
  color: var(--Blue-BL1);
  border: 1px solid var(--Blue-BL1);
  background: var(--White-WH1);
}
.sect_toilet_type .box_toilet_type .btn_bl > a:hover::after {
  background-color: var(--Blue-BL1); /* 色を指定 */
}
.sect_toilet_type .box_toilet_type .btn_s > a {
  margin: 0;
  padding: 8px 24px;
}
.sect_toilet_type .wrap_toilet_type {
  display: flex;
  gap: 12px;
  margin-left: 20px;
}

@media (width >= 1024px) {
  .sect_toilet_type .slider {
    margin: auto;
  }
  .sect_toilet_type .box_toilet_type > img {
    width: 80%;
  }
  .sect_toilet_type .wrap_toilet_type {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    gap: 25px;
    .box_toilet_type {
      flex: 1;
      max-width: auto;
      min-width: auto;
      padding: 40px;
      & .btn > a {
        width: 100%;
      }
    }
  }
}

.sect_maker h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.sect_maker h3 > img {
  width: 72px;
}
.sect_maker .inner > .btn {
  margin-top: 36px;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .sect_maker h3 {
    display: block;
    text-align: center;
  }
  .sect_maker h3 > img {
    display: block;
    width: 80px;
    margin: 0 auto 12px;
  }
  .sect_maker .inner > .btn {
    text-align: center;
  }
}
@media (width >= 1024px) {
  .sect_maker .inner > .btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.sect_floor-wall .box_toilet_type,
.sect_other .box_toilet_type {
  padding-top: 40px;
}
.sect_floor-wall .box_toilet_type > img,
.sect_other .box_toilet_type > img {
  width: 100%;
  padding: 0 24px;
}

.sect_floor-wall {
  .wrap_floor-wall {
    display: flex;
    gap: 12px;
    margin-left: 20px;
    .box_toilet_type {
      min-width: 248px;
    }
  }
}
@media (width >= 1024px) {
  .sect_floor-wall {
    .wrap_floor-wall {
      gap: 24px;
      justify-content: center;
      margin-right: auto;
      margin-left: auto;
      max-width: 1120px;
      .box_toilet_type {
        min-width: auto;
        flex: 1;
      }
    }
  }
}

.sect_peaceOfmind h3 {
  text-align: center;
}
.sect_peaceOfmind ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  counter-reset: number;
}
.sect_peaceOfmind ol li {
  width: 100%;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
.sect_peaceOfmind ol li::before {
  display: block;
  width: 32px;
  height: 32px;
  content: counter(number);
  counter-increment: number;
  font-family: "din-2014", "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background-color: #0068b7;
  border-radius: 100%;
  position: absolute;
  top: -16px;
  left: 8px;
}
.sect_peaceOfmind ol li > img {
  width: 80px;
  border-radius: 4px;
}
.sect_peaceOfmind ol li > h4 {
  margin: 0;
}
.sect_peaceOfmind .btn {
  margin-top: 40px;
}
@media (width >= 640px) {
  .sect_peaceOfmind ol li {
    width: calc(50% - 16px);
  }
}
@media (width >= 768px) {
  .sect_peaceOfmind ol {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .sect_peaceOfmind ol li {
    width: calc(25% - 18px);
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect_peaceOfmind ol li > img {
    width: 160px;
  }
  .sect_peaceOfmind ol li > h4 {
    width: 100%;
    text-align: center;
  }
  .sect_peaceOfmind ol li::before {
    left: 50%;
    -webkit-transform: translateX(-96px);
    transform: translateX(-96px);
    font-size: 18px;
  }
}
@media (width >= 1024px) {
  .sect_peaceOfmind h3 {
    font-size: 28px;
  }
  .sect_peaceOfmind ol {
    margin-top: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect_peaceOfmind ol li {
    max-width: 220px;
  }
  .sect_peaceOfmind ol li::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .sect_peaceOfmind .btn {
    text-align: center;
  }
}
/*# sourceMappingURL=price.css.map */
