@charset "utf-8";

/*-----------------------------------
|- spot
------------------------------------*/
#content {
width: 100%;
padding: 0;
margin: 0;
}
.img_box{
	position:relative;
}
.img_dummy{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.clfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

/*-----------------------------------
+ main_contents
------------------------------------*/
.main_contents{
	width:100%;
	max-width:1440px;
	margin:0 auto 80px;
	position: relative; 
	background:#f8f8f8;
	padding:20px 0;
}
.main_box{
	width:100%;
	max-width:800px;
	margin:0 auto 70px;
}
.img_main{
	width:100%;
	margin:0 auto 25px;
}
.spot_ttl{
	width:100%;
	font-size:22px;
	border-bottom:1px solid #231815;
	margin:0 auto 15px;
}
.area_txt{
	display:inline-block;
	background:#9e9e9f;
	border-radius:8px;
	padding:2px 20px;
	color:#fff;
	font-size:16px;
}
.spot_name{
	width:100%;
	margin:5px auto;
	font-size:29px;
}
.spot_txt{
	width:100%;
	margin:0 auto;
	font-size:16px;
}
@media screen and (max-width:750px) {
	.main_box{
		margin:0 auto 40px;
	}
	.img_main{
		width:96%;
		margin:0 auto 15px;
	}
	.spot_ttl{
		width:90%;
		font-size:17px;
		margin:0 auto 15px;
	}
	.area_txt{
		font-size:11px;
		margin-left:5%;
	}
	.spot_name{
		width:90%;
		margin:5px auto;
		font-size:25px;
	}
	.spot_txt{
		width:90%;
		margin:0 auto;
		font-size:15px;
	}
}

/*-----------------------------------
	#subimg_slider
------------------------------------*/
.subimg_box{
	width:608px;
	height:342px;
	margin:0 auto 40px;
	background:#231815;
	text-align:center;
	position:relative;
}
.subimg_box img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
#subimg_slider{
	width:608px;
	margin:0 auto 40px;
}
#subimg_slider .owl-stage-outer{
	margin:0 auto 40px;
}
#subimg_slider li{
	background:#231815;
	width:100%;
	height:342px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#subimg_slider li img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.owl-thumbs{
	text-align:left;
}
.owl-thumb-item{
	background:#231815;
	width:112px;
	height:63px;
	position:relative;
	opacity:0.5;
}
.owl-thumb-item.active{
	opacity:1.0;
}
.owl-thumb-item.active:after{
	display:block;
	content:"";
	width:100%;
	height:2px;
	background:#231815;
	position:absolute;
	left:0;
	bottom:-5px;
}
.owl-thumb-item img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

#subimg_slider .owl-controls{
	display:block;
}

#subimg_slider .owl-controls .owl-dots{
	display:none !important;
}

#subimg_slider .owl-controls .owl-nav .owl-next,
#subimg_slider .owl-controls .owl-nav .owl-next:hover{
	background:url("/img2/spot/img_spot_slide_arrow_next.png");
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:145px;
	right:-30px;
	padding:0;
	margin:0;
	width:20px;
	height:48px;
}
#subimg_slider .owl-controls .owl-nav .owl-prev,
#subimg_slider .owl-controls .owl-nav .owl-prev:hover{
	background:url("/img2/spot/img_spot_slide_arrow_prev.png");
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:145px;
	left:-30px;
	padding:0;
	margin:0;
	width:20px;
	height:48px;
}
@media screen and (max-width:750px) {
	.subimg_box{
		width:82%;
		height:auto;
		padding-top:56.25%;
	}
	#subimg_slider{
		width:82%;
	}
	#subimg_slider .owl-stage-outer{
		margin:0 auto 20px;
	}
	#subimg_slider li{
		background:#231815;
		width:100%;
		height:auto;
		padding-top:56.25%;
	}
	.owl-thumb-item{
		width:20%;
		height:auto;
		padding-top:11.25% !important;
	}
	#subimg_slider .owl-controls .owl-nav .owl-next,
	#subimg_slider .owl-controls .owl-nav .owl-next:hover{
		background:url("/img2/spot/img_spot_slide_arrow_next.png");
		background-repeat:no-repeat;
		background-size:contain;
		position:absolute;
		top:32%;
		right:-5%;
		padding:0;
		margin:0;
		width:10px;
		height:24px;
	}
	#subimg_slider .owl-controls .owl-nav .owl-prev,
	#subimg_slider .owl-controls .owl-nav .owl-prev:hover{
		background:url("/img2/spot/img_spot_slide_arrow_prev.png");
		background-repeat:no-repeat;
		background-size:contain;
		position:absolute;
		top:32%;
		left:-5%;
		padding:0;
		margin:0;
		width:10px;
		height:24px;
	}
}


