/* CSS Document */


/*────────────────────────── アクティビティ（一覧）──*/

#activity.top .fv{
	margin-bottom: 100px;
}
#activity.top .fv h1,
#activity.top .fv .catch,
#activity.top .fv .img{
	position: absolute;
}
#activity.top .fv h1{
	top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
}
#activity.top .fv h1 img{
	display: inline-block;
	margin: 0 30px;
}
#activity.top .fv .catch{
	top: -30px; left: 30px;
}
#activity.top .fv .img{
	bottom: -30px; right: -20px;
}



#activity.top .search{
	margin-bottom:60px;
}
#activity.top .search h3{
	background: url(images/search_bg.png);
	color: #fff;
	text-align: center;
	font-size: 240%;
	letter-spacing: 8px;
	padding: 15px 0;
	border-radius: 5px;
	margin-bottom: 60px;
}
#activity.top .search h4{
	text-align: center;
	font-size: 200%;
	letter-spacing: 5px;
	margin: 30px 0;
}
#activity.top .search .keyword {
	text-align: center;
	letter-spacing: -.4em;
}
#activity.top .search .keyword .title{
	display: inline-block;
	text-align: center;
	font-size: 115%;
	letter-spacing: 0;
	padding: 10px;
	vertical-align: top;
}
#activity.top .search .keyword input[type="text"] {
	width: 260px; height: 40px;
	border: solid 1px #736357;
	padding: 4px 15px;
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
}
#activity.top .search .keyword input[type="submit"] {
	background: #736357 url(images/i_search.png) no-repeat center;
	width: 40px; height: 40px;
	border: none;
	border-radius: 0 3px 3px 0;
}
#activity.top .search ul.hotword{
	font-size: 115%;
	margin-top: 20px;
}
#activity.top .search ul.hotword li{
	display: inline-block;
	margin: 0 2px;
}
#activity.top .search ul.hotword li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 50px;
	padding: 5px 25px;
}
#activity.top .search ul.hotword li a:hover{
	color: #726256;
	background: #FDFE1F;
}
#activity.top .search ul.hotword li:first-of-type{
	border: none;
	font-size: 160%;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	letter-spacing: 5px;
}



#activity.top .select{
	text-align: center;
	margin: 60px 0;
}
#activity.top .select h3{
	font-size: 200%;
	letter-spacing: 3px;
}
#activity.top .select .tabs{
	margin: 20px 0 0;
}
#activity.top .select .tabs li{
	margin: 0 0 -1px;
	/*float: left;*/
	/*width: 47.5%;*/
	border: solid 1px #726256;
	background: #DDDDDA;
	padding: 10px;
	transition: all 0.4s;
	border-radius: 0 10px 0 0;
	font-weight: 600;
	font-size: 115%;
	letter-spacing: 2px;
	position: relative;
}
#activity.top .select .tabs li:after{
	content: '';
	position: absolute;
	bottom: 0; left: 0; right: 0;
	margin: auto;
	border-bottom: 1px solid #726256;
	width: 96%; 
}
#activity.top .select .tabs li.active{
	border-bottom: solid 1px #F8F7F6;
	background: #F8F7F6;
}
#activity.top .select .tabs li:last-child{
	/*float: right;*/
	border-radius: 10px 10px 0 0;
}
#activity.top .select .tab_c{
	padding: 30px 50px;
	border: solid 1px #726256;
	border-top: none;
	transition: all 0.4s;
	background: #F8F7F6;
}
#activity.top .select .tab_c .map{}
#activity.top .select .tab_c .map .ctAll{
	float: left;
	font-size: 115%;
	letter-spacing: 2px;
}
#activity.top .select .tab_c .map .scale{
	float: right;
}
#activity.top .select .tab_c .map .scale span{
	font-size: 140%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#activity.top .select .tab_c .map .scale a{
	display: inline-block;
	background: #726256;
	color: #fff;
	width: 20px; height: 20px;
	margin: 0 1px;
}
#activity.top .select .tab_c .map .scale a:hover{
	background: #87796F;
}
#activity.top .select .tab_c .map dl{
	position: relative;
	margin-top: 20px;
}
#activity.top .select .tab_c .map dl dd.pin{
	position: absolute;
	top: -15px; left: 110px;
	background: rgba(115,99,87,.6);
	border-radius: 5px;
	color: #fff;
	padding: 10px 30px;
	letter-spacing: 3px;
	z-index: 9;
}
#activity.top .select .tab_c .map dl dd.pin:after{
	content: '';
	position: absolute;
	top: 100%; left: 0; right: 0;
	margin: auto;
	width: 0; height: 0;
	border-top: 5px solid rgba(115,99,87,.6);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#activity.top .select .tab_c .map dl .info{
	position: absolute;
	top: 55px; left: 20px;
	z-index: 999;
}


