@charset "UTF-8";
.price_points {
  gap: 65px 5.5%;
}
.price_points li {
  width: 29.6%;
  background: #d9ebf4;
  padding: 25px 28px 20px;
  position: relative;
}
.price_points li .ttl {
  font-size: min(1.8vw, 20px);
  display: flex;
  align-items: center;
  gap: 0 5%;
  margin-right: -10px;
}
.price_points li .ttl img {
  width: 55px;
}
.price_points li .photo {
  border-radius: 5px;
  margin: 15px 0 15px;
}
.price_points li::before {
  content: "";
  background: var(--site-secondary);
  width: 6px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 35px;
}

.point_box {
  margin: 65px 0 40px;
}

.other_price .ttl_underbar_set .main_txt::before {
  content: none;
}

.service_box .box_inner {
  padding: 40px 60px 50px;
}
.service_box .photo {
  width: 43%;
  border-radius: 15px;
  filter: drop-shadow(10px 10px 0 #ededed);
}
.service_box .txt_box {
  width: 51.3%;
}
.service_box .ttl {
  font-size: min(2.5vw, 30px);
  margin: 1em 0 0.75em;
}
.service_box .annotation_txt {
  width: 100%;
}

.price_list_table {
  width: 100%;
  border: 3px solid var(--site-palecolor);
  table-layout: fixed;
  margin-top: 50px;
  margin-bottom: 15px;
}
.price_list_table th {
  font-size: min(1.8vw, 20px);
  font-weight: 500;
  color: var(--site-primary);
  background: var(--site-palecolor);
  text-align: center;
  padding: 0.75em 0;
}
.price_list_table th:nth-of-type(n + 2) {
  border-left: 2px solid rgba(255, 255, 255, 0.4);
}
.price_list_table th .size {
  font-size: 0.8em;
}
.price_list_table td {
  font-size: min(1.8vw, 20px);
  font-weight: 500;
  text-align: center;
  background: #fff;
  padding: 0.85em 0;
  border-top: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}
.price_list_table td:nth-of-type(n + 2) {
  border-left: 2px solid rgba(var(--site-palecolor-rgb), 0.4);
}
.price_list_table td .size {
  font-size: 0.8em;
}

.butsudan .box_inner {
  padding-bottom: 0;
}
.butsudan .price_list_table th {
  font-size: min(1.8vw, 19px);
}

@media only screen and (max-width: 960px) {
  .price_points {
    gap: 4.5vw 5.5%;
  }
  .service_box .box_inner {
    padding: 4vw 3.5vw 5vw;
  }
  .price_list_table {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 568px) {
  .price_points {
    gap: 25px 0;
    margin-top: 30px;
  }
  .price_points li {
    width: 100%;
  }
  .price_points li .ttl {
    font-size: 5.3vw;
    gap: 0 10px;
  }
  .point_box {
    margin: 35px 0 20px;
  }
  .point_box .main {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .service_box .box_inner {
    padding: 20px 0 25px;
    justify-content: center;
  }
  .service_box .photo {
    width: 90%;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0 #ededed);
  }
  .service_box .txt_box {
    width: 100%;
  }
  .service_box .ttl {
    font-size: 5.3vw;
    text-align: center;
    margin: 1em 0 0.75em;
  }
  .price_list_table th {
    font-size: 4.25vw;
  }
  .price_list_table td {
    font-size: 4.0vw;
  }
  .butsudan .box_inner {
    padding-bottom: 0;
  }
  .butsudan .price_list_table {
    margin-bottom: 0;
  }
  .butsudan .price_list_table th {
    font-size: 4.0vw;
    display: none;
  }
  .butsudan .price_list_table td {
    display: block;
    border-left: none;
    display: flex;
    justify-content: space-between;
    padding: 0.85em 0.5em;
  }
  .butsudan .price_list_table td:nth-of-type(1) {
    font-size: 4.25vw;
    background: var(--site-palecolor);
    color: var(--site-primary);
    justify-content: center;
  }
  .butsudan .price_list_table td:nth-of-type(2)::before {
    content: "お手軽クリーニング（税込）";
    color: #222;
  }
  .butsudan .price_list_table td:nth-of-type(3)::before {
    content: "洗浄クリーニング（税込）";
    color: #222;
  }
  .butsudan .price_list_table td:nth-of-type(4)::before {
    content: "お洗濯修理（税込）";
    color: #222;
  }
}/*# sourceMappingURL=price.css.map */