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

/* ====================================
	page-title
==================================== */
#page-title{
	background:url(../guide/images/page-title.png) no-repeat;
	margin:0 auto 20px auto;
}

/* ====================================
	guide
==================================== */
#guide{
	width:760px;
}

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

#gmap{
	width:760px;
	height:435px;
}
#route{
	width:760px;
	overflow:auto;
}

/* leisure-spot */
#guide #leisure-spot{
	width:758px;
	padding:0 1px;
	margin-bottom:30px;
}
#guide #leisure-spot li{
	width:240px;
	float:left;
	margin:0 19px 20px 0;
}
#guide #leisure-spot li:nth-child(3n){
	margin-right:0px;
}
#guide #leisure-spot li h3{
	color:#373737;
	font-size:140%;
	font-weight:bolder;
	border-left:5px solid #373737;
	padding-left:10px;
}
#guide #leisure-spot li figure img{
	width:240px;
	height:170px;
	display:block;
	-webkit-box-shadow: 0 2px 1px #373737;
	-moz-box-shadow: 0 2px 1px #373737;
	box-shadow: 0 2px 1px #373737;
}