/*-----------------------------------
+ detail_area
------------------------------------*/
#detail_area{
	width:96%;
	max-width:800px;
	margin:0 auto;
	background:#fff;
	padding:40px 20px 40px;
	box-sizing:border-box;
}
#detail_area .spot_data{
	width:100%;
	padding: 5px 5px 0 5px;
	box-sizing:border-box;
}
#detail_area .spot_data dl {
	display: table;
	width:100%;
	border-bottom:1px solid #9e9e9f;
	padding:5px 0;
}
#detail_area .spot_data dl dt{
	display: table-cell;
	width:90px;
	border-right: 1px solid #9e9e9f;
	padding:10px;
	font-size: 14px;
	vertical-align: middle;
	position: relative;
}
#detail_area .spot_data dl dd{
	display: table-cell;
	padding: 10px;
	font-size: 14px;
	line-height:1.6;
	vertical-align: middle;
	word-break: break-all;
}
#detail_area .spot_data dl dd a{
	text-decoration:underline;
}
.map_area{
	width:100%;
	margin:70px auto 30px;
	height:auto;
	padding-top:51.25%;
	position:relative;
}
.map_area iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.updated {
	width:96%;
	max-width:800px;
	margin:10px auto;
	font-size:16px;
	text-align:right;
}
@media screen and (max-width:750px) {
	#detail_area{
		padding:20px 3%;
	}
	#detail_area .spot_data dl dt{
		font-size:11px;
	}
	#detail_area .spot_data dl dd{
		font-size:11px;
	}
	.map_area{
		margin:30px auto 10px;
		padding-top:100%;
	}
	.updated {
		font-size:11px;
	}
}


/*-----------------------------------
+ spot_area
------------------------------------*/
#spot_area{
	width:874px;
	margin:0 auto 200px;
	text-align:center;
}
#spot_area .ttl{
	width:100%;
	margin:0 auto 15px;
	font-size:24px;
	text-align:center;
}
#spot_area ul{
	width:100%;
	margin:0 auto 50px;
}
#spot_area ul li{
	float:left;
	width:288px;
	margin-right:5px;
	margin-bottom:20px;
}
#spot_area ul li:nth-child(3n){
	margin-right:0;
}
#spot_area ul li a{
	display:block;
	width:100%;
}
#spot_area ul li a dl{
	width:100%;
	margin:0 auto;
}
#spot_area ul li a dt{
	width:100%;
	margin:0 auto 5px;
	text-align:left;
}
#spot_area ul li a dt img{
	width:100%;
}
#spot_area ul li a dd.spot_nm{
	width:100%;
	margin:0 auto;
	padding-left:25px;
	box-sizing:border-box;
	font-size:24px;
	line-height:1.4;
	background-image:url("/img2/spot/img_spot_arrow.png");
	background-repeat:no-repeat;
	background-size:14px;
	background-position:0px 5px;
	text-align:left;
}
#spot_area ul li a dd.caption{
	width:100%;
	padding:0 25px;
	box-sizing:border-box;
	font-size:18px;
	line-height:1.4;
	text-align:left;
}
.spot_list a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

}
.link_box{
	display:inline-block;
}
.link_box a{
	display:inline-block;
	padding:5px 15px;
	border:2px solid #231815;
	font-size:18px;
}
.link_box a:hover{
	opacity:0.5;
}
.link_box span{
	display:inline-block;
	position:relative;
	padding-left:20px;
}
.link_box span:before{
	display:block;
	content:"";
	width:12px;
	height:18px;
	position:absolute;
	top:5px;
	left:5px;
	background-image:url("/img2/spot/img_spot_arrow.png");
	background-repeat:no-repeat;
	background-size:contain;
}
@media screen and (max-width:750px) {
	#spot_area{
		width:90%;
		margin:0 auto 70px;
	}
	#spot_area .ttl{
		margin:0 auto 10px;
		font-size:17px;
	}
	#spot_area ul{
		margin:0 auto 40px;
	}
	#spot_area ul li{
		width:49%;
		margin-right:0;
		margin-bottom:15px;
	}
	#spot_area ul li:nth-child(even){
		float:right;
	}
	#spot_area ul li a dd.spot_nm{
		font-size:13px;
		padding-left:15px;
		background-size:10px;
		background-position:0px 0px;
	}
	#spot_area ul li a dd.caption{
		font-size:11px;
		padding:0 15px;
	}
	.link_box a{
		font-size:11px;
	}
	.link_box span{
		padding-left:13px;
	}
	.link_box span:before{
		width:9px;
		height:15px;
		top:1px;
		left:0px;
	}
}





