@charset "utf-8";

/* about グーグルマップをサイズ可変に */

#map_canvas{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 470px;
	max-height: 400px;
	width: 100%;
	height: 100% ;
}



/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */

.l_substage_img{
	width:auto;
	background-image:url('../image/common/bgi-stage.png');
	background-repeat:no-repeat;
/* background-position:center;*/
	background-position:top right;
/* background-size:cover;*/

	overflow:hidden;
	
}
.l_substage_img h1{
/*	margin-left: 100px;*/
	margin-top: 220px;
}

.l_substage_img img{
	display: block;
/* margin-top:194px;*/
}
@media (max-width : 768px ){
	.l_substage_img{
		background-position:top right;
	}
	.l_substage_img h1{
		margin: 0;
		margin-top:50px;
		width:100%;
/*		height: 65px;*/
	}
	.l_substage_img img{
/*		margin-top: -20px;*/
		height: 100px;
		margin-left: -60px;
	}
}
