/*============================================================================

		coolcarousel

============================================================================*/

#main_img{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 280px;
	text-align: center;
}
#main_img .deco_left{
	display: inline !important;
	position: absolute;
	left: -50px; bottom: -10px;
	z-index: 10;
}
#main_img .deco_right{
	display: inline !important;
	position: absolute;
	right: -50px; bottom: -10px;
	z-index: 10;
}
#carousel{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#carousel div{
	float: left;
	width: 1100px;
	height: 280px;
	overflow: hidden;
}
#carousel img {
	display: block;
	/*width: 100%;*/
}
.active_blc,
.prev_blc,
.next_blc{
	background: url(../img/top_img_bg.png) repeat 0 0 ;
	display: block;
	height: 440px;
	width: 50%;
	top: 0;
	position: absolute;
}
.active_blc{
	width: 1040px;
	left: 50%;
	margin-left: -520px;
	display: none;
}
/*.prev_blc{left: -520px;}
.next_blc{right: -520px;}*/
.s_inner{
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 940px;
	height: 300px;
	margin: 0 auto 0 -470px;
	z-index: 100;
}
#prev, #next{
	display: block;
	height: 55px;
	width: 55px;
	top: 50%;
	margin-top: -28px;
	position: absolute;
	cursor: pointer;
}
#prev{
	background: url(../img/slider_prev.png) no-repeat 0 0 ;
	left: -30px;
}
#next{
	background: url(../img/slider_next.png) no-repeat 0 0 ;
	right: -30px;
}
#pager {
	display: none !important;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#pager a {
	background-color: #fff;
	border-radius: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
}
#pager a:hover {background-color: #fb0;}
#pager a span {display: none;}
#pager a.selected {background-color: #fb0;}



