@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Teko:500');


/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
	ul li {
		list-style:none;	
	}


ul { 
}
* html ul {
	zoom: 100%;
}
*:first-child+html ul {
	display: inline-block;
}
ul:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #19a1a3;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}

.teko {
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	font-style: normal;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #1f1f1f;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}







/* min 801px */
@media screen and (min-width: 801px), print {

.sp {
	display: none !important;
}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	min-width: 1000px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
}
	#header #logo {
		padding: 20px 0 0 20px;
	}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メインイメージ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#mainimage {
	width: 100%;
	min-width: 1000px;
	height: 100vh;
	background: url(../img/mainimage_bg.jpg) repeat center top;
	text-align: center;
	position: relative;
}
	#mainimage .box {
		width: 100%;
		position: fixed;
		top: 50%;
		left: 0;
		margin-top: -420px;
	}
	
		#mainimage .title {
			padding: 180px 0 40px 0;
		}
			#mainimage h1 {
				padding-bottom: 25px;
			}
			#mainimage p {
				font-size: 129%;
				font-weight: 900;
				color: #fff;
			}


#mainimage .aboutbox {
	background: #dfa238;
	width: 300px;
	text-align: center;
	color: #000;
}
	#mainimage .aboutbox a {
		display: block;
		padding: 40px 20px;
		height: 230px;
		color: #000;
		background: #dfa238 url(../img/arrow.png) no-repeat center 263px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
		position: relative;
	}
	#mainimage .aboutbox a:hover {
		background: #C0851F url(../img/arrow.png) no-repeat 51% 263px;
	}

		#mainimage .aboutbox h2 {
			display: block;
			color: #000;
			width: 260px;
			height: 64px;
			line-height: 64px;
			font-size: 30px;
			font-weight: 900;
			letter-spacing: 3px;
			background: url(../img/tit_black.png) no-repeat center top;
			background-size: contain;
			margin-bottom: 35px;
		}
		#mainimage .aboutbox .text .txt {
			font-size: 42px;
			font-weight: 900;
			line-height: 1.3;
			color: #000;
		}

#mainimage .kidsbox {
	width: 300px;
	background: #9bca48;
	text-align: center;
	color: #fff;
}
    #mainimage .kidsbox a {
        display: block;
        padding: 40px 20px;
        height: 230px;
        color: #000;
        background: #9bca48 url(../img/arrow_wh.png) no-repeat center 263px;
        transition: 0.3s;
        -webkit−transition: 0.3s;
        position: relative;
    }
    #mainimage .kidsbox a:hover {
        background: #7FA931 url(../img/arrow_wh.png) no-repeat 51% 263px;
    }
	#mainimage .kidsbox h2 {
		display: block;
        color: #fff;
        width: 260px;
		height: 64px;
		line-height: 32px;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 3px;
		background: url(../img/tit_white.png) no-repeat center top;
		background-size: contain;
		margin-bottom: 20px;
	}
	
	#mainimage .kidsbox .text .school {
		font-size: 20px;
		font-weight: 900;
		line-height: 2;
		color: #fff;
	}
	
	#mainimage .kidsbox .text .txt {
		font-size: 36px;
		font-weight: 900;
		line-height: 1.3;
		color: #fff;
	}

#mainimage .labbox {
	width: 300px;
	background: #b7619a;
	text-align: center;
	color: #fff;
}
    #mainimage .labbox a {
        display: block;
        padding: 40px 20px;
        height: 230px;
        color: #000;
        background: #b7619a url(../img/arrow_wh.png) no-repeat center 263px;
        transition: 0.3s;
        -webkit−transition: 0.3s;
        position: relative;
    }
    #mainimage .labbox a:hover {
        background: #99467E url(../img/arrow_wh.png) no-repeat 51% 263px;
    }
	#mainimage .labbox h2 {
		display: block;
        color: #fff;
        width: 260px;
		height: 64px;
		line-height: 32px;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 3px;
		background: url(../img/tit_white.png) no-repeat center top;
		background-size: contain;
		margin-bottom: 20px;
	}
	
	#mainimage .labbox .text .school {
		font-size: 20px;
		font-weight: 900;
		line-height: 2;
		color: #fff;
	}
	
	#mainimage .labbox .text .txt {
		font-size: 36px;
		font-weight: 900;
		line-height: 1.3;
		color: #fff;
	}



