/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 14:03:14 */
.infinite-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
	margin: 0 10px;
	height: 320px !important; /* 高さを指定 */
	width: auto !important;
}

.infinite-slider .swiper-slide img {
 	width: auto;
 	height: 100%;
	border-radius: 20px;
}

@media(max-width:1024px){
	.infinite-slider .swiper-slide {
		margin: 0 5px;
		height: 33.3vw !important; /* 高さを指定 */
	}
}

@media(max-width:767px){
	.infinite-slider .swiper-slide {
		margin: 0 5px;
		height: 50vw !important; /* 高さを指定 */
	}
	
	.infinite-slider .swiper-slide img {
		border-radius: 10px;
	}
}