@charset "UTF-8";
/* CSS Document */


#access{
    margin: 0 auto;
    width: 1225px;
}

@media only screen and (max-width: 768px) {
#access{
    margin: 0 auto;
    width: 90%;
}
}

#access .inner {
    border-top: 1px solid #4d5355; 
    margin: 0 auto;
    padding: 70px 0 0 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
#access .inner {
    border-top: 1px solid #4d5355; 
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 100%;
}
}

.anchor-link {
    margin: 0 0 70px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.anchor-link .car {
    margin: 0;
    padding-left: 55px;
    width: calc(385px - 55px);
    height: 75px;
    font-size: 17px;
    color: #4d5355;
    line-height: 75px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: normal;
    border: 2px solid #4d5355;
    border-radius: 20px;
    background: url(../img/access/ico-car.png) center left 80px no-repeat; background-size: 51px 23px; 
    transition: 0.2s ease;
}
.anchor-link .bus {
    margin: 0;
    padding-left: 55px;
    width: calc(385px - 55px);
    height: 75px;
    font-size: 17px;
    color: #4d5355;
    line-height: 75px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: normal;
    border: 2px solid #4d5355;
    border-radius: 20px;
    background: url(../img/access/ico-bus.png) center left 80px no-repeat; background-size: 50px 25px; 
    transition: 0.2s ease;
}
.anchor-link .car:hover {
    background-color: #ffe100;
    cursor: pointer;
    font-weight: 500;
}
.anchor-link .bus:hover {
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    background: #009bdd url(../img/access/ico-bus_hover.png) center left 80px no-repeat; background-size: 50px 25px; 
}

@media only screen and (max-width: 768px) {
    .anchor-link {
        margin: 0 0 40px 0;
        width: 100%;
        padding: 0;
        gap: 10px;
        display: flex;
    }

    .anchor-link a {
        width: 50%;
        text-decoration: none;
    }
    
    .anchor-link .car {
        margin: 0;
        padding-left: 35px;
        width: calc(100% - 35px);
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        color: #4d5355;
        line-height: 50px;
        letter-spacing: -0.01em;
        text-align: center;
        border: 2px solid #4d5355;
        border-radius: 12px;
        background: url(../img/access/ico-car.png) center left 10px no-repeat; 
        background-size: 30px 15px; 
        transition: 0.2s ease;
    }
    
    .anchor-link .bus {
        margin: 0;
        padding-left: 35px;
        width: calc(100% - 35px);
        height: 50px;
        font-size: 14px;
        font-weight: 700;
        color: #4d5355;
        line-height: 50px;
        letter-spacing: -0.01em;
        text-align: center;
        border: 2px solid #4d5355;
        border-radius: 12px;
        background: url(../img/access/ico-bus.png) center left 10px no-repeat; 
        background-size: 30px 15px; 
        transition: 0.2s ease;
    }
    
    .anchor-link .car:hover {
        background-color: #ffe100;
        cursor: pointer;
        font-weight: 700;
    }
    
    .anchor-link .bus:hover {
        cursor: pointer;
        color: #fff;
        font-weight: 700;
        background: #009bdd url(../img/access/ico-bus_hover.png) center left 10px no-repeat; 
        background-size: 30px 15px; 
    }
}



.gmaps {
    margin: 0 auto 20px;
    width: 1100px;
    height: 500px;
}

#access address {
    margin: 0 0 80px 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-align: center;
}
#access address span {
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
.gmaps {
    margin: 0 auto 20px;
    width: 100%;
    height: 360px;
}

#access address {
    margin: 0 0 60px 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.4em;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
#access address span {
    font-weight: 700;
}
}



.large-title {
    margin: 85px auto 20px;
    padding: 13px 0 0 0;
    border: 1px solid #4d5355;
    border-bottom: none;
    border-radius: 38px 38px 0 0;
    font-size: 23px;
    line-height: 50px;
    font-weight: 600;
    color: #4d5355;
    letter-spacing: 0.05em;
    text-align: center;
    width: calc(1100px - 2px);
    height: 37px;
}

