@charset "utf-8";
/* CSS Document */
.img{
	margin: 0;
}
.bn-scene .bn-l{
	margin-top: 70px;
}
.bn-scene2 .bn-l{
	margin-top: 50px;
}
.bn-scene h2,
.bn-scene2 h2,
.sp-bn-scene{
	color: #978651;
	margin-bottom: 15px;
}
.bn-scene h2{
	font-size: 2.8em;
}
.bn-scene2 h2{
	font-size: 2.6em;
}
.bn-scene .eng{
	margin-top: 5px;
}

@media screen and (min-width: 769px) {
.bn-scene,
.bn-scene2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	max-width: 1120px;
	height: 320px;
	display: flex;
	flex-flow: row-reverse;
	margin: auto;
	margin-bottom: 50px;
}
.bn-scene .bn-l,
.bn-scene2 .bn-l{
	width: 35%;
	height: 280px;
	text-align: center;
	position: relative;
}	
.bn-r{
	width: 65%;
	height: 280px;
	margin: 0 auto;
}
.bn-l .txt{
	text-align: left;
	line-height: 1.4em;
	color: #000;
	font-size: 0.92em;
	font-weight: bolder;
	margin-top: 20px;
	padding: 0 15%;
}		
}

@media screen and (min-width: 320px) and (max-width: 768px){
.bn-scene,
.bn-scene2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	max-width: 768px;
	margin: auto;
	margin-bottom: 50px;
}
.bn-scene .bn-l,
.bn-scene2 .bn-l{
	max-width: 768px;
	width: 100%;
	height: auto;
	text-align: center;
}	
.bn-r{
	display: block;
	margin-bottom: 30px;
}
.bn-l .txt{
	text-align: left;
	line-height: 1.4em;
	color: #000;
	font-size: 1.2em;
	font-weight: bolder;
	margin-top: 20px;
	padding: 0 10%;
}		
}

