@charset "UTF-8";





.slider {
	overflow: hidden;
	height: 600px;
}
.swiper-container {
	max-width: 1380px;
	width: 100%;
	height: 480px;
	overflow: visible;
	/* overflow-x: hidden; */
	/* overflow-y: overlay; */
}
.swiper-container .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
}
.swiper-container .slide1{ background-image: url(/img/index/slide/1.jpg); }
.swiper-container .slide2{ background-image: url(/img/index/slide/2.jpg); }
.swiper-container .slide3{ background-image: url(/img/index/slide/3.jpg); }
.swiper-container .slide4{ background-image: url(/img/index/slide/4.jpg); }

.swiper-container-vertical>.swiper-pagination-bullets{
	position: absolute;
	width: 120%;
	margin: 90px 0 0 -10%;
	padding: 3vw 0 0;
	height: 138px;
	min-height: 50px;
	background-color: #fff;
	opacity: 1;
	display: block;
	top: 100%;
	left: 0;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	display: inline-block;
	background-color: #d6d6d6;
	width: 20px;
	height: 20px;
	margin: 0 13px;
	opacity: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #089cff;
}
@media (max-width: 1380px) {
	.slider {
		height: 44vw;
	}
	.swiper-container {
		height: 35vw;
	}
	.swiper-container-vertical>.swiper-pagination-bullets{
		height: 10vw;
		margin-top: 6.6vw;
	}
}
@media (max-width: 450px) {
	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
		width: 15px;
		height: 15px;
		margin: 0 10px;
	}
}

#syouhin .images{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
@media (max-width: 840px) {
	#syouhin .images{
		justify-content: space-around;
		flex-wrap: wrap;
		width: 450px;
		margin: 0 auto 3vmin;
	}
}
@media (max-width: 450px) {
	#syouhin .images{
		width: 100%;
	}
	#syouhin .images img{
		max-width: 45%;
		flex-basis: 45%;
		margin: 2vmin 0;
	}
}

#links{
	white-space: nowrap;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.2;
	color: #089cff;
	background-color: #edf5fa;
	padding: 10px 0 40px;
	margin-top: 50px;
}
#links hr{
	border: 0;
	border-top: 1px solid #089cff;
}
#links a{
	color: #089cff;
	text-decoration: underline;
}



/* PC用 */
@media (min-width: 741px) {

}



/* スマホ用 */
@media (max-width: 740px) {
}

/* スマホ用 縦向 */
@media (max-width: 420px) and (orientation: portrait) {
}

/* スマホ用 横向 */
@media (max-width: 740px) and (orientation: landscape) {
}

