/* CSS Document */

/*VerUpにともない追加*/
:root {
	--swiper-theme-color: #FF9393;
}
/*VerUpにともない変更（.swiper-contenerは.swiperへ変更）*/
.swiper {
	width: 100%;
	height: 100%;
}
/*VerUpに伴い削除
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	Center slide text vertically 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}*/
/*swiperドット色変更 VerUpに伴い削除
.swiper-pagination-bullet-active {
	background: #FF9393;
}*/
/*swiper next prev イメージ変更*/
.swiper-button-next {
	margin-top: -9px;
	//VerUpに伴い削除
	//background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FF9393'%2F><%2Fsvg>")
}
.swiper-button-prev {
	margin-top: -9px;
	//VerUpに伴い削除
	//background-image: url("data:image/svg+xml;charset=utf-8, <svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FF9393'%2F><%2Fsvg>")
}
/*VerUpに伴い削除
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: .35;
    cursor: auto;
    pointer-events: none;
}*/