@charset "utf-8";

/* 1240以上 */

@media (min-width:1240px) {
    .content {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: #fff;
    }
    .accessway {
        width: 480px;
        margin: 20px;
    }
    .pictitle {
        width: 480px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background-color: #ECF3CF;
    }
    .way {
        line-height: 2;
    }
    .accessmap{
        width: 1040px;
        margin: 20px auto;
    }
    #map {
        width: 1000px;
    }
    #googlemap {
        width: 1000px;
        height: 600px;
        margin: 20px;
    }
}


/* 1239以下 */

@media (max-width:1239px) {
    .content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .accessway {
        width: 100%;
    }
    .pictitle {
        max-width: 1000px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        justify-content: center;
        background-color: #ECF3CF;
        margin: 0px auto;
    }
    .way {
        line-height: 2;
    }
    .accessmap{
        max-width: 100%;
    }
    #map {
        width: 1000px;
        vertical-align: auto;
    }
    #googlemap {
        width: 100%;
        height: 450px;
        margin: 20px 0px;
    }
}