﻿/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */
.l_substage_img h1 {
		margin-left: 18%;
		margin-top: 105px;
}
.l_substage_img img {
		display: block;
		/* margin-top:194px;*/
}
@media (max-width : 768px) {
		.l_substage_img {
				background-position: top 48px center;
				background-size: 162%;
				padding-top: 0;
		}
		.l_substage_img h1 {
				margin: 0;
				margin-top: 72px;
				width: 100%;
				/*		height: 65px;*/
		}
		.l_substage_img img {
				/*		margin-top: -20px;*/
				height: 100px;
				margin-left: -60px;
		}
}
.l_substage_img_02 {
		width: auto;
		background-image: url("../image/bgi-stage.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		overflow: hidden;
		height: 283px;
		position: relative;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 20px;
		text-align: center;
}

@media (max-width : 768px) {
		.l_substage_img_02 {
				background-position: left center;
				background-size: cover;
				padding-top: 0;
				height: 200px;
		}
}
/* 写真ツアー・画像を並べて表示する */
.l_flex_wrap {
		display: flex;
}
.l_flex_wrap_box {
		width: 31%;
		margin: 1%;
}
.l_flex_wrap_box_nameplate {
		max-width: 400px;
		width: 40%;
		margin: 1%;
}
@media (max-width: 800px) {
		.l_flex_wrap {
				display: flex;
		}
		.l_flex_wrap_box {
				width: 100%;
				margin: 1%;
		}
		.l_flex_wrap_box_nameplate {
				width: 100%;
		}
}