@charset "utf-8";
/*===============================================
 *	MV
===============================================*/
.sub-main .inner h1::before {
  background: url(../img/price/sub-main-icon.png) no-repeat;
  background-size: contain;
}
.intro-box .txt-box h2 {
  font-size: 36px;
}
.campaign.under_page {
  padding: 0;
}
@media only screen and (max-width: 568px) {
  .intro-box .txt-box h2 {
    font-size: 26px;
  }
  .campaign.under_page {
    padding: 0 5%;
  }
}

#price-guide {
/*  background: #d5efff;*/
  padding: 80px 0;
}
#price-guide table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 45px;
  font-size: 20px;
  position: relative;
}
#price-guide table::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -80px;
  margin: 0 auto;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ec6917 transparent transparent transparent;
  left: 50%;
  transform: translate(-50%, 0);
}
#price-guide table th:nth-child(2),
#price-guide table th:last-child {
  width: 40%;
}
#price-guide table th:nth-child(2) .small,
#price-guide table th:last-child .small {
  font-size: 18px;
}
#price-guide table th,
#price-guide table td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
#price-guide table th:last-child,
#price-guide table td:last-child {
  border-right: 1px solid #ccc;
}
#price-guide table th {
  color: #fff;
  font-size: 22px;
}
#price-guide table td {
  background: #fff;
  letter-spacing: 0;
}
#price-guide table td:last-child {
  color: #ee8190;
  font-size: 22px;
}
#price-guide table td:last-child .small {
  font-size: 18px;
}
@media only screen and (max-width: 568px) {
  #price-guide {
    padding: 30px 0;
  }
  #price-guide table {
    font-size: 14px;
    width: 90%;
    margin: 15px auto 0;
    margin-top: 30px;
  }
  #price-guide table::after {
    border-width: 40px 40px 0 40px;
    bottom: -60px;
  }
  .attention p#icon::before {
    top: 75%;
  }
  #price-guide table th {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #price-guide table th:nth-child(2) .small, 
  #price-guide table th:last-child .small {
    font-size: 12px;
  }
  #price-guide table td:last-child {
    font-size: 16px;
  }
  #price-guide table td:last-child .small {
    font-size: 14px;
  }
}
.skew-line {
  width: 100%;
  text-align: center;
}
#price-guide .skew-line-ttl {
  font-size: 35px;
  position: relative;
  text-align: center;
  margin-top: 100px;
  display: inline-block;
}
#price-guide .skew-line-ttl b {
  font-size: 45px;
}
#price-guide .skew-line-ttl::before {
  content: '';
  background: url(../img/top/reason03-ttl-before.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 37px;
  height: 42px;
  left: -60px;
  bottom: 10px;
}
#price-guide .skew-line-ttl::after {
  content: '';
  background: url(../img/top/reason03-ttl-after.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 37px;
  height: 42px;
  right: -45px;
  bottom: 10px;
}
#price-guide .list-underbar {
  margin-top: 30px;
}
#price-guide .list-underbar li {
  width: calc(100% / 6.5);
}
#price-guide .list-underbar li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#price-guide .list-underbar li p {
  height: 40px;
  font-size: 16px;
}
#price-guide .forpc {
  margin-top: 30px;
}
@media only screen and (max-width: 568px) {
  #price-guide .skew-line-ttl {
    font-size: 18px;
    margin-top: 70px;
  }
  #price-guide .skew-line-ttl b {
    font-size: 1.5em;
  }
  #price-guide .skew-line-ttl::before {
    width: 20px;
    height: 23px;
    left: 15%;
    bottom: unset;
    top: 10px;
  }
  #price-guide .skew-line-ttl::after {
    width: 20px;
    height: 23px;
    right: 15%;
    bottom: unset;
    top: 10px;
  }
  #price-guide .list-underbar {
    margin-top: 0;
  }
  #price-guide .list-underbar li {
    width: calc(100% / 3.1);
    margin-top: 15px;
  }
  #price-guide .list-underbar li p {
    height: auto;
    font-size: 14px;
  }
  #price-guide .forsp {
    margin-top: 15px;
    padding: 0 5%;
    max-width: 100%;
  }
}

#price-service #list01 h4::before {
  background: url(../img/num-icon/option01-icon.png) no-repeat center #1f88dd;
}
#price-service #list02 h4::before {
  background: url(../img/num-icon/option02-icon.png) no-repeat center #1f88dd;
}
#price-service #list03 h4::before {
  background: url(../img/num-icon/option03-icon.png) no-repeat center #1f88dd;
}
#price-service #list04 h4::before {
  background: url(../img/num-icon/option04-icon.png) no-repeat center #1f88dd;
}
#price-service #list05 h4::before {
  background: url(../img/num-icon/option05-icon.png) no-repeat center #1f88dd;
}
/* #price-service #list06 h4::before {
  background: url(../img/num-icon/option06-icon.png) no-repeat center #1f88dd;
} */

