@charset "UTF-8";
/* CSS Document */


.splide {
	margin-top: 80px;
}


.splide__track {
	width: 85%;
	height: 700px;
	margin: 0 auto;
}

.splide__slide img {
	width: 100%;
	object-fit: cover;
}

.splide__arrow {
	background: #fff;
	opacity: 1;
}

.splide__arrow img {
	width: 31px;
	height: 30px;
}

.splide__arrow--prev {
	left: 2.5em;
}

.splide__arrow--next {
	right: 2.5em;
}

@media screen and (max-width: 750px) {

.splide {
	margin-top: 65px;
}
	
.splide__track {
	width: 90%;
	height: 350px;
}

.splide__arrow img {
	width: 21px;
	height: 20px;
}
	
.splide__arrow--prev {
	left: 2em;
	top: 375px;
}

.splide__arrow--next {
	right: 2em;
	top: 375px;
}	

	
}




