@charset "UTF-8";

/*pricelist
---------------------------------------------------------*/

.price_area{
margin-top: 7%;
}

.price_area h4{
font-size: 1.5em;
font-weight: normal;
border-left: solid 3px #CD7630;
padding-left: .5em;
margin-top: 7%;
margin-bottom: 3%;
}

.price_area .box{
margin-bottom: 10%;
}

.price_area .list li{
margin-top: 2px;
}
.price_area .list h5{
background: #8C7563;
color: #fff;
text-align: center;
padding: .7em 0;
font-size: 1.2em;
}
.price_area .list li p{
padding: .9em 1.2em;
background: #F5ECDB;
}
.price_txt{
border-top: dotted 1px rgba(0,0,0,0.15);
text-align: right;
color: #D85318;
}













