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

 file name  :sightseeing.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
.con_sig .box_map,
.con_sig .box_map .txt_map,
.con_sig .box_spot {
	max-width: 1100px;
	margin: auto;
}

.con_sig .box_map:after {
	content: "";
	display: table;
	clear: both;
}

/*----------------------------------------------------
	.con_sig\
----------------------------------------------------*/
.con_sig .box_int {
	text-align: center;
}
.con_sig .box_int .txt {
	padding: 25px 0 50px;
}
.con_sig .box_map {
	position: relative;
}
.con_sig .box_map #map {
	background: #212121;
	position: absolute;
	height: 100%;
	width: 700px;
}
.con_sig .box_map #map_image {
	background: #212121;
	position: absolute;
	height: 100%;
	width: 700px;
}
.con_sig .box_map #obj_active {
	float: right;
}
.con_sig .box_map #obj_active li {
	display: none;
	width: 310px;
	padding: 25px 30px 25px;
	background: #f6f6f6;
	position: relative;
}
.con_sig .box_map #obj_active li:first-child {
	display: block;
}
.con_sig .box_map #obj_active li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -34px;
	width: 68px;
	height: 2px;
	background: #B96420;
}
.con_sig .box_map #obj_active li.cate1 h4 span:before {
	background: url(../sightseeing/images/ic_cate1.png) no-repeat center;
}
.con_sig .box_map #obj_active li.cate2 h4 span:before {
	background: url(../sightseeing/images/ic_cate2.png) no-repeat center;
}
.con_sig .box_map #obj_active li.cate3 h4 span:before {
	background: url(../sightseeing/images/ic_cate3.png) no-repeat center;
}
.con_sig .box_map #obj_active li.cate4 h4 span:before {
	background: url(../sightseeing/images/ic_cate4.png) no-repeat center;
}
.con_sig .box_map #obj_active li h4 {
	text-align: center;
	font-size: 124%;
	font-weight: normal;
	padding-bottom: 7px;
}
.con_sig .box_map #obj_active li h4 span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	padding-left: 50px;
}
.con_sig .box_map #obj_active li h4 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
}
.con_sig .box_map #obj_active li .img {
	margin-top: 25px;
}
.con_sig .box_map #obj_active li .img img {
	width: 100%;
}
.con_sig .box_map #obj_active li .acc {
	margin-top: 2px;
	padding: 5px 15px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #c1a14c;
}
.con_sig .box_map #obj_active li .txt {
	margin-top: 15px;
}
.con_sig .box_map #obj_active li .btns {
	margin-top: 25px;
	overflow: hidden;
}
.con_sig .box_map #obj_active li .btns a {
	float: right;
}
.con_sig .box_map #obj_active li .btns a:first-child {
	float: left;
}
.con_sig .box_map .txt_map {
	position: absolute;
	bottom: -3em;
}
.con_sig .box_spot {
	margin-top: 80px;
}
.con_sig .box_spot #tab_spot {
	overflow: hidden;
}
.con_sig .box_spot #tab_spot li {
	cursor: pointer;
	float: left;
	margin-left: 14px;
	width: 208px;
	padding: 4px 0 11px;
	text-align: center;
	background: url(../sightseeing/images/bg_tab.png) no-repeat;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.con_sig .box_spot #tab_spot li:first-child {
	margin-left: 0;
}
.con_sig .box_spot #tab_spot li.active {
	background-position: 0 bottom;
	cursor: default;
}
.con_sig .box_spot #tab_spot li:not(.active):hover {
	opacity: .7;
}
.con_sig .box_spot #panel_spot {
	margin-right: -25px;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	-webkit-transition: 500ms;
	transition: 500ms;
	letter-spacing: -.4em;
}
.con_sig .box_spot #panel_spot.hide {
	opacity: 0;
}
.con_sig .box_spot #panel_spot li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 20px;
	margin-top: 20px;
	width: 355px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.con_sig .box_spot #panel_spot li.active span {
	cursor: default;
	background: #fff;
	border: solid 1px #3e7792;
}
.con_sig .box_spot #panel_spot li span {
	cursor: pointer;
	display: table;
	padding: 10px;
	height: 100%;
	text-decoration: none;
	position: relative;
	border: solid 1px #f6f6f6;
	background: #f6f6f6;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.con_sig .box_spot #panel_spot li span:after {
	content: '>';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 10px;
	font-size: 193%;
	color: #bbb;
}
.con_sig .box_spot #panel_spot li span:hover {
	background: #fff;
	border: solid 1px #3e7792;
}
.con_sig .box_spot #panel_spot li span .img {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.con_sig .box_spot #panel_spot li span .img img {
	width: 100%;
}
.con_sig .box_spot #panel_spot li span h4 {
	display: table-cell;
	width: 210px;
	padding: 0 20px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 100%;
}
