@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
	background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
	color: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev{
	width: 72px;
	height:72px;
	background:url(../img/top/arrow_left.png) 0 center no-repeat;
	left: -62px;
}

.slick-next{
	width: 72px;
	height:72px;
	background:url(../img/top/arrow_right.png) 0 center no-repeat;
	right: -100px;
}
[dir='rtl'] .slick-next{
}

/* Dots */

#dots{margin: 0 auto;position: relative;z-index:2;width:260px;}

.slick-dots{
	position: absolute;
	bottom: 30px;
	display: block;
	padding: 0;

	list-style: none;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 65px;
	height:11px;
	padding: 0;
	cursor: pointer;
	text-align:center;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 65px;
	height:11px;
	padding: 5px 8px;
	cursor: pointer;
	border: 0;
	outline: none;
	background:url(../img/slick-nav_off.svg) 0 0 no-repeat;
	text-indent:-9999px;
}
.slick-dots li button:hover{
	background:url(../img/slick-nav_on.svg) 0 0 no-repeat;
	outline: none;
}
.slick-dots li.slick-active button{
	width: 65px;
	height:11px;
	background:url(../img/slick-nav_on.svg) 0 0 no-repeat;
}

@media only screen and (max-width:768px){
	/*#dots{width:100%;margin: 0 auto;position: relative;z-index:2;background:#C4A93C;height:54px;}*/
	.slick-dots{
		bottom: 10px;
		display: block;
		padding: 0;
		list-style: none;
		text-align:center;
	}
	.slick-dots li button{
		width: 33px;
		height:6px;
		padding: 5px 10px;
		font-size: 10px;
	}
	/* Arrows */
	.ctlr{position:relative;z-index:2;margin:0;}
	.slick-prev{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 40px;
		height:40px;
		background:url(../img/top/arrow_left_sp.png) center center no-repeat;
		border-right:1px solid #ccc;
	}
	.slick-next{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 40px;
		height:40px;
		background:url(../img/top/arrow_right_sp.png) center center no-repeat;
		border-left:1px solid #ccc;
	}


/* Dots */

	#dots{margin: 0 auto;position: relative;z-index:2;width:160px;}

	.slick-dots li{
		position: relative;
		display: inline-block;
		width: 33px;
		height:6px;
		margin: 0 3px;
		padding: 0;
		cursor: pointer;
		text-align:center;
	}
	.slick-dots li button:hover{
		background:url(../img/slick-nav_off.svg) 0 0 no-repeat;
		outline: none;
	}
	.slick-dots li.slick-active button{
		width: 33px;
		height:6px;
		background:url(../img/slick-nav_on.svg) 0 0 no-repeat;
	}
}
