.cs-fntS {
	font-size: 15px;
	font-weight: bold;
}
.cs-fntSS {
	color:#000;
	font-size: 13px;
	font-weight: bold;
}
.tourListArea_btn,
.leisureArea_btn {
	/*width: 45%;*/
	width: 442px;
	margin: 20px auto 0;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background-color: #66B41F;
	cursor: pointer;
}
.leisureArea_btn {
	margin-top: 50px;
}
.leisureArea_disablebtn {
	width: 442px;
	margin: 50px auto 0;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background-color: #999;
	cursor: pointer;
}
.cs-tourListBtn, 
.cs-resultMoreBtn {
	font-size: 27px;
	font-weight: bold;
	line-height: 110%;
	background: url(/img/btn_more.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	/*background-size: 15%;*/
	background-size: 67px;
	display: block;
	transition: all .2s;
}
.cs-tourListBtn:hover, 
.cs-resultMoreBtn:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px){
	.cs-fntS {
		font-size: 16px;
	}
	.cs-fntSS {
		font-size: 13px;
	}
	.tourListArea_btn,
	.leisureArea_btn  {
		width: 100%;
		margin: 15px auto 0;
		font-size: 5vw;
	}
	.leisureArea_btn {
		margin-top: 15px;
	}
	.leisureArea_disablebtn  {
		width: 100%;
		margin: 15px auto 0;
		font-size: 5vw;
	}
	.leisureArea_disablebtn {
		margin-top: 15px;
	}
	.cs-tourListBtn, .cs-resultMoreBtn {
		font-size: 23px;
		line-height: 120%;
		background-position: 95% center;
		background-size: 17%;
	}
}
/*-------------------------------------------------
|-  mainVisCont
-------------------------------------------------*/
.mainVisCont {
	overflow: hidden;
}
.mainVisSlide_item {
	position: relative;
}
.slidePhoto {
	position: relative;
	width: 100%;
	padding-top: 41%;
}
.cs-slidePhoto {
	position: absolute;
	top: 0;
	margin: auto;
	width: 100%;
}
.slideTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 60%;
}
.slideTxt_item {
	font-size: 3.1vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 5px 5px 5px #666;
}
.slideTxt_item-fntS {
	font-size: 2.1vw;
}
.slideLink {
	position: absolute;
	bottom: 40px;
	right: 15%;
	width: 18%;
	/*max-width: 292px;*/
	text-align: center;
	border: 2px solid #fff;
	box-sizing: border-box;
	background: url(/img/btn_arrowLink2.svg) no-repeat;
	background-position: 97% center;
	background-size: 7%;
	z-index: 10;
	background-color: rgba(255,255,255,0.2);
}
.cs-slideLink {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 1.3vw;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.slideLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
@media screen and (max-width: 767px){
	.slidePhoto {
		padding-top: 75%;
	}
	.slideTxt {
		width: 75%;
	}
	.slideTxt_item {
		font-size: 4.9vw;
	}
	.slideTxt_item-fntS {
		font-size: 3.4vw;
	}
	.slideLink {
		bottom: 25px;
		right: 8%;
		width: 45%;
		background-size: 9%;
	}
	.cs-slideLink {
		padding: 5px 0;
		font-size: 3.3vw;
	}
}
/*------- js slick -------*/
.slick-prev, .slick-next {
	width: 36px;
	height: 59px;
}
.slick-prev {
	left: 19%;
	z-index: 10;
}
.slick-prev:before {
	content: '';
	width: 36px;
	height: 59px;
	background: url(/img/btn_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	opacity: 1;
}
.slick-next {
	right: 19%;
	z-index: 10;
}
.slick-next:before {
    content: '';
	width: 36px;
	height: 59px;
	background: url(/img/btn_next.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	opacity: 1;
}
.slick-dots {
	bottom: 30px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 20%;
}
.slick-dots li {
	margin: 0 1px;
	z-index: 100;
}
.slick-dots li button:before {
	font-size: 30px;
	color: #fff;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}
.slick-dotted.slick-slider {
	margin-bottom: 53px;
}
.mainVisSlide .slick-slide {
	position: relative;
}
.mainVisSlide .slick-slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
@media screen and (max-width: 1100px){
	.slick-prev {
		left: 10%;
	}
	.slick-prev:before {
		width: 30px;
		height: 50px;
	}
	.slick-next {
		right: 10%;
	}
	.slick-next:before {
		width: 30px;
		height: 50px;
	}
}
@media screen and (max-width: 767px){
	.slick-prev, .slick-next {
		width: 20px;
		height: 33px;
	}
	.slick-prev {
		left: 4%;
	}
	.slick-next {
		right: 4%;
	}
	.slick-prev:before {
		width: 20px;
		height: 33px;
	}
	.slick-next:before {
		width: 20px;
		height: 33px;
	}
	.slick-dots {
		bottom: -40px;
		width: 100%;
	}
	.slick-dots li button:before {
		font-size: 30px;
		color: #4D4D4D;
	}
	.slick-dots li.slick-active button:before {
		color: #4D4D4D;
		opacity: 1;
	}
}
/*-------------------------------------------------
|-  pickupCont
-------------------------------------------------*/
.pickupCont {
	/*width: 58%;*/
	width: 924px;
	margin: 0 auto 56px;
	display: block;
}
.pickupCont_ttl {
	width: 70px;
	max-width: 70px;
	margin: 0 auto;
}
.pickupCont_txt {
	background-color: #F2F3F1;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.cs-pickupLink {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	color: #000;
	font-size: 29px;
	display: block;
	text-decoration: none;
	transition: all .2s;
}
.cs-pickupLink:hover {
	color: #78B1C4;
}
.cs-pickupLink:after {
	position: absolute;
	top: 50%;
	right: -0.8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	background: url(/img/btn_arrowLink.svg);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: 29px;
	width: 100%;
	height: 100%;
	transition: all .2s;
}
.cs-pickupLink:hover::after {
	right: -1em;
}
@media screen and (max-width: 990px){
	.pickupCont {
		width: 86%;
	}
}
@media screen and (max-width: 767px){
	.pickupCont {
		width: 96%;
		margin: 0 auto 20px;
	}
	.pickupCont_ttl {
		width: 15%;
	}
	.cs-pickupLink {
		position: relative;
		width: 80%;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 17px;
		text-align: center;
	}
	.cs-pickupLink:after {
		right: -1.5em;
		background-size: 7%;
	}
	.cs-pickupLink:hover::after {
		right: -1.5em;
	}
}
/*-------------------------------------------------
|-  tourCont
-------------------------------------------------*/
.tourCont {
	/*width: 62%;*/
	width: 990px;
	margin: 0 auto 80px;
/*	display: block;*/
}
.tourCont_icon {
	width: 55px;
	margin: 0 auto 10px;
}
.tourCont_ttl {
	width: 342px;
	margin: 0 auto 30px;
}
.tourListArea_item {
	position: relative;
	width: 31%;
	margin: 0 3.5% 40px 0;
	float: left;
	display: inline-block;
}
.tourListArea_item:nth-child( 3n ) {
	margin-right: 0;
}
.tourListArea_item:last-child {
	margin-bottom: 60px;
}
.cs-tourListLink {
	position: relative;
	width: 100%;
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all .2s;
}
.cs-tourListLink:hover {
	opacity: 0.8;
	filter: alpha(opacity=100);
	text-decoration: none;
}
.cs-tourListLink:hover .tourList_item-photo:after {
	transform: scale(1.1);
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cs-tourListLink:hover:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.tourList_item-photo {
	position: relative;
	width: 100%;
	padding-top: 81%;
	background: rgba(136, 136, 136, 0.2) center center no-repeat;
	/*background-image: url(/img/sample.jpg);*/
	background-color: #fff;
	background-size: cover;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	z-index: 1;
}
.tourList_item-photo:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 16%;
	height: 25px;
	background: url(/common/img/logo.svg) no-repeat;
	background-size: 100%;
	z-index: 10;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .tourList_item-photo:before { width:95px;}
}
.tourList_item-photo:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: inherit;
	transition: all 0.2s linear;
}
.tourList_itemList {
	padding: 15px 4%;
	background-color: #78B1C4;
	border-radius: 0 0 15px 15px;
}
.tourList_itemList-date {
	color: #E50012;
	font-size: 14px;
	font-weight: bold;
}
.tourList_itemList-detail {
	font-size: 15px;
	margin-bottom: 20px;
}
.tourList_itemList-fee {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
@media screen and (max-width: 990px){
	.tourCont {
		width: 90%;
	}
}
@media screen and (max-width: 767px){
	.tourCont {
		width: 86%;
	}
	.tourCont_icon {
		width: 11%;
	}
	.tourCont_ttl {
		width: 69%;
		margin: 0 auto 40px;
	}
	.tourListArea_item {
		width: 100%;
		margin-bottom: 22px;
	}
	.tourListArea_item:last-child {
		margin-bottom: 37px;
	}
	.tourList_item-photo {
		background-size: cover;
		border-radius: 25px 25px 0 0;
	}
	.tourList_item-photo:before {
		top: 15px;
		left: 15px;
	}
	.tourList_itemList-date {
		font-size: 15px;
	}
	.tourList_itemList-detail {
		font-size: 16px;
	}
	.tourList_itemList-fee {
		font-size: 16px;
	}
}
/*-------------------------------------------------
|-  leisureCont
-------------------------------------------------*/
.leisureCont {
	width: 100%;
	padding: 28px 0 74px;
	background-color: #C8D700;
}
.leisureCont_icon {
	width: 55px;
	margin: 0 auto 10px;
}
.leisureCont_ttl {
	width: 193px;
	margin: 0 auto 40px;
}
.leisureSearch {
	/*width: 55%;*/
	width: 879px;
	margin: 0 auto 35px;
	display: flex;
	justify-content: space-between; 
	align-items: flex-end;
}

.leisureSearch_item-area {
	width: 27%;
}
.leisureSearch_item-areaTtl {
	width: 18%;
}
.leisureSelect {
	width: 100%;
	padding: 10px 9%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/img/btn_pulldown.svg) no-repeat;
	background-position: 94% center;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #7E7E7E;
	cursor: pointer;
}
.leisureSelect::-ms-expand {
    display: none;
}
.leisureSelect optgroup, option {
	background-color: #F4F4F4;
}
.leisureSelect_area:after {
	content: '';
	border-right: 1px solid #7E7E7E;
}

.leisureSearch_item-genre {
	width: 34%;
}
.leisureSearch_item-genreTtl {
	width: 19%;
}

.leisureSearch_item-search {
	width: 27%;
}
.search_item {
	display: flex;
}
.cs-search {
	width: 82%;
	padding: 10px 9%;
	border: 1px solid #7E7E7E;
	border-right: 0; 
}
.cs-searchBtn {
	width: 17%;
	padding: 10px 9%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	background: url(/img/btn_search.svg) no-repeat;
	background-position: center;
	background-color: #656464;
	background-size: 50%;
	border-radius: 0;
	border: 1px solid #656464;
	cursor: pointer;
}

.searchResultCont {
	width: 100%;
	border-top: 3px dotted #fff;
}
.searchResult {
	/*width: 62%;*/
	width: 990px;
	margin: 0 auto;
}
.searchResult_txt {
	margin: 30px 0;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.searchResult_item {
	position: relative;
	width: 32%;
	margin: 0 2% 25px 0;
	background-color: #fff;
	border-radius: 15px;
	float: left;
}
.searchResult_item:nth-child( 3n ) {
	margin-right: 0;
}
.cs-searchResultLink {
	position: relative;
	width: 100%;
	color: #000;
	display: block;
	text-decoration: none;
	transition: all .2s;
}
.cs-searchResultLink:hover {
	opacity: 0.8;
	filter: alpha(opacity=100);
	text-decoration: none;
}
.cs-searchResultLink:hover .searchResultList_item-photo:after {
	transform: scale(1.1);
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cs-searchResultLink:hover:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.searchResultList_item-cate {
	position: absolute;
	top: 13px;
	left: 13px;
	max-width: 88%;
	padding: 1px 2%;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	z-index: 10;
}
.searchResultList_item-photo {
	position: relative;
	width: 100%;
	padding-top: 52%;
	background: rgb(136, 136, 136) center center no-repeat;
	background-color: #fff;
	/*background-size: cover;*/
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	z-index: 1;
}
.searchResultList_item-photo:before {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 3%;
	width: 22px;
	height: 22px;
	display: block;
	background: url(/img/btn_arrowLink2.svg) no-repeat;
	background-size: 100%;
	z-index: 10;
}
.searchResultList_item-photo:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: inherit;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.searchResultList_itemList {
	padding: 15px 5%;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
}
.searchResultList_itemList-detail {
	margin-bottom: 5px;
}
.searchResultList_itemList-fee {
	color: #f00;
	font-size: 20px;
	font-weight: bold;
	text-align: right; 
}
.searchResultList_itemList-fee .cs-fntS {
	color: #000;
}
@media screen and (max-width: 990px){
	.leisureSearch {
		width: 85%;
	}
	.searchResult {
		width: 90%;
	}
}
@media screen and (max-width: 767px){
	.leisureCont {
		padding: 28px 0 60px;
	}
	.leisureCont_icon {
		width: 11%;
	}
	.leisureCont_ttl {
		width: 33%;
		margin: 0 auto 28px;
	}
	.leisureSearch {
		width: 83%;
		display: block;
	}
	.leisureSearch_item-area, 
	.leisureSearch_item-genre, 
	.leisureSearch_item-search {
		width: 100%;
	}
	.leisureSearch_item-areaTtl {
		width: 12%;
	}
	.leisureSearch_item-genre {
		margin-top: 15px;
	}
	.leisureSearch_item-genreTtl {
		width: 15%;
	}
	.leisureSearch_item-search {
		margin-top: 30px;
	}
	.leisureSelect {
		padding: 10px 3%;
		background-position: 95% center;
	}
	.cs-search {
		width: 82%;
		padding: 10px 3%;
	}
	.cs-searchBtn {
		width: 12%;
		padding: 10px 5%;
		background-size: 45%;
	}
	.searchResult {
		width: 85%;
	}
	.searchResult_txt {
		font-size: 19px;
	}
	.searchResult_item {
		width: 100%;
		margin-bottom: 22px;
	}
}