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


/*********************************************************** SMALL SCREEN */	
	#venue-map-pc {
		display: none;
	}
	#venue-map-m {
		display: block;
	}
	
	.venue-title {
		max-width: none;
		
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 36px;
		text-align: left;
	}
	
	.venue-text {
		text-align: left;
	}
	
	.venue-room-box {
		width: calc((100% - 20px) / 2);
		min-height: none;
		margin: 0px 0px 40px 0px;
	}
	
	.venue-room-box-placeholder {
		width: calc((100% - 20px) / 2);
		min-height: none;
		margin: 0px 0px 40px 0px;
		display: none;
	}
	
	#venue-spacing {
		height: 60px;
	}
	
	.venue-room-image {
		height: calc( (((100vw - 40px) - 20px) / 2) * (230 / 320));
		max-height: none;
		border-width: 2px;
	}
	
	.venue-reserve-button {
		margin: 0px auto 0px 0px;
	}
	
	.venue-room-title {
		position: relative;
		width: 100%;
		
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 22px;
	}

	.venue-room-capacity {
		position: relative;
		width: 100%;
		
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 22px;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#venue-map-pc {
		display: block;
	}
	#venue-map-m {
		display: none;
	}
	
	.venue-title {
		max-width: 500px;
		
		font-size: 24px;
		letter-spacing: 6px;
		line-height: 40px;
		text-align: center;
	}
	
	.venue-text {
		text-align: center;
	}
	
	.venue-room-box {
		width: calc((100% - 30px - 30px) / 3);
		min-height: 300px;
		margin: 0px 0px 40px 0px;
	}
	
	.venue-room-box-placeholder {
		width: calc((100% - 30px - 30px) / 3);
		min-height: 180px;
		margin: 0px 0px 40px 0px;
		display: inline-block;
	}
	
	#venue-spacing {
		height: 100px;
	}
	
	.venue-room-image {
		height: calc( (((100vw - 80px - 160px) - 30px - 30px) / 3) * (230 / 320));
		max-height: calc( (((1380px - 80px - 160px) - 30px - 30px) / 3) * (230 / 320));
		border-width: 5px;
	}
	
	.venue-reserve-button {
		margin: 0px auto;
	}
	
	.venue-room-title {
		position: relative;
		width: 100%;
		
		font-size: 22px;
		letter-spacing: 4px;
		line-height: 30px;
	}

	.venue-room-capacity {
		position: relative;
		width: 100%;
		
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 26px;
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#venue-map-pc {
		display: block;
	}
	#venue-map-m {
		display: none;
	}
	
	.venue-title {
		max-width: 500px;
		
		font-size: 24px;
		letter-spacing: 6px;
		line-height: 40px;
		text-align: center;
	}
	
	.venue-text {
		text-align: center;
	}
	
	.venue-room-box {
		width: calc((100% - 30px - 30px) / 3);
		min-height: 300px;
		margin: 0px 0px 40px 0px;
	}
	
	.venue-room-box-placeholder {
		width: calc((100% - 30px - 30px) / 3);
		min-height: 300px;
		margin: 0px 0px 40px 0px;
		display: inline-block;
	}
	
	#venue-spacing {
		height: 100px;
	}
	
	.venue-room-image {
		height: calc( (((100vw - 80px - 160px) - 30px - 30px) / 3) * (230 / 320));
		max-height: calc( (((1380px - 80px - 160px) - 30px - 30px) / 3) * (230 / 320));
		border-width: 5px;
	}
	
	.venue-reserve-button {
		margin: 0px auto;
	}
	
	.venue-room-title {
		position: relative;
		width: 100%;
		
		font-size: 22px;
		letter-spacing: 4px;
		line-height: 30px;
	}

	.venue-room-capacity {
		position: relative;
		width: 100%;
		
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 26px;
	}
}


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

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

#venue-content-wrapper {
	position: relative;
	width: 100%;
	background: rgb(99, 81, 61);
}

.venue-title {
	position: relative;
	width: 100%;
	margin: 0px auto;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	line-height: 40px;
}

.venue-text {
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: 0px auto;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 28px;
}

#venue-map-pc {
	position: relative;
	max-width: 900px;
	margin: 0px auto;
}
#venue-map-m {
	position: relative;
	max-width: 900px;
	margin: 0px auto;
}

#venue-room-wrapper {
	position: relative;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.venue-room-box {
	position: relative;
	display: inline-block
}

.venue-room-box-placeholder {
	position: relative;
}

#venue-spacing {
	position: relative;
	width: 100%;
}

.venue-room-image {
	position: relative;
	width: 100%;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-color: rgb(223, 209, 167);
	
	overflow: hidden;
}
.venue-room-image:hover .venue-room-image-inner {
	transform: scale(1.08);
}

.venue-room-image-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	transform: scale(1.005);
	
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.venue-room-title {
	position: relative;
	width: 100%;
	
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	text-align: center;
}

.venue-room-capacity {
	position: relative;
	width: 100%;
	
	font-style: italic;
	font-weight: 400;
	color: rgb(223, 209, 167);
	text-align: center;
}

.venue-reserve-button {
	position: relative;
	width: 170px;
	height: 50px;
	background: rgb(45, 77, 88);
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 6px;
	line-height: 50px;
	text-align: center;
	
	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);
	
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.venue-reserve-button:hover {
	background: transparent;
}

#venue-back-button-container {
	position: relative;
	width: 100%;
	height: 28px;
}

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