@cherset "UTF-8";

/*===========================
	スライダー
===========================*/

#slider{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.chara_wrap{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	max-width:1160px;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	z-index:5;
}
.chara_wrap img{
	width: 255px;
}
.slider_ol{
	max-width: 1250px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
#slider ul{
	width: 1200px;
	margin: 0 auto;
}
#slider ul li img{
	width: 100%;
}
.slide_top{
	position: absolute;
	right: 20%;
	top: 0;
	z-index: 99;
}
.swiper-prev, .swiper-next{
	position: absolute;
	z-index: 100;
	width: 35px;
	height: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swiper-prev{
	left: 0px;
}
.swiper-next{
	right: 0px;
}
@media print,screen and (max-width: 768px) {
	.slider_ol{
	display: none;
	}
	#slider ul li img{
		width: 100%;
	}
	.slide_top {
		width: 7%;
		right: 25%;
	}
	.chara_wrap{
	 
	}
	.chara_wrap img {
		width: 155px;
	}
}
@media print,screen and (max-width: 480px) {
	.swiper-prev{
		display: none;
	}
	.swiper-next{
		display:none;
	}
	.chara_wrap img {
		width: 90px;
	}
	.slide_top {
		right: 35%;
	}
}
/*===========================
	inxex1
===========================*/
#index1_wrap{
	background: #FFF233;
}
.index1_inner{
	width: 1100px;
	margin: 20px auto;

}

#index1_wrap h3 img{
	vertical-align: bottom;
}
#index1_wrap:before{
	content: '';
	background: url(../img/index1_top.png) no-repeat;
	background-size: 100% 100px;
	background-position: 0 100%;
	margin-top: -75px;
	height: 80px;
	display: block;
}
#index1_wrap:after{
	content: '';
	background: url(../img/index1_bottom.png) no-repeat;
	background-size: 100% 100px;
	background-position: 0 100%;
	display: block;
	height: 100px;
	margin-bottom: -30px;
	clear: both;
}

/* float */
.right_inner{
	float: right;
	width: 830px;
	
}
.left_inner{
	float: left;
	width: 250px;
}

#spot_search{
	background: url(../img/index1_in_01.png) no-repeat;
	background-size: 100% 100%;
	height: 500px;
	padding: 20px 25px;
}

#spot_search h3{
	border-bottom: 3px solid #000;
}
#spot_search .map{
	margin: 10px 0;
	width: 100%;
	max-width: 180px;
}
#spot_search select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5px 10px;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #000;
	font-size: 15px;
	line-height: 1.5em;
	background: url(../img/select.png) no-repeat right 10px center;
}
/*市町村カテゴリ*/
#spot_search option{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	
}


#spot_search button{
	border: none;
	background: none;
	cursor: pointer;
	display: block;
	margin-top: 20px;
}

.chara2{
	width: 100%;
	display: block;
	text-align: right;
	margin: 10px 0;
	position: relative;
}
.chara2 img{
	display: inline-block;
	padding-right: 10px;
	position: absolute;
    top: -40px;
    left: 5px;
}
/* 新着情報 =============================- */
#info{
	background: url(../img/index1_in_02.png) no-repeat;
	background-size: 100% 100%;
	width: 565px;
	height: 320px;
	float: left;
	padding: 20px;
	position: relative;
}
#info h3{
	border-bottom: 3px solid #000;
}

#info .itiran{
	position: absolute;
	right: 30px;
	top: 20px;
}

#info dl{
	padding: 20px 10px;
}

#info dt{
	width: 165px;
	float: left;
}
#info dt span{
	font-size: 10px;
	color: #fff;
	background: #bbb;
	padding: 3px 10px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	width: 65px;
	text-align: center;
}
#info .information{
	background: #64abf2;
}
#info .test{
	background: #65c459;
}
#info .pickup{
	background: #FFB34C;
}
#info dd{
	/*padding-left: 160px;*/
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 新着spot =============================- */
#spot_new{
	background: url(../img/index1_in_03.png) no-repeat;
	background-size: 100% 100%;
	width: 265px;
	height: 320px;
	float: left;
	padding: 20px 40px;
}
#spot_new h3{
	border-bottom: 3px solid #000;
}
#spot_new a{
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spot_place{
	margin-top: 10px;
	font-size: 13px;
	color: #FF8B1E;
}
.spot_title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	
}
.spot_thumb{
	position: relative;
	width: 100%;
	height: 110px;
	overflow: hidden;
}

