@charset "UTF-8";

.slideArea {
	position: relative;
}

/* ## header ## */

.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	top: 90%;
    /*全体の高さ*/
	height:100px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #ffffff;
	font-size: 13px;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:75px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}

/* top comment */
.topComme {
	width: 99%;
	color: #ffffff;
	font-family: 'M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	position: absolute;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.44);
	opacity: 0.94;
	padding-left: 68px;
	left: 0;
	display: none;
}

.topComme.tc01 {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #ffffff;
	line-height: 1.8;
	top: 30%;
/*	transform: rotate(-1deg);*/
}
.topComme.tc02 {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	color: #ffffff;
	line-height: 2.2;
	top: 50%;
/*	transform: rotate(-5deg);*/
}
.topComme.tc03 {
}

#con00.baseBox {
	padding-top: 44px;
}

.spBan {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 34px;
}
.spBan img {
	width: 100%;
	max-width: 980px;
	border: solid 1px #999999;
	box-sizing: border-box;
	vertical-align: bottom;
}
.spBan a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.spBan.short img {
	width: 90%;
	max-width: 540px;
	border: solid 1px #7cc58b;
}

/* ## sidebox ## */
.sideBox {
	position: fixed;
	right: 0;
	z-index: 9991;
}
.sideBox .sbList li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
.sideBox .sbList li a {
	width: 84px;
	box-sizing: border-box;
	height: 324px;
	font-size: 20px;
	font-weight: bold;
	color: #ef3985;
	writing-mode: vertical-rl;
	line-height: 1.4;
	text-shadow: 2px 2px 2px #ffffff;
	text-align: center;
	background: rgb(245,183,194);
	background: linear-gradient(24deg, rgba(245,183,194,1) 0%, rgba(163,211,240,1) 40%, rgba(205,237,194,1) 60%, rgba(187,167,217,1) 100%);
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	align-items: center;
	box-shadow: -4px 9px 8px -5px rgba(0,0,0,0.2);
	padding: 24px 10px 10px 10px;
	display: flex;
	float: right;
}
.sideBox .sbList#cRed li a {
	height: 344px;
	font-size: 19px;
	color: #ffffff;
	text-shadow: none;
	background: rgb(255,0,0);
	background: linear-gradient(125deg, rgba(255,0,0,1) 0%, rgba(255,61,61,1) 100%);
}
.sideBox .sbList li a:hover {
	text-decoration: none;
}

.concTitle {
	font-size: 32px;
	text-align: left;
	font-family: "Noto Serif JP";
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 28px;
	clear: both;
}

/* bans */
.bans {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 54px;
}
.bans img {
	width: 100%;
	max-width: 480px;
	box-sizing: border-box;
	vertical-align: bottom;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.bans a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* school bans */
.scBans {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 44px;
}
.scBans li {
	padding: 20px 20px;
	display: inline-block;
}
.scBans li a {
	width: 100%;
	max-width: 400px;
	display: block;
}
.scBans li a img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.scBans li a:hover img {
	opacity: 0.84;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}


/* topics area */
#topics {
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-radius: 18px;
	overflow: hidden;
	position: absolute;
	bottom: 14px;
	right: 14px;
}
#topics .ntpBox a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #ea2222;
	padding: 4px 8px;
	display: block;
}
#topics .ntpBox a:hover {
	text-decoration: none;
}
#topics .ntpBox a h4 {
	font-weight: bold;
}

.brBox {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.brBox img {
	width: 100%;
	box-sizing: border-box;
}


/* slider */
.slider {
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	background-attachment: fixed;
}
.slick-prev {
	left: 14px;
	z-index: 10000;
}
.slick-next {
	right: 14px;
}
.slick-prev::before, .slick-next::before {
	color: #999999;
	font-size: 40px;
}

#con00.baseBox, #con01.baseBox, #con02.baseBox, #con03.baseBox, #con04.baseBox {
	position: relative;
}

/* ## basebox ## */
.baseBox.leftTitle .boxF {
	width: 100%;
	box-sizing: border-box;
}
.baseBox.leftTitle .boxS {
	width: 100%;
	box-sizing: border-box;
	padding: 0 24px;
}
.baseBox.leftTitle .boxS .imgBox, .baseBox.rightTitle .boxS .imgBox {
	width: 100%;
	background-color: #dcdcdc;
	border-radius: 8px;
}
.baseBox.leftTitle .boxS .imgBox img, .baseBox.rightTitle .boxS .imgBox img {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 20px 20px 0 #d28c04;
	vertical-align: bottom;
}
.baseBox .boxS .dlBox {
	padding: 40px;
}
.baseBox.rightTitle .boxS h4, .baseBox.leftTitle .boxS h4 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 14px;
	padding: 8px 4px;
}
.baseBox.rightTitle .boxS h4:after, .baseBox.leftTitle .boxS h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.baseBox.rightTitle .boxS h5, .baseBox.leftTitle .boxS h5 {
	font-size: 15px;
	font-weight: bold;
	border-left: solid 4px #2b91ef;
	margin-bottom: 10px;
	padding: 0px 14px;
}

