@charset "UTF-8";
/* 料金表
----------------------------------------------- */
article.order .sub_cover {
  background: url("../images/order/page_cover_02.webp") no-repeat top center;
}
@media screen and (max-width: 767px) {
  article.order .sub_cover {
    background-size: cover;
    height: 200px;
  }
}
article.order .order_01 {
  background: url("../images/order/page_cover_01.webp") no-repeat top center;
}
@media screen and (max-width: 767px) {
  article.order .order_01 {
    background-size: cover;
    height: 200px;
  }
}
article.order .postcard {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  article.order .postcard {
    margin-bottom: 50px;
  }
}
article.order .wrap {
  border: solid 1px #707070;
  box-shadow: 1px 1px #e5e5e5;
  padding: 20px 20px;
  margin-bottom: 20px;
}
article.order .index_02 {
  margin-bottom: 20px;
  border-bottom: solid 1px #707070;
  box-shadow: 0px 1px 1px #e5e5e5;
  padding-bottom: 10px;
}
article.order .index_02 span {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px #e5e5e5;
}
article.order .index_03 {
  margin-bottom: 10px;
}
article.order .index_03 span {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px #e5e5e5;
}
article.order .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  article.order .flex {
    flex-wrap: wrap;
  }
}
article.order .flex .box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  article.order .flex .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  article.order .flex .box:last-child {
    margin-bottom: 0;
  }
}
article.order .table {
  display: table;
  border-collapse: collapse;
  box-sizing: border-box;
  text-shadow: 1px 1px #e5e5e5;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.order .table {
    width: 100%;
    font-weight: normal;
  }
}
article.order .table .tr {
  display: table-row;
}
article.order .table .th,
article.order .table .td {
  display: table-cell;
  text-align: center;
  border: 1px solid #707070;
  padding: 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  article.order .table .th,
  article.order .table .td {
    width: 25%;
    padding: 20px 0;
    box-sizing: border-box;
  }
}
article.order .table .th {
  width: 16.6%;
  background: #adada9;
}
article.order section.price_list {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  article.order section.price_list {
    width: 100%;
  }
}
article.order section.price_list .card {
  margin-bottom: 80px;
}
article.order section.price_list .detail p {
  margin-bottom: 15px;
}
article.order section.price_list .detail a {
  color: #435D37;
  text-decoration: underline;
}/*# sourceMappingURL=order.css.map */