/* #bnr {
    margin-bottom: 50px;
} */
#bnr {
    margin-top: -245px;
    margin-bottom: 120px;
}

#bnr a {
    display: block;
    transition: all 0.25s;
}

#bnr img {
    width: 100%;
}

#area04 .flexBox {
    justify-content: flex-start;
}

#area04 .flexInfo{
    margin-right: 0;
    width: 100%;
}

@media only screen and (max-width: 768px){
    #area05 .info .address {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px){
    #bnr {
        margin-top: -180px;
        margin-bottom: 125px;
    }
}