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

/* Icons */
@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

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

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	outline: none;
	opacity: 0.6;
}


.slick-prev {
	left: -25px;
}


.slick-next {
	right: -25px;
}


/* Dots */
.slick-dotted.slick-slider
{
}

.slick-dots {
	display: block;
	width: 100%;
	padding: 0;

	background: rgba(0, 0, 0, 0.85);
	list-style: none;

	text-align: center;
}
	.slick-dots li {
		position: relative;
		display: inline-block;
		width: 20px;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
		.slick-dots li button {
			display: block;
			width: 20px;
			height: 24px;
			cursor: pointer;
			color: transparent;
			border: 0;
			background: transparent;
			font-size: 0;
			line-height: 0;
			outline: none;
		}
		.slick-dots li button:hover,
		.slick-dots li button:focus {
			outline: none;
		}
		.slick-dots li button:before {
			position: absolute;
			content: '●';
			top: 0;
			left: 0;
			width: 20px;
			padding: 5px 0;
			color: #ffffff;
			font-size: 16px;
			line-height: 1;
			text-align: center;

			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		.slick-dots li button:hover:before,
		.slick-dots li.slick-active button:before {
			color: #157e2d;
		}



/*左右の矢印の位置を変える*/
.slick-next {
	right: 5px;
	z-index: 100;
}
.slick-prev {
	left: 5px;
	z-index: 100;
}
.slide img{
	width: 100%;
}

@media screen and (min-width:751px) {
.slick-list {
	max-width: 1600px;
	margin: 0 auto;
}
.slick-slide img {
	opacity: 0.5;
}
.slick-current img {
	opacity: 1;
}
.slick-dots {
	position: relative;
	width: 960px;
	top: -5px;
	margin: -28px auto 0;
	padding: 0;
	background: none;
	text-align: right;
}
	.slick-dots li {
		width: 18px;
		margin: 0 4px;
	}
		.slick-dots li button {
			width: 18px;
			height: 18px;
		}
		.slick-dots li button:before {
			width: 18px;
			padding: 0;
			font-size: 20px;
		}

.slick-prev {
	left: 30px;
	background: url("../img/ico_slide01.png") no-repeat center center;
}
.slick-next {
	right: 30px;
	background: url("../img/ico_slide02.png") no-repeat center center;
}



}
