#page_access .mv {
    height: 455px;
}

#page_access #reservation_area {
    transform: translateY(50px);
}

#page_access .mv_bg {
    width: 100%;
    height: 400px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: no-repeat url(../img/access/mv.jpg) bottom / cover;
}

#page_access .mv_lead {
    margin-top: 70px;
}


/*------ lead ------*/

#page_access .lead {
    padding: 80px 20px 30px 20px;
}

#page_access .lead_container {
    background: no-repeat url(../img/lead_logo.png) center / 170px;
    text-align: center;
    padding: 70px 0 20px 0;
}

#page_access .mv_lead span {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 10px;
}

#page_access .lead h2 {
    text-align: center;
    margin-bottom: 40px;
}

#page_access .lead h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 3rem;
    color: #003567;
}

#page_access .lead h3 span {
    font-size: 2.3rem;
    font-weight: normal;
}

.section_btn {
    margin-bottom: 120px;
    padding: 0 20px;
}

.section_btn .inner {
    display: flex;
    justify-content: space-between;
}

.section_btn .inner a {
    width: 40%;
    margin-top: 20px;
}
/*------ section01 ------*/

@media screen and (max-width: 1024px) {
    #page_access .lead h2 img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #page_access .mv_bg {
        height: 320px;
    }
    #page_access .mv {
        height: 320px;
        margin-bottom: 0;
    }
    a.c-btn {
        margin: 20px auto 0 auto;
    }
    #page_access #reservation_area {
        transform: translateY(0);
    }
    #page_access .lead {
        padding: 30px 20px 30px 20px;
    }
    #page_access .lead h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: calc(35vw / 750 * 100);
        color: #003567;
    }
    #page_access .lead h3 span {
        font-size: calc(28vw / 750 * 100);
    }
    #page_access .lead_container {
        background: no-repeat url(../img/lead_logo.png) center / 130px;
        text-align: center;
        padding: 50px 0 30px 0;
    }
    .section_btn {
        margin-bottom: 30px;
    }
    .section_btn .inner a {
        width: 100%;
    }
}