@charset "UTF-8";
/*----------------------------------------------------
	☆TOPの共有部分
----------------------------------------------------*/


section {
	padding: 75px 0 180px;
}
.top150 {
	padding-top: 150px;
}
.pB100 {
	padding-bottom: 100px;
}
.greenBg {
	background-color: #fbfbfb;
	overflow: hidden;
	padding-bottom: 40px;
}
h1 {
	text-align: center;
	margin-bottom: 70px;
}
span.coverSpan {
	display: block;
	width: 100%;
	height: 100%;
	background: url("/lib/cmn_img/spanBg.png") top left repeat;
	position: absolute;
	z-index: 2;
}
/*----------------------------------------------------
	☆TOPのtab区域
----------------------------------------------------*/



ul#nav {
	display: block;
	width: 330px;
	margin: 0 auto 30px;
}
ul#nav li {
	width: 103px;
	float: left;
	margin-right: 10px;
}
ul#nav li.last {
	margin-right: 0px;
}
ul#nav li img.tab_img02 {
	display: none;
}
ul#nav li.current img.tab_img02 {
	display: inline-block;
}
ul#nav li.current img.tab_img01 {
	display: none;
}
div#tab > div {
	border: #000000 1px solid;
	box-sizing: border-box;
	padding: 45px 20px;
	width: 1000px;
	margin: 0 auto;
	min-height: 342px;
}
div#tab > div li {
	float: left;
	width: 231px;
	margin-right: 11px
}
div#tab > div li a {
	text-decoration: none;
	color: #000000;
}
div#tab > div li.last {
	margin-right: 0px;
}
div#tab > div li p.tabP00 {
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Caudex', serif;
	font-weight: bold;
}
div#tab > div li p.tabP00 span.cgSpan_01 {
	background-color: #a60000;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 2px;
	text-align: center;
	width: 50px;
}
div#tab > div li p.tabP00 span.cgSpan_02 {
	background-color: #002ba6;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 2px;
	text-align: center;
	width: 50px;
}
div#tab > div li p.tabP01 {
	width: 231px;
	height: 152px;
	position: relative;
	display: table;
	margin: 0 auto 20px;
	overflow: hidden !important;
	text-align: center;
}
div#tab > div li p.tabP01 span.imgSpan {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 231px;
	overflow: hidden !important;
}
div#tab > div li p.tabP01 span.imgSpan img {
	height: auto !important;
	line-height: 0 !important;
	margin: 0 auto !important;
	max-height: 152px;
	max-width: 231px;
	vertical-align: middle;
	width: auto !important;
}
div#tab > div li:hover p.tabP01 span.imgSpan img {
	opacity: 0.8;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div#tab > div li p.tabP01 span.coverSpan {
	display: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div#tab > div li:hover p.tabP01 span.coverSpan {
	/*	display:block;
	opacity:0.1;*/
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div#tab > div li p.tabP02 {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}
div#tab > div li p.tabP03 {
	text-align: center;
}
/*----------------------------------------------------
	☆TOPのaboutBox区域
----------------------------------------------------*/


div.aboutBox {
	width: 100%;
	max-width: 1745px;
	min-width: 1000px;
	margin: 0 auto 110px;
}
.mgleft {
	margin-left: 12.5%;
}
div.aboutBox img {
	width: 100%;
}
div.aboutBox a {
	color: #000000;
	text-decoration: none;
}
div.aboutBox li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	position: relative;
}
div.aboutBox li:hover {
	cursor: pointer;
}
/*div.aboutBox li:hover a{
	color: #FF0000;
	}*/


div.aboutBox li p.aboutP01 {
	line-height: 0;
	margin-bottom: 20px;
}
div.aboutBox li p.aboutP01 img.colorfulimg {
	display: none;
}
div.aboutBox li:hover p.aboutP01 img.grayimg {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	position: absolute;
}
div.aboutBox li:hover p.aboutP01 img.colorfulimg {
	display: block;
}
div.aboutBox li h2 {
	background: url(../lib/cmn_img/toppage/h2Bg.gif) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align:center;
	min-height:33px;
}

div.aboutBox li h2 img{
	max-width:100%;
	width:auto;
	}


div.aboutBox li p.aboutP02 {
	text-align: center;
	line-height: 1.7;
	font-size: 16px;
}
/*----------------------------------------------------
	☆TOPのLesson区域
----------------------------------------------------*/





div.lessonBox {
	width: 994px;
	margin: 0 auto;
}
div.lessonBox li {
	float: left;
	position: relative;
	width: 497px;
	height: 428px;
	box-sizing: border-box;
}
div.lessonBox li a {
	line-height: 0;
	display: block;
}
div.lessonBox li img.colorfulimg {
	display: none;
}
div.lessonBox li:hover img.grayimg {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	position: absolute;
}
div.lessonBox li:hover img.colorfulimg {
	display: block;
}
/*----------------------------------------------------
	☆TOPのOnline shop区域
----------------------------------------------------*/


div.onlineBox {
	width: 100%;
	height: 332px;
	background: url(../lib/cmn_img/toppage/top_img24.jpg) center top no-repeat;
	position: relative;
	margin-bottom: 150px;
}
div.onlineBox p {
	position: absolute;
	left: 50%;
	margin-left: 47px;
	top: 230px;
}
div.onlineBox p a {
	display: block;
	width: 225px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: #707070 1px solid;
	background: url(../lib/cmn_img/toppage/top_img26.png) 57px center no-repeat;
	padding-top: 9px;
	box-sizing: border-box;
}
div.onlineBox p a:hover {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../lib/cmn_img/toppage/top_img27.png);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
div.onlineBox01 {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
div.onlineBox01 p {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 0;
}
div.onlineBox01 li {
	line-height: 0 !important;
	display: table;
	height: 231px;
	overflow: hidden !important;
	text-align: center;
	width: 231px;
}
div.onlineBox01 li span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 231px;
}
div.onlineBox01 li span img {
	height: auto !important;
	line-height: 0 !important;
	margin: 0 auto !important;
	max-height: 231px;
	max-width: 231px;
	vertical-align: middle;
	width: auto !important;
}
.bx-wrapper .bx-viewport {
	border: none !important;
	box-shadow: none !important;
}
.bx-wrapper {
	overflow: hidden;
}


.notShow{
	display:none !important;
	}
.justShow{
	display:block !important;
	}	

#test2{
	display:none;
	}


.to-ins-link{
	text-align:center;
	margin:60px auto 0;
	}

.to-ins-link a{
	font-size:20px;
	text-decoration:none;
	color:#fff;
	background-color:#000000;
	display:block;
	max-width:320px;
	margin:0 auto;
	padding:0.9em 10px 0.8em;
	box-sizing:border-box;
	font-family: 'Caudex', 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	position:relative;
	}


.to-ins-link a:before{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:3px double #000000;
	content:"";
	position:absolute;
	left:0;
	top:0;
	}


.to-ins-link a:after{
	width:8px;
	height:8px;
	content:"";
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	box-sizing:border-box;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-4px;
	transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
	}

.to-ins-link a:hover{
	background-color:#fff;
	color:#000000;
	transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
	}


.to-ins-link a:hover:after{
	border-color:#000;
		transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
	}

