/* --------------------------------------------------
	ステージ共通
-------------------------------------------------- */
/* サブページのステージ */
#zone_substage {
		width: auto;
		background-color: white; /*サブページ背景*/
		background-image: url("/~rad-onc/info/image/img-sbstage.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		overflow: hidden;
		background-size: cover;
		height: 300px;
		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;
		color: #fff !important;
}
#zone_substage h1 {
		font-size: 2.5em;
		font-weight: normal;
		color: #fff !important;
}
@media (max-width : 768px) {
		#zone_substage {
				background-position: center center;
				height: auto;
		}
		#zone_substage h1 {
				color: #fff;
				margin: 0;
				margin-top: 50px;
				padding-bottom: 40px;
				width: 100%;
				font-size: 1.3em;
				text-align: center;
		}
}
.sitemap ul li {
		margin: 1em;
}
.l_googlemap {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%; /*比率をお好みで*/
}
.l_googlemap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}