@charset "utf-8";

@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');



/*==================================
共通設定
==================================*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	height: 100%;
	margin-top: 0 !important;
}

body{
	/*font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;;
	font-size: 15px;
	color: #222;
	font-weight: normal;
	width: 100%;
	min-width: 1200px;
	height: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd{
	line-height: 1.8;
}
ul,ol,li{
	list-style-type: none;
	line-height: 1.8;
}
table,tr,th,td{
	border-collapse: collapse;
}
a{
	text-decoration: none;
	color: #222;
}
img{
	vertical-align: bottom;
}
a img{
	border: none;
}
.mintyo{
	/*font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;*/
	font-family: 'Crimson Text', serif;
}
.basewidth{
	width: 1200px;
	margin: 0 auto;
}

.maincolor{
	background: #f20033
}
.mainborder{
	border: 1px solid #f20033;
}
.mainfontcolor{
	color: #f20033;
}
.main-border-bottom-color{
	border-bottom: 4px solid #f20033;
}
.midashi1{
	text-align: center;
	font-size: 34px;
	font-weight: normal;
	/*padding-top: 70px;*/
}
.midashi1 span{
	display:inline;
}
.midashi1 span.white{
	border-bottom: 2px solid #fff;
}
.midashi1 span.mainbordercolor{
	border-bottom: 2px solid #f20033;
}
.midashi2{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 50px;
	font-family: 'Crimson Text', serif;
}
.white{
	color: #fff;
}
.whiteback{
	background: #fff;
}
.fontweightbold{
	font-weight: bold;
}
.more{
	border: 2px solid #fff;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.more a{
	color: #fff;
	display: block;
	padding: 10px 0;
}
.more i{
	padding-left: 15px;
}
.stripe{
	background-image: url(../images/stripe.jpg);
}
.sp{
	display: none;
}

/*==================================
トップページ
==================================*/

/*== 100％スライド =======================*/

header{
	width: 100%;
	height: 100%;
	background-position: center;
	position: relative;
	background-size: 100%;
}
.header-line{
	display: block;
	background: rgba(255,255,255,1);
	position: fixed;
}
.header-top{
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
	right: 0;
}
.header-bottom{
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	right: 0;
}
.header-right{
	height: 100%;
	width: 10px;
	right: 0;
	top: 0;
	bottom: 0;	
}
.header-left{
	height: 100%;
	width: 10px;
	left: 0;
	top: 0;
	bottom: 0;	
}
header h1{
	font-weight: normal;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	font-size: 18px;
}
header h2{
	/*position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -80px;*/
}
.header-title{
	width: 270px;
	height: 300px;
	/*background-image: url(../images/mainback.png);*/
	background-size: 100%;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -135px;
	margin-top: -180px;
}
.header-title-inner{
	position: relative;
}
.header-scroll{
	text-align: center;
	position: fixed;
	bottom: 30px;
	left: 50%;
	margin-left: -26px;
	/*border: 1px solid #fff;
	padding: 3px;
	width: 200px;
	border-radius: 3px;*/
}
.header-scroll a{
	color: #fff;
	font-size: 18px;
	display: block;
}
.header-scroll a i{
	display: block;
}