.spot_thumb img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.kuwashiku{
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* osusume_spot =============================- */
#osusume{
	clear: both;
	background: url(../img/index1_in_04.png) no-repeat;
	background-size: 100% 100%;
	height: 265px;
	padding: 20px 50px;
	position: relative;
}
.osusume_title{
	margin-left: -50px;
}

#osusume p{
	width: 320px;
	margin: 10px 0;
}
#osusume a{
	margin-top: 20px;
	display: block;
}
.osusume_photo{
	position: absolute;
	right: 40px;
	top:-10px;
	z-index: 99;
}

/*========== index1 response ================*/

@media print,screen and (max-width: 768px) {
	
	.index1_inner{
		width: 100%;
	}
	#index1_wrap:before{
		background-size: 100% 50px;
		    height: 50px;
		margin-top: -50px;
	}
	#index1_wrap:after{
		background-size: 100% 50px;
	}
	.right_inner{
		float: none;
		width: 100%;
	
	}
	.left_inner{
		float: none;
		width: 100%;
	}

	#info {
		width: 68%;
		margin-left: 1%;
	}
	#spot_new{
		width: 30%;
		padding: 20px;
	}
	#spot_new h3 img{
		width: 100%;
	}
	#spot_new h3{
		height: 40px;
	}
	#osusume{
		height: auto;
		width: 100%;
	}
	#osusume .osusume_photo{
		width: 50%;
		right: 10px;
	}
	#spot_search{
		height: auto;
		padding: 20px 80px;
		overflow: hidden;
		background: url(../img/index1_in_04.png) no-repeat;
		background-size: 100% 100%;
	}
	#spot_search .map {
    	margin: 15px 0px;
    	width: 180px;
		display: block;
		float: left;
	}
	#spot_search select{
		width: 200px;
	}
	#spot_search form{
		    margin: 15px;
    width: 200px;
    float: left;
	}
	.chara2{
		width: 230px;
		float: right;
		margin-top: -180px;
		margin-right: 15px;
	 }
	.chara2 img {
		display: inline-block;
		padding-right: 10px;
		position: absolute;
		top: -40px;
		width: 230px;
		right: 35px;
	}
}
@media screen and (max-width: 640px) {
	#info{
		width: 100%;
		float: none;
		height: auto;
		margin-left: 0;
	}
	
	#spot_new{
		height: auto;
		width: 100%;
		padding: 20px 30px;
	}
	#spot_new a{
		
	}
	#spot_new h3 img{
		width: auto;
	}
	.spot_thumb{
		position: relative;
		width: 200px;
		height: 150px;
		overflow: hidden;
		float: right;
		margin: -50px 20px 0;
	}
	.kuwashiku{
		margin-top: 30px;
		float: left;
	}
	#osusume{
		padding: 20px 30px;
	}
	.osusume_title{
		width: 100%;
		margin-left: -20px;
	}
	#osusume .osusume_photo{
		width: 30%;
		right: 10px;
	}
	#osusume p{
		width: 100%;
		margin: 30px 0;
	}
	#osusume a{
	margin-bottom: 20px;
	}
	#spot_search{
		height: auto;
		padding: 25px 35px 40px;
	}
	#spot_search .map {
		float: none;
		margin: 0 auto;
	}
	#spot_search form {
		width: 200px;
		margin: 0 auto;
		float: none;
	}
		.chara2 {
		width: 160px;
		float: none;
		margin: 20px auto;
	}
	.chara2 img{
		width: 160px
	}
	#index1_wrap:after{
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 480px) {
	#info{
		padding-bottom: 30px;
	}
	#info h3 img{
			width: 100%;
			max-width: 300px;
		}
	#info .itiran{
		bottom:0;
		top: 83%;
	}
	.spot_thumb{
		position: relative;
		width: 100%;
		height: 150px;
		overflow: hidden;
		float: none;
		margin: 0 auto;
	}
	#spot_new a{
		display: block;
	}
	.spot_thumb img{
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.kuwashiku{
		text-align: center;
		margin-top: 10px;
		float: none;
	}

}
/*===========================
	index2
===========================*/
#index2_wrap{
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}