@media only screen and (max-width: 768px) {
.large-title {
    margin: 50px auto 20px;
    padding: 10px 0 0 0;
    border: 1px solid #4d5355;
    border-bottom: none;
    border-radius: 28px 28px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #4d5355;
    text-align: center;
    width: calc(100% - 2px);
    height: 30px;
}
}


#access p {
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: center;
}
@media only screen and (max-width: 768px) {
#access p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.5em;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
}



.car-access {
    margin: 0 auto 80px auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.car-access .access1 {
    margin: 0;
    width: 590px;
}
.car-access .access1 img {
    width: 590px;
}
.car-access .access2 {
    margin: 0;
    width: 460px;
}
.car-access .access2 img {
    width: 460px;
}

@media only screen and (max-width: 768px) {
.car-access {
    margin: 0 auto 60px auto;
    width: 100%;
    display: block;
}
.car-access .access1 {
    margin: 0 0 15px 0;
    width: 100%;
}
.car-access .access1 img {
    width: 100%;
}
.car-access .access2 {
    margin: 0 auto;
    width: 80%;
}
.car-access .access2 img {
    width: 100%;
}
}


.bus-access {
    margin: 0 auto 80px auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.bus-access .access {
    margin: 0;
    width: 525px;
}
.bus-access .access img {
    width: 525px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
.bus-access {
    margin: 0 auto 60px auto;
    width: 100%;
    display: block;
}
.bus-access .access {
    margin: 0 0 30px 0;
    width: 100%;
}
.bus-access .access img {
    width: 100%;
    margin-bottom: 10px;
}
}



.platform {
    margin: 0 auto 40px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.platform li {
    list-style: none;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.platform li span {
    font-weight: 600;
}


.platform .btn-platform {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    padding-left: 40px;
    width: calc(170px - 40px);
    height: 30px;
    transition: 0.2s ease;
    background: #4d5355 url(../img/access/ico-bus_hover.png) top 8px left 20px no-repeat; background-size: 33px 16px; 
}
.platform .btn-platform:hover {
    background-color: #009bdd; 
}

@media only screen and (max-width: 768px) {
.platform {
    margin: 0 auto 30px auto;
    width: 100%;
    display: block;
}
.platform li {
    list-style: none;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.5em;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.platform li span {
    font-weight: 700;
    font-size: 15px;
}

.platform .btn-platform {
    margin: 10px auto 0 auto;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    padding-left: 40px;
    width: calc(170px - 40px);
    height: 30px;
    transition: 0.2s ease;
    background: #4d5355 url(../img/access/ico-bus_hover.png) top 8px left 20px no-repeat; background-size: 33px 16px; 
}
.platform .btn-platform:hover {
    background-color: #009bdd; 
}
}



.departure1 {
    margin: 0 0 15px 0;
    width: 100%;
    height: 35px;
    font-size: 17px;
    color: #4d5355;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #ffe100;
}
.departure2 {
    margin: 0 0 15px 0;
    width: 100%;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #009bdd;
}

.timetable {
    width: 100%;
    padding: 17px 0 0 0;
    border-top: 1px solid #4d5355;
    border-bottom: 2px solid #4d5355;
}
.timetable .place {
    padding: 0 0 17px 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}
.timetable table {
    width: 200px;
    margin: 0 auto;
    border-spacing: 0;
    padding: 8px 0;
}
.timetable th {
    width: 16%;
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.timetable td {
    width: 42%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
.departure1 {
    margin: 0 0 10px 0;
    width: 100%;
    height: 35px;
    font-size: 17px;
    color: #4d5355;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    background-color: #ffe100;
}
.departure2 {
    margin: 0 0 10px 0;
    width: 100%;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    background-color: #009bdd;
}

.timetable {
    width: 100%;
    padding: 12px 0 0 0;
    border-top: 1px solid #4d5355;
    border-bottom: 2px solid #4d5355;
}
.timetable .place {
    padding: 0 0 12px 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}
.timetable table {
    width: 200px;
    margin: 0 auto;
    border-spacing: 0;
    padding: 8px 0;
}
.timetable th {
    width: 16%;
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.timetable td {
    width: 42%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
}