@charset "utf-8";

/*  設備仕様
----------------------------------------------------------------*/

/*base*/
@media only screen and (min-width: 641px) {
  #content_wrap .pc_none {
    display: none;
  }
}
#content_wrap .f-gothic {
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "Noto Serif JP", serif;
}
#content_wrap .hstype01 {
  margin: 50px 0 0;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  color: #fff;
  background-image: linear-gradient(to right, #b79d62, #785029);
  position: relative;
  overflow: hidden;
}

/* #content_wrap .hstype01::after {
  content: "";
  background-image: linear-gradient(to right, #003c4b, #150201);
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 250px;
  height: 450px;
} */

/* @media only screen and (max-width: 715px) {
  #content_wrap .hstype01::after {
    content: "";
    background-image: linear-gradient(to right, #003c4b, #150201);
    transform: rotate(-65deg);
    position: absolute;
    bottom: -250px;
    right: -250px;
    width: 170px;
    height: 400px;
  }
} */

#content_wrap .hstype02 {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin: 30px auto;
  line-height: 1.7em;
  color: #270b00;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
}
#content_wrap .hstype03 {
  padding: 4px 1px;
  border: 1px solid #270b00;
  text-align: center;
  /* font-size: 1rem; */
  font-weight: normal;
  color: #270b00;
}
.acc_con {
  display: inline-block;
  border: none;
  padding-bottom: 0;
}

/* 差し込み画像用 */

.image_yoko {
  margin: 30px 0;
}
.row_image {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  justify-content: space-between;
  padding: 0 15px;
}
.row_image-item {
  width: 48.5%;
}
.toilet_imge {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .row_image {
    padding: 0 7px;
  }
  .image_yoko {
    margin: 20px 0 0;
  }
  .row_image-item {
    width: 100%;
  }
  .toilet_imge {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}

/* あんしん修理サポート */

.guarantee_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 30px auto;
  line-height: 1.7em;
  color: #270b00;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 736px) {
  .guarantee_ttl {
    font-size: 25px;
    margin: 20px auto 15px;
  }
}

.guarantee_ttl span {
  color: #7c1d22;
}

.guarantee_txt {
  font-size: 20px !important;
  text-align: center !important;
  color: #270b00;
}
@media only screen and (max-width: 736px) {
  .guarantee_txt {
    font-size: 15px !important;
  }
}

.guarantee_red {
  color: #7c1d22;
  font-size: 31px;
  padding-inline: 5px;
}
@media only screen and (max-width: 736px) {
  .guarantee_red {
    font-size: 25px;
    padding-inline: 2px;
  }
}

.guarantee_box {
  text-align: center !important;
  font-size: 18px !important;
  padding: 9px 0 11px;
  border: 1px solid #270b00;
  font-weight: normal;
  color: #270b00;
  height: 50px;
}
@media only screen and (max-width: 736px) {
  .guarantee_box {
    font-size: 18px !important;
    padding: 5px 0;
    height: 40px;
  }
}

.guarantee_bottom {
  margin: 100px 0;
}
@media only screen and (max-width: 736px) {
  .guarantee_bottom {
    margin: 60px 0;
  }
}

.guarantee_img {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 736px) {
  .guarantee_img {
    width: 90%;
    margin: 20px auto 0;
  }
}
.guarantee_img a {
  transition: all 0.3s linear;
}
.guarantee_img a:hover {
  opacity: 0.7;
}
