@charset "utf-8";

/*-----------------------------------------------
 観光スポット
-----------------------------------------------*/
.spot_tit_01 {
	width: 176px;
	height: 50px;
	padding: 9px 0 0;
	color: #666;
	background: #d7f1ed;
	font-size:162%;/*font22px*//*デザイン上はfont26px*/
	text-align: center;
}

.spot_box_01 {
	padding: 13px;
	background: #d7f1ed;
}

.spot_tit_02 {
	width: 176px;
	height: 50px;
	padding: 9px 0 0;
	color: #666;
	background: #f6dede;
	font-size:162%;/*font22px*//*デザイン上はfont26px*/
	text-align: center;
}

.spot_box_02 {
	padding: 13px;
	background: #f6dede;
}

.spot_tit_03 {
	width: 176px;
	height: 50px;
	padding: 9px 0 0;
	color: #666;
	background: #ede4d8;
	font-size:162%;/*font22px*//*デザイン上はfont26px*/
	text-align: center;
}

.spot_box_03 {
	padding: 13px;
	background: #ede4d8;
}

.spot_tit_04 {
	width: 176px;
	height: 50px;
	padding: 9px 0 0;
	color: #666;
	background: #ffe8db;
	font-size:162%;/*font22px*//*デザイン上はfont26px*/
	text-align: center;
}

.spot_box_04 {
	padding: 13px;
	background: #ffe8db;
}

.spot_tit_05 {
	width: 176px;
	height: 50px;
	padding: 9px 0 0;
	color: #666;
	background: #dee6f6;
	font-size:162%;/*font22px*//*デザイン上はfont26px*/
	text-align: center;
}

.spot_box_05 {
	padding: 13px;
	background: #dee6f6;
}

