@charset "utf-8";
@import "common.css";
/*//////////////////////////////////////////////////////
	近隣のご案内
//////////////////////////////////////////////////////*/

/*===================================
	n-guide
===================================*/
#n-guide{
	width:100%;
}

/* iframe・text */
#n-guide iframe{
	margin-bottom:1.0em;
}
#n-guide .text{
	font-weight:bolder;
	margin-bottom:30px;
}

#gmap{
	width:100%;
	height:210px;
}
#route{
	width:100%;
	overflow:auto;
}

#n-guide .text{
	color:#000;
	font-weight:bolder;
	margin-bottom:1.0em;
}

/* leisure-spot */
#n-guide #leisure-spot li{
	width:48%;
	float:left;
	margin-bottom:1.0em;
}
#n-guide #leisure-spot li:nth-child(2n){
	float:right;
}
#n-guide #leisure-spot li h3{
	font-size:80%;
	font-weight:bolder;
	border-left:3px solid #373737;
	padding:0.5em 0 0.5em 0.5em;
	white-space:nowrap;
}
#n-guide #leisure-spot li figure img{
	width:100%;
	height:auto;
	display:block;
	-webkit-box-shadow: 0 2px 1px #373737;
	-moz-box-shadow: 0 2px 1px #373737;
	box-shadow: 0 2px 1px #373737;
}
