@charset "UTF-8";

#button_area {
    text-align: center;
}

.bt_operation {
    display: block;
    background: url(../../img/yellow_off.gif) no-repeat;
    color: black !important;
    text-decoration: none;
    float: left;
    margin: 10px;
}

td.overview_title {
    text-decoration:underline;
}

#wrap {
    z-index: 2000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.6);
}

.link_facility_name{
    color: red;
}

@media screen and (min-width:781px) {
    .bt_operation {
        font-size: medium;
        font-weight: bold;
        width: 200px;
        height: 64px;
        background-size: 100% 100%;
        line-height: 64px;
    }

    #button_area {
        text-align: center;
        height: 84px;
    }
    
    #ics_banner_area_sp {
        display: none;
    }
    
    #facility_info_area {
        width: 100%;
        height: 714px;
        border: solid 1px #000000 ;
    }

    #facility_info_left_area {
        width: 60%;
        float: left;
    }

    .ics_banner {
        width: calc(100% - 10px);
        padding: 5px;
    }
    
    #facility_overview_area {
        height: 335px ;
    }
    
    #facility_overview {
        height: 330px ;
    }

    #facility_overview td, #sponsor_overview td {
        font-size: larger;
        padding: 0px;
        line-height: 1.2em;
    }

    #facility_overview td.overview_main_title, #sponsor_overview td.overview_main_title {
        font-weight: bold;
    }

    #facility_overview td.address_kana {
        font-size: 11px;
    }

    #facility_overview, #sponsor_overview {
        border: solid 1px #000000 ;
        width: calc(100% - 5px);
        margin: 0 5px 5px 5px;
        padding-left: 5px;
    }

    #facility_overview {
        background-color: #bbd7ed;
    }

    #sponsor_overview {
        height: 518px;
        background-color: white;
    }

    #image_area {
        height: 183px;
    }

    .image_description_base {
        width: 48.5%;
    }

    .image_base {
        width: 48.5%;
        border: solid 1px #000000 ;
        height: 157px;
        vertical-align: middle;
        position: relative;
    }

    #left_image, #left_image_description {
        margin-left: 5px;
        float: left;
    }

    #right_image, #right_image_description {
        float: right;        
    }

    .facility_img {
        width: auto;
        height: auto;
        max-width: 98%;
        max-height: 156px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*
        border: solid 1px #000000 ;
        */
    }

    #map_area {
        float: right;
        width: 40%;
    }
    #area_map {
        width: 348px;
        height: 516px;
        border: solid 1px #000000 ;
        margin-left: 5px;
    }
}

@media screen and (max-width:780px) {
    .bt_operation {
        font-size: small;
        width: 120px;
        height: 50px;
        background-size: 100% 100%;
        line-height: 50px;
    }

    #ics_banner_area_pc {
        display: none;
    }

    .ics_banner {
        width: 100%;
    }

    #facility_overview td, #sponsor_overview td {
        font-size: 3.7vw;
    }

    #facility_overview td.overview_main_title, #sponsor_overview td.overview_main_title {
        font-weight: bold;
        font-size: 16px;
    }

    #facility_overview, #sponsor_overview {
        border: solid 1px #000000 ;
        width: calc(100% - 10px);
        margin: 0 5px 5px 5px;
        padding-left: 5px;
    }

    #facility_overview {
        background-color: #bbd7ed;
    }

    #sponsor_overview {
        background-color: white;
    }

    #image_area {
        height: 125px;
    }

    .image_description_base {
        width: 47%;
    }

    .image_base {
        width: 47%;
        border: solid 1px #000000 ;
        height: 96px;
        vertical-align: middle;
        position: relative;
    }

    #left_image, #left_image_description {
        margin-left: 5px;
        float: left;
    }

    #right_image, #right_image_description {
        margin-right: 5px;
        float: right;        
    }

    .facility_img {
        width: auto;
        height: auto;
        max-width: 98%;
        max-height: 94px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*
        border: solid 1px #000000 ;
        */
    }

    #map_area {
        width: 100%;
    }
    #area_map {
        /*
        width: calc(100% - 10px);
        */
        height: 516px;
        border: solid 1px #000000 ;
        margin: 5px;
    }
}
