body {
    font-family: 'Noto Sans JP', sans-serif;
    background: #EDE9E2;
}

.banner {
    padding: 0px;
}

#img-container.mobile {
    display: none;
}

.banner-access-logo {
    position: absolute;
    top: 18vw;
    left: -3.125vw;
    width: 38.385416666666664vw;
    height: 9.479166666666666vw;
    z-index: 1;
}

.osaka-head-office {
    background: #FFFFFF;
    width: 100%;
    margin-top: 40px;
    border: 6px solid black;
}

.access-page {
    padding: 0px;
}

.main-oho {
    margin-top: 80px;
}

.title-oho h1 {
    font-size: 60px;
    line-height: 35px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    border-bottom: 5px solid #11C7B2;
    padding-bottom: 60px;
}

.content-oho {
    margin-bottom: 40px;
}

.content-oho p {
    font-size: 24px;
    line-height: 46px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    margin-bottom: 0vw;
}

.map-access {
    height: 500px;
    background-color: #AAAAAA;
    margin-top: 30px;
    margin-bottom: 120px;
    width: 800px;
}

.title-oho {
    margin-bottom: 30px;
}

.not-image-maps {
    margin-bottom: 110px;
}

.image-maps {
    margin-bottom: 45px;
}

.element-btn-action {
    margin-bottom: 0px;
}

@media only screen and (max-width: 760px) {
    .title-oho h1 {
        font-size: 50px;
        line-height: 29px;
    }

    .content-oho p {
        font-size: 20px;
        line-height: 38px;
    }

    #img-container.mobile {
        display: inline;
    }

    #img-container.mobile img {
        width: 100%;
    }

    #img-container.desktop {
        display: none;
    }

    .banner-access-logo {
        top: 119vw;
        width: 53%;
    }

    .background-title-rg {
        background-position: inherit;
    }
    .map-access {
        height: 300px;
        width: 400px;
    }
    .access-page {
        margin-top: 5vw;
    }
    .main-oho {
        margin-top: 40px;
    }
    .title-oho h1 {
        padding-bottom: 30px;
    }
    .acf-map {
        width: 400px !important;
        height: 300px !important;
    }
}
@media only screen and (max-width: 480px) {
    .banner-access-logo {
        width: 65%;
        top: 129vw;
    }
    .title-oho h1 {
        font-size: 10.75268817204301vw; 
        line-height: 6.236559139784946vw;
    }

}