/*
Small (smaller than 640px)
Medium (641px to 1007px)
Large (1008px and larger)
*/


/*********************************************************** SMALL SCREEN */	
	.cuisine-menu-wrapper {
		display: none;
	}
	.cuisine-menu-wrapper-m {
		display: flex;
	}
	
	.cuisine-info-container {
		display: none;
	}
	.cuisine-info-container-m {
		display: block;
	}
	
	.cuisine-info-image-box-m {
		width: calc(100% - 60px);
		height: calc(((100vw - 40px - 0px) - 60px) * (390 / 515));
	}
	
	.cuisine-menu-box-m {
		width: calc((100% - 20px) / 2);
	}
	.cuisine-menu-image-m {
		height: calc(((100vw - 40px - 20px) / 2) * (450 / 320));
		min-height: 100%;
	}
	
	.index-signature-cuisine-info-text-m {
		line-height: 26px;
	}

	#generic-banner-inner-image {
		display: none;
	}
	#generic-banner-inner-image-m {
		display: block;
	}
	
	#generic-banner-title {
		display: none;
	}
	#generic-banner-title-m {
		display: block;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	.cuisine-menu-wrapper {
		display: none;
	}
	.cuisine-menu-wrapper-m {
		display: flex;
	}
	
	.cuisine-info-container {
		display: none;
	}
	.cuisine-info-container-m {
		display: block;
	}
	
	.cuisine-info-image-box-m {
		width: calc(100% - 60px);
		height: calc(((100vw - 80px - 320px) - 60px) * (390 / 515));
	}
	
	.cuisine-menu-box-m {
		width: calc((100% - 20px) / 2);
		min-height: 100%;
	}
	.cuisine-menu-image-m {
		height: calc(((100vw - 80px - 320px) / 2) * (450 / 320));
	}
	
	.index-signature-cuisine-info-text-m {
		line-height: 30px;
	}
	
	#generic-banner-inner-image {
		display: none;
	}
	#generic-banner-inner-image-m {
		display: block;
	}
	
	#generic-banner-title {
		display: none;
	}
	#generic-banner-title-m {
		display: block;
	}
}

/*********************************************************** MEDIUM 2 SCREEN */
@media screen and (min-width: 1150px) {
	.cuisine-menu-wrapper {
		display: flex;
	}
	.cuisine-menu-wrapper-m {
		display: none;
	}
	
	.cuisine-info-container {
		display: flex;
	}
	.cuisine-info-container-m {
		display: none;
	}
	
	.cuisine-info-image-box {
		width: calc(100% - 350px);
		height: calc((100vw - 80px - 320px - 350px) * (390 / 515));
		max-height: calc((1380px - 80px - 320px - 350px) * (390 / 515));
	}
	
	.cuisine-info-image-box-m {
		width: 0px;
		height: 0px;
	}
	
	.cuisine-info-text-inner {
		width: 80%;
	}
	
	.cuisine-info-text-box {
		width: calc(350px - 20px);
		height: calc((100vw - 80px - 320px - 350px) * (390 / 515));
		max-height: calc((1380px - 80px - 320px - 350px) * (390 / 515));
	}
	
	#generic-banner-inner-image {
		display: block;
	}
	#generic-banner-inner-image-m {
		display: none;
	}
	
	#generic-banner-title {
		display: block;
	}
	#generic-banner-title-m {
		display: none;
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	.cuisine-menu-wrapper {
		display: flex;
	}
	.cuisine-menu-wrapper-m {
		display: none;
	}
	
	.cuisine-info-container {
		display: flex;
	}
	.cuisine-info-container-m {
		display: none;
	}
	
	.cuisine-info-image-box {
		/*width: calc(100% - 460px);
		height: calc((100vw - 80px - 320px - 460px) * (390 / 515));
		max-height: calc((1380px - 80px - 320px - 460px) * (390 / 515));*/
		
		width: calc(100% - 450px);
		height: calc((100vw - 80px - 320px - 450px) * (390 / 515));
		max-height: calc((1380px - 80px - 320px - 450px) * (390 / 515));
	}
	
	.cuisine-info-image-box-m {
		width: 0px;
		height: 0px;
	}
	
	.cuisine-info-text-inner {
		width: 100%;
	}
	
	.cuisine-info-text-box {
		width: calc(450px - 30px);
		height: calc((100vw - 80px - 320px - 450px) * (390 / 515));
		max-height: calc((1380px - 80px - 320px - 450px) * (390 / 515));
	}
	
	#generic-banner-inner-image {
		display: block;
	}
	#generic-banner-inner-image-m {
		display: none;
	}
	
	#generic-banner-title {
		display: block;
	}
	#generic-banner-title-m {
		display: none;
	}
}


/***************************************************************************************************************** NEWS */


.index-section-title {
	position: relative;
	width: 100%;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 6px;
	line-height: 30px;
	text-align: left;
}

