body {
    color: #3a3a3a;
}



.lower-atf {
    position: relative;
    width: 100%;
    height: 45vh;
    background-color: #eee;
    background: url(../images/pr_access_0107.jpg);
    background-position: center;
}

@media screen and (max-width:1600px){
    @media screen and (max-height:800px){
        .lower-atf{
            background-position: right 50% bottom 25%;
        }
    }
}


/*=======================================================================

共通

=======================================================================*/
.access_area {
    margin-bottom: 100px;
}

.access_area .access-img {
    margin-bottom: 30px;
}


/*=======================================================================

アクセス情報

=======================================================================*/
.access-info {
    margin: 30px 0;
}

.access-info h3 {
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #000;
    margin: 30px 0;
}

.access-info span {
    display: block;
    font-size: 14px;
    color: #848484;
    margin-top: 5px;
    letter-spacing: 0px;
    text-align: center;
}


.access-info h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.access-info p {
    text-align: center;
}


.access-info .blck {
    display: block;
    color: #000;
}


.access-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
