@charset "utf-8";

#mainImage {
	width: 100%;
	height: 350px;
	background: url(../access/images/topImage.jpg) no-repeat center center;
	background-size: cover;
	text-indent: -9999px;
	position: relative;
}


p.btn  {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
p.btn a {
	display: block;
	border-radius: 5px;
	background-color: #fff;
	width: 152px;
	text-align: center;
	float: right;
	padding: 7px 0;
	border: 1px solid #dfdfdf;
}
p.btn a:hover {
	background-color: #d7d4b3;
}




/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/

#main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}



/* intro
--------------------------------------------------*/
#intro {
	margin-bottom: 95px;
}
#intro h2 {
	font-size: 2.5rem;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3rem;
	margin-bottom: 75px;
}
#intro p {
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.7;
}

/* マップ
--------------------------------------------------*/
#conMap {
	margin-bottom: 160px;
}
#conMap #gmap {
	width: 1000px;
	height: 510px;
}

/* ルート
--------------------------------------------------*/
.route {
	width: 889px;
	margin: 0 auto 130px;
	
}
.route h3 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 50px;
}

.route p.caution {
	margin-top: 20px;
}

/* リンク
--------------------------------------------------*/
#link {
	width: 850px;
	margin:  0 auto 160px;
	overflow: hidden;
}
#link h4 {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#link .hotel {
	width: 300px;
	float: left;
}
#link .boxLink {
	width: 450px;
	float: right;
}
#link .boxLink ul {
	overflow: hidden;
	width: 100%;
}
#link .boxLink ul li {
	width: 220px;
	float: left;
}


#sightseeing {
	width: 100%;
	overflow: hidden;
	margin-bottom: 160px;
}

#sightseeing h2 {
	font-size: 2.5rem;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
#sightseeing .boxSpot {
	width: 280px;
	margin-right: 30px;
	float: left;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin-bottom: 2rem;
}
#sightseeing .boxSpot h4 {
	font-size: 1.3rem;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sightseeing .boxSpot p.detail {
	margin-bottom: 20px;
}

#sightseeing .boxSpot a {
	background: url(../access/images/ic_link.png) no-repeat left center;
	text-decoration: underline;
	padding-left: 8px;
}
#sightseeing .boxSpot a:hover {
	text-decoration: none;
	color: #ccc;
}

.info {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;

}
.info a {
	font-weight: bold;
	text-decoration: underline;
}
.info a:hover {
	text-decoration: none;
}