.tableCus01 {
	width: 100%;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: solid 3px transparent;
	border-collapse: separate;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
	box-sizing: border-box;
	border-spacing: 4px;
}
.tableCus01 caption {
	color: #4574a8;
	font-size: 20px;
	font-weight: bold;
}
.tableCus01 th {
	width: 24%;
	color: #ffffff;
	border-spacing: 4px;
	padding: 8px;
}
.tableCus01 th {
	background-color: #666666;
}
.tableCus01 td {
	color: #4574a8;
	border-spacing: 4px;
	background-color: #f8f9fd;
	padding: 8px;
	vertical-align: top;
}

.infoMore {
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	max-width: 880px;
	margin: 0 auto;
}

.catTag {
	font-size: 12px;
	color: #ffffff;
	border-radius: 10px;
	padding: 4px 44px;
}
#ct01.catTag {
	background-color: #4daaf1;
}
#ct02.catTag {
	background-color: #fba6fa;
}
#ct03.catTag {
	background-color: #90ed85;
}

.nButton.more .st {
	line-height: 1;
	display: block;
	float: left;
}
.nButton.more .st span.kodo {
	font-size: 10px;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 30px;
	top: 18%;
}
.topComme.tc02 {
	font-size: 11px;
	top: 34%;
}
.topComme.tc03 {
	top: 48%;
}
	
.scrolldown1{
	top: 50%;
	height: 80px;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 32px;
	top: 19%;
}
.topComme.tc02 {
	font-size: 12px;
	top: 33%;
}
.topComme.tc03 {
	top: 48%;
}
	
.scrolldown1{
	top: 52%;
	height: 80px;
}	
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

.topComme {
	width: 95%;
}
.topComme.tc01 {
	font-size: 34px;	
	top: 20%;
}
.topComme.tc02 {
	font-size: 14px;
	top: 38%;
}
.topComme.tc03 {
	top: 47%;
}
	
.scrolldown1{
	top: 60%;
	height: 80px;
}
		
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

#fader_wrapp {
	background-color: #ffffff;
	margin-top: 48px;
}
	
/* top comment */
.topComme {
	width: 90%;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
	padding-left: 20px;
}
.topComme.tc01 {
	color: #ffffff;
	line-height: 1.3;
}
.topComme.tc02 {
	color: #eeeeee;
	font-weight: 600;
	line-height: 1.5;
}
.topComme.tc03 {
	width: 100px;
	top: 20%;
	left: 74%;
	position: absolute;
}
.topComme.tc03 a {
	width: 180px;
	height: 180px;
	box-sizing: border-box;
	border-radius: 90px;
	text-align: center;
	background-color: #ffa200;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	box-shadow: 3px 3px 2px #545454;
	line-height: 1.3;
	padding-top: 40px;
	transform: rotate(10deg);
	display: block;
	overflow: hidden;
}
	
#con00.baseBox {
	padding-top: 24px;
}

.spBan {
	margin-bottom: 18px;
}
.spBan img {
}
.spBan a:active img {
	opacity: 0.84;
}
	
/* ## sidebox ## */
.sideBox {
	bottom: 36%;
}
.sideBox .sbList li {
	padding: 8px 0 8px 8px;
	overflow: hidden;
}
.sideBox .sbList li a {
	width: 38px;
	height: 224px;
	font-size: 14px;
	line-height: 1.4;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 14px 8px 8px 8px;
}
.sideBox .sbList#cRed li a {
	height: 244px;
	font-size: 14px;
}

/*スクロールダウン全体の場所*/
.scrolldown4{
	left: 5%;
}

.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
    /*全体の高さ*/
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	left:-15px;
	top: -15px;
	font-size: 11px;
}
	
.concTitle {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 14px;
}
	
/* school bans */
.scBans {
	margin-bottom: 44px;
}
.scBans li {
	padding: 14px 0;
}
.scBans li a {
	width: 100%;
	max-width: 324px;
}
.scBans li a:active img {
	opacity: 0.84;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
	
/* bans */
.bans {
	margin-bottom: 24px;
}
.bans img {
	max-width: 280px;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.bans a:active img {
	opacity: 0.74;
}
	
/* topics area */
#topics {
	max-width: 240px;	
	border-radius: 18px;
	font-size: 11px;
	bottom: 8px;
}
#topics .ntpBox a {
	padding: 2px 8px;
}
#topics .ntpBox a:active {
	background-color: #fc5252;
}
	
