#page_menu .mv {
    height: 455px;
}

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

#page_menu .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_menu .mv_lead {
    margin-top: 70px;
}


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

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

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

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

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

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

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

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

#page_menu .btn_container {
    display: flex;
    justify-content: center;
}

#page_menu .btn_container a {
    width: 20%;
    line-height: 40px;
    background-color: #88ABDA;
}
#page_menu .btn_container a.anc01{
	margin-left: 20px;
	margin-right: 20px;
}

#page_menu .btn_container .btn_reserve {
    background-color: #98846D;
    line-height: 50px;
}
#page_menu .btn_container .btn_reserve:before {
    content: url(../img/btn_arrow.png);
    top:2px;
    right: 5px;
    left: auto;
    bottom: auto;
    margin: 0;
}
#page_menu .btn_container a:before {
    content: url(../img/restaurant/arrow_bottom.png);
    right: 0;
    left: 0;
    bottom: -7px;
    margin: auto;
    display: block;
    width: 30px;
}


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

.section01 {
    margin-bottom: 100px;
    padding: 0 20px;
}

.food_menu {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 30px;
}

.food_menu tr th {
    background-color: transparent;
    width: 170px;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle ;
}

.food_menu tr:first-child th {
    background-color: #88ABDA;
    color: #fff;
	height: 3em;
}

.food_menu td {
    font-size: 1.8rem;
    color: #00478B;
    padding: 3px 0px 3px 0;
    border-bottom: 1px dashed #BCD3F2;
	vertical-align: bottom;
}

.food_menu td li {
    margin-bottom: 15px;
}

.bbq_menu tr:nth-child(2n) td {
}

.food_menu td span:first-child {
    text-align: left;
    width: calc(100% - 12em);
    display: inline-block;
}

.food_menu td span:last-child {
    text-align: right;
    width: 12em;
    display: inline-block;
}

.food_menu.bbqdrink tr th{
	background: none;
}


.section01 h3 {
    color: #00478B;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 50px;
}
.menu_caution {
    border-bottom: none!important;

}

.food_menu .menu-link {
    text-decoration: underline;
}


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

@media screen and (max-width: 768px) {
    #page_menu .mv_lead img {
        width: 250px;
        height: auto;
    }
    #page_menu .btn_container a {
        width: 23%;
        line-height: 1.4;
        font-size: 1.1rem;
        display: flex;
        justify-content: center;
        white-space: nowrap;
    }
    #page_menu .btn_container a:before {
        bottom: 0px;
    }
    .breakfast_lunch .ttl_container div:nth-child(2) img {
        width: 300px;
    }
    #page_menu .mv_bg {
        height: 320px;
    }
    #page_menu .mv {
        height: 320px;
        margin-bottom: 0;
    }
    a.c-btn {
        margin: 20px auto 0 auto;
    }
    #page_menu .btn_container .btn_reserve {
        width: 100%;
        font-size: 1.4rem;
    }
    #page_menu .btn_container .btn_reserve:before {
        content: url(../img/btn_arrow.png);
        top:3px;
        right: 5px;
    }
    #page_menu #reservation_area {
        transform: translateY(0);
    }
    #page_menu .lead {
        padding: 0px 20px 0px 20px;
    }
    #page_menu .lead h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: calc(35vw / 750 * 100);
        color: #003567;
    }
    #page_menu .lead h3 span {
        font-size: calc(28vw / 750 * 100);
    }
    #page_menu .lead p {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    #page_menu .lead .inner>img {
        width: 40%;
        margin-bottom: 20px;
    }
    /*------ section01 ------*/
    .section01 {
        margin-bottom: 50px;
    }
    .food_menu tr th {
        display: none;
    }
    .food_menu tr:first-child th {
        font-size: 1.3rem;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .food_menu td {
        width: 100%;
        font-size: 1.2rem;
        display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
        padding: 0;
        margin-bottom: 30px;
    }
    .food_menu {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }
    .food_menu td li {
        margin-bottom: 10px;
    }
    .food_menu td span:first-child {
		width: auto;
    }
    .food_menu td span:last-child {
		display: block;
		width: auto;
		flex: 1 0 0%;
		white-space: nowrap;
    }
    .section01 h3 {
        font-size: calc(33vw / 750 * 100);
        margin-bottom: 30px;
    }
}