@charset "UTF-8";

/* ================================================================

料金表(price.php)

==================================================================*/
#price{
  overflow:hidden!important;
  width:100%;
}

/* リンク */
#price .link-btn{
  margin-top:30px;
  border-radius:10px;
}

#keeping-cost .link-btn{
  background-color:#ef878d;
  color:#fff;
}

#cleaning-cost .link-btn{
  background-color:#87cefa!important;
  color:#fff;
}


/* トップ
================================================================*/
#foreword{
  padding-bottom:50px;
}

#foreword .foreword-top{
  display:flex;
  flex-wrap:wrap;
}

#foreword .foreword-txt{
  width:calc(100% - 330px);
  margin:0;
}

#foreword .foreword-txt strong{
  font-weight:700;
  font-size:30px;
  line-height:45px;
  letter-spacing:6px;
}

#foreword .foreword-txt p{
  font-weight:600;
  font-size:18px;
  margin: 15px 0;
}

#foreword .foreword-txt p br{
  display:none;
}

#foreword .foreword-txt ul{

}

#foreword .foreword-txt ul li{
  font-size:13px;
  letter-spacing:0;
}

#foreword img{
  width:330px;
  padding-right:50px;
  height:auto;
  margin:0;
  margin-top:30px;
}

@media screen and (max-width: 1439px){
  #foreword{
    padding-bottom:50px;
  }

  #foreword .foreword-txt{
    width:calc(100% - 280px);
    margin:0;
  }

  #foreword .foreword-txt strong{
    font-size:28px;
    line-height:40px;
    letter-spacing:4px;
    width:130%;
    display:block;
  }

  #foreword .foreword-txt strong br:last-of-type{
    display:none;
  }

  #foreword .foreword-txt p{
    font-weight:600;
    font-size:16px;
    margin: 15px 0;
  }

  #foreword .foreword-txt ul li{
    font-size:11px;
    line-height:18px;
  }

  #foreword img{
    width:280px;
    padding-right:0px;
    padding-left:30px;
    margin-top:10px;
  }
}

@media screen and (max-width: 1199px){
  #foreword{
    padding-bottom:0px;
  }

  #foreword .foreword-txt{
    width:calc(100% - 240px);
    margin:0;
  }

  #foreword .foreword-txt strong{
    font-size:22px;
    line-height:30px;
    letter-spacing:2px;
  }

  #foreword .foreword-txt p{
    font-weight:600;
    font-size:15px;
    margin: 15px 0;
    width:110%;
  }

  #foreword img{
    width:240px;
    padding-right:0px;
    padding-left:20px;
    margin-top:30px;
  }
}

@media screen and (max-width: 1023px){
  #foreword img{
    width:240px;
    padding-right:0px;
    padding-left:30px;
    margin-top:60px;
  }
}

@media screen and (max-width: 743px){
  #foreword{
    padding-bottom:0px;
    padding-top:50px;
  }

  #foreword .foreword-top{
    /*display:block;*/
    width:95%;
    align-items: flex-start;
  }

  #foreword .foreword-txt{
    width:calc(100% - 150px);
    margin:0;
    position:relative;
    z-index:10;
  }

  #foreword .foreword-txt strong{
    font-size:18px;
    line-height:27px;
    letter-spacing:0.03em;
    width:200%;
  }

  #foreword .foreword-txt strong br{
    display:inline-block!important;
  }

  #foreword .foreword-txt p{
    width:200%;
    font-size:13px;
    margin: 20px 0 35px;
    letter-spacing: 0;
    line-height:25px;
  }

  #foreword .foreword-txt p br{
    display:inline-block;
  }

  #foreword img{
    width:150px;
    padding-right:0px;
    padding-left:0px;
    margin-top:50px;
  }

  #foreword .foreword-txt ul{
    width:90vw;
  }

  #foreword .foreword-txt ul li{
    font-size:11px;
    line-height:16px;
    color:gray;
  }
}

/* 無料案内 */
#foreword .foreword-wrap{
  background-color:#F2EFDF;
  border-radius:15px;
  padding:40px 40px;
  margin-top:50px;
  display:flex;
  flex-wrap:wrap;
	justify-content: center;
}

