.container-smart{
  max-width: 1000px;
  margin: 0 auto;
}
p{
  line-height: 1.6em;
}

.page-header{
  background-image: url(../img/header-service.jpg);
  background-position: center;
}
.icon-clean-service{
  display: block;
  margin: 0 auto 20px;
  width: 100px;
}


.service-area-box h4,.package-box h4{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.service-area-box p,.package-box p{
  margin-bottom: 0;
}
.service-area-box{
  border: 1px solid #999;
  padding: 30px 15px;
  margin-bottom: 40px;
}


.package-box{
  background-color: #efefef;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 40px;
}
.package-box h4{
  color: #07ad91;
}
.price-box{
  padding: 15px;
  border: 2px solid #07ad91;
}
.price-box h4{
  display: block;
  padding: 10px 10px 10px 30px;
  border: 1px solid #333;
  text-align: center;
  letter-spacing: 20px;
  font-size: 20px;
}
.price-box h4+span{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.price-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.price-grid-box{
  border: 1px solid #07ad91;
  text-align: center;
}
.per-price{
  background: #07ad91;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
.this-price{
  font-weight: bold;
  padding: 20px 10px;
}
.furniture-item img{
  display: block;
  height: 70px;
  width: auto;
  margin: 0 auto 10px;
}
.furniture{
  margin-top: 20px;
  padding: 30px 10px;
  background-color: #efefef;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.furniture-h{
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.furniture-item{
  flex: 50%;
  text-align: center;
  font-weight: bold;
  padding: 20px 5px;
}
.furniture-h{
  display: flex;
  align-items:center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #07ad91;
}


.snap-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.snap-wrap .snap-thum{
  width: 100%;
  background-color: #efefef;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
}
.snap-wrap .snap-caption{
  display: block;
  text-align: center;
  margin-top: 10px;
}

.other-clean-service-bnr-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-clean-service-bnr{
  width: 100%;
  border: 1px solid #efefef;
  display: flex;
  padding: 20px 30px 20px 10px;
  align-items: center;
  position: relative;
}
.other-clean-service-bnr img{
  display: block;
  width: 80px;
  margin-bottom: 0;
}
.other-clean-service-bnr .bnr-text{
  text-align: center;
  color: #07ad91;
  flex: 1;
  font-weight: bold;
}
.other-clean-service-bnr .bnr-text h5,.other-clean-service-bnr .bnr-text h4{
  font-weight: bold;
}
.other-clean-service-bnr .bnr-text h5{
  margin-bottom: 0.5em;
}
.other-clean-service-bnr .bnr-text h4{
  margin: 0;
}
.other-clean-service-bnr::after {
  content: '';
  position: absolute;
  display: block;
  border-top: solid 2px #5bc8ac;
  border-right: solid 2px #5bc8ac;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: 18px;
}
.other-clean-service-bnr:hover{
  background-color: #e2f9f4;
}
.other-clean-service-bnr:first-child{
  margin-bottom: 10px;
}

.other-clean-service .sec-ttl{
  margin-bottom: 30px;
}
/* house page */
.between-h{
  text-align: center;
  color: #07ad91;
  font-weight: bold;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  background: #f08300;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f08300;
}

/* aircon page */

.clean-aircon-description{
  display: block;
  pointer-events:none;
}
.aircon-price-box{
  margin-top: 60px;
  position: relative;
  padding: 30px 15px;
  border: 2px solid #07ad91;
}
.aircon-price-box-h{
  position: absolute;
  top: 0;
  transform: translate(-50%,-50%);
  left: 50%;
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: fit-content;
  padding: 0 2em;
}
.aircon-price-box-h:before, .aircon-price-box-h:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #07ad91;
}
.aircon-price-box-h:before{
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
  left: -0.6em;
}
.aircon-price-box-h:after{
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -0.6em;
}

.aircon-price-box .package-box{
  margin-bottom: 20px;
}
.aircon-price-box .service-area-box{
  margin-bottom: 0;
}
.aircon-price-box .price-box{
  border: none;
}

.aircon-price-box .price-box img{
  display: block;
  max-width: 500px;
  width: 100%;
}
.between-p{
  margin-bottom: 30px;
}

.aircon-price-box table,.aircon-price-box td{
  border: none;
}
.aircon-price-box td{
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.price-box.aircon-price-box{
  margin-top: 0;
  padding-top: 15px
}
.price-box.aircon-price-box h4{
  margin-bottom: 0;
}
.aircon-price-box table span{
  display: block;
  width: 120px;
}
.aircon-price-box table p{
  margin-bottom: 0;
  margin-top: 5px;
}
.aircon-price-img{
  max-width: 400px;
  width: 100%;
}

.aircon-service-detail{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 30px;
}
.detail-box{
  border: 1px solid #f08300;
  padding: 15px;
  display: flex;
  text-align: left;
  align-items: center;
}
.detail-box img{
  display: block;
  width: 60px;
  margin: 0 20px 0 0;
}
.detail-box p{
  flex: 1;
  margin-bottom: 0;
}
.howto-box{
  background-color: #caebe5;
  padding: 30px 15px;
}
.howto-box h4{
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.howto-box .snap-box h5{
  margin: 1rem 0;
  color: #07ad91;
  font-weight: bold;
  text-align: center;
}







@media screen and (min-width: 768px) {
  .package-box,.service-area-box,.price-box{
    padding: 30px;
  }
  .price-box h4{
    display: inline-block;
  }
  .price-box h4+span{
    margin-left: 30px;
    display: inline-block;
    margin-bottom: 0;
  }
  .price-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .per-price{
    padding: 10px;
    font-size: 1rem;
  }
  .furniture-h{
    width: 25%;
  }
  .furniture-item{
    flex: 25%;
    padding: 0;
  }
  .snap-wrap{
    grid-template-columns: repeat(3, 1fr);
  }

  .aircon-price-box{
    padding: 30px;
  }
  .aircon-price-box .price-box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aircon-price-box .price-box h4{
    display: block;
    margin: 0 30px 0 0;
    height: fit-content;
    width: 160px;
  }
  .aircon-price-box td{
    display: table-cell;
  }
  .aircon-service-detail{
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .detail-box{
    display: block;
    text-align: center;
    padding: 20px 15px;
  }
  .detail-box img{
    width: 100px;
    margin: 0 auto 10px;
  }
  .howto-box{
    background-color: #caebe5;
    padding: 50px 30px;
  }
  .howto-box h4{
    font-size: 1.2rem;
  }






  .other-clean-service-bnr{
    width: 48%;
  }
  .other-clean-service-bnr:first-child{
    margin-bottom: 0px;
  }


}



/*2022.07.25追記*/
/*スマホ感染症対策コーティング*/
.coating_appeal_content .service-box img {
    height: 140px;
    width: auto;
    margin: 20px auto;
}
.coating_flow video {
    width: 100%;
}
.coating_mechanism img {
    display: block;
    margin: auto;
}
