/* グローバル
***************************************************************/
@media all and (min-width: 681px) {
  .w_icatch {
    background-image: url(../img/price/price1.jpg);
  }
}
@media all and (max-width:680px) {
  .w_icatch {
    background-image: url(../img/price/price1_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* priceWrap1
***************************************************************/
.priceWrap1 {
  padding-bottom: 210px;
}
.priceBlock {
  padding-top: 100px;
}
.priceBlock + .priceBlock {
  margin-top: 100px;
  border-top: 2px solid #6e7175;
}
.priceBlock .titleCaption1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.95;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
/* priceGraph */
.priceGraph {
  width: 1100px;
  margin: 65px auto 0;
}
.priceGraph img {
  width: 100%;
  display: block;
}
/* price0Box */
.price0Box {
  width: 1100px;
  margin: 65px auto 0;
  padding: 60px 0 80px;
  background-color: #f0f0f0;
}
.price0Box .price0_tit {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.price0Box .price0_img {
  width: 930px;
  margin: 60px auto 0;
}
.price0Box .price0_img img {
  width: 100%;
  display: block;
}
/* buyingBox */
.buyingBox {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0;
}
.buyingBox .buy_tit {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.buyingBox .buyList {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding: 60px 0 0;
}
.buyingBox .buyList > li {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .buyingBox .buyList > li {
  width: 33.3%;
}
.buyingBox .buyList .buy_icon img {
  height: 124px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.buyingBox .buyList .buy_text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.46;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
/* price_contactBox */
.price_contactBox {
  padding-top: 85px;
}
.price_contact_tit {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.price_contactLink {
  width: 935px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.price_contactLink .li1 {
  width: 448px;
  height: 153px;
}
.price_contactLink .li1 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #6c6230;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.price_contactLink .li1 a::after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.3s ease;
}
.price_contactLink .li1 a .s1 {
  font-size: 17px;
  letter-spacing: 0.12em;
}
.price_contactLink .li1 a .s2 {
  font-size: 50px;
  letter-spacing: 0.025em;
  position: relative;
  padding-left: 34px;
}
.price_contactLink .li1 a .s3 {
  font-size: 16px;
  letter-spacing: 0.12em;
  position: relative;
  width: 284px;
  margin-top: 6px;
}
.price_contactLink .li1 a .s2::after {
  content: "";
  width: 26px;
  height: 36px;
  background-image: url(../img/common/ico_tel1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.price_contactLink .li1 a .s3::before,
.price_contactLink .li1 a .s3::after {
  content: "";
  width: 10px;
  height: 22px;
  border: 2px solid #fff;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.price_contactLink .li1 a .s3::after {
  border-right: 2px solid #fff;
  border-left: none;
  left: auto;
  right: 0;
}
.price_contactLink .li1.type2 a {
  background-color: #aa9d54;
}
.price_contactLink .li1.type2 a .s2 {
  padding-left: 46px;
}
.price_contactLink .li1.type2 a .s2::after {
  width: 36px;
  height: 26px;
  background-image: url(../img/common/ico_mail1_w.svg);
}
@media all and (min-width: 681px) {
  .buyingBox .buyList > li:nth-of-type(1n + 4) {
    margin-top: 75px;
  }
  .price_contactLink .li1 a:hover {
    background-color: #3c3c3c;
  }
  .price_contactLink .li1 a:hover::after {
    width: 44px;
  }
}
@media all and (max-width:680px) {
  .priceWrap1 {
    padding-bottom: 100px;
  }
  .priceBlock {
    padding-top: 50px;
  }
  .priceBlock + .priceBlock {
    margin-top: 50px;
  }
  .priceBlock .titleCaption1 {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding: 0 5%;
  }
  /* priceGraphSP */
  .priceGraphSP {
    padding: 30px 0 0;
  }
  .priceGraphSP .blk {
    width: 100%;
    background-color: #fff;
    padding: 30px 10%;
  }
  .priceGraphSP .blk .tit1 {
    padding: 0 2px;
  }
  .priceGraphSP .blk .tit1.type1 {
    width: 222px;
    margin: 0 auto;
  }
  .priceGraphSP .blk .img1 {
    margin-top: 20px;
    display: none;
  }
  .priceGraphSP .blk img {
    display: block;
    width: 100%;
  }
  .priceGraphSP .blk .btn1 {
    margin: 25px auto 0;
    padding: 6px 4px 6px 0;
    width: 200px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #999;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .priceGraphSP .blk .btn1::before {
    content: "▼ 価格を見る";
  }
  .priceGraphSP .blk .btn1.on::before {
    content: "▲ 閉じる";
  }
  .priceGraphSP .blk.block1,
  .priceGraphSP .blk.block3 {
    background-color: #f0f0f0;
  }
  /* price0Box */
  .price0Box {
    width: 100%;
    margin: 30px auto 0;
    padding: 25px 0 35px;
  }
  .price0Box .price0_tit {
    font-size: 18px;
  }
  .price0Box .price0_img {
    width: 90%;
    margin: 25px auto 0;
  }
  /* buyingBox */
  .buyingBox {
    width: 100%;
    padding: 50px 0 0;
  }
  .buyingBox .buy_tit {
    font-size: 18px;
  }
  .buyingBox .buyList {
    padding: 35px 0 0;
  }
  .buyingBox .buyList > li {
    width: 50%;
  }
  .buyingBox .buyList > li:nth-of-type(1n + 3) {
    margin-top: 10vw;
  }
  .buyingBox .buyList .buy_icon img {
    height: 22vw;
  }
  .buyingBox .buyList .buy_text {
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    margin-top: 3.2vw;
  }
  /* price_contactBox */
  .price_contactBox {
    padding-top: 80px;
  }
  .price_contact_tit {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .price_contactLink {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
  .price_contactLink .li1 {
    width: 288px;
    height: 120px;
    margin: 0 auto;
  }
  .price_contactLink .li1:nth-of-type(1n + 2) {
    margin-top: 20px;
  }
  .price_contactLink .li1 a::after {
    width: 20px;
  }
  .price_contactLink .li1 a .s1 {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .price_contactLink .li1 a .s2 {
    font-size: 32px;
    padding-left: 24px;
  }
  .price_contactLink .li1 a .s3 {
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 230px;
  }
  .price_contactLink .li1 a .s2::after {
    width: 18px;
    height: 24px;
  }
  .price_contactLink .li1 a .s3::before,
  .price_contactLink .li1 a .s3::after {
    width: 6px;
    height: 16px;
  }
  .price_contactLink .li1.type2 a .s2 {
    padding-left: 34px;
  }
  .price_contactLink .li1.type2 a .s2::after {
    width: 25px;
    height: 18px;
    top: 2px;
  }
}
@media all and (max-width:370px) {
}


/* 特殊清掃基本料金
***************************************************************/
.pri_h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #AA9D54;
  margin-bottom: 15px;
}
.pri_list1 {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #AA9D54;
}
.pri_list1 .pri_blk1 {
  width: 50%;
  background-color: #AA9D54;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 5px 0;
}
.pri_list1 .pri_blk1 + .pri_blk1 {
  border-left: 1px solid #fff;
}
.pri_list1 .pri_blk2 {
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 5px 0;
  border: 1px solid #AA9D54;
}
.pri_sml1 {
  width: 90%;
  margin: 5px auto 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
@media all and (min-width: 681px) {
  .pri_h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
  .pri_list1 {
    width: 800px;
    margin: 0 auto;
  }
  .pri_list1 .pri_blk1 {
    font-size: 20px;
    padding: 10px 0;
  }
  .pri_list1 .pri_blk2 {
    font-size: 18px;
    padding: 10px 0;
  }
  .pri_sml1 {
    width: 800px;
    margin: 5px auto 0;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .mt15 {
    margin-top: 25px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt30 {
    margin-top: 50px;
  }
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