#foreword .foreword-wrap .txt{
  margin:0;
  width:260px;
}

#foreword .foreword-wrap .txt small{
  color:#45945B;
  font-weight:700;
  font-size:20px;
}

#foreword .foreword-wrap .txt p{
  color:#45945B;
  font-weight:700;
  font-size:32px;
  line-height:38px;
  border-top:solid 5px #45945B;
  border-bottom:solid 5px #45945B;
  padding:10px 0;
  margin-top:5px;
}

#foreword .foreword-wrap ul{
  display:inline-block;
  width:auto;
  margin-left:40px;
  margin-top:15px;
}

#foreword .foreword-wrap ul li{
  font-weight:600;
  letter-spacing:2.5px;
  margin: 8px 0;
}

#foreword .foreword-wrap ul li span{
  width:13px;
  height:13px;
  border-radius:10px;
  display:inline-block;
  border:solid 3px #45945B;
  background-color:#fff;
  margin-right:8px;
}

@media screen and (max-width: 1439px){
  #foreword .foreword-wrap{
    padding:40px 30px;
    margin-top:40px;
  }

  #foreword .foreword-wrap .txt{
    margin:0 10px 0 0;
    width:210px;
  }

  #foreword .foreword-wrap .txt small{
    font-size:18px;
  }

  #foreword .foreword-wrap .txt p{
    font-size:26px;
    line-height:38px;
  }

  #foreword .foreword-wrap ul{
    display:inline-block;
    width:auto;
    margin-left:20px;
    margin-top:15px;
  }

  #foreword .foreword-wrap ul li{
    font-weight:600;
    letter-spacing:2.5px;
    margin: 8px 0;
    font-size:15px;
  }
}

@media screen and (max-width: 1199px){
  #foreword .foreword-wrap{
    width:100%!important;
    padding:30px 20px;
    margin:0;
    margin-top:40px;
  }

  #foreword .foreword-wrap .txt{
    margin:0;
    width:195px;
  }

  #foreword .foreword-wrap .txt small{
    font-size:17px;
  }

  #foreword .foreword-wrap .txt p{
    font-size:24px;
    line-height:35px;
  }

  #foreword .foreword-wrap ul{
    display:inline-block;
    width:auto;
    margin-left:20px;
    margin-top:20px;
  }

  #foreword .foreword-wrap ul li{
    letter-spacing:1.5px;
    margin: 6px 0;
    font-size:13.5px;
  }
}

@media screen and (max-width: 1023px){
  #foreword .foreword-wrap{
    padding:20px 20px;
    margin:0;
    margin-top:30px;
  }

  #foreword .foreword-wrap .txt{
    margin:0;
    width:180px;
  }

  #foreword .foreword-wrap .txt small{
    font-size:15px;
  }

  #foreword .foreword-wrap .txt p{
    font-size:22px;
    line-height:30px;
  }

  #foreword .foreword-wrap ul{
    display:inline-block;
    width:auto;
    margin-left:20px;
    margin-top:13px;
  }

  #foreword .foreword-wrap ul li{
    letter-spacing:0;
    margin: 6px 0;
    font-size:13.5px;
  }
}

@media screen and (max-width: 743px){
  #foreword .foreword-wrap{
    width:110%!important;
    margin-left:-5%!important;
    padding:50px 10px 60px 10px;
    margin:50px auto 0 auto;
    align-items: flex-start;
  }

  #foreword .foreword-wrap .txt{
    margin:0;
    width:100%;
    text-align: center;
  }

  #foreword .foreword-wrap .txt small{
    font-size:14px;
    text-align: center;
  }

  #foreword .foreword-wrap .txt p{
    font-size:20px;
    line-height:27px;
    text-align: center;
    border-top: solid 4px #45945B;
    border-bottom: solid 4px #45945B;
    padding: 8px 0;
  }

  #foreword .foreword-wrap ul{
    display:inline-block;
    margin-left:0;
    margin-top:13px;
    padding-left:0;
    width:auto;
  }

  #foreword .foreword-wrap ul:nth-of-type(1){
    max-width:200px;
  }

  #foreword .foreword-wrap ul:nth-of-type(2){
    max-width:170px;
    padding-left:15px;
  }

  #foreword .foreword-wrap ul li{
    letter-spacing:0;
    margin: 4px 0;
    font-size:12.5px;
  }

  #foreword .foreword-wrap ul li span{
    width:12px;
    height:12px;
    border:solid 2.5px #45945B;
    margin-right:4px;
  }
}



