.tbl_lyt table.lyt_ch_price{
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .tbl_lyt table.lyt_ch_price{
        width: 100%;
    }
}

.room_lyt li a{
    transition: all 0.2s ease-out;
}

.room_lyt li a:hover{
    background-size: 110% 110%;
}

.room_lyt li a{
    display: flex;
    height: auto;
    padding-top: 66.66666%;
}
.room_lyt li a span{
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    padding: 10px;
    box-sizing: border-box;    
    transition: all 0.2s ease-out;
}

.room_lyt li a:hover span{
    opacity: 0.8;
}

.tbl_btn a{
    display: block;
    background-color: #fe9900;
    color: #fff;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 5px;    
}

.tbl_btn a:hover{
    background-color: #ffb23d;
    color: #fff;
}

@media screen and (max-width: 768px){
    .sub_menu.hall_menu ul,
    .sub_menu.room_menu ul{
        width: 100%;
    }

    .sub_menu.hall_menu ul li:nth-of-type(1),
    .sub_menu.hall_menu ul li:nth-of-type(2),
    .sub_menu.hall_menu ul li:nth-of-type(3){
        width: 33%;
        border-bottom: solid 1px #fff;
        box-sizing: border-box;
    }

    .sub_menu.hall_menu ul li:nth-of-type(4),
    .sub_menu.hall_menu ul li:nth-of-type(5){
        width: 50%;
        box-sizing: border-box;
    }

    .sub_menu.hall_menu ul li:nth-of-type(3){
        border-right: solid 1px #fff;
    }

    .hall,.room{
        margin-top: 82px;
    }
    
    .sub_menu.room_menu ul li{
        width: 50%;
        box-sizing: border-box;
    }
    
    .sub_menu.room_menu ul li:nth-of-type(1),
    .sub_menu.room_menu ul li:nth-of-type(2){
        border-bottom: solid 1px #fff;
    }
    
    .sub_menu.room_menu ul li:nth-of-type(2){
        border-right: solid 1px #fff;
    }
    
    
}



.map_dl{
    text-align: center;
    margin-bottom: 60px;
}

.map_dl img{
    margin-left: 10px;
    width: 30px;
}

.inq_btn{
    max-width: 1170px;
    width: 100%;
    margin: 40px auto 60px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.inq_btn li {
    /*border: solid 1px #6fba2c;*/
    width: 40%;
    text-align: center;
    box-sizing: border-box;
    font-size: 2.0rem;
    background-color: #fff;
    /*padding: 10px;*/
}
@media screen and (max-width: 768px){
    .inq_btn li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.inq_btn li dl{
    margin-bottom:  15px;
    padding-bottom: 10px;    
}

.inq_btn li dt{
    color: #ffffff;
    background-color: #6fba2c;
    padding: 10px;
    margin-bottom: 20px;
}


/*
.inq_btn li img {
    display: block;
    margin: 10px auto 0 auto;
}
*/

/*
.inq_btn li:nth-of-type(1) a{
    display: flex;
    align-items: center;
    justify-content: center;    
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.inq_btn li:nth-of-type(2){
    padding: 20px;
}
*/

.inq_btn li:nth-of-type(1) a{
    border: solid 2px #6fba2c;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 240px;
}

.inq_btn li:nth-of-type(1) a:hover{
    background-color: #6fba2c;
    color: #fff;
}

.about_reserve.equip_list_btn a{
    margin-bottom: 30px;
}



