@charset "UTF-8";

/*======================================
	観光スポット詳細
=======================================*/

/* section */
#spot_detail section, #section_summary {
	margin-bottom: 2em;
}

#spot_detail h3 {
	background-color: #8bba2c;
	color: #fff;
	font-weight: bold;
	font-size: 105%;
	padding: 0.5em 0.8em;
	margin-bottom: 0.5em;

	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
#spot_detail h4 {
	color: #333;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0.5em;
	padding-left: 30px;
	min-height: 27px;
	line-height: 27px;
}
#near_spot_tourist h4 {
	background: url(../img/spot/spot.png) no-repeat 0 0;
	background-size: 22px 27px;
	margin-top: 1em;
}
#near_spot_foods h4 {
	background: url(../img/spot/foods.png) no-repeat 0 0;
	background-size: 21px 23px;
}
#spot_near section {
	margin-bottom: 1em;
}

/* スポット画像 */
#spot_image_canvas {
	height: 200px;
	background-color: #eee;
	border: solid 1px #666;
	margin-bottom: 0.5em;
	position: relative;
	overflow:hidden;
}
#spot_image_canvas img{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width:640px;
	max-height:340px;
}
#spot_image_thumnail{
	display: none;
}

#spot_image_thumnail .active{
	opacity: 0.6;
}

/* テキスト */
#spot_copy {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
#spot_description {
	font-size: 100%;
	margin-bottom: 1em;
}

/* SNS */
/*
#sns_list {
	overflow: hidden;
	margin-bottom: 1em;
}
#sns_list li {
	float: left;
	margin-right: 2%;
	width:45%;
	max-width:150px;
	margin-bottom: 1em;
}
*/
#sns_list {
	margin-bottom: 1em;
	text-align: center;
	font-size:0;
}
#sns_list li {
	margin-right: 10px;
	max-width:150px;
	height: 50px;
	margin-bottom: 1em;
	display: inline-block;
}

/* スポット詳細 */
#spot_data dl {
	overflow: hidden;
	border-bottom: dotted 1px #9e9e9e;
	background: url(../img/spot/spot_detail_back_1x1.png) repeat-y 0 0;
	background-size: 25% 1px;
	margin-top: 1em;
}
#spot_data dt {
	width: 20%;
	clear: left;
	float: left;
	margin: 0;
	padding: 0.5em 2.5%;
	border-top: dotted 1px #9e9e9e;
	overflow: hidden;
}
#spot_data dd {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0.5em 2.5%;
	border-top: dotted 1px #9e9e9e;
	overflow: hidden;
}
#spot_data dd a{
	word-break: break-all;
}
/* カテゴリ */
#spot_category_list li {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}


/* スポット一覧 */
.spot_list li {
	margin-bottom: 1em;
}
.spot_list p.img {
	float: left;
	width: 40%;
}
.spot_list p.img img {
	width: 100%;
	border: solid 1px #666;
}
.spot_list div.info {
	float: right;
	width: 57%;
}



/* アイキャッチ（カテゴリ） */
#spot_category {
	font-size: 100%;
	margin-bottom: 1.5em;
}

/* 名称 */
#page_spot_detail main h2 {
	font-size: 120%;
	padding:  3.125%;
	background-color: #f18600;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

/* 枠 */
#spot_detail {
/*
	margin-left:  3.125%;
	margin-right: 3.125%;
*/
	padding-left:  3.125%;
	padding-right: 3.125%;

	padding-top:  20px;
	padding-bottom:  20px;
	padding-bottom:  0;
}


/* 動画 */
.iframeBox {
	position: relative;
	width: 100%;
	margin-bottom: 0.5em;
	padding-top: 56.25%;
}
.iframeBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




/*======================================
	タブレット
=======================================*/
@media screen and (min-width: 600px) {

	/* 枠 */
	#spot_detail {
/*
		margin-left:  0;
		margin-right: 0;
*/
		padding-left:  3.125%;
		padding-right: 3.125%;

		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* 名称 */
	#page_spot_detail main h2 {

		   -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		        border-radius: 5px;

	}

	/* スポット一覧 */
	.spot_list {
	}
	.spot_list li {
		width: 33.333%;
		float: left;
	}
	.spot_list p.img {
		float: none;
		margin-bottom: 0.5em;
		width: auto;
		text-align: center;
		margin: 0 5px;
		padding: 1em;
		background-color: #eee;
	}
	.spot_list p.img img {
		width: auto;
		height: 100px;
	}
	.spot_list div.info {
		float: none;
		width: auto;
		margin: 0.3em 5px 0;
		padding: 0.5em 0;
	}
	.spot_list div.info .distance {
		margin-left: 17px;
	}

	/* スポット画像 */
	#spot_image_canvas {
		height: 300px;
	}
	#spot_image_thumnail {
		display: block;
		background-color: #eee;
		padding: 0.5em 1em;
		margin-bottom: 1em;
		text-align: center;
	}
	#spot_image_thumnail img {
		border: solid 1px #666;
		margin: 0.3em 0.5em 0.3em 0;
		cursor: pointer;
	}
	#spot_image_thumnail #img_prev,
	#spot_image_thumnail #img_next{
		display:none;
	}
	
	/* SNS */
/*
	#sns_list li {
		width:22%;
	}
*/

}



/*======================================
	PC
=======================================*/
@media print,screen and (min-width: 980px) {

	/* スポット画像 */
	#spot_image_canvas {
		height: 340px;
	}

}




/*======================================
	地図
=======================================*/
#map_canvas {
	height: 250px;
	border: solid 1px #666;
}

/* ボタン */
#map_btn,
#map_btn .btn_more div{
	width: 200px;
	margin:0 auto;
	margin-top:1.0em;
}
.btn_more p{
	background-position: 10px center;
	padding-left:25px;
}

@media screen and (min-width: 600px) {
	#map_canvas {
		height: 300px;
	}
}
@media print,screen and (min-width: 980px) {
	#map_canvas {
		height: 400px;
	}
}


@media screen and (max-width: 599px) {
	#spot_image_thumnail #img_prev:hover,
	#spot_image_thumnail #img_next:hover,
	#spot_image_thumnail .active span{
		opacity:0.5;
		filter:alpha(opacity=50);
	}
	#spot_image_thumnail span img{
		display: none;
	}
	#spot_image_thumnail{
		display:block;
		width:100%;
		height:60px;
	}
	#spot_image_thumnail #img_prev,
	#spot_image_thumnail #img_next{
		width:10%;
	}
	#spot_image_thumnail #img_next{
		margin-right: 0 !important;
	}
	#spot_image_thumnail #img_prev span{
		display:block;
		width:0;
		height:0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-right: 15px solid #999;
		float:left;
		margin-bottom:20px;
		margin-left:5%;
		margin-top:10px;
	}
	#spot_image_thumnail #img_next{
		display:block;
		width:0;
		height:0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #999;
		float:right;
		margin-right:5%;
		margin-top:10px;
	}
	#spot_image_thumnail #thumnail_img{
		width:80%;
		margin:0 auto;
		padding:10px 0;
		text-align: center;
	}
	#spot_image_thumnail a{
		width:9%;
		text-align:center;
		border:none;
		margin-right:2%;
	}
	#spot_image_thumnail a span{
		width: 10px;
		height: 10px;
		display: inline-block;
		border-radius: 100%;
		background: #999;
	}
	#sns_list li {
		width:46%;
	}


}