/* 周辺観光 */

#sec01 {
	background: rgba(255,255,255,.6);
}
#sec01 .pic {
	padding-top: 10px;
}
#sec02 {
	background: rgba(255,255,255,.6);
}
#sec01 h3 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 28%;
	height: 28%;
	padding-top: 10%;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background: url(../img/h3_sec1.png) no-repeat center;
	background-size: 100%;
}
#sec01 h3 img {
	display: block;
	margin: 0 auto;
}
.row01 {
	padding: 15px 0;
	background: rgba(63,43,20,.1);
}
.row02 {
	padding: 15px 0;
}
.tour_box {
	float: left;
	position: relative;
	width: 49%;
	margin-right: 2%;
}
.tour_box:nth-of-type(even) {
	margin-right: 0;
}
.tour_box dt {
	vertical-align: bottom;
	color: #00417D;
	line-height: 1.4;
}
.tour_box dt img {
	display: block;
	margin: 5px auto 10px;
}
.tour_box dd {
	width: 94%;
	margin: 0 auto;
	line-height: 1.6;
}
.tour_box dd span {
	display: block;
}
.tour_box dd a {
	display: block;
	margin-top: 10px;
	padding: 20px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	box-shadow: 0 0 0 3px rgba(0,65,125,.8) inset, 0 0 0 4px #fff inset;
	background: url(../img/icn_sec2.png) no-repeat right 10% center, rgba(0,65,125,.8);
	background-size: 16px auto;
}
.tour_box dd.match {
	position: relative;
}
.tour_box dd.match a {
	position: absolute;
	bottom: 0;
	width: 100%;
}