@charset "UTF-8";

.visual {
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../../img/access-visual.jpg);
    background-size: cover;
    background-position: center;
}

.page-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.map {
    width: 100%;
    text-align: center;
}

.access {
    text-align: start;
}

.map iframe {
    width: 100%;
    max-width: 900px;
    height: 400px;
}

.access-name {
    font-size: 1.2rem;
    margin: 18px 0;
}

address,
.access-tell {
    margin: 18px 0;
}

.call-shifted {
    vertical-align: -30%;
}

.access-data {
    font-size: 12px;
    color: #3d3d3d;
}

.access-text {
    line-height: 1.5rem;
}

.train {
    color: #b4a382;
    margin-top: 24px;
}

@media screen and (min-width:900px) {
    .access-text {
        display: flex;
    }

    .access-name {
        width: 50%;
    }
}

/*=======min-width:900px=======*/