#price-service {
  padding: 80px 0;
}
#price-service ul li {
  margin-top: 60px;
}
#price-service ul li h4 {
  margin-bottom: 30px;
}
#price-service ul li .txt-box {
  width: 56%;
}
#price-service ul li .txt-box h5 {
  font-size: 26px;
}
#price-service ul li .txt-box p {
  margin-top: 15px;
}
#price-service ul li .img-box {
  width: 40%;
}
#price-service .annotation {
  margin-top: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 568px) {
  #price-service {
    padding: 30px 0;
  }
  #price-service ul li {
    margin-top: 30px;
  }
  #price-service ul li:first-child {
    margin-top: 45px;
  }
  #price-service ul li > div {
    flex-direction: column;
    padding: 0 5%;
  }
  #price-service ul li .img-box {
    width: 100%;
  }
  #price-service ul li .txt-box {
    width: 100%;
    margin-top: 15px;
  }
  #price-service ul li .txt-box h5 {
    font-size: 22px;
    text-align: center;
  }
  #price-service .annotation {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

#price-service .price-table {
  width: 100%;
  margin-top: 40px;
  border: solid 1px #cccccc;
  border-bottom: none;
  margin-bottom: 20px;
}
#price-service .price-table dl {
  width: 100%;
  text-align: center;
}
#price-service .price-table .caption {
  padding: 15px 0;
  font-size: 22px;
  background: #e7f4ff;
  border-bottom: solid 1px #cccccc;
}
#price-service .price-table .caption .small {
  font-size: 18px;
}
#price-service .price-table .caption .small {
  font-size: 18px;
}
#price-service .price-table dl.caption dt {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 22px;
}
#price-service .price-table dt,
#price-service .price-table dd {
  background: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  border-right: solid 1px #cccccc;
  letter-spacing: 0;
}
#price-service .price-table dt:last-child,
#price-service .price-table dd:last-child {
  border-right: none;
}
#price-service .price-table dt {
  border-bottom: solid 1px #cccccc;
}
#price-service .price-table dd {
  border-bottom: solid 1px #cccccc;
}
#price-service .price-table dd.price {
  font-size: 22px;
  letter-spacing: 0;
}
#price-service .price-table dd.price .small {
  font-size: 18px;
}
#price-service .price-table dd.price b {
  font-size: 18px;
}
#price-service .price-table dl.row dt,
#price-service .price-table dl.row dd {
  width: 50%;
}
#price-service .price-table.col-2 {
  border-right: 0;
}
#price-service .price-table.col-2 dl dd {
  border-right: solid 1px #cccccc;
  font-size: 22px;
}
#price-service .price-table.col-3 dt,
#price-service .price-table.col-3 dd {
  width: calc(100% / 3) !important;
}
#price-service .price-table.col-4 dt,
#price-service .price-table.col-4 dd {
  width: calc((100% - 200px) / 3) !important;
}
#price-service .price-table.col-4 .size {
  width: 200px !important;
}
@media only screen and (max-width: 568px) {
  #price-service .price-table dd.price .small {
    font-size: 14px;
  }
  #price-service .price-table dd.price b {
    font-size: 15px;
  }
  #price-service .price-table.col-2 dl dd {
    font-size: 18px;
  }
  #price-service .price-table .caption .small {
    font-size: 16px;
  }
  #price-service .price-table {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  #price-service .price-table .caption {
    font-size: 18px;
    padding: 10px 0;
  }
  #price-service .price-table dl.caption dt {
    font-size: 18px;
  }
  #price-service .price-table dt,
  #price-service .price-table dd {
    font-size: 16px;
    padding: 10px 0;
  }
  #price-service .price-table dl.row dd {
    font-size: 16px;
  }
  #price-service .price-table dl.row dd#harikae {
    font-size: 14px;
  }
  #price-service .price-table dl.row dd#irekae {
    font-size: 14px;
  }
  #price-service .price-table dl.row dt.room-size {
    font-size: 14px;
  }
  #price-service .price-table dl.row .price b {
    font-size: 14px;
  }
  #price-service .price-table.col-3 dl dt,
  #price-service .price-table.col-3 dl dd {
    font-size: 14px;
  }
  #price-service .price-table.col-3 dl dd {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #price-service .price-table.col-4 dl {
    flex-direction: column;
  }
  #price-service .price-table.col-4 dl:first-child {
    display: none;
  }
  #price-service .price-table.col-4 dl .size {
    width: 100% !important;
    background: #e7f4ff;
    color: #1f88dd;
    text-align: center;
  }
  #price-service .price-table.col-4 dl dd,
  #price-service .price-table.col-4 dl dt {
    width: 100% !important;
  }
  #price-service .price-table.col-4 dl dd {
    position: relative;
    padding: 10px 15px;
    text-align: right;
    border-right: 0;
  }
  #price-service .price-table.col-4 dl dd:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 14px;
    color: #333333;
  }
  #price-service .price-table.col-4 dl dd:nth-child(2):before {
    content: 'お手軽クリーニング (税込)';
  }
  #price-service .price-table.col-4 dl dd:nth-child(3):before {
    content: '洗浄クリーニング (税込)';
  }
  #price-service .price-table.col-4 dl dd:nth-child(4):before {
    content: 'お洗濯修理 (税込)';
  }
}
.section-map {
  background: #d5efff;
}

.credit-box {
  margin-top: 50px;
}
.credit-box .under_txt {
  margin-top: 10px;
}
@media only screen and (max-width: 568px) {
  .credit-box {
    width: 90%;
    margin: 25px auto 0;
  }
  .credit-box .under_txt {
    margin-top: 6px;
  }
}
/*===============================================
 *	改修用
===============================================*/
.camp_bnr{
  padding: 0;
}


