/*========================================
p05ご予約css

========================================*/

/*------------------------------ ご予約 */
.goyoyaku{
 margin-top: 80px;
 padding-bottom: 100px;
}

.table_p05_01{
 margin: 50px auto 0 auto;
 font-size: 1.8rem;
 background: url("../images/bg/bg_takeyu02.png") 88% top no-repeat;
}

.table_p05_01 table{
 width: 90%;
}

.table_p05_01 th,
.table_p05_01 td{
 padding: 15px 0;
}

.table_p05_01 th{
 width: 240px;
 color: #9b7f33;
 background: #F9F8F4;
}

.table_p05_01 td{
 padding-left: 15px;
}

/*------------------------------ 長期宿泊 */
.longstayInner{
 padding: 30px 0 100px 0;
 background: url("../images/bg/bg_goods.png") center top no-repeat;
}

.longstayInner p{
 padding: 5px 0 8px 0;
 font-size: 1.8rem;
 text-align: center;
}

.longstay_tell{
 width: 800px;
 margin: 10px auto 40px auto;
 padding: 10px 0 5px 0;
 border: 1px #000 solid;
 border-radius: 10px;
}


.banner_online{
 padding-top: 60px;
 text-align: center;
}

.banner_online a{transition: 0.3s linear;}
.banner_online a:hover{opacity: 0.6;}

