@charset "UTF-8";

/* access
---------------------------------------------------*/
#access .map {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
}

/* Below 768px */
@media screen and (max-width: 768px) {
    #access .map {
        height: 70.3125vw;
        margin-bottom: 12.5vw;
    }
}