@charset "UTF-8";
.top {
  background-image: url(../images/priceBg.jpg);
}

/*---------------------------
料金表
---------------------------*/
.price {
  padding: 30px 25px 0;
}

.price h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 23px;
}

.price table {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.price table th,
.price table td {
  height: 50px;
  border: solid 3px #333;
  vertical-align: middle;
}

.price table th:nth-of-type(2),
.price table td:nth-of-type(2) {
  width: 350px;
}

.price table tr:first-of-type th:first-of-type {
  border: unset;
}

.price table tr:first-of-type th:nth-of-type(2) {
  background-color: #ddd;
}

@media (max-width: 800px) {
  /*---------------------------
レスポンシブ
---------------------------*/
  /*---------------------------
料金表
---------------------------*/
  .price {
    padding: 30px 25px 0;
  }
  .price h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .price table {
    margin: 0 auto 50px;
    font-size: 14px;
  }
  .price table th,
  .price table td {
    padding: 5px 10px;
    line-height: 1.5;
  }
  .price table th:nth-of-type(2),
  .price table td:nth-of-type(2) {
    width: 40%;
  }
}
