@charset "utf-8";
/* CSS Document */
/*#facility .main_img{
    padding-top: 10px;
    margin-bottom: 100px;
}*/
#facility .list{
    padding: 0;
}
/*#facility .content_subttl02{
    margin-bottom: 70px;
}*/
/*#facility .content_subttl03{
    margin-bottom: 50px;
}*/
/*#facility .li_01{
    margin-bottom: 73px;
}*/
/*#facility .li_02{
    margin-bottom: 81px;
}*/
/*#facility .li_03{
    margin-bottom: 87px;
}*/
/*#facility .li_03 .content_subttl03,#facility .li_04 .content_subttl03{
    margin-bottom: 40px;
}*/
/*#facility .li_04{
    margin-bottom: 75px;
}*/
/*#facility .li_04 .list li:first-child{
    margin-bottom: 12px;
}*/
/*#facility .li_05{
    margin-bottom: 72px;
}*/
/*#facility .li_06{
    margin-bottom: 76px;
}*/
#facility .li_07 .flex_imgarea{
    padding-right: 24px;
}
#facility .list li.no_ide{
    padding-left: 0;
    text-indent: 0;
}
/*#facility .other_cate_link .cate_list{
    padding-top: 68px;
}*/
.room_tbl{
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    border-bottom: none;
    /*margin: 50px 0 44px;*/
}
.room_tbl th{
    width: 173px;
    height: 87px;
    background: #00A87A;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.room_tbl td{
    vertical-align: middle;
    padding: 24px;
    border-bottom: 1px solid #ccc;
}
.room_tbl td:nth-of-type(1){
    width: 171px;
    background: #F8F7F3;
    padding-right: 0;
    border-right: 1px solid #ccc;
}
.room_tbl tr:last-child td:nth-of-type(1){
    padding-left: calc(24px + 0.5em);
}
.baiten_tbl{
    font-size: 1.6rem;
    /*margin-top: 42px;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.baiten_tbl th{
    width: 113px;
    background: #00A87A;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.baiten_tbl td{
    width: 242px;
    height: 52px;
    vertical-align: middle;
    padding-left: 22px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.baiten_tbl td .t1{
    padding-left: 20px;
}
.baiten_tbl td .t2{
    padding-left: 50px;
}
.baiten_tbl td .t3{
    padding-left: 26px;
}
/*#facility .col3_link_block{
    padding-top: 165px;
}*/
#time_area.facility {
    margin-top: 40px;
}


@media screen and (max-width: 767px) {
#facility .main_img {
    padding-top: 0;
    margin-bottom: 35px;
}
#facility .content_subttl02 {
    margin-bottom: 20px;
}
#facility .content_subttl03 {
    margin-bottom: 10px;
}
#facility .li_03 .content_subttl03, #facility .li_04 .content_subttl03 {
    margin-bottom: 10px;
}
#facility .li_07 .flex_imgarea{
    padding-right: 0;
}
.room_tbl{
    width: 100%;
    font-size: 1.4rem;
    margin: 50px 0 44px;
}
.room_tbl th{
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: block;
    border-right: none;
}
.room_tbl td{
    width: 100%;
    padding: 10px;
    display: block;
}
.room_tbl td:nth-of-type(1){
    width: 100%;
    border-right: none;
}
.room_tbl tr:last-child td:nth-of-type(1){
    padding-left: calc(10px + 0.5em);
}
#facility .other_cate_link .cate_list {
    padding-top: 15px;
}
#facility .li_04 .list li:first-child {
    margin-bottom: 0;
}
#facility .li_06 .list{
    margin-bottom: 15px;
}
.baiten_tbl{
    width: 100%;
    font-size: 1.4rem;
    margin-top: 15px;
}
.baiten_tbl th{
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0;
}
.baiten_tbl td{
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    border-left: none;
}
.baiten_tbl td .t1{
    padding-left: 22px;
}
.baiten_tbl td .t2{
    padding-left: 50px;
}
.baiten_tbl td .t3{
    padding-left: 26px;
}
#facility .li_01,#facility .li_02,#facility .li_03,#facility .li_04,#facility .li_05,#facility .li_06 {
    margin-bottom: 35px;
}
#facility .col3_link_block {
    padding-top: 35px;
}
}