@charset "euc-jp";

/* 画像ギャラリー */
#main-carousel {
	width: 458px;
}
.splide__slide {
	cursor: pointer;
}
.splide__slide img {
	width: 458px;
	max-height: 258px;
	object-fit: contain;
}
.thumbnails {
	display: flex;
	margin: 1rem auto 0;
	padding: 0;
	justify-content: center;
}
.thumbnail {
	width: 96px;
	height: 54px;
	overflow: hidden;
	list-style: none;
	margin: 0 0.3rem;
	cursor: pointer;
}
.thumbnail img {
	width: 96px;
	height: 54px;
	object-fit: cover;
	border: 1px solid #ccc;
}
.thumbnail.is-active img {
	border: 2px solid #06c;
	border-radius: 2px;
}