@charset "utf-8";

.facility_search_top{
    margin: 30px 0 0;
}

.icon-chevron-right::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #EF831F;
    margin-right: 10px;
}

.facility_all{
    display: block;
    border: 1px solid #707070;
}

.facility_all a{
    color: #3A3653;
    padding: 10px 20px;
    height: 50px;
}

.facility_all a:hover{
    background: #FFF9E2;
    transition: all .2s ease 0s;
}

.facility_info_table_title {
    background-color: #FFF9E2;
    border-bottom: 3px solid #EEEDEA;
}

.facility_info_table_title th {
    padding: 10px;
}

.facility_info_table_items td {
    padding: 10px;
    border-bottom: 2px solid #EEEDEA;
}
