.top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('../img/footer.jpg');
    background-size: cover;
    background-position: center 75%;
    height: 350px;
    margin-bottom: 50px;
}
.top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000050;

}
.top h1 {
    position: relative;
    color: #fff;
    letter-spacing: .25rem;
    font-size: 40px;
    text-align: center;
}
.access {
    padding: 10px 0 0 0;
    width: 100%;
}
.access h2 {
    margin-bottom: 60px;
    font-size: 28px;
    text-align: center;
}
.access-element {
    margin-bottom: 60px;
    font-size: 20px;
}
.access-element span {
    margin-bottom: 8px;
    display: block;
}
.access-element budoux-ja {
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid #000;
}
.image {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width:880px) {
    .top h1 {
        font-size: 30px;
    }
}
@media screen and (max-width:600px) {
    .info h2, .access h2, .bottom h2,.bottom-left span{
        font-size: 22px;
    }
    .access-element {
        font-size: 16px;
    }
    .access-element,.access h2 {
        margin-bottom: 30px;
    }
}