#page_restaurant .mv {
    height: 455px;
}

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

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

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


/*------ lead ------*/
.bbq_lead_container {
    padding: 0px 0 30px 0!important;
}
#page_restaurant .lead {
    padding: 45px 20px 30px 20px;
}

#page_restaurant .lead_container {
    text-align: center;
    padding: 60px 0 30px 0;
}

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

#page_restaurant .lead h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

#page_restaurant .lead h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.8rem;
    color: #003567;
}

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

#page_restaurant .lead p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.1;
}


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

.section_btn {
    padding: 0 20px;
}

.section01 {
    margin-bottom: 90px;
}

.section01_container {
    display: flex;
    overflow: hidden;
}

.section01_container div {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section01_container div img {
    width: 100%;
}

.section01_container:nth-child(2n+1)>div:last-child {
    background: linear-gradient(to right, #fff 0%, #EADFD3 100%);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 20px;
}

.section01_container:nth-child(2n)>div:first-child {
    background: linear-gradient(to right, #fff 0%, #EADFD3 100%);
    align-items: flex-start;
    flex-direction: column;
    padding-left: 19%;
    padding-right: 30px;
}

.section01_container h3 {
    color: #5C3F00;
    font-size: calc(33vw / 1950 * 100);
    font-weight: bold;
    margin-bottom: 5px;
}

.section01_container p {
    font-size: calc(18vw / 1950 * 100);
    margin-bottom: 20px;
    width: 100%;
}

.section01_container p:last-child {
    margin-bottom: 0;
}

.section_btn p {
    font-size: 2rem;
    text-align: center;
    color: #00478B;
    margin-top: 50px;
}

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

.section_btn .inner a {
    width: 23%;
}

.section_btn .inner .restaurant_reserve {
    background-color: #88ABDA;
}

.section01 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.section01>h3 {
    font-size: 2.8rem;
    text-align: center;
    color: #00478B;
    margin-bottom: 50px;
    padding: 0 20px;
}

@media screen and (max-width:1024px) {
    #page_restaurant .lead h2 img {
        width: 100%;
    }
    #page_restaurant .bbq_lead_container h2 img {
        width: auto!important;
    }
    /*------ section01 ------*/
    .section01_container:nth-child(2n+1)>div:last-child {
        background: linear-gradient(to right, #fff 0%, #EADFD3 100%);
        flex-direction: column;
        align-items: flex-start;
        padding-left: 40px;
    }
    .section01_container:nth-child(2n)>div:first-child {
        background: linear-gradient(to right, #fff 0%, #EADFD3 100%);
        align-items: flex-start;
        flex-direction: column;
        padding-left: 14%;
        padding-right: 30px;
    }
    .section01_container h3 {
        color: #5C3F00;
        font-size: calc(30vw / 1950 * 100);
        font-weight: bold;
        margin-bottom: 5px;
    }
    .section01_container p {
        font-size: calc(16vw / 1950 * 100);
        margin-bottom: 5px;
    }
    .section01_container p:last-child {
        margin-bottom: 0;
    }
    .section_btn p {
        font-size: 2rem;
        text-align: center;
        color: #00478B;
        margin-top: 50px;
    }
    .section_btn .inner {
        display: flex;
        justify-content: space-between;
    }
    .section_btn .inner a {
        width: 30%;
    }
    .section01 h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .section01>h3 {
        font-size: 2.8rem;
        text-align: center;
        color: #00478B;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #page_restaurant .mv_lead img {
        width: 250px;
        height: auto;
    }
    #page_restaurant .mv_bg {
        height: 320px;
    }
    #page_restaurant .mv {
        height: 320px;
        margin-bottom: 0;
    }
    a.c-btn {
        margin: 20px auto 0 auto;
    }
    #page_restaurant #reservation_area {
        transform: translateY(0);
    }
    #page_restaurant .lead {
        padding: 0px 20px 0px 20px;
    }
    #page_restaurant .lead h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: calc(35vw / 750 * 100);
        color: #003567;
    }
    #page_restaurant .lead h3 span {
        font-size: calc(28vw / 750 * 100);
    }
    #page_restaurant .lead p {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    #page_restaurant .lead_container {
        text-align: center;
        padding: 50px 0 30px 0;
    }
    #page_restaurant .lead .inner>img {
        width: 40%;
    }
    /*------ section01 ------*/
    .section01 {
        margin-bottom: 50px;
    }
    .section01_container {
        flex-wrap: wrap;
        overflow: hidden;
    }
    .section01_container div {
        width: 100%;
    }
    .section01_container div img {
        width: 100%;
    }
    .section01_container:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .section01_container:nth-child(2n+1)>div:last-child {
        padding: 30px;
    }
    .section01_container:nth-child(2n)>div:first-child {
        padding: 30px;
    }
    .section01_container h3 {
        font-size: calc(50vw / 750 * 100);
        margin-bottom: 5px;
    }
    .section01_container p {
        font-size: 1.4rem;
        margin-bottom: 10px;
        width: 100%;
    }
    .section_btn p {
        font-size: calc(33vw / 750 * 100);
        margin-top: 30px;
    }
    .menu.section_btn .inner a {
        width: 30%;
        font-size: 1rem;
        line-height: 1.4;
        display: flex;
        align-items: center;
        padding-left: 10px;
        text-align: left;
    }
    .bbq.section_btn .inner a {
        width: 100%;
        font-size: 1.4rem;
        justify-content: center;
        padding-left: 10px;
        text-align: center;
    }
    .section_btn .inner a:before {
        right: 5px;
    }
    .section_btn .inner .restaurant_reserve {
        width: 100%!important;
        font-size: 1.4rem!important;
        justify-content: center;
    }
    .section01 h2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .section01 h2 img {
        width: auto;
    }
    .section01>h3 {
        font-size: calc(33vw / 750 * 100);
        margin-bottom: 30px;
    }
}