html, body{
  height: 100%;
}

/* banner */
.restaurant-top-banner{
	// background-image: url('../images/restaurant/slide-01.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.blackcover{
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 100%;
	width: 100%;
}
.restaurant-top-banner .booking-wrap{
	background-color: rgba(0, 0, 0, 0.3);
}


/* */ 
.restaurant-subtitle-wrap{
	padding: 54px 30px 30px;
}
	.restaurant-subtitle-en{
		letter-spacing: 2px;
		font-size: 15px;
		color: #999999;
		text-align: center;
	}
		body[lang="cn"] .restaurant-subtitle-en{
			display: none;
		}
	.restaurant-subtitle{
		font-size: 30px;
		text-align: center;
		color: #000;
		margin-bottom: 10px;
		font-weight: 800;

	}
	.restaurant-subtitle-line{
		width: 80px;
		background: #000;
		height: 2px;
		position: relative;
		margin: auto;
	}

.restaurant-grid{
	background-size: cover;
	background-position: center;
	width: 100%;
	// height: 100%;
	height: 290px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: 100% 100%;
	-webkit-transition: all 0.2s; /* For Safari 2.1 to 6.0 */
    transition: all 0.2s;
    display: table;
}
.restaurant-grid.height-ctrl,
.relative.height-ctrl{
	/* height: 400px; */
    height: 30vw;
}
	.restaurant-grid:hover{
		background-size: 105% 105%;
	}

	.restaurant-grid:hover > .restaurant-grid-title{
		font-size: 36px;
	}

.restaurant-grid-title{
	color: #FFF;
	// width: 300px;
	// margin-left: -150px;
	// position: absolute;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	// top: 50%;
	// margin-top: -35px;
	z-index: 1;
	/* background-color: #e9e9e9; */
	left: 50%;
	text-shadow: 0px 0px 50px #000;
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
    display: table-cell;
    vertical-align: middle;

}

body[lang="jp"] #dining .restaurant-grid-title{ 
		font-size: 21px;
		margin-bottom: -5px;
		-webkit-transition: all 0.3s; 
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        line-height:35px;

}
	body[lang="jp"] #dining .restaurant-grid:hover > .restaurant-grid-title{
		font-size: 24px;
	}



/*
	body[lang="jp"] .restaurant-grid-title p{ 
		font-size: 21px;
		margin-bottom: -5px;
		-webkit-transition: all 0.3s; 
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
	}
	body[lang="jp"] .restaurant-grid:hover > .restaurant-grid-title p{
		font-size: 24px;
	}
	body[lang="jp"] .restaurant-grid-title{
		font-size: 26px;
		line-height: 40px;
	}
	body[lang="jp"] .restaurant-grid:hover > .restaurant-grid-title{
		font-size: 28px;
	} 

*/

.restaurant-grid-tag{
	background-color: #CD433B;
	position: absolute;
	z-index: 1;
	left: 50%;
	width: 60px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin-left: -30px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
.restaurant-grid-tag[lang="en"]{
	background-color: #CD433B;
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 175px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    margin-left: -85px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.restaurant-grid-tag[lang="jp"] {
    background-color: #CD433B;
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 125px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    margin-left: -62px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.restaurant .coverslider_nextprev.next , .restaurant .coverslider_nextprev{
	height: 100%;
	top: 0px;
}
// .restaurant #open-booking{
// 	display: none;
// }
.modal-head{
	display: none;
}


/* --------------------------------------- RWD ---------------------------------------------------- */ 

@media screen and (max-width: 980px) {

	/* basic */
	body{
		overflow-x: hidden;
	}
	.each-wrap-in{
		padding: 20px;
	}

	/*  */
	.restaurant-top-banner{
		height: 250px!important;
	}

	.coverslider_wrap{
		height: 250px !important;
	}
	.booking-wrap{
		display: none;
	    background-color: #FFF !important;
	    position: fixed;
	    top: 0px;
	    height: 100%;
	    z-index: 101;
	}
		.booking-item{
			width: 100% !important;
			border: 1px solid #EAEAEA;
			margin-bottom: 20px;
		}

	


			




	.restaurant-info-reservation-wrap .each-wrap-in{
		height: 200px!important;
	}
		.restaurant-info-reservation-wrap .center .text{
			font-size: 25px!important;
		}

	.restaurant .coverslider_nextprev.next , .restaurant .coverslider_nextprev{
		display: none;
	}
	.restaurant .booking form{
		display: block;
	}

	.restaurant #open-booking{
		display: block;
		position: absolute;
	    bottom: 5px;
	    width: 80% !important;
	    left: 10%;
	    background-color: #EEE;
	    color: #000;
	    height: 45px;
	}
		.restaurant #open-booking:hover{
			background-color: #555;
			color: #FFF;
			border: none;
		}

	.about-top-banner-title[lang='en']{
		font-size: 20px;
	}
	.modal-head {
	    font-size: 18px;
	    text-align: center;
	    margin: -40px 0px 20px;
	    padding: 0px;
	    background: #eee;
	    border-bottom: 1px solid #ddd;
	    height: 50px;
	    line-height: 50px;
	}
	.modal-head #close-md{
	    right: 0px;
	    position: absolute;
	    /* margin-top: 2px; */
	    opacity: 0.6;
	    /* background-color: red; */
	    padding: 13px;
	    top: 0px;
	    cursor: pointer;
	    font-size: 23px;
	}
	.modal-head{
		display: block;
	}
	.each-item-4, .each-item-2, .each-item-3 {
	    float: left !important;
	    height: auto !important;
	}
}
@media screen and (max-width: 720px){
	.each-item-4{
		width: auto;
		float: none;
		height: 160px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.each-item-4, .each-item-2, .each-item-3{
		width: auto;
		float: none !important;
		/* height: 160px; */
		height: 45vw;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
		.each-item-2 .restaurant-grid-title , .each-item-3 .restaurant-grid-title , .each-item-4 .restaurant-grid-title{
			margin-top: -35px;
		}
			.each-item-2 img , .each-item-3 img , .each-item-4 img{
				display: none;
			}
			.each-item-2 .restaurant-grid , .each-item-3 .restaurant-grid , .each-item-4 .restaurant-grid{
				/* height: 160px; */
				height: 45vw;
    			background-size: 100% auto;
			}
			.each-item-2 .relative , .each-item-3 .relative , .each-item-4 .relative{
				margin-right: 0px !important;
			}
}