@charset 'utf-8';

/*!
 * swiper.js
 */
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
	fill: #fff;
	stroke: none;
	stroke-width: 0;
	z-index: 10000;
	width: 27px;
	top: 45%;
	background-image: none;
}

.swiper-pagination-bullet-active {
	background: #453128;
}

.swiper-slide {
	text-align: center;
}
.swiper-slide img {
	width: 100%;
	margin-bottom: 20px;
}
.mainvisual {
	margin: 80px 0 60px;
	overflow-x: hidden;
}

@media only screen and (max-width: 740px) {
.swiper-button-prev,
.swiper-button-next {
	margin-top: -20px;
	width: 20px;
}

.mainvisual {
	margin: 40px 0 40px;
}
}

/**
 * mainvisual
 */