/*サブページ用ヘッダー*/
.sub header{
	height: 250px;
	background-attachment: fixed;
	background-size: 100%;
	background-position: center -70px;
}
.sub header h1{
	display: none;
}
.sub .header-title{
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.sub .header-title h1 br{
	display: none;
}
.sub .header-title h2,
.sub header .header-line,
.sub header .header-scroll{
	display: none;
}
.sub .height500{
	height: 500px;
}



/*== ナビ =======================*/

.gnav{
	position: relative;
	z-index: 100;
	overflow: hidden;
	height: 80px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	background: #fff;
	/*position: fixed;
	top: 0;
	width: 100%;*/
}
.gnavfix{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.gnav-inner{
}
.gnav-inner .nav-home{
	float: left;
	text-align: center;
	box-sizing: border-box;
	height: 80px;
	background-image: url(../images/nav-logo.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
}
.gnav-inner .nav-home a{
	display: block;
	color: #fff;
	width: 200px;
	position: relative;
	left: 10px;
	top: 0;
}
.gnav-inner .nav-home .gnav-li-a-span{
	color: #fff;
	opacity: 0.7;
}
.gnav-inner ul{
	float: right;
}
.gnav-li{
	float: left;
	text-align: center;
	box-sizing: border-box;
	height: 80px;
	display: inline-block;
}
.gnav-li:hover{
	//border-bottom: 3px solid #f50057;
}
.gnav-li-a{
	font-size: 18px;
	color: #222;
	display: block;
	height: 80px;
	box-sizing: border-box;
	padding: 0 30px;
	padding-top: 10px;
}
.gnav-last-li-a{
	color: #fff;
	font-size: 18px;
	display: block;
	height: 80px;
	box-sizing: border-box;
	padding-top: 10px;
}
.gnav-li-a-span{
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #989898;
	line-height: 1em;
}
.gnav-last-li-a-span{
	display: block;
	font-size: 12px;
	color: #fff;
	opacity: 0.75;
	line-height: 1em;
}


.stripe-back{
	width: 100%;
	height: 120px;
	background-image: url(../images/stripe.jpg);
}
.stripe-top{
	margin-top: 80px;
}

main{
	/*background-image: url(../images/stripe.jpg);*/
	position: relative;
	left: 0;
	right: 0;
}




/*サブページ用*/
.sub .stripe-back{
	height: auto;
	overflow: hidden;
}
.sub .stripe-back .basewidth{
	position: relative;
}
.sub .stripe-back .midashi1{
	padding-top: 50px;
}
.sub .stripe-back .midashi2{
	padding-bottom: 60px;
}
.sub header{
}
/*各ページ用ヘッダー*/
.sub .blog-header{
	background-image: url(../images/sub-head-back.jpg);
}
.sub .news-header{
	background-image: url(../images/sub-head-back02.jpg);
}
.sub .school-header{
	background-image: url(../images/sub-head-back03.jpg);
}
.sub .course-header{
	background-image: url(../images/sub-head-back04.jpg);
}
.sub .contact-header{
	background-image: url(../images/sub-head-back05.jpg);
}
.sub .gallery-header{
	background-image: url(../images/sub-head-back06.jpg);
}


.sub .pankuzu{
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: 5px;
}
.sub .pankuzu-li{
	float: left;
	margin-right: 5px;
	font-size: 13px;
}
.sub .pankuzu-li a{
	font-size: 13px;
	text-decoration: underline;
}
.sub .pankuzu-li a:hover{
	text-decoration: none;
}

.sub .sec{
	padding-top: 50px;
	padding-bottom: 85px;
}


/*フッター*/
footer{
	box-sizing: border-box;
	position: relative;
}
footer *{
	color: #fff;
}
footer #footer{
	overflow: hidden;
}
footer #footer-contact-inner{
	width: 740px;
	margin: 0 auto;
}
footer #footer-contact{
	background-image: url(../images/index-contact-back.jpg);
	background-size: 100%;
	background-position: center;
	height: 220px;
}
footer .contact-tel{
	width: 340px;
	border-bottom: 5px solid #a20000;
	height: 85px;
	box-sizing: border-box;
	float: left;
	margin-top: 70px;
	padding-top: 8px;
	position: relative;
}
footer .contact-tel i,
footer .contact-mail i{
	position: absolute;
	font-size: 28px;
	left: 35px;
	top: 28px;
}
footer .contact-tel p{
	text-align: center;
}
footer .contact-tel .footer-tel{
	font-size: 24px;
	font-weight: bold;
	border-top: 1px solid #fff;
	line-height: 1.25em;
	width: 190px;
	margin: 0 auto;
	margin-top: 5px;
}
footer .contact-tel div,
footer .contact-mail div{
	float: left;
	margin-left: 85px;
}
footer .contact-mail{
	width: 340px;
	border-bottom: 5px solid #a20000;
	height: 85px;
	padding-top: 8px;
	box-sizing: border-box;
	float: right;
	margin-top: 70px;
	position: relative;
}
footer .contact-mail p{
	text-align: center;
}
footer .contact-mail .footer-mail{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.55em;
	border-top: 1px solid #fff;
	width: 225px;
	margin: 0 auto;
	margin-top: 5px;
}
footer .go-top{
	background: #f20033;
	cursor: pointer;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	opacity: 0.7;
	z-index: 9999;
}
footer .go-top p{
	text-align: center;
	font-size: 20px;
	line-height:1;
}
footer .go-top p span{
	display:block;
	font-size:12px;
	padding-top:10px;
}
footer #footer-nav{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	margin-top: 30px;
}
footer #footer-nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
footer #footer-nav li{
	line-height: 45px;
}
footer #footer-nav li a{
	border-right: 1px solid #fff;
	padding: 0 20px;
}
footer #footer-nav li:last-child a{
	border-right: none;
}
footer #footer-address{
	float: left;
}
footer #footer-address .footer-address{
	border: 1px solid #fff;
	width: 260px;
	height: 130px;
	float: left;
	margin: 25px 0;
	margin-right: 12px;
	box-sizing: border-box;
}
footer #footer-address .footer-address:first-child{
	padding: 20px 30px;
}
footer #footer-address .footer-address:nth-child(2){
	padding: 20px 25px;
}
footer #footer-address .footer-address:nth-child(3){
	padding: 10px 25px;
}
footer #footer-address .footer-address h2{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
footer #footer-address .footer-address p{
	line-height: 1.5em;
}
footer #footer-name{
	float: right;
	width: 250px;
	margin-top: 25px;
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
footer #footer-name .footr-name-top{
	padding-left: 5px;
}
footer #footer-name .footer-name-h2{
	font-size: 12px;
	line-height: 1.35em;
	text-align: center;
}
footer #footer-name .footer-name-h3{
	font-size: 34px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
}
footer #footer-name .footer-name-p{
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
footer .footer-sns-btn{
	width: 100px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 12px;
	line-height: 23px;
	float: left;
}
footer .footer-sns i{
	font-size: 25px;
	margin-left: 12px;
	float: left;
}
footer #copyright{
	line-height: 45px;
	border-top: 1px solid #fff;
	text-align: center;
	clear: both;
}
footer #copyright small{
	font-size: 13px;
}


