@charset "UTF-8";



/*********** 共通 *************/

h2 .en {
	text-shadow: 0 0 10px #000, 0 0 10px #000;

}

h2 .ja {
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}

h3 {
	margin-top: 100px;
}

/*********** ↑共通 *************/





/*********** design *************/

.design-bg {
	background: #f2f3f3;
	padding: 80px 0;
}

.design-bg h3 {
	margin-top: 0;
}

.design_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	box-shadow: 0 15px 15px -5px rgba(146,167,153,0.2);
	padding: 40px;
	margin-top: 80px;
}

.design_02-wrap li:nth-child(1) {
	width: 63.48%;
}

.design_02-wrap li:nth-child(2) {
	width: 33%;
}

/*********** ↑design *************/




/*********** hall *************/

.hall-bg {
	background: #f2f3f3;
	padding: 100px 0;
}

.hall-bg h3 {
	margin-top: 0;
}

/*********** ↑hall *************/





/*********** landscape *************/

.landscape_01-wrap {
	margin-top: 80px;
}

.landscape_01-wrap .cap {
	margin-right: 11%;
}

/*********** ↑landscape *************/














