@charset "utf-8";
/* CSS Document */


/******* cuisine *******/
#sightseeing {
}
#sightseeing .inner {
	padding: 30px 0 80px;
}
#sightseeing h2 {
	text-align: center;
	height: 56px;
	margin: 0;
}
#sightseeing .spot {
	width: 492px;
	margin: 50px 0 0;
}
#sightseeing .spot h3 {
	color: #bce870;
	font-size: 26px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 22px;
	line-height: 22px;
	margin: 0 0 16px;
	padding: 0 0 0 8px;
}
#sightseeing .spot h3:before {
	content: url(../images/sightseeing/spot-icon.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 8px 0 0;
}
#sightseeing .spot p {
}
#sightseeing .spot p img {
	display: block;
	width: 492px;
	height: 320px;
	margin: 0 0 12px;
}
#sightseeing .left {
	clear: both;
	float: left;
}
#sightseeing .right {
	float: right;
}