/* 料金表
================================================================*/
#keeping-cost,
#cleaning-cost{
  text-align: center;
}

#cost{
  border-collapse: collapse!important;
}

/* 検証 */
@media screen and (max-width: 743px){
  #keeping-cost #cost{
    width:500px;
  }

  #cleaning-cost #cost{
    width:600px;
  }
}

/* タイトル */
.cost-ttl{
  margin-bottom:30px;
  padding: 5px 0;
}

#keeping-cost  .cost-ttl{ border-left:solid 16px #f19ca6 }
#cleaning-cost .cost-ttl{ border-left:solid 16px #87cefa }

.cost-ttl strong{
  font-weight:700;
  font-size:22px;
  padding-left:15px;
  display:block;
  margin-bottom:10px;
}

.cost-ttl span{
  padding-left:15px;
  display:block;
  line-height:18px;
  letter-spacing:0;
  font-size:13px;
}

@media screen and (max-width: 1199px){
  .cost-ttl strong{
    font-size:19px;
    margin-bottom:8px;
    line-height:20px;
  }

  .cost-ttl span{
    line-height:14px;
    font-size:11px;
  }
}

@media screen and (max-width: 1023px){
  .cost-ttl strong{
    font-size:17px;
    margin-bottom:7px;
    line-height:18px;
  }

  .cost-ttl span{
    line-height:13px;
    font-size:10.5px;
  }
}


/* 背景色・線の色 */
#cost th{
  padding:10px;
  text-align: center;
  background-color:#f4f2f0;
  border: solid 3px #fff; /* 線の種類 太さ 色 */
}

@media screen and (max-width: 1199px){
  #cost th{
    padding:8px;
    font-size:14px;
    border: solid 2px #fff;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 1023px){
  #cost th{
    font-size:13.5px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 743px){
  #cost th{
    padding:5px;
    font-size:13px;
    letter-spacing: 0;
  }
}

#keeping-cost #cost .color1 {background: #f19ca6;}
#keeping-cost #cost .color2 {background: #f2e3e4;}
#keeping-cost #cost .color3 {background: #ecebe9;}

#cleaning-cost #cost .color1 {background: #87cefa;}
#cleaning-cost #cost .color2 {background: #dff3ff;}
#cleaning-cost #cost .color3 {background: #ecebe9;}

#cost th.left {text-align:justify; padding-left:20px;}

@media screen and (max-width: 743px){
  #cost th.left {text-align:justify; padding-left:15px;}
}

#cost .left-top{border-top-left-radius: 15px;}
#cost .left-bottom{border-bottom-left-radius: 15px;}
#cost .right-top{border-top-right-radius: 15px;}
#cost .right-bottom{border-bottom-right-radius: 15px;}

@media screen and (max-width: 1199px){
  #cost .left-top{border-top-left-radius: 10px;}
  #cost .left-bottom{border-bottom-left-radius: 10px;}
  #cost .right-top{border-top-right-radius: 10px;}
  #cost .right-bottom{border-bottom-right-radius: 10px;}
}

#cost tr:first-of-type th{ border-top:0; }
#cost tr:last-of-type th{ border-bottom:0; }
#cost th:first-of-type{ border-left:0; }
#cost th:last-of-type{ border-right:0; }



/* 単位 */
#cost th strong, /* 金額 */
#cost th span,
#cost th em{   /* 税込 */
  font-weight:900;
  font-family: 'Roboto Condensed', sans-serif;
  position:relative;
  top:2px;
}

#cost th strong{ /* 金額 */
  font-size:28px;
  color:#d1283c;
}

#cost th span{   /* 税込 */
  margin-left:3px;
}

#cost th em{   /* 1m2 */
  font-style: normal;
  width:auto;
  text-align: right;
  display:inline-block;
  margin-right:10px;
}

