@charset "utf-8";
/*===========================================
スライドバナー
===========================================*/
.swiper-container {
	font-size: 1.1rem;
	line-height: 1.25;
	max-width: 1200px;
	margin: 0 auto 60px;
	overflow: visible;
	width: 100%;
}
.swiper-container ul,
.swiper-container ol {
	padding: 0 !important;
}
#slider {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 0 auto 50px;
	display: none;
}

#slider .swiper-slide {
	max-width: 1200px;
	height: auto;
	line-height: 0;
	margin: 0;
}
#slider .swiper-slide a{
	line-height:0;
}
#slider .swiper-slide img{
	width:100%;
}
#slider .swiper-slide-prev,
#slider .swiper-slide-next {
	position: relative;
}
#slider .swiper-slide-prev::after,
#slider .swiper-slide-next::after {
	content: '';
	display: block;
	/*background-color: black;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination {
	list-style: none;
	line-height: 30px;
	padding: 0;
	margin-top: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	bottom: -45px;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	cursor: pointer;
	background-color: #ccc;
	font-size: 0;
	width: 40px;
	height: 7px;
	vertical-align: middle;
	margin: 0 10px !important;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0061A8;
}
.swiper-button-next, .swiper-button-prev {
	background: transparent;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-top: -22px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev {
	left: 50%;
}
.swiper-button-next {
	right: 50%;
}

@media screen and (max-width:580px){
	#slider {
		margin: 0 auto;
	}
	.swiper-container {
		margin: 0 auto 30px;
	}
	.swiper-container-horizontal > .swiper-pagination {
		list-style: none;
		line-height: 30px;
		padding: 0;
		margin-top: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		bottom: -35px;
	}
	.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
		width: 25px;
		margin: 0 5px !important;
		height: 5px;
	}
}

/*スクロールボタン調整
======================*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -5%;
	right: auto;
	top: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-size: contain;
	opacity: 1;
	transform: translateY(-50%);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -5%;
	left: auto;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-size: contain;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
}
.swiper-button-prev:after,.swiper-button-next:after {
	content: "";
	width: 20px;
	height: 35px;
}
.swiper-button-prev:after {
	background: url("../img/arrow-left.svg")no-repeat;
}
.swiper-button-next:after {
	background: url("../img/arrow-right.svg")no-repeat;
}
@media screen and (max-width:768px){
	.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
	top: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-size: contain;
	opacity: 1;
	transform: translateY(-50%);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-size: contain;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
}
}