@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :sightseeing.css
 author     :Ability Consultant
style info  :周辺観光・情報
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
	$gnav: roo,bre,fac,sig,acc,gro,pac;
-----------------------------------------------------------*/
#gnav ul li.gnav_sig a {
	background-position: 0 -59px;
}

/*-----------------------------------------------------------
	.con_sight
	周辺観光
-----------------------------------------------------------*/
.con_sight {
	margin-bottom: 60px;
	overflow: hidden;
}

.con_sight h3 {
	margin-bottom: 20px;
}

.con_sight .txt_intro {
	margin-bottom: 20px;
}

.con_sight .box_sight {
	width: 300px;
	min-height: 450px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	padding: 20px 15px;
	border: 1px solid #bababa;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(#ffffff, #f8f8f8);
	background: -moz-linear-gradient(#ffffff, #f8f8f8);
	background: -o-linear-gradient(#ffffff, #f8f8f8);
	background: linear-gradient(#ffffff, #f8f8f8);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8');
	position: relative;
}

.con_sight .box_sight:before {
	content: "";
	width: 100px;
	height: 5px;
	background: #242f58;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.con_sight .box_sight.break {
	margin-right: 0;
}

.con_sight .box_sight .img {
	text-align: center;
	margin-bottom: 10px;
}

.con_sight .box_sight .name {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -.5px;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bababa;
}

.con_sight .box_sight .txt {
	font-size: .9em;
	margin-bottom: 10px;
}

.con_sight .box_sight .acc {
	display: block;
	line-height: 1;
	padding: 5px;
	margin-bottom: 10px;
	font-size: .9em;
	background: #ffd768;
}

.con_sight .box_sight .btn {
	text-align: center;
}

.con_sight .btn_handa {
	clear: both;
	padding: 15px 0;
	text-align: center;
	background: #e5e5e5;
}

.con_sight .btn_handa a {
	display: block;
}

/*-----------------------------------------------------------
	.con_info
	周辺情報
-----------------------------------------------------------*/
.con_info h3 {
	margin-bottom: 20px;
}

.con_info .txt_intro {
	margin-bottom: 20px;
}

.con_info .inner {
	background: #fff;
	border: 1px solid #bababa;
	padding: 20px;
}

.con_info .inner h4 {
	border-left: 5px solid #b28d25;
	padding: 5px 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1;
}

.con_info .inner ul {
	margin-bottom: 40px;
	border-top: 1px dotted #bababa;
}

.con_info .inner ul.btm {
	margin-bottom: 0;
}

.con_info .inner ul li {
	padding: 15px 20px;
	border-bottom: 1px dotted #bababa;
	overflow: hidden;
}

.con_info .inner ul li:nth-child(even) {
	background: #f8f8f8;
}

.con_info .inner ul li .name {
	font-size: 1.1em;
	float: left;
	line-height: 1;
}

.con_info .inner ul li .name span {
	display: inline-block;
	font-size: .8em;
	padding: 5px;
	margin-right: 10px;
	width: 100px;
	text-align: center;
	color: #fff;
	background: #5a627f;
}

.con_info .inner ul li .acc {
	float: right;
	background: #ffd768;
	padding: 5px;
	line-height: 1;
}
