@charset "UTF-8";


/*
*******************************************************************************************************
# スクール一覧

	-- override
	-- module
	-- layout

*******************************************************************************************************
*/
/* ------------------------------------
* override
* ------------------------------------ */
/* ------------------------------------
* module
* ------------------------------------ */
/* ------------------------------------
* layout
* ------------------------------------ */
/* スクール一覧 */
.wrp-school .bg {
	width: 100%;
	background-image: url(../../school/img/bg_school.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.wrp-school .inner-school {
	max-width: 1300px;
	padding-top: 58px;
	padding-left: 25px;
	padding-right: 25px;
}

.wrp-school .inner-school .sttl-school {
	margin-bottom: 80px;
}

.wrp-school .inner-school .sttl-school .img img {
	-webkit-transform: scale(0, 0) rotate(0deg);
	-ms-transform: scale(0, 0) rotate(0deg);
	transform: scale(0, 0) rotate(0deg);
	-webkit-transition: -webkit-transform 0.4s linear 0.3s;
	transition: -webkit-transform 0.4s linear 0.3s;
	-o-transition: transform 0.4s linear 0.3s;
	transition: transform 0.4s linear 0.3s;
	transition: transform 0.4s linear 0.3s, -webkit-transform 0.4s linear 0.3s;
}

.wrp-school .inner-school .sttl-school.inview .img img {
	-webkit-transform: scale(1, 1) rotate(360deg);
	-ms-transform: scale(1, 1) rotate(360deg);
	transform: scale(1, 1) rotate(360deg);
}

.wrp-school .inner-school .box-school .nav-school {
	font-size: 0;
	text-align: center;
	padding: 0 0 72px;
}

.wrp-school .inner-school .box-school .nav-school > li {
	display: inline-block;
	width: 114px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 6px;
}

.wrp-school .inner-school .box-school .nav-school > li a.active {
	background-color: #6b6b6b;
}

.wrp-school .inner-school .box-school .list-school .inner .sttl-pref {
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 9px 0;
	margin: 0 0 40px;
	border-radius: 27px;
	background-color: #132445;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] {
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 -20px;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li {
	width: 33.33%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 40px;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner {
	height: 100%;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name {
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 5px 110px 5px 20px;
	background-color: #132445;
	position: relative;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category {
	font-size: 20px;
	padding: 1px 8px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category[data-week=monday] {
	background-color: #3aab37;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category[data-week=tuesday] {
	background-color: #dd5393;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category[data-week=wednesday] {
	background-color: #43bbc1;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category[data-week=thursday] {
	background-color: #ef9424;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category[data-week=friday] {
	background-color: #c8b518;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info {
	font-size: 17px;
	line-height: 2.05;
	padding: 15px 5px;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .place, .wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .time {
	display: table;
	width: 100%;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .category {
	display: table-cell;
	width: 85px;
	vertical-align: top;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .detail {
	display: table-cell;
	vertical-align: top;
}

.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .place a {
	text-decoration: underline;
}

@media only screen and (min-width: 737px) {
	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .place a:hover {
		text-decoration: none;
	}
}

.wrp-school .inner-school .box-school .list-school .inner .btn-more {
	width: 442px;
	margin: 15px auto 0;
}

.wrp-school .inner-school .box-school .list-school .inner .btn-more .text-close {
	display: none;
}

.wrp-school .inner-school .box-school .list-school .inner.open .btn-more .text-open {
	display: none;
}

.wrp-school .inner-school .box-school .list-school .inner.open .btn-more .text-close {
	display: inline-block;
}

@media only screen and (max-width: 950px) {
	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] {
		margin: 0 -15px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name {
		font-size: 22px;
		padding-right: 100px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category {
		font-size: 18px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info {
		font-size: 15px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .category {
		width: 68px;
	}

	.wrp-school .inner-school .box-school .list-school .inner .btn-more {
		width: 442px;
		margin: 15px auto 0;
	}

	.wrp-school .inner-school .box-school .list-school .inner .btn-more .text-close {
		display: none;
	}

	.wrp-school .inner-school .box-school .list-school .inner.open .btn-more .text-open {
		display: none;
	}

	.wrp-school .inner-school .box-school .list-school .inner.open .btn-more .text-close {
		display: inline-block;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-school .inner-school {
		padding-top: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.wrp-school .inner-school .sttl-school {
		margin-bottom: 25px;
	}

	.wrp-school .inner-school .box-school .nav-school {
		padding: 0 0 14px;
		margin: 0 -2px;
	}

	.wrp-school .inner-school .box-school .nav-school > li {
		width: 20%;
		padding: 0 2px;
	}

	.wrp-school .inner-school .box-school .list-school .inner .sttl-pref {
		font-size: 21px;
		padding: 5px 0;
		margin: 0 0 13px;
		border-radius: 27px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] {
		margin: 0;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 10px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner {
		border-radius: 2.5px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name {
		font-size: 17px;
		padding: 5px 74px 5px 14px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .name .category {
		font-size: 13px;
		padding: 1px 5px;
		border-radius: 2.5px;
		right: 8px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info {
		font-size: 15px;
		line-height: 1.52;
		padding: 10px 7px;
	}

	.wrp-school .inner-school .box-school .list-school .inner ul[class^=list-] > li .list-inner .info .category {
		width: 62px;
	}

	.wrp-school .inner-school .box-school .list-school .inner .btn-more {
		width: 100%;
		margin: 3px auto 0;
	}
}
