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


/*********************************************************** SMALL SCREEN */
	#about-banner-title {
		width: calc(75px * (306 / 98));
		height: 75px;
	}
	
	#about-staff-info-container {
		display: none;
	}
	#about-staff-info-container-m {
		display: block;
	}
	
	.about-title {
		font-size: 18px;
		line-height: 36px;
	}
	
	.about-text {
		width: 75%;
		font-size: 14px;
		line-height: 28px;
	}
	
	#about-staff-group {
		height: calc(100vw * (660 / 1000));
	}
	
	#about-banner-inner-image {
		display: none;
	}
	#about-banner-inner-image-m {
		display: block;
	}
	
	#about-banner-mountaine-0-image {
		display: none;
	}
	#about-banner-mountaine-0-image-m {
		display: block;
	}
	#about-banner-mountaine-1-image-m {
		display: block;
	}
	
	#about-banner-mountaine-1 {
		display: none;
	}
	
	.cuisine-menu-box {
		width: calc((100vw / 4) - 0px);
		height: calc(((100vw) / 4 - 0px) * (515 / 239));
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#about-banner-title {
		width: calc(98px * (306 / 98));
		height: 98px;
	}
	
	#about-staff-info-container {
		display: flex;
	}
	#about-staff-info-container-m {
		display: none;
	}
	
	.about-title {
		font-size: 20px;
		line-height: 40px;
	}
	
	.about-text {
		width: 100%;
		font-size: 15px;
		line-height: 28px;
	}
	
	#about-staff-group {
		height: calc(100vw * (526 / 1439));
	}
	
	#about-banner-inner-image {
		display: block;
	}
	#about-banner-inner-image-m {
		display: none;
	}
	
	#about-banner-mountaine-0-image {
		display: block;
	}
	#about-banner-mountaine-0-image-m {
		display: none;
	}
	#about-banner-mountaine-1-image-m {
		display: none;
	}
	
	#about-banner-mountaine-1 {
		display: block;
	}
	
	.cuisine-menu-box {
		width: calc((100vw / 4) - 0px);
		height: calc(((100vw) / 4 - 0px) * (515 / 239));
	}
}

/*********************************************************** MEDIUM 2 SCREEN */
@media screen and (min-width: 1200px) {
	.cuisine-menu-box {
		width: calc((100vw / 6) - 0px);
		height: calc(((100vw) / 6 - 0px) * (515 / 239));
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#about-banner-title {
		width: 306px;
		height: 98px;
	}
	
	#about-staff-info-container {
		display: flex;
	}
	#about-staff-info-container-m {
		display: none;
	}
	
	.about-title {
		font-size: 22px;
		line-height: 40px;
	}

	.about-text {
		width: 100%;
		font-size: 15px;
		line-height: 28px;
	}
	
	#about-staff-group {
		height: calc(100vw * (526 / 1439));
	}
	
	#about-banner-inner-image {
		display: block;
	}
	#about-banner-inner-image-m {
		display: none;
	}
	
	#about-banner-mountaine-0-image {
		display: block;
	}
	#about-banner-mountaine-0-image-m {
		display: none;
	}
	#about-banner-mountaine-1-image-m {
		display: none;
	}
	
	#about-banner-mountaine-1 {
		display: block;
	}
	
	.cuisine-menu-box {
		width: calc((100vw / 6) - 0px);
		height: calc(((100vw) / 6 - 0px) * (515 / 239));
	}
}


/***************************************************************************************************************** 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;
	background-image: url("../assets/images/news/news-banner.jpg");
}

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

#about-banner-wrapper {
	position: relative;
	width: 100%;
	height: 540px;
	background: transparent;
	margin: 0px;
	overflow: hidden;
}
#about-banner-wrapper:hover #about-banner-mountaine-1 {
	opacity: 1;
}

#about-banner-title {
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/about/about-banner-title.svg");
}

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

#about-banner-mountaine-0 {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	
	overflow: hidden;
}

#about-banner-mountaine-1 {
	position: absolute;
	top: 20px;
	left: 1px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	
	overflow: hidden;
	
	opacity: 0;
	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}


/***************************************************************************************************************** CONTENT */
#generic-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#about-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.about-title {
	position: relative;
	width: 100%;
	margin: 0px;
	
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	letter-spacing: 4px;
	text-align: left;
}

.about-text {
	position: relative;
	margin: 0px;
	
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	text-align: left;
}

#about-staff-group {
	position: relative;
	width: 100%;
	
	margin: 0px auto;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	overflow: hidden;
}


/***************************************************************************************************************** STAFF INFO */
#about-staff-info-container {
	position: relative;
	width: 100%;
	
	flex-wrap: wrap;
	justify-content: center;
}
#about-staff-info-container-m {
	position: relative;
	width: 100%;
}

.cuisine-menu-box {
	position: relative;
	display: inline-block;
}

.cuisine-menu-box-m {
	position: relative;
	width: 100%;
	height: calc(100vw * (300 / 590));
	
	overflow: hidden;
	cursor: pointer;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

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

.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;
}

.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% - 50px);
}

.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-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: white;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
}


/***************************************************************************************************************** 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;
}