@charset "utf-8";
.footer .content .content-menu .list-menu {
    justify-content: space-between;
}
.bg-body-hidden {
    overflow: hidden;
}

.inner{
	max-width:1000px;
	width: 90%;
	margin:0 auto;
}

.bnr_area{
	margin:80px auto 46px;
}

.section-lunchbox .bg-overflow{
	display:none;
}

.bnr_area img{
	width:100%;
}

.bnr_area a{
	width:100%;
	position:relative;
	display:flex;
}


.bnr_area a:hover{
	opacity:0.7;
}

.bnr_area a:before{
	position:absolute;
	content:"";
	width: 37%;
	max-width:364px;
	max-height:245px;
	top: 62%;
	left: -9.4%;
	background: url(./assets/images/top/bnr1_ab.png)no-repeat center;
	z-index: 1;
	height: 100%;
	background-size: contain;
}

.mv_bnr{
	position:fixed;
	max-width:277px;
	right: 2.2%;
	top: 37%;
	width: 35%;
	z-index: 9999;
}

.mv_bnr img{
	width:100%;
}

@media (min-width: 1165px) {
.navbar-top .content .content-menu .list-menu li {
    padding-right: 3rem;
}
}

@media (max-width: 1400px) {
	
.mv_bnr{
	top: 22%;
}
	
}

@media (max-width: 1199px) {
	
.mv_bnr{
	top: 42%;
}
	
}

@media (max-width: 1000px) {
	
.bnr_area {
    margin: 120px auto;
}
	
}

@media (max-width: 991px) {
	
.footer .content .content-menu .list-menu li a {
    font-size: 15px;
}
	
.mv_bnr{
	top: 35%;
	width: 220px;
}
	
}

@media (max-width: 768px) {
	.mv_bnr{
	top: auto;
	bottom: 3%;
	width: 180px;
}
	
	.reserve_flex {
    flex-direction: column;
}
	
	.reserve_flex a {
    font-size: 24px!important;
    padding: 15px 0px!important;
}
	
	.rsv_center {
    max-width: 100%!important;
    border: 3px solid!important;
    padding: 20px 30px!important;
    margin-top: 0px!important;
	margin: 0 1rem 50px 1rem !important;
}
	
	.reserve_flex p {
    font-size: 24px!important;
    text-align: center!important;
	margin-bottom: 10px!important;
}
	
	.rsv_line {
    padding: 8px 50px!important;
}
	
	.sp_none {
		display: none!important;
	}
	
	.space_pcnone {
		display: block!important;
	}
	
}

@media (max-width: 591px) {
	
.bnr_area {
    margin: 0px auto 100px;
}

.inner{
	width: 95%;
}

	.bnr_area a:before{
	width: 38%;
	top: 58%;
	left: -6%;
}

		
.mv_bnr{
	top: auto;
	bottom: 3%;
	width: 150px;
}
	
	
}