@media screen and (max-width: 1199px){
  #cost th strong{ /* 金額 */
    font-size:24px;
    letter-spacing: 0;
  }

  #cost th span{   /* 税込 */
    font-size:12px;
  }

  #cost th em{   /* 1m2 */
    width:auto;
    margin-right:5px;
    font-size:13px;
  }
}

@media screen and (max-width: 1023px){
  #cost th strong{ /* 金額 */
    font-size:23px;
    letter-spacing: 0;
  }

  #cost th span{   /* 税込 */
    letter-spacing: 0;
  }

  #cost th em{   /* 1m2 */
    letter-spacing: 0;
    font-size:12px;
  }
}

@media screen and (max-width: 743px){
  #cost th strong{ /* 金額 */
    font-size:18px;
    letter-spacing: 0;
  }

  #cost th span{   /* 税込 */
    font-size:11px;
    letter-spacing: 0;
  }

  #cost th em{   /* 1m2 */
    letter-spacing: 0;
    font-size:11px;
  }
}

/* 注釈 */
ul.caution-txt{
  margin-top:10px;
}

ul.caution-txt li{
  font-size:14px;
  color:gray;
}

@media screen and (max-width: 1199px){
  ul.caution-txt li{
    font-size:11px;
    letter-spacing: 0;
  }
}

/* 個別レイアウト */
#keeping-cost #cost th.tate{
  width:100px;
}

#keeping-cost #cost th{
  width:calc((100% - 100px) / 3);
}

#keeping-cost #cost .color3{
  width:200px;
}

#keeping-cost #cost th span{
  margin-right:60px;
}

@media screen and (max-width: 1199px){
  #keeping-cost #cost th.tate{
    width:70px;
  }

  #keeping-cost #cost th{
    width:calc((100% - 100px) / 3);
  }

  #keeping-cost #cost .color3{
    width:160px;
  }

  #keeping-cost #cost th span{
    margin-right:20px;
  }
}

@media screen and (max-width: 743px){
  #keeping-cost #cost th.tate{
    width:70px;
  }

  #keeping-cost #cost th span{
    margin-right:10px;
  }

  #keeping-cost #cost .color3{
    width:110px;
  }
}

/* 個別レイアウト */
#cleaning-cost #cost th span{
  margin-right:40px;
}

#cost th:last-of-type{
  text-align: right;
}

#cost tr:first-of-type th{
  text-align: center!important;
}

#cleaning-cost #cost th{
  width:calc((100% - 100px) / 3);
}

#cleaning-cost #cost th.left{
  width:340px;
}

#cleaning-cost th.left small{
  display:block;
}

#cleaning-cost th small{
  font-size:13px;
  letter-spacing: 0;
  font-weight:500;
}

#cleaning-cost .hr{
  width:100%;
  border-bottom: solid 15px #fff;
}

@media screen and (max-width: 1199px){
  #cleaning-cost #cost th span{
    margin-right:5px;
  }

  #cleaning-cost #cost th{
    width:calc((100% - 100px) / 3);
  }

  #cleaning-cost #cost th.left{
    width:220px;
    padding: 20px!important;
  }

  #cleaning-cost th.left small{
    display:block;
  }

  #cleaning-cost th small{
    font-size:12px;
    letter-spacing: 0;
    font-weight:500;
  }

  #cleaning-cost .hr{
    width:100%;
    border-bottom: solid 15px #fff;
  }
}

@media screen and (max-width: 1023px){
  #cleaning-cost #cost th.left{
    width:200px;
    padding: 8px!important;
  }
}

@media screen and (max-width: 743px){
  #cleaning-cost .hr{
    border-bottom: solid 7px #fff;
  }
}

/* スクロールヒント */
.scroll-hint-icon{
  display:none;
}

@media screen and (max-width: 550px){
  .scroll-hint-icon{
    display:inline-block;
    padding:35px 15px 10px 15px!important;
    height:auto!important;
    top: 150px!important;
  }

  .scroll-hint-text{
    display: block!important;
    text-align: center!important;
    letter-spacing: 0.07em!important;
    margin-top:5px!important;
  }

  .scroll-hint-icon:after{
    position: absolute!important;
    top: 18px!important;
    left: 50%!important;
    margin-left: -18px!important;
  }
}


.js-scrollable{
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.js-scrollable::-webkit-scrollbar{
  display: none;
}










/**/
