@charset "UTF-8";

#sec-price {
  background: #f6f2f0;
  padding: 140px 0 120px;
}

#sec-price .price-note {
  margin: 0 auto 20px 0;
  display: flex;
  justify-content: flex-end;
}

#sec-price .price-note p {
}

#sec-price .list {
  margin-bottom: 60px;
}

#sec-price .list:last-child {
  margin-bottom: 0;
}

#sec-price .price-head {
  background: #826e60;
  color: #fff;
  padding: 55px 20px 50px;
  text-align: center;
}

#sec-price .price-head .head32 {
  font-weight: normal;
}

#sec-price .price-head .text16 {
  margin-top: 25px;
}

#sec-price .price-detail {
  background: #fff;
  padding: 40px 5%;
}

#sec-price table {
  table-layout: fixed;
  width: 100%;
}

#sec-price table tr {
  border-bottom: 1px solid #e4dcd7;
}

#sec-price table tr:last-child {
  border-bottom: 0;
}

#sec-price table .amount {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 10px;
  width: 20%;
}

#sec-price .gold {
  color: #a6955b;
}

#sec-price table .item {
  font-weight: normal;
  position: relative;
  padding: 35px 0;
  width: 40%;
}

#sec-price table .item:after {
  content: "";
  border-right: 1px dashed #e4dcd7;
  position: absolute;
  left: 100%;
  top: 10%;
  height: 80%;
}

#sec-price table .item span {
  color: #c9b8af;
  margin-right: 10px;
}

#sec-price table td {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  padding: 35px 0;
  position: relative;
}

#sec-price table td:after {
  content: "";
  border-right: 1px dashed #e4dcd7;
  position: absolute;
  left: 100%;
  top: 10%;
  height: 80%;
}

#sec-price table td.gold:after {
  border: none;
}

#sec-price .price-ttl {
  background: #f6f2f0;
  margin-bottom: 30px;
  padding: 10px 20px;
}

#sec-price .price-ttl.mt {
  margin-top: 40px;
}

#sec-price .flex-col-03 {
  justify-content: space-between;
}

#sec-price .flex-col-03 li {
  border-right: 1px solid #e4dcd7;
  padding: 20px 0 30px;
  text-align: center;
  width: 33.33%;
}

#sec-price .flex-col-03 li:last-child {
  border-right: 0;
}

#sec-price .flex-col-03 li .item-name {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 35px;
}

#sec-price .flex-col-03 li .dot {
  color: #c9b8af;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}

.col-text {
  margin-bottom: 25px;
}

.col-price {
  color: #a6955b;
  font-size: 21px;
  font-size: 2.1rem;
}

.item .text14 {
  padding-left: 2em;
}

@media screen and (max-width: 834px) {
  #sec-price {
    padding: 50px 0 50px;
  }

  #sec-price .price-note {
    margin: 0px auto 10px 0;
  }

  #sec-price .price-note p {
    font-size: 1.3rem;
  }

  #sec-price .price-head {
    padding: 25px 20px 30px;
  }

  #sec-price .price-head .head32 {
    font-size: 2rem;
    line-height: 1.4;
  }

  #sec-price .price-head .text16 {
    margin-top: 5px;
    text-align: left;
  }

  #sec-price .price-detail {
    padding: 8% 5%;
  }

  #sec-price .price-detail-wrap {
    overflow: scroll;
  }

  #sec-price table {
    table-layout: fixed;
    width: 600px;
  }

  #sec-price table .item {
    font-size: 1.4rem;
    padding: 15px 10px 15px 0;
  }

  #sec-price table .item .text14 {
    padding-left: 2em;
    font-size: 1.2rem;
  }

  #sec-price table td {
    font-size: 1.4rem;
    padding: 15px 0;
  }

  #sec-price .price-ttl {
    margin-bottom: 15px;
    padding: 10px 20px;
  }

  #sec-price .price-ttl .text24 {
    font-size: 1.8rem;
  }

  #sec-price .flex-col-03 {
    display: block;
  }

  #sec-price .flex-col-03 li {
    border-right: 0;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e4dcd7;
    width: 100%;
  }

  #sec-price .flex-col-03 li .dot {
    font-size: 1.6rem;
  }

  #sec-price .flex-col-03 li .item-name {
    font-size: 21px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  #sec-price .flex-col-03 li:first-child {
    padding-top: 0;
  }

  #sec-price .flex-col-03 li:last-child {
    border-bottom: none;
  }

  .col-text {
    margin-bottom: 10px;
  }

  .col-price {
    font-size: 1.8rem;
  }

  .note {
    color: #c9b8af;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 687px) {
}

@media only screen and (max-width: 1270px) {
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 687px) {
}

/*-----追加250903--------------------------------*/
@media screen and (max-width: 834px) {
  #sec-price table {
    width: 700px;
  }
}
