@charset "UTF-8";


/****************************************

          魅力エリアslide

*****************************************/
/* スライダー機能 */

#slides ,
#slides2 {
	height:180px !important;
	position:relative;
	z-index:10;
	background:#efefe4;
}

.slides_container {
	height:180px !important;
	overflow:hidden;
	position:relative;
	display:none;
	overflow:hidden;
}

.point5 .slides_container {
	width:374px !important;
}
.wedding .slides_container {
	width:356px !important;
}


.pagination {
	width:75px;
	height:20px;
	position: absolute !important;
	z-index: 101;
	bottom:14px;
	left:12px;
}
.pagination li {
	width:18px;
	height:18px;
	float:left;
	margin:0 3px 0 0;
	list-style:none;
	text-indent:-9999px;
}
.pagination li a {
	display:block;
	width:12px;
	height:12px;
	border:3px solid #3c8683;
	background:#3c8683;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background:none;
}