/*パララックス用*/
.para-contact-back{
	width: 100%;
	height: 100%;
	background-image: url(../images/index-contact-back2.jpg);
	position: fixed;
	top: 0%;
	z-index: -1;
	opacity: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}





/*スマホ用*/

@media screen and (max-width:640px){

	body{
		min-width: 100%;
		font-size: 3.125vw;
		-webkit-text-size-adjust: 100%;
	}
	main{
		/*display: none;*/
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.para-contact-back{
		display: none;
	}
	.basewidth{
		width: 92%;
		margin: 0 auto;
	}
	.stripe-top{
		margin-top: 0;
	}
	.sub .sec{
		padding-top: 5vw;
		padding-bottom: 6vw;
	}
	.sub header{
		height: 45vw;
		background-attachment: scroll;
		background-size: cover;
		background-position: center;
	}
	.sub .stripe-back .midashi1{
		padding-top: 10vw;
	}
	.sub .stripe-back .midashi2{
		padding-bottom: 2.6vw;
		padding-bottom: 10vw;
	}
	.header-top{
		height: 2vw;
	}
	.header-bottom{
		height: 2vw;
	}
	.header-right{
		width: 2vw;	
	}
	.header-left{
		width: 2vw;	
	}
	header h1{
		line-height: 1.5em;
		font-size: 3.125vw;
	}
	header h2{
	}
	.header-title{
		width: 100%;
		height: 100%;
		top: 15%;
		left: 0;
		margin-left: 0;
		margin-top: 0;
	}
	.sp-header-logo,
	.sp-header-logo img{
		width: 100%
	}
	.header-title-inner{
		position: relative;
	}
	.sub .sp-header-logo{
		display: none;
	}
	.header-scroll{
		text-align: center;
		position: fixed;
		bottom: 30px;
		left: 50%;
		margin-left: -26px;
		/*border: 1px solid #fff;
		padding: 3px;
		width: 200px;
		border-radius: 3px;*/
	}
	.header-scroll a{
		font-size: 18px;
	}
	.header-scroll a i{
		display: block;
	}
	.sub .pankuzu{
		display: none;
		position: static;
		width: 100%;
		padding: 0;
	}
	.sub .pankuzu-li{
		margin-right: 2vw;
		font-size: 3.125vw;
	}
	.sub .pankuzu-li a{
		font-size: 3.125vw;
	}
	.gnav{
		position: fixed;
		/*background: #fff;*/
		background: rgba(255,255,255,1);
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		display: none;
	}
	.gnav .basewidth{
		width: 100%;
	}
	.gnav-inner .nav-home{
		width: 100%;
		height: 19vw;
		/*background-image: none;*/
	}
	.gnav-inner .nav-home a{
		display: block;
		color: #fff;
		width: 100%;
		position: relative;
		left: 0px;
		top: 0;
	}
	.gnav-inner ul{
		float: none;
	}
	.gnav-li{
		float: none;
		width: 100%;
		height: 19vw;
		border-bottom: #ccc solid 1px;
	}
	.gnav-li-a{
		height: auto;
		//padding: 0 6vw;
		//padding-top: 3vw;
		height: 19vw;
		font-size: 4.75vw;
		text-align: left;
		padding-left: 24vw;
	}
	.gnav-last-li-a{
		font-size: 4.75vw;
		height: 19vw;
		box-sizing: border-box;
		text-align: left;
		//padding-top: 3vw;
	}
	.gnav-li-a-span{
		font-size: 3.125vw;
		line-height: 1em;
	}
	.gnav-last-li-a-span{
		font-size: 3.125vw;
		line-height: 1em;
	}

	/*== ハンバーガー=======================*/
	.menu-button {
		width: 8vw;
		height: 8vw;
		box-sizing: border-box;
		display: block;
		position: fixed;
		right: 3.5vw;
		top: 2.5vw;
		z-index: 9999;
		cursor: pointer;
	}
	.menu-button i{
		display: block;
		width: 100%;
		height: 2px;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		position: relative;
		left: 0px;
		top: 4vw;
	}
	.menu-button i:before,
	.menu-button i:after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #f20033;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.3s !important;
		transition: all 0.3s !important;
	}
	.menu-button i:before{
		-webkit-transform: translateY(2.5vw);
		-ms-transform: translateY(2.5vw);
		transform: translateY(2.5vw);
	}
	.menu-button i:after{
		-webkit-transform: translateY(-2.5vw);
		-ms-transform: translateY(-2.5vw);
		transform: translateY(-2.5vw);
	}
	.is_open i:before,
	.is_open i:after{
		padding: 0;
		margin: 0;
		line-height: 1;
		background: #fff !important;
	}
	.is_open i{
		background: #f20033;
	}
	.is_open i:after{
		transform:translateY(0px) rotate(-45deg);
	}
	.is_open i:before{
		transform:translateY(0px) rotate(45deg);
	}
	/*== ハンバーガー ここまで=======================*/

	.stripe-back{
		width: 100%;
		height: 20vw;
	}


	/*フッター*/
	footer{
	}
	footer *{
	}
	footer #footer{
		width: 100%;
	}
	footer #footer-contact-inner{
		width: 100%;
	}
	footer #footer-contact{
		height: 220px;
		display: none;
	}
	footer .contact-tel{
		width: 340px;
		border-bottom: 5px solid #a20000;
		height: 85px;
		box-sizing: border-box;
		float: left;
		margin-top: 70px;
		padding-top: 8px;
		position: relative;
	}
	footer .contact-tel i,
	footer .contact-mail i{
		position: absolute;
		font-size: 28px;
		left: 35px;
		top: 28px;
	}
	footer .contact-tel p{
		text-align: center;
	}
	footer .contact-tel .footer-tel{
		font-size: 28px;
		font-weight: bold;
		border-top: 1px solid #fff;
		line-height: 1.25em;
		width: 190px;
		margin: 0 auto;
	}
	footer .contact-tel div,
	footer .contact-mail div{
		float: left;
		margin-left: 85px;
	}
	footer .contact-mail{
		width: 340px;
		border-bottom: 5px solid #a20000;
		height: 85px;
		padding-top: 8px;
		box-sizing: border-box;
		float: right;
		margin-top: 70px;
		position: relative;
	}
	footer .contact-mail p{
		text-align: center;
	}
	footer .contact-mail .footer-mail{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.55em;
		border-top: 1px solid #fff;
		width: 225px;
		margin: 0 auto;
	}
	footer #footer-nav{
		display: none;
	}
	footer #footer-nav ul{
		display: block;
	}
	footer #footer-address{
		/*float: none;*/
		display: none;
	}
	/*footer #footer-address .footer-address{
		border: 1px solid #fff;
		width: 100%;
		height: 130px;
		float: none;
		margin: 25px 0;
		margin-right: 12px;
		box-sizing: border-box;
	}
	footer #footer-address .footer-address:first-child{
		padding: 20px 30px;
	}
	footer #footer-address .footer-address:nth-child(2){
		padding: 10px 25px;
	}
	footer #footer-address .footer-address:nth-child(3){
		padding: 10px 25px;
	}
	footer #footer-address .footer-address h2{
		font-size: 15px;
		margin-bottom: 10px;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	footer #footer-address .footer-address p{
		line-height: 1.5em;
	}*/
	footer #footer-name{
		float: none;
		margin: 6vw auto;
		width: 60vw;
		background: none;
	}
	footer #footer-name .footr-name-top{
		padding-left: 0;
		float: none;
	}
	footer #footer-name .footer-name-h2{
		font-size: 3.125vw;
		line-height: 1.35em;
		text-align: center;
	}
	footer #footer-name .footer-name-h3{
		font-size: 10vw;
		line-height: 1em;
		font-weight: normal;
		text-align: center;
	}
	footer #footer-name .footer-name-p{
		font-size: 3.125vw;
		line-height: 1em;
		text-align: center;
		margin-bottom: 3vw;
	}
	footer .footer-sns-btn{
		display: none;
	}
	footer .footer-sns{
		clear: both;
		overflow: hidden;
		margin: 0 auto;
		width: 30vw;
	}
	footer .footer-sns i{
		font-size: 8vw;
		margin-left: 2vw;
	}
	footer #copyright{
		line-height: 45px;
		border-top: 1px solid #fff;
		text-align: center;
		clear: both;
	}
	footer #copyright small{
		font-size: 3.175vw;
	}


	/**/

	.midashi1{
		font-size: 8.125vw;
		/*padding-top: 70px;*/
	}
	.midashi2{
		font-size: 5.625vw;
		line-height: 1em;
		padding-bottom: 8vw;
	}
	.more{
		width: 50%;
	}
	.more a{
		padding: 2vw 0;
	}
	.more i{
		padding-left: 4vw;
	}

}