
.spbc01
{
	width: 100%;
	max-width: 740px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.sp_banner_sl
{
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sp_banner_sl li
{
	display: none;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sp_banner_sl li img
{
	width: 100%;
	max-width: 720px;
}

.sp_banner_sl li.sbs_common01
{
	display: block;
}
.sp_banner_sl li.sbs_common02
{
	display: none;
}


.arrow_left, .arrow_right
{
	display: block;
	position: absolute;
	top: calc( 50% - 22px );
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 10;
}

.arrow_left:hover, .arrow_right:hover
{
	opacity: 1.0;
}

.arrow_left
{
	left: 10px;
	right: auto;
	background-image: url( '../images/common/arrow_left.png' );
}


.arrow_right
{
	right: 10px;
	left: auto;
	background-image: url( '../images/common/arrow_right.png' );
}

/*
.phone_wrapper .arrow_left
{
	background-image: url( '../../images/common/arrow_left.png' );
}


.phone_wrapper .arrow_right
{
	background-image: url( '../../images/common/arrow_right.png' );
}
*/


.swiper-pagination-bullet-active
{
	background: rgba( 0, 0, 0, 1.0 );
}




/* 教室写真部分用 */

.swiper-container.school_ph_sl
{
	max-width: 740px;
	padding-bottom: 20px;
}


.swiper-container-horizontal > .swiper-pagination-bullets
{
	top: auto;
	bottom: 0px;
}