.inner {
	display: flex;
	justify-content: space-evenly;

	width: 1000px;
	margin: 0 auto;
}






}







/* max 800px */
@media only screen and (max-width: 800px) {

	.pc {
		display: none !important;
	}




	
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ヘッダー */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		text-align: center;
	}
		#header #logo {
			padding: 20px 0 0 20px;
		}




		
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* メインイメージ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#mainimage {
		width: 100%;
		background: url(../img/mainimage_bg.jpg) repeat center top;
		background-size: 700px;
		text-align: center;
		position: relative;
	}
		#mainimage .title {
			padding: 110px 5% 50px 5%;
		}
			#mainimage h1 {
				padding-bottom: 25px;
			}
				#mainimage h1 img {
					width: 100%;
					max-width: 400px;
					height: auto;
				}

			#mainimage p {
				font-size: 116%;
				font-weight: 900;
				color: #fff;
			}
			
			
		.inner {
			width: 100%;
			margin: 0 auto;
		}


#mainimage .aboutbox {
	background: #dfa238;
	height: 232px;
	text-align: center;
}
	#mainimage .aboutbox a {
		display: block;
		padding: 54px 5% 34px 5%;
		color: #000;
		background: #dfa238 url(../img/arrow.png) no-repeat center 275px;
		position: relative;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}

		#mainimage .aboutbox h2 {
			display: block;
			height: 64px;
			line-height: 64px;
			font-size: 30px;
			font-weight: 900;
			letter-spacing: 3px;
			background: url(../img/tit_black.png) no-repeat center top;
			margin-bottom: 10px;
			padding-top: 3px;
			color: #000;
		}

			#mainimage .aboutbox .text .txt {
				font-size: 26px;
				font-weight: 900;
				line-height: 1.4em;
				padding-top: 10px;
				padding-bottom: 20px;
				color: #000;
			}

#mainimage .kidsbox {
	background: #9bca48;
	height: 232px;
	text-align: center;
}
    #mainimage .kidsbox a{
        display: block;
        padding: 35px 5% 15px 5%;
		color: #fff;
		background: #9bca48 url(../img/arrow_wh.png) no-repeat center 275px;
		position: relative;
		transition: 0.3s;
		-webkit−transition: 0.3s;
    }
    
	#mainimage .kidsbox h2 {
		display: block;
		height: 64px;
		line-height: 32px;
		font-size: 20px;
		font-weight: 900;
		letter-spacing: 3px;
		background: url(../img/tit_white.png) no-repeat center top;
		margin-bottom: 10px;
        padding-top: 3px;
        color: #fff;
	}
		
		#mainimage .kidsbox .text .school {
			font-size: 20px;
			font-weight: 900;
			line-height: 1.4em;
			padding-top: 10px;
			padding-bottom: 0px;
			color: #fff;
		}
		
		#mainimage .kidsbox .text .txt {
			font-size: 26px;
			font-weight: 900;
			line-height: 1.4em;
			padding-top: 10px;
			padding-bottom: 20px;
			color: #fff;
		}
		
#mainimage .labbox {
	background: #b7619a;
	height: 232px;
	text-align: center;
}
    #mainimage .labbox a{
        display: block;
        padding: 35px 5% 15px 5%;
		color: #fff;
		background: #b7619a url(../img/arrow_wh.png) no-repeat center 275px;
		position: relative;
		transition: 0.3s;
		-webkit−transition: 0.3s;
    }
    
	#mainimage .labbox h2 {
		display: block;
		height: 64px;
		line-height: 32px;
		font-size: 20px;
		font-weight: 900;
		letter-spacing: 3px;
		background: url(../img/tit_white.png) no-repeat center top;
		margin-bottom: 10px;
        padding-top: 3px;
        color: #fff;
	}
		
		#mainimage .labbox .text .school {
			font-size: 20px;
			font-weight: 900;
			line-height: 1.4em;
			padding-top: 10px;
			padding-bottom: 0px;
			color: #fff;
		}
		
		#mainimage .labbox .text .txt {
			font-size: 26px;
			font-weight: 900;
			line-height: 1.4em;
			padding-top: 10px;
			padding-bottom: 20px;
			color: #fff;
		}

}