@charset "EUC-JP";
/* CSS Document */


body div.wrap article section.contents h2 {
	width: 100%;
	height: 5.5rem;
	padding: 2.6rem 0 0 5.5rem;
	margin:  0 0 1.5rem 0;
	background-image: url("../images/map/map_headline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article section.contents h2 + p {
	width: 100%;
	height: auto;
	padding: 0 0 0 2rem;
	margin:  0 2rem 2rem 0;
	font-size: 1rem;
	background-image: url('../images/map/img_gaikan.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
body div.wrap article section.contents p strong {
	color: #ff4a78;
}

body div.wrap article section.contents iframe {
	width: 39rem;
	height: 30rem;
	margin: 0 0 2rem 2rem;
}

body div.wrap article section.contents p.park {
	padding-left: 2rem;
	color: #ff4a78;
	font-weight: bold;
	background: initial;
}
body div.wrap article section.contents p.park span {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	border: 1px solid #fff;
	border-radius: 1rem;
	background-color: #ffd700;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
}
body div.wrap article section.contents p.park + p {
	padding-left: 2rem;
}


@media only screen and (max-width: 820px) {

	body div.wrap article section.contents {
		padding: 1rem 0 0 0;
	}
	body div.wrap article section.contents h2 {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 1rem 0;
		font-size: 1.3rem;
		color: #ff4a78;
		text-shadow:
			1px 1px 1px #fff, -1px -1px 1px #fff,
			-1px 1px 1px #fff,  1px -1px 1px #fff,
			1px 0 1px #fff, -1px  0 1px #fff,
			0 1px 1px #fff,  0 -1px 1px #fff;
		background: initial;
		text-align: center;
	}
	body div.wrap article section.contents h2 span {
		display: block;
	}

	body div.wrap article section.contents h2 + p {
		padding: 0 0 8rem 0;
		margin:  0 0 2rem 0;
	}
	
	body div.wrap article section.contents iframe {
		width: 100%;
		height: 75vw;
		margin: 0 0 2rem 0;
	}
	body div.wrap article section.contents p.park {
		padding-left: 0;
	}
	body div.wrap article section.contents p.park + p {
		padding-left: 0;
	}


}
