@charset "UTF-8";
.access {
    font-size: 16px;
    text-align: center;
}
.access_title {}
.access_title > b {}
.access_title > b > img {}
.access_title > small {}
.access_text {
    line-height: 1.6;
    margin-bottom: 65px;
}
.access_headline {
    padding-top: 22px;
    background: url(/traffic-guide/img/bg-border.png) center top no-repeat;
}
.access_headline > img {}
.access_image {
    margin-top: 43px;
}
.access_image > img {}
.access_map {
    height: 450px;
    margin-top: 58px;
}

.access_map iframe {
    max-width: 100%;
    height: 100%;
}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .access {
        font-size: 15px;
    }
    .access_title {}
    .access_title > b {}
    .access_title > b > img {}
    .access_title > small {}
    .access_text {
        line-height: inherit;
        margin-bottom: 50px;
    }
    .access_headline {}
    .access_headline > img {}
    .access_image {}
    .access_image > img {}
    .access_map {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .access {
        font-size: 14px;
    }
    .access_title {}
    .access_title > b {}
    .access_title > b > img {}
    .access_title > small {}
    .access_text {
        text-align: left;
        margin-bottom: 35px;
    }
    .access_headline {
        background-size: auto 5px;
        padding-top: 14px;
    }
    .access_headline > img {
        margin: 0 auto;
        max-width: 200px;
    }
    .access_image {
        margin-top: 25px;
    }
    .access_image > img {}
    .access_map {
        margin-top: 35px;
        height: 300px;
    }
}
