@charset "UTF-8";
/*マップページ用CSS*/

/**MAP**/

.map-embed > div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}
.map-embed img{
	max-width:none;
	border:1px solid #CCC;
	}
	.map-embed iframe{
		width:100%;
		height: 380px;
	}
.mapArea{
	margin-top:-61px;
	padding:30px;
	}
.mapArea .photo-l img{
	width:280px;
	height:auto;
	}
.mapArea h1{
	font-size:20px;
	font-weight:bold;
	border-left:3px solid #1fc2db;
	padding-left:18px;
	margin-bottom:20px;
}
#contents .print {
	text-align:center;
	text-decoration:none;

}
#contents .print:hover {
	text-align:center;
	text-decoration:none;
	color:black;
}
@media screen and ( max-width:650px) {/*　スマホ　*/
/**MAP**/
.mapArea{
	margin-top:-61px;
	padding:20px 0;
	}
.mapArea .photo-l img{
	width:100%;
	height:auto;
	}
.mapArea h1{
	font-size:18px;
	font-weight:bold;
	border-left:3px solid #1fc2db;
	padding-left:18px;
	margin-bottom:20px;
}
#contents .print {
	text-align:center;
	text-decoration:none;

}
#contents .print:hover {
	text-align:center;
	text-decoration:none;
	color:1b1b1b;
}
}

.map-embed img{
	width:100%;
	border:1px solid #CCC;
	}

/**IEハック**/
@media all and (-ms-high-contrast:none) {
.mapArea h1{
	padding-top:7px;
}
}