.in2_left{
	width: 550px;
	float: left;
}
/*.in2_left a{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.in2_left a img{
	width: 100%;
}*/
.in2_left p{
	margin: 10px 0 30px;
}
.in2_link{
	float: left;
	width: 200px;
	margin-top: 20px;
}
.in2_left a{
	display: block;
}
.photo{
	float: right;
	width: 265px;
}

#fb_wrap{
	width: 420px;
	float: right;
	border: 10px solid #0071B4;
}
@media screen and (max-width: 1100px) {
	#index2_wrap{
		padding-left: 20px;
	}
}
@media print,screen and (max-width: 768px) {
	#index2_wrap{
		width: 100%;
		padding-left: 0;
	}
	.in2_left{
		width: 60%;
		padding: 20px;
		overflow: hidden;
	}
	.in2_left h3 img{
		width: 100%;
	}
	#fb_wrap{
		width: 38%;
		margin: 0 auto;
		float: left;
	}
	.in2_link{
		margin: 0px;
	}
	.photo{
		margin: 0 ;
		width: 180px;
	}
}
@media screen and (max-width: 640px) {
	.in2_left{
		width: 100%;
	}
	#fb_wrap{
		max-width: 500px;
		width: 95%;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	
	
}
@media screen and (max-width: 480px) {
	.photo{
		display: none;
	}
}
/*===========================
	bnr area
===========================*/
#sponser1 p{
	text-align: center;
	margin: 10px;
}
.s1_wrap, .s2_wrap{
	max-width: 1000px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
#sponser1, #sponser2{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
#sponser2{
	margin-bottom: 50px;
}
#sponser1 ul li img, #sponser2 ul li img{
	width: 100%;
	max-width: 500px;
	height: auto;
}
#sponser1 ul li img{
	height: 150px;
}
#sponser2 ul{
	letter-spacing: -.40em;
}
#sponser2 ul li{
	width:24.25%;
	display: inline-block;
	margin-right: 1%;
	
}
#sponser2 ul li:nth-child(4){
	margin-right:0;
}
#sponser2 ul li img{
	border: 1px solid #ccc;
	width: 100%;
	vertical-align: middle;
}
.s1_prev, .s2_prev,
.s1_next, .s2_next{
	cursor: pointer;
	    width: 25px;
}
.s1_prev{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
.s2_prev{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
}

.s1_next{
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
.s2_next{
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
@media print,screen and (max-width: 768px) {
	.s1_wrap, .s2_wrap{
		max-width: 90%;
	}
	.s1_prev, .s1_next{
		top: 20%;
	}
	#sponser1 ul li img{
		height: auto;
	}
	.s1_prev, .s2_prev,
	.s1_next, .s2_next{
		width: 20px;
	}
}
@media print,screen and (max-width: 480px) {
	.s1_wrap, .s2_wrap{
		/*max-width: 80%;*/
	}
	#sponser2 ul li{
		width:49%;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	#sponser2 ul li:nth-child(nn){
		margin-right:0;
	}
}
/*===========================
	bnr area bosyu
===========================*/
#index3_wrap{
	width: 1020px;
	overflow: hidden;
	margin: 20px auto;
}
#index3_wrap a{
	width: 50%;
	display: block;
	float: left;
}
#index3_wrap img{
	padding: 0 5px;
	width: 100%;
	display: inline-block;
}
@media print,screen and (max-width: 768px) {
	#index3_wrap{
		width: 100%;
		padding: 0 20px;
	}
	
}
@media screen and (max-width: 480px) {
	#index3_wrap{
		padding: 0;
	}
	#index3_wrap img{
		padding: 0;
	}
	#index3_wrap a{
		float: none;
		width: 100%;
	}
	#index3_wrap a {
		width: 100%;
		display: block;
		padding: 0 20px;
		float: none;
	}
}

/*===============================
	2016.12.02	index
================================*/

.link_bnr{
	padding: 0 0 20px;
	overflow: hidden;
}

.link_bnr li{
	float: left;
	width: 32%;
	margin-right: 1.5%;
}
.link_bnr li:last-child{
	margin-right: 0;
}
.link_bnr li img{
	width: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.link_bnr{
		padding: 0 20px 20px;
	}
}
@media screen and (max-width: 480px) {
	.link_bnr li{
		float: none;
		margin-right: none;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 10px;
	}
}