section#kodawari h2{
	font-family: "Sawarabi Mincho" !important;
	text-align: center;
	color: #fff;
	margin: 0 0 10px;
}
section#kodawari h3{
	font-family: "Sawarabi Mincho" !important;
	text-align: center;
	color: #fff;
	margin: 50px 0 10px;
}
section#kodawari p{
	font-size: 90%;
	line-height: 150%;
}
/*.swiper-container {
	width: 100%;
    max-width: 1240px;
    height: auto;
	overflow: hidden;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}*/
[class^="swiper-container"]{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
/*[class^="swiper-container"] img{
	width: 100%;
	height: auto;
}*/
[class^="swiper-slide"]{
	background-position: center;
	background-size: cover;
	text-align: center;	
}
[class^="swiper-slide"] img{
	width: 100%;
	height: auto;
}
[class^="swiper-pagination"]{
	margin: -10px 0 0;
	text-align: center;
	position: relative;
	z-index: 999;
}
[class^="swiper-pagination"] span{
	margin: 4px !important;
	text-align: center;
}
[class^="swiper-button-next"]{
	z-index: 999999;
}