footer {
    border-top: solid thin #2B2AA7;
    padding: 20vw 0;
}

footer .logo {
    text-align: center;
}

footer .logo_img {
    width: 50vw;
}

footer .reservation {
    text-align: center;
    margin: 6vw 0 8vw;
}

footer .reservation .text1 {
    font-size: 3.1vw;
    color: #877282;
}

footer .reservation .text2 {
    font-size: 3vw;
    color: #877282;
}

footer .reservation .tel {
    font-size: 6vw;
    color: #2B2AA7;
    margin: 0.8vw 0 -0.3vw;
    display: block;
    letter-spacing: 0.04em;
}

footer .reservation .tel span {
    font-size: 3.5vw;
    margin-right: 1vw;
}

footer .reservation .reserveBtn {
    font-size: 3.6vw;
    color: #FFF;
    padding: 3.7vw 0;
    background: #4C42A8;
    letter-spacing: 0.1em;
    margin: 5.4vw auto 0;
    display: block;
    width: 75vw;
}

footer .access {
    width: 75vw;
    margin: auto;
}

footer .access_title {
    font-size: 3.4vw;
    color: #2B2AA7;
    margin-bottom: 1vw;
}

footer .access iframe {
    width: 100%;
    height: 40vw;
}

footer .overview {
    font-size: 3vw;
    color: #877282;
    line-height: 1.8;
    letter-spacing: 0.1em;
    width: 75vw;
    margin: 4vw auto 0;
}

footer .policy {
    font-size: 2.5vw;
    color: #877282;
    margin: 4vw auto 0;
    width: 75vw;
    text-align: left;
}

footer .credit {
    font-size: 2vw;
    color: #877282;
    margin: 28vw auto 0;
    width: 75vw;
    text-align: left;
}