#page_concept .mv {
    height: 455px;
}

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

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

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


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

#page_concept .lead {
    padding: 45px 20px 30px 20px;
}

#page_concept .lead_container {
    background: no-repeat url(../img/lead_logo.png) center / auto;
    text-align: center;
    padding: 100px 0 45px 0;
}

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

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

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

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


/*------ section01 ------*/

.section_btn {
    padding: 0 20px;
}

.section01 {
    margin-bottom: 120px;
}

.section01 h2 {
    margin-bottom: 50px;
}

.section01 h2 img {
    width: 100%;
}

.section01_container {
    display: flex;
    padding: 0px 20px 0 20px;
}

.section01_container div img {
    width: 100%;
}

.section01_container>div:first-child {
    width: 60%;
    margin-right: 30px;
}

.section01_container>div:last-child {
    width: 40%;
}

.section01_container h3 {
    color: #5C3F00;
    font-size: 4rem;
    margin-bottom: 20px;
}

.section01_container p {
    font-size: 1.4rem;
    line-height: 2.1;
}


/*------ section02 ------*/

.section02 {
    margin-bottom: 120px;
}

.section02 h2 {
    margin-bottom: 50px;
}

.section02 h2 img {
    width: 100%;
}

.section02_container {
    display: flex;
    padding: 0px 20px 0 20px;
}

.section02_container div img {
    width: 100%;
}

.section02_container>div:first-child {
    width: 40%;
    margin-right: 30px;
}

.section02_container>div:last-child {
    width: 60%;
}

.section02_container h3 {
    color: #5C3F00;
    font-size: 4rem;
    margin-bottom: 20px;
}

.section02_container p {
    font-size: 1.4rem;
    line-height: 2.1;
}

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

@media screen and (max-width: 768px) {
    #page_concept .mv_bg {
        height: 320px;
    }
    #page_concept .mv {
        height: 320px;
        margin-bottom: 0;
    } 
    a.c-btn {
        margin: 20px auto 0 auto;
    }
    #page_concept #reservation_area {
        transform: translateY(0);
    }
    #page_concept .lead {
        padding: 0px 20px 0px 20px;
    }
    #page_concept .lead h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: calc(35vw / 750 * 100);
        color: #003567;
    }
    #page_concept .lead h3 span {
        font-size: calc(28vw / 750 * 100);
    }
    #page_concept .lead_container {
        background: no-repeat url(../img/lead_logo.png) center / 130px;
        text-align: center;
        padding: 50px 0 30px 0;
    }
    /*------ section01 ------*/
    .section01 {
        margin-bottom: 30px;
    }
    .section01 h2 {
        margin-bottom: 30px;
    }
    .section01_container>div:first-child {
        width: 100%;
        margin-right: 0;
    }
    .section01_container>div:last-child {
        width: 100%;
        margin-right: 0;
    }
    .section01_ttl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section01_ttl h3 {
        font-size: calc(60vw / 750 * 100);
        width: 100%;
        white-space: nowrap;
    }
    .section01_ttl div {
        width: 100%;
    }
    .section01_ttl div img {
        width: 75%;
        display: block;
        margin: 0 auto;
    }
    /*------ section02 ------*/
    .section02 {
        margin-bottom: 30px;
    }
    .section02 h2 {
        margin-bottom: 30px;
    }
    .section02_container>div:first-child {
        width: 100%;
        margin-right: 0;
    }
    .section02_container>div:last-child {
        width: 100%;
        margin-right: 0;
    }
    .section02_ttl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section02_ttl h3 {
        font-size: calc(60vw / 750 * 100);
        width: 100%;
        white-space: nowrap;
    }
    .section02_ttl div {
        width: 100%;
    }
    .section02_ttl div img {
        width: 75%;
        display: block;
        margin: 0 auto;
    }
}