@charset "utf-8";
/* CSS Document */


/*入場料********************************************************/
#gateReceiptsSection{margin-top:3em;}
#receiptFeeList{}
#receiptFeeList .unit-fee{
margin-top:1em;
box-sizing:border-box;
border:#EEE solid 1px;
}
#receiptFeeList .unit-fee h5{
padding:.5em;
background-color:#A5E3DC;
color:#0F3632;
font-size:1.3em;
font-weight:700;
text-align:center;
}
#receiptFeeList .unit-fee h5>em{
display:block;
font-size:1.1rem;
}
#receiptFeeList .unit-fee p{
border:#EEE solid 1px;
background-color:#FFF;
text-align:center;
padding:5px;
margin:10px;
border-radius:0.3em;
font-size:0.9em;
}
#receiptFeeList .unit-fee dl{
width:80%;
margin:1em auto;
}
#receiptFeeList .unit-fee dl>dt{
display:inline-block;
width:30%;
font-weight:700;
font-size:1.2em;
}
#receiptFeeList .unit-fee dl>dd{
display:inline-block;
width:70%;
text-align:right;
}
#receiptFeeList .unit-fee dl>dd>span{font-size:2em;}



.btn-Simulate{
display:block;
width:100%;
margin:1em 0;
}

/*施設利用料キャンペーンリスト*******************************/
#campaignList{}
#campaignList img{
width:100%;
margin-top:.5em;
}

/*バーベキュー利用料******************************************/
#section-barbecue-fee{margin-top:3em;}
#section-barbecue-fee .unit-fee{
box-sizing:border-box;
margin-top:1em;
border:#CCC solid 1px;
border-radius:.25em;
padding:1em;
}
#section-barbecue-fee .unit-fee dl{}
#section-barbecue-fee .unit-fee dl dt
,#section-barbecue-fee .unit-fee dl dd
{
text-align:center;
}
#section-barbecue-fee .unit-fee dl dt{
font-weight:700;
font-size:1.3em;
margin:.25em;
}
#section-barbecue-fee .unit-fee dl dd{}
#section-barbecue-fee .unit-fee dl dd span{
margin:0 .5em;
font-size:1.5em;
vertical-align:middle;
}

/*ドリンクリスト********************************************/
.drinkListSection{
margin:1em;
padding:2em;
border:#CCC solid 1px;
border-radius:0.25em;
background-color:#FFF;
}
.drinkListSection h5,.drinkListSection h6{font-weight:700;}
.drinkListSection h5{
margin-bottom:.5em;
padding:.75em 0;
border-bottom:#EEE solid .5em;
font-size:1.7rem;
}
.drinkListSection h6{
margin:1em 0;
font-size:1.5rem;
}
.drinkListSection h6 span{
margin:0 .5em 0 0;
padding:0 .25em;
background-color:#333;
color:#FFF;
font-size:1rem;
vertical-align:middle;
}
.drinkListSection ul{margin-left:.5em;}
.drinkListSection ul li{}
@media only screen and (min-width:768px){
.drinkListSection ul li{
display:inline-block;
width:calc(100%/3);
}
}
.drinkListSection em{
display:block;
text-align:right;
margin:.5em 0;
padding:.25em 0;
border:#CCC solid 0;
border-width:0 0 1px 0;
color:#333;
font-size:1rem;
}



/*マリンスポーツ利用料*/
#marineSection{margin:3em 0;}
#marineSection h4{
position:relative;
margin:.5em 0;
padding:1em;
font-weight:700;
color:#0F3632;
text-align:center;
border:#0F3632 solid 0;
border-width:1px 0 1px 0;
}

#towingFeeList .unit-fee{
padding:2em 1em;
border:#EEE solid 1px;
}
#towingFeeList .unit-fee dl{}
#towingFeeList .unit-fee dl dt,#towingFeeList .unit-fee dl dd{display:inline-block;}
#towingFeeList .unit-fee dl dt{
width:40%;
}
#towingFeeList .unit-fee dl dd{
width:60%;
text-align:right;
}
#towingFeeList .unit-fee dl dd em{
margin:0 .5em 0 0;
padding:0 .25em;
background-color:#333;
color:#FFF;
font-size:1rem;
}
#towingFeeList .unit-fee dl dd span{
margin:0 .5em;
font-size:2rem;
vertical-align:middle;
}


#wakeFeeList{}
#wakeFeeList .unit-fee{
margin-top:1em;
box-sizing:border-box;
border:#EEE solid 1px;
}
#wakeFeeList .unit-fee h5{
padding:1em;
background-color:#A5E3DC;
color:#0F3632;
font-weight:700;
text-align:center;
}
#wakeFeeList .unit-fee dl{
margin-top:1em;
text-align:center;
}
#wakeFeeList .unit-fee dl dt,#wakeFeeList .unit-fee dl dd{padding:.25em 0;}
#wakeFeeList .unit-fee dl dt{}
#wakeFeeList .unit-fee dl dd{
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
font-size:2.5rem;
}
#wakeFeeList .unit-fee p{
padding:1em 2em;
height:11em;
overflow:hidden;
}