#activity.top .select .tab_c .cat{
	text-align: left;
	padding: 30px;
}
#activity.top .select .tab_c .cat ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 8px 0;
}
#activity.top .select .tab_c .cat ul li a{
	position: relative;
	display: block;
}
#activity.top .select .tab_c .cat ul li:not(:last-of-type) a:after{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	opacity: .4;
}
#activity.top .select .tab_c .cat ul li a:hover:after{
	opacity: 0;
}
#activity.top .select .tab_c .cat ul li a:hover img{
	opacity: 1;
}
#activity.top .select .tab_c .cat ul li span{
	position: absolute;
	top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 2px;
	z-index: 9;
}
#activity.top .select .tab_c .cat ul li:nth-of-type(5n){
	margin-right: 0;
}
#activity.top .select .tab_c .cat ul li.more a{
	background: url(images/balloon.png) no-repeat center top;
	width: 265px; height: 87px;
	color: #726256;
	margin: 20px 0 0 15%;
}
#activity.top .select .tab_c .cat ul li.more a:hover{
	background: url(images/balloon_on.png) no-repeat center top;
}
#activity.top .select .tab_c .cat ul li.more span{
	color: #726256;
	top: 40%;
}


#activity.top .select .refine{
	margin: 50px 0 100px;
}
#activity.top .select .refine a{
	border: 1px solid #726256;
	padding: 10px 100px;
	border-radius: 50px;
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 5px;
}
#activity.top .select .refine a:before{
	content: url(images/i_search2.png);
	margin-right: 10px;
}
#activity.top .select .refine a:after{
	content: url(images/i_search3.png);
	margin-left: 10px;
}
#activity.top .select .refine a:hover{
	background: #FDFE1F;
	color: #726256;
}



#activity.top .list{}
#activity.top .list h2{
	background: url(images/list_bg.png);
	padding: 15px 30px;
	border-radius: 5px;
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 40px;
}
#activity.top .list h2 span{
	float: right;
}
#activity.top .list ul.block li{
	display: inline-block;
	margin: 0 12px 30px 0;
	text-align: center;
	vertical-align: top;
}
#activity.top .list ul.block li:nth-of-type(4n){
	margin-right: 0;
}
#activity.top .list ul.block li dl dt {
	border-radius: 5px 5px 0 0;
	width: 258px; height: 216px;
	overflow: hidden;
}
#activity.top .list ul.block li dl dt img{
	width: 100%; height: auto;
}
#activity.top .list ul.block li dl dd{
	height: 70px;
	background: #FEF5DE;
	position: relative;
	padding: 0 10px;
}
#activity.top .list ul.block li dl dd h3{
	position: absolute;
	top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
	margin: auto;
	font-size: 110%;
	font-weight: 600;
}
#activity.top .list ul.block li dl dd.place{
	border-radius: 0 0 5px 5px;
	background: #FCD77E;
	padding: 6px 10px 0;
	height: 25px;
}
#activity.top .list ul.block li dl dd.place:before{
	content: url(images/i_place.png);
	margin-right: 5px;
	vertical-align: text-top;
}


#activity.top .list .pagination{
	text-align: center;
	padding-top: 70px;
	margin-top: 20px;
	position: relative;
}
#activity.top .list .pagination:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	border-left: 1px solid #726256;
	width: 1px; height: 50px;
}
#activity.top .list .pagination ul li{
	display: inline-block;
}
#activity.top .list .pagination ul li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 3px;
	width: 28px; height: 28px;
	padding-top: 4px;
	margin: 0 5px;
	box-sizing: border-box;
}
#activity.top .list .pagination ul li a:hover{
	background: #726256;
}
#activity.top .list .pagination ul li.active a{
	background: #726256;
	color: #fff;
}




@media screen and (max-width: 736px){
	
	#activity.top .fv {
		margin-bottom: 20px;
	}
	#activity.top .fv .catch {
    left: 10px;
	}
	#activity.top .fv h1 img{
		margin: 10px 0;
	}
	#activity.top .fv h1 img:last-of-type {
		width: 80%;
		max-width: auto;
	}
	#activity.top .search {
    margin-bottom: 30px;
	}
	#activity.top .select .tab_c .map .gps {
    margin: 20px 0 10px;
	}
	#activity.top .Area {
    margin-top: 30px;
	}
	.top .Area .block {
    width: 100%;
    margin-bottom: 20px;
	}
	.top .Area .block ul {
    display: inline;
    margin-right: 0;
	}
	.top .Area .block ul li {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
	}
	
	
	#activity.top .select{
		margin: 30px 0;
	}
	#activity.top .select .tabs{
	}
	#activity.top .select .tabs li{
		padding: 12px 0px;
	}
	#activity.top .select .tab_c{
		padding: 10px;
	}
	
	#activity.top .search .keyword input[type="text"] {
		width: 240px;
	}
	
	#activity.top .search ul.hotword li:first-of-type {
		display: block;
		text-align: center;
		padding: 10px;
	}
	#activity.top .search ul.hotword {
		text-align: center;
	}
	#activity.top .search ul.hotword li {
    margin: 0 2px 10px;
	}
	
	#activity.top .select .tab_c .map dl .info {
    width: 20%;
		top: 0%; left: 0%;
	}
	#activity.top .select .tab_c .map dl .info img{
		width: 100%;
	}
	#activity.top .select .refine a {
    padding: 10px 30px;
	}
	#activity.top .list h2 {
    padding: 15px;
		position: relative;
	}
	#activity.top .list h2 span {
    float: none;
    position: absolute;
    top: 100%; right: 0;
    margin: 5px;
	}
	
	#activity.top .select .tab_c .cat {
    padding: 15px;
	}
	#activity.top .select .tab_c .cat ul li {
    width: 47%;
		margin: 1%;
	}
	#activity.top .select .tab_c .cat ul li a img{
		width: 100%; height: auto;
	}
	#activity.top .select .tab_c .cat ul li:nth-of-type(5n) {
    margin: 1%;
	}
	#activity.top .select .tab_c .cat ul li.more {
    width: 100%;
	}
	#activity.top .select .tab_c .cat ul li.more a {
    margin: 20px auto 0;
	}
	
	
	#activity.top .list ul.block li {
    margin: 0 1% 30px;
    width: 46%;
		vertical-align: top;
	}
	#activity.top .list ul.block li dl dt {
    width: 100%; height: auto;
	}
	#activity.top .list ul.block li:nth-of-type(4n) {
    margin-right: auto;
	}
	#activity.top .list ul.block li dl dd {
    height: 50px;
    padding: 0 5px;
	}
	#activity.top .list ul.block li dl dd h3 {
		font-size: 100%;
	}
	#activity.top .list ul.block li dl dd.place {
    font-size: 85%;
		padding: 6px 0 0;
	}
	
	
	#activity.top .list .pagination {
    padding-top: 50px;
    margin-top: 10px;
	}
	#activity.top .list .pagination:before {
    height: 40px;
	}


}




/*────────────────────────── アクティビティ（詳細）──*/
#activity.detail{}
#activity.detail .inner{width: 750px;}

#activity.detail .fv{
	text-align: center;
}
#activity.detail .fv .slick-slide {
	margin: 60px 4px 0;
	position: relative;
}
#activity.detail .fv .slick-slide:before{
	content: '';
	background: rgba(000,000,000,.6);
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#activity.detail .fv .slick-slide span{
	position: relative;
	bottom: 0;
	letter-spacing: 2px;
	padding: 20px 0 5px;
	font-weight: 600;
	display: none;
}
#activity.detail .fv .slick-slide.slick-active span{
	display: block;
}
#activity.detail .fv .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 15px;
}
#activity.detail .fv .slick-dots li button:before{
	content: '';
	background: #BAB8B1;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: .5;
}
#activity.detail .fv .slick-dots li.slick-active button:before{
	background: #F9BA1F;
}

#activity.detail .fv .slick-slide.slick-active:before {
	content: none;
}
#activity.detail  .fv .slick-prev,
#activity.detail  .fv .slick-next{
	width: 12px;
	z-index: 9;
}
#activity.detail .fv .slick-prev:before,
#activity.detail  .fv .slick-next:before{
	content: none;
}
#activity.detail .fv .slick-prev {
	left: 12% !important;
	background: url(images/slide_arw.png) no-repeat left top  !important;
}
#activity.detail .fv .slick-next {
	right: 12% !important;
	background: url(images/slide_arw.png) no-repeat right top  !important;
}
#activity.detail .fv .slick-prev:hover,
#activity.detail .fv .slick-next:hover{
	opacity: .5;
}


#activity.detail .fv h2{
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 15px;
	background: #F9BA1F;
	border:1px solid #726256;
	border-radius: 3px;
	font-size: 90%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	position: relative;
}
#activity.detail .fv h2:after{
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: -4px;
	height: 5px;
	width: 5px;
	margin: auto;
	transform: rotate(45deg);
	background: #F9BA1F;
	border:1px solid #726256;
	border-width: 0 1px 1px 0;
}
#activity.detail .fv h1{
	display: block;
	padding: 8px 15px;
	font-size: 180%;
	font-weight: 600;
	letter-spacing: 3px;
}
#activity.detail .fv h1 span{
	border-bottom :2px solid #726256;
	padding: 5px;
}


#activity.detail .catch{
	margin: 80px 0;
}
#activity.detail .catch h3{
	text-align: center;
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#activity.detail .catch p{
	font-size: 115%;
	line-height: 1.8em;
}


#activity.detail .information{
	margin-bottom: 100px;
}
#activity.detail .information table{
	border-top: 1px solid #726256;
	border-collapse:collapse;
	font-size: 115%;
	width: 100%;
}
#activity.detail .information table tr{
	border-bottom: 1px solid #726256;
}
#activity.detail .information table tr:nth-of-type(even){
	background: #F8F7F6;
}
#activity.detail .information table th,
#activity.detail .information table td{
	padding: 30px 10px 30px 30px;
}
#activity.detail .information table th{
	text-align: left;
	width: 150px;
	letter-spacing: 3px;
}
#activity.detail .information table td iframe{
	margin-top: 10px;
}
#activity.detail .information table td .map a{
	font-size: 80%;
}

@media screen and (max-width: 736px){
	
	#activity.detail .inner{width: auto;}
	
	
	#activity.detail .fv .slick-slide {
		width: 280px;
		margin: 40px auto 0;
		overflow: hidden;
	}
	#activity.detail .fv .slick-slider img{
		height: 280px;
		width: 100%;
		object-fit: cover;
	}
	#activity.detail .fv .slick-slide:before {
    z-index: 1;
	}
	#activity.detail .fv .slick-prev {
    left: 3% !important;
	}
	#activity.detail .fv .slick-next {
    right: 3% !important;
	}
	
	
	#activity.detail .catch {
    margin: 40px 0;
	}
	#activity.detail .catch .category {
    padding: 30px 0 20px;
	}
	#activity.detail .catch .category h4 {
    letter-spacing: 0;
	}
	#activity.detail .catch .category h4 span {
		padding: 0 10px;
	}
	#activity.detail .catch .category ul {
    margin: 0 20px;
	}
	
	
	#activity.detail .information table th,
	#activity.detail .information table td {
    padding: 20px 5px;
	}
	#activity.detail .information table th {
    letter-spacing: 2px;
	}
	#activity.detail .information table td iframe {
    width: 100% !important;
	}
	
}
	



.mapselector{
	position: relative;
	cursor: pointer;
}
.mapselector .pin{
	position: absolute;
	left: 0;
	top: 0;
}
.pinaddr{
	
}
.mapselector .pin::after{
	content: "";
	background: url(images/pin.png) no-repeat;
	width: 41px;
	height: 45px;
	position: absolute;
	left: -20px;
	top: -45px;
}

.top .Area{
	margin-top: 80px;
}
.top .Area h3{
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	border: 1px solid #726256;
	padding: 15px;
	margin-bottom: 40px;
}
.top .Area .block{
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}
.top .Area .block:last-of-type{
	margin-right: 0;
}
.top .Area .block h4{
	font-size: 110%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	border-bottom: 1px solid #94897F;
	position: relative;
	margin-bottom: 30px;
	white-space: nowrap;
}
.top .Area .block h4 span{
	position: absolute;
	background: #fff;
	top: -5px;
	padding-right: 10px;
}
.top .Area .block ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
.top .Area .block ul:last-of-type{
	margin-right: 0;
}
.top .Area .block ul li{
	letter-spacing: 2px;
	margin-bottom: 5px;
}