.index-section-text {
	position: relative;
	width: 100%;
	max-width: 550px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 38px;
	text-align: left;
}


/***************************************************************************************************************** BANNER */
#generic-banner-wrapper {
	position: relative;
	width: 100%;
	height: calc(310px + 40px);
	background: transparent;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

#generic-banner-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	overflow: hidden;
}

#generic-banner-title {
	width: 100%;
	max-width: 500px;
	height: 30px;
	
	font-family: "OptimaBold", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 14px;
	line-height: 50px;
	text-align: center;
}

#generic-banner-title-m {
	width: 100%;
	max-width: 500px;
	height: calc(28px * 3);
	
	font-family: "OptimaBold", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 14px;
	line-height: 28px;
	text-align: center;
}

/***************************************************************************************************************** CONTENT */
#generic-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 300px;
	background: rgb(45, 77, 88);
}

.cuisine-title {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	letter-spacing: 6px;
	line-height: 40px;
	text-align: center;
}

.cuisine-info-container {
	position: relative;
	width: 100%;
	
	flex-wrap: wrap;
	justify-content: space-between;
}
.cuisine-info-container-m {
	position: relative;
	width: 100%;
}

.cuisine-info-image-box {
	position: relative;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.cuisine-info-image-box-m {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

#cuisine-info-image-0 {
	margin: 0px auto 0px 0px;
	overflow: hidden;
}

#cuisine-info-image-1 {
	margin: 0px 0px 0px auto;
	overflow: hidden;
}

.cuisine-info-text-box {
	position: absolute;
	top: 0px;
}

#cuisine-info-text-0 {
	right: 0px;
}

#cuisine-info-text-1 {
	left: 0px;
}

.cuisine-info-text-inner {
}

.cuisine-info-title {
	position: relative;
	width: 100%;
	
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	letter-spacing: 5px;
	line-height: 36px;
	text-align: left;
}
.cuisine-info-title-m {
	position: relative;
	width: 80%;
	margin: 0px 0px 0px 30px;
	
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	letter-spacing: 5px;
	line-height: 30px;
	text-align: left;
}

.cuisine-info-text {
	position: relative;
	width: 100%;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;
}
.cuisine-info-text-m {
	position: relative;
	width: 80%;
	margin: 0px 0px 0px 30px;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;
}


/***************************************************************************************************************** MENU */
.cuisine-menu-wrapper {
	position: relative;
	width: 100%;
	
	flex-wrap: wrap;
	justify-content: center;
}
.cuisine-menu-wrapper-m {
	position: relative;
	width: 100%;
	
	flex-wrap: wrap;
	justify-content: space-between;
	
	margin: 0px 0px 30px 0px;
}

.cuisine-menu-box {
	position: relative;
	width: calc(((100vw - 80px - 160px) / 4) - 4px);
	height: calc(((100vw - 80px - 160px) / 4 - 4px) * (415 / 290));
	max-width: calc(((1380px - 80px - 160px) / 4) - 0px);
	max-height: calc(((1380px - 80px - 160px) / 4 - 0px) * (415 / 290));
	
	display: inline-block;
}
.cuisine-menu-box-m {
	position: relative;
	display: inline-block;
}

.cuisine-menu-image {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.cuisine-menu-box:hover .index-signature-cuisine-image-top {
	opacity: 1;
}

.cuisine-menu-image-m {
	position: relative;
	width: 100%;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.index-signature-cuisine-image-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.0;
	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.index-signature-cuisine-info-box {
	width: calc(100% - 80px);
}

.index-signature-cuisine-info-title {
	position: relative;
	width: 100%;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
}
.index-signature-cuisine-info-title-m {
	position: relative;
	width: 100%;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 24px;
	text-align: left;
}

.index-signature-cuisine-info-subtitle {
	position: relative;
	width: 100%;
	
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
}

.index-signature-cuisine-info-line {
	position: relative;
	width: 100%;
	height: 1px;
	
	background: rgb(223, 209, 167);
	margin: 0px;
}

.index-signature-cuisine-info-text {
	position: relative;
	width: 100%;
	
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
}
.index-signature-cuisine-info-text-m {
	position: relative;
	width: 100%;
	
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	text-align: left;
}

.cuisine-view-button {
	position: relative;
	width: 140px;
	height: 26px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 209, 167);
	
	cursor: pointer;
}
.cuisine-view-button-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 11px);
	height: 100%;
	padding: 0px 0px 0px 15px;
	
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 26px;
	text-align: left;
}
.cuisine-view-button-icon {
	position: absolute;
	top: 1px;
	right: 7px;
	width: 24px;
	height: 24px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../assets/images/cuisine/download.svg");
}


/***************************************************************************************************************** BACK BUTTON */
#reservation-back-button-container {
	position: relative;
	width: 100%;
	height: 28px;
}

#reservation-back-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: calc(50px + 20px + 70px);
	height: 28px;
	
	margin: 0px;
	cursor: pointer;
}