@charset "utf-8";

.reservation-btn{
    width: 150px;
    height: 50px;
}

/*サブタイトル*/
.facility-subtitle{
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

.facility_intro{
    display: block;
    background-color: #EEEDEA;
    height: 100%;
    padding: 10px 20px;
    margin: 10px 0 30px;
}

.facility_info_table{
    border: solid 1px;
    height: 100%;
    margin-bottom: 50px;
}

.facility_info_table td{
    border: solid 1px;
    padding: 15px 20px;
}

.facility_info_table td a i{
    color: #EF831F;
}

.facility_info_table .td1{
    background-color: #FFF9E2;
}

.facility_info_table .td2{
    background-color: #FFFDF4;
}

iframe{
    border: solid 0;
    width: 100%;
    height: 400px;
}