#con03 p.sub {
	font-size: 11px;
	line-height: 2;
	margin-bottom: 14px;
}
	
/* ## basebox ## */
.baseBox.leftTitle .boxS {
	padding: 0 14px 0 0;
}
.baseBox.rightTitle .boxS {
	padding: 0 14px 0 0;
}
.baseBox.leftTitle .boxS .imgBox, .baseBox.rightTitle .boxS .imgBox {
	border-radius: 8px;
}
.baseBox.leftTitle .boxS .imgBox img, .baseBox.rightTitle .boxS .imgBox img {
	box-shadow: 14px 14px 0 #c3a400;
}	
.baseBox .boxT {
	padding-top: 18px;
	padding-right: 4px;
	padding-left: 4px;
}	

/* contact box */
.cntBox {
	width: 100%;
}
.cntBox a {
	padding: 18px;
}
.cntBox a:active {
	background-color: #fcaf2a;
	text-decoration: none;
}
.cntBox a .cTitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 0.8;
	margin-bottom: 14px;
	padding-top: 4px;
}
.cntBox a .cTitle .sub {
	font-size: 12px;
	letter-spacing: 2px;
}
.cntBox a i {
	position: absolute;
	right: 14px;
	top: 46%;
}
	
/* tour */
.tableCus01 {
	font-size: 11px;
	line-height: 1.4;
	margin-top: 4px;
	margin-bottom: 4px;
	border-spacing: 4px;
}
.tableCus01 th {
	border-spacing: 4px;
	padding: 8px;
}
.tableCus01 th {
}
.tableCus01 td {
	border-spacing: 4px;
	padding: 8px;
}

.tpBox {
	margin-top: 18px;
}
.tpBox:after {
  content: "";
  clear: both;
  display: block;
}
.tpBox .imgBox {
	width: 100%;
	float: none;
}
.tpBox .imgBox p {
	font-size: 11px;
	padding: 4px;
}
.tpBox .imgBox img {
	width: 100%;
}
.tpBox .texBox {
	width: 100%;
	margin-top: 4px;
	padding-left: 0;
	float: none;
}
.tpBox .texBox h4 {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 2px;
	padding-left: 4px;
}

.catTag {
	font-size: 10px;
	border-radius: 10px;
	padding: 2px 24px;
}
	
.nButton.more .st {
}
.nButton.more .st span.kodo {
	font-size: 9px;
}
	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 50px;
	top: 20%;
}
.topComme.tc01 br {
	display: none;
}
.topComme.tc02 {
	font-size: 18px;
	top: 34%;
}
.topComme.tc03 {
}
	
.spBan a:hover img {
	opacity: 0.84;
}
	
/* ## sidebox ## */
.sideBox {
	bottom: 18%;
}
.sideBox .sbList li a:hover {
	width: 114px;
}
	
.scrolldown1{
	top: 68%;
}

/* school bans */
.scBans li a:hover img {
	opacity: 0.84;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
	
/* bans */
.bans a:hover img {
	opacity: 0.74;
}
	
/* topics area */

#topics {
	max-width: 440px;
}
#topics .ntpBox a:hover {
	background-color: #fc5252;
}
	
/* ## basebox ## */

.baseBox.nomalTitle .inner {
	max-width: 980px;
}
.baseBox.leftTitle .cTitle {
	text-align: left;
}
.baseBox.leftTitle .boxF {
	width: 40%;
	box-sizing: border-box;
	float: left;
}
.baseBox.leftTitle .boxS {
	width: 60%;
	box-sizing: border-box;
	padding: 0 0 0 68px;
	float: right;
}
.baseBox.leftTitle .boxT {
	width: 40%;
	box-sizing: border-box;
	float: left;
}
	
.baseBox.rightTitle .cTitle {
	text-align: left;
}
.baseBox.rightTitle .boxF {
	width: 40%;
	box-sizing: border-box;
	float: right;
}
.baseBox.rightTitle .boxS {
	width: 60%;
	box-sizing: border-box;
	padding: 0 88px 0 0;
	float: left;
}
.baseBox.rightTitle .boxS p {
	line-height: 2.4;
	margin-bottom: 10px;
}
.baseBox.rightTitle .boxT {
	width: 40%;
	box-sizing: border-box;
	float: right;
}
	
/* contact box */
.cntBox a:hover {
	background-color: #fcaf2a;
	text-decoration: none;
}
	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 58px;
	top: 28%;
}
.topComme.tc02 {
	font-size: 22px;
	top: 48%;
}
.topComme.tc03 {
}
	
.scrolldown1{
	top: 80%;
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 64px;
	top: 34%;
}
.topComme.tc02 {
	font-size: 26px;
	top: 52%;
}
.topComme.tc03 {
}
	
.scrolldown1{
	top: 92%;
}
	
}