/*===========================================

		main_contetns

===========================================*/
.blc_tourism_info{
	margin-top: 40px;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 6px -1px #d7d7d7;
	box-shadow: 0px 0px 6px -1px #d7d7d7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blc_tourism_info h3{
	color: #a58a5b;
	font-size: 115%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.blc_tourism_info{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.blc_tourism_info .purpose{
	float: left;
	width: 498px;
	border-right: 1px solid #d7d7d7;
}
.blc_tourism_info .purpose table{
	width: 100%;
	table-layout: fixed;
	margin-top: -1px;
	border-top: 1px solid #d7d7d7;
}
.blc_tourism_info .purpose table td{
	height: 60px;
	background: #eeeeee;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.blc_tourism_info .purpose table td:hover{
	background-color: #f5f5f5;
	transition-duration:0.2s;
}
.blc_tourism_info .purpose table td:first-child,
.blc_tourism_info .purpose table td:nth-child(3n+1){
	border-left: none;
}
.blc_tourism_info .purpose table.colm2 td{
	height: 89px;
	vertical-align: middle;
	text-align: center;
}
.blc_tourism_info .purpose table.colm2 td.mini{
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
.blc_tourism_info .purpose table td a{
	height: 60px;
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	color: #534741;
	padding: 0 5px 0 70px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blc_tourism_info .purpose table td a > *{
	vertical-align: middle;
    display: inline-block;
}
.blc_tourism_info .purpose table td a:before{
	content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
.blc_tourism_info .purpose table.colm2 td a{
	height: 85px;
	padding: 0 10px 0 120px;
}
.blc_tourism_info .purpose table.colm2 td.mini a{
	height: 60px;
	padding: 0 10px 0 120px;
}
.blc_tourism_info .purpose table.colm2 td.mini a[target="_blank"]{
	margin-right: 20px;
	background: url(../img/icon_blank_tourism.png) no-repeat center right;
}

.blc_tourism_info .purpose table td img{
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
}
.blc_tourism_info .purpose table.colm2 td img{
	margin-top: -24px;
}
.blc_tourism_info .purpose table.colm2 td.mini img{
	position: absolute;
	top: 55%;
	left: 20px;
	margin-top: -20px;
}
.blc_tourism_info .purpose h3{
	padding: 10px 0;
}
@media only screen and (max-width: 768px) {
	.blc_tourism_info .purpose{
		width: auto;
		float: none;
		font-size: 90%;
	}
	.blc_tourism_info .purpose table.colm2 td{
		height: 80px;
	}
	.blc_tourism_info .purpose table.colm2 td.mini a{
		height: 60px;
		padding: 0 10px 0 90px;
	}
	.blc_tourism_info .purpose table td a{
		padding-left: 45px;
		padding-right: 5px;
	}
	.blc_tourism_info .purpose table.colm2 td a{
		height: 79px;
		padding-left: 75px;
		padding-right: 5px;
	}
	.blc_tourism_info .purpose table td img{
		width: 35px;
		left: 8px;
		margin-top: -14px;
	}
	.blc_tourism_info .purpose table.colm2 td img{
		width: 60px;
		left: 10px;
		margin-top: -19px;
	}
}

.blc_tourism_info .map{
	position: relative;
	float: left;
	width: 498px;
	min-height: 317px;
	margin-left: -1px;
	background: url(../img/tourism/bg_map.jpg) no-repeat center center;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;	
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 
}
.blc_tourism_info .map h3{
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 2px 10px;
	background: #fff;
	border: 2px solid #a58a5b;
	border-radius: 12px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}
.blc_tourism_info .map li{
	position: absolute;
}
.blc_tourism_info .map li.point_touya{
	top: 14px;
	left: 230px;
}
.blc_tourism_info .map li.point_tukiura{
	top: 120px;
    left: 80px;
}
.blc_tourism_info .map li.point_hontyou{
	top: 223px;
    left: 50px;
}
.blc_tourism_info .map li.point_touyakoonsen{
    top: 226px;
    left: 210px;
}
.blc_tourism_info .map li a{
	display: block;
	position: relative;
	padding: 8px 33px 8px 10px;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	text-decoration: none;
	color: #534741;
	border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 6px -1px #333;
	box-shadow: 0px 0px 6px -1px #333;
}
.blc_tourism_info .map li a:hover{
	background-color: rgba(255,255,255,1.0);
	transition-duration:0.2s;
}
.blc_tourism_info .map li a:after{
	content: "";
	position: absolute;
	top: 11px;
	right: 10px;
	width: 15px;
	height: 17px;
	background: url(../img/common/side_arrow.png) no-repeat 0 0;
}
@media only screen and (max-width: 768px) {
	.blc_tourism_info .map{
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 63%;
		-webkit-border-radius: 0px; 
		-moz-border-radius: 0px;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.blc_tourism_info .map h3{
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 90%;
	}
	.blc_tourism_info .map li a{
		padding: 4px 25px 4px 8px;
		font-size: 12px;
	}
	.blc_tourism_info .map li a:after{
		top: 5px;
    	right: 6px;
	}
	.blc_tourism_info .map li.point_touya{
		top: 5.5%;
    	left: 46%;
	}
	.blc_tourism_info .map li.point_tukiura{
		top: 40%;
    	left: 18%;
	}
	.blc_tourism_info .map li.point_hontyou{
		top: 72%;
		left: 10%;
	}
	.blc_tourism_info .map li.point_touyakoonsen{
    	top: 75%;
    	left: 43%;
	}

}

.blc_tourism_info .blc_search{
	clear: both;
	padding: 10px 0;
	text-align: center;
}
@media only screen and (max-width: 768px) {

}

.blc_panel_contents{
	width: 760px;
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blc_panel_contents li{
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 35px;
}
.blc_panel_contents li h3{
	color: #a58a5b;
	margin: 10px 5px 0 5px;
	font-size: 115%;
}
.blc_panel_contents li .ph{
	position: relative;
	display: block;
	border: 3px solid #ede7de;
	background: #a68b5b;
	height: 290px;
	overflow: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blc_panel_contents li .ph img{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 300px;
	min-height: 290px;
	max-width: inherit;
	height: auto;
	width: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	/*left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.blc_panel_contents li a{
	text-decoration: none;
}
.blc_panel_contents li a:hover .ph{
	border-color: #a68b5b;
}
.blc_panel_contents li a:hover .ph img{
	/* opacity: 0.5; */
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media only screen and (min-width: 769px) {
	.blc_panel_contents li:nth-child(3n){
		margin-right: 0;
	}
	.blc_panel_contents li:nth-child(3n+1){
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.blc_panel_contents{
		width: auto;
		float: none;
	}
	.blc_panel_contents li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.blc_panel_contents li:nth-child(2n){
		margin-right: 0;
	}
	.blc_panel_contents li:nth-child(2n+1){
		clear: both;
	}
	.blc_panel_contents li .ph{
		height: 200px;
	}
}

.side_tourism_nav{
	background: #f6f3ee;
}
.side_tourism_nav .title{
	background: #d2c4ad;
	text-align: center;
	padding: 5px 0;
}
.side_tourism_nav .title img{
	vertical-align: middle;
}
.side_tourism_nav ul{
	margin: 8px;
}
.side_tourism_nav li{
	margin-bottom: 6px;
}
.side_tourism_nav li a{
	display: block;
	padding: 10px;
	border: 1px solid #a58a5b;
	border-left: 4px solid #a58a5b;
	background: #fff;
	text-decoration: none;
	color: #736357;
	font-weight: bold;
}
.side_tourism_nav li a:hover{
	background: #fbf9ed;
	transition-duration:0.2s;
}
/*.side_tourism_nav li a span{
	display: block;
	font-size: 70%;
	color: #666666;
}*/

@media only screen and (max-width: 768px) {
	.side_tourism_nav ul img{
		width: 100%;
		max-width: 100%;
	}
	.side_tourism_nav li {
		margin: 0 0 6px;
	}
	.side_tourism_nav li a img{
		width: 180px;
	}
}


