@charset "utf-8";
.swiper-slide{}
.swiper-slide a{
	color: #fff;
	text-decoration: none;
}
.swiper-slide .bn_text{
	font-size: 1.25em;
	text-align: right;
	padding: 0.5em;
	background-color: #3887bb;
}

/*prev、nextボタン*/
.swiper-button-next,
.swiper-button-prev{
	color: #3887bb;
	padding: 0.25em;
	background-color: rgba(255,255,255,0.65);
}

/*デフォルト　ページネーション*/
.swiper-pagination{
	position: static;
	margin-top: 0.5em;
}
.swiper-pagination-bullet{
	width: 1em;
	height: 1em;
}
.swiper-pagination-bullet-active{
	background-color: #3887bb;
}

/*サムネイル　ページネーション*/
.p_nation{
	padding: 1em 2em;
}

.p_nation .swiper-slide{
	opacity: 0.25;
}
.p_nation .swiper-slide-thumb-active{
	opacity: 1;
}