@charset "utf-8";
/* CSS Document */

/* スライドのサイズ調整 */

.splide {
	width: 95%;
    margin-inline: auto;
}
.splide__slide img {
  height: auto;
  width: 100%;
}

.splide__arrow--next {
    right: -1.8em;
}
.splide__arrow--prev {
    left: -1.8em;
}
.splide__arrow {
    background: #fff;
	border: 2px solid #555;
	height: 3.4em;
	width: 3.4em;
	top: 45%;
}
.splide__pagination {
    bottom: -1.6em;
}
.splide__pagination__page.is-active {
	background: #333;
}

@media (max-width: 768px) {
	.splide__arrow--next {
		right: -0.8em;
	}
	.splide__arrow--prev {
		left: -0.8em;
	}	
	.splide__arrow {
		height: 2em;
		width: 2em;
		top: 35%;
	}	
}