@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	color: #666;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}



/************** header **************/

header {
	background-color: rgb(255,255,255);
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: solid 1px #03C;
}

header p {
	float: left;
	padding-top: 15px;
}

header .homeBtn {
	display: none;
}

header nav {
	float: right;
}

header nav ul {
	margin-top: 25px;
}

header nav ul li {
	display: inline-block;
	margin-right: 30px;
}

header nav ul li:last-child {
	margin-right: 0;
}

.navLine a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 1.8rem;
	color: #333;
	
}

.navLine a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #03C;
	transform: scale(0);
	transform-origin: center top;
	transition: 0.3s;
}

.navLine a:hover::after {
	transform: scale(1);
}


/************** PAGETOP **************/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 1rem;
	line-height: 2;
	z-index: 100;
}

#page-top a {
	background-color: #03c;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 14px 0;
	text-align:center;
	display: inline-block;
	border-radius: 5px;
}

#page-top a:hover {
	background-color: #fff;
	color: #03c;
	border: solid 2px #03c;
	margin: -2px;
}


/************** information **************/
.information {
	padding-top: 90px;
	display: flex;
}

.information p {
	flex: 1;
}

.rpInformation {
	display: none;
}




/********* about ************/
.kye_about h1 {
	font-size: 4rem;
	padding-top: 100px;
	margin-bottom: 70px;
	text-align: left;
}

.kye_about h2 {
	font-size: 5rem;
	margin-bottom: 50px;
}

.aboutInner {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}


.kye_about p {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
}

.kye_about02 h2 {
	font-size: 4rem;
	margin-bottom: 30px;
	padding-top: 50px;
}

.kye_about02 p {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
}

.kye_about03 h2 {
	font-size: 4rem;
	margin-bottom: 30px;
	padding-top: 50px;
}

.kye_about03 p {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
}

.kye_about04 h2 {
	font-size: 4rem;
	margin-bottom: 30px;
	padding-top: 50px;
}

.kye_about04 p {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
}

.kye_about05 h2 {
	font-size: 4rem;
	margin-bottom: 30px;
	padding-top: 50px;
}

.kye_about05 p {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
}

.kye_about06 h2 {
	font-size: 4rem;
	margin-bottom: 30px;
	padding-top: 50px;
}

.kye_about06 p {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
}

.kye_about07 h2 {
	font-size: 4rem;
	margin-bottom: 30px;
	padding-top: 50px;
}

.kye_about07 h4 {
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: #03c;
}

.kye_about07 h3 {
	font-size: 3rem;
	margin-bottom: 30px;
}

.kye_about07 p,
.kye_about07 address {
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: center;
}

.kye_about07 p.word {
	margin-bottom: 10px;
	font-size: 2.4rem;
}

.kye_about07 p.wordText {
	text-align: left;
}


/************** addition **************/

.addition {
	border: 4px solid #03c;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 2rem;
	margin-bottom: 40px;
	line-height: 2;
	text-align: left;
	margin-bottom: 80px;
}


.addition h3,
.addition h4 {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

.addition h3 span {
	font-size: 3.6rem;
	color: #03c;
}

.addition h4 {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.addition h4 {
	margin-top: 10px;
}

.addition p {
	text-align: center;
	margin-bottom: 0;
}

.addition p.course {
	font-weight: bold;
	font-size: 2.4rem;
	margin-top: 10px;
	text-align: center;
}

.addition p.yoyaku {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}


.pdf01 {
	text-align: center;
	padding: 20px 0;
}

.pdf01 p {
	text-align: center;
	margin-bottom: 20px;
}


.annai {
	margin-top: 20px;
}
/*
.pdf01 {
	width: 300px;
	padding: 30px;
	float: left;
}

.pdf02 {
	width: 300px;
	padding: 30px;
	float: right;
}

*/
.form {
	font-weight: bold;
	border: 4px solid #F69;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 1.8rem;
	margin-bottom: 60px;
}

.form h3 {
	text-align: center;
	font-size: 2.8rem;
	margin: 20px 0 40px;
}

.form p {
	text-align: center;
}

.form p.web_form {
	margin-bottom: 0;
}

/*** footer ***/

footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6rem;
}



/*** パララックススクロール ***/
.bg_fixed1 {
	height: 800px;
	background-image: url('../images/bg01.jpg');
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed2 {
	height: 800px;
	background-image: url('../images/bg02.jpg');
	background-size: 100% auto;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed3 {
	height: 800px;
	background-image: url('../images/bg03.jpg');
	background-size: 100% auto;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed4 {
	height: 800px;
	background-image: url('../images/bg04.jpg');
	background-size: 100% auto;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed5 {
	height: 800px;
	background-image: url('../images/bg05.jpg');
	background-size: 100% auto;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed6 {
	height: 800px;
	background-image: url('../images/bg06.jpg');
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}



.scroll {
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 200;
}

.toggle,
.rpMenu {
	display: none;
}

.parallax {
	display: none;
}


/************** Responsive **************/

@media screen and (max-width: 768px) {
	
	header p {
		display: none;
	}
	
	header .homeBtn {
		display: block;
		position: fixed;
		top: 5px;
		left: 10px;
	}
	
	nav {
		display: none;
	}
	
	.inner,
	.aboutInner {
		width: 350px;
	}
	
	#page-top {
		position: fixed;
		bottom: 40px;
		right: 20px;
		font-size: 0.8em;
		line-height: 1.4;
		z-index: 100;
	}

	#page-top a {
		background-color: #03c;
		text-decoration: none;
		color: #fff;
		width: 60px;
		padding: 10px 0;
		text-align:center;
		display: inline-block;
		border-radius: 3px;
	}
	
	#page-top a:hover {
		background-color: #fff;
		color: #03c;
		border: solid 1px #03c;
		margin: -1px;
	}

/************** about **************/
	.kye_about h1 {
		font-size: 2.2rem;
		padding-top: 100px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.kye_about h2 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	
	.kye_about p {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
	.kye_about02 h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-top: 30px;
	}

	.addition {
		margin-bottom: 50px;
	}
		
	.addition h3 {
		font-size: 2rem;
	}
	
	.addition h3 span {
		font-size: 2rem;
	}
	
	.addition h4 {
		font-size: 1.8rem;
	}
	
	.addition p {
		font-size: 1.4rem;
		margin-bottom: 10px;
		line-height: 2;
		text-align: left;
	}
	.addition p.course {
		font-size: 1.6rem;
		text-align: left;
	}

	.addition p.yoyaku {
		margin: 15px 0;
		font-weight: bold;
		text-align: left;
	}
	
	.pdf01,
	.pdf02 {
		float: none;
		width: 300px;
		margin: 0 auto;
		padding: 10px 0;
	}
	
	.pdf01 p {
		text-align: center;
	}
	
	.form {
		font-weight: bold;
		border: 4px solid #F69;
		border-radius: 5px;
		padding: 10px 15px;
		font-size: 1.4rem;
		margin-bottom: 60px;
	}
	
	.form h3 {
		font-size: 1.6rem;
		margin: 10px 0 30px;
	}
	
	.form p {
		text-align: left;
	}
	
	.form p.web_form {
		margin-bottom: 0;
		text-align: center;
	}
	
	.kye_about02 p {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.kye_about03 h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	
	.kye_about03 p {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.kye_about04 h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	
	.kye_about04 p {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.kye_about05 h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	
	.kye_about05 p {
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.kye_about06 h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	
	.kye_about06 p {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
	.kye_about07 h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	
	.kye_about07 h3 {
	font-size: 2rem;
	margin-bottom: 30px;
	}
	
	.kye_about07 h4 {
	font-size: 1.8rem;
	margin-bottom: 30px;
	}
	
	.kye_about07 p.word {
		font-size: 1.8rem;
	}
	
	.kye_about07 p,
	.kye_about07 address {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
	footer {
		height: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
		
	.bg_fixed1,
	.bg_fixed2,
	.bg_fixed3,
	.bg_fixed4,
	.bg_fixed5,
	.bg_fixed6 {
		display: none;
	}
	
	.parallax {
		display: block;
	}
	
	.parallax img {
		width: 100%;
	}
	

/****** hamburger menu *******/	
	
	.toggle,
	.rpMenu {
		display: block;
	}
	
	.rpMenu {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: #6CF;
		text-align: center;
		width: 100%;
		transform: translateY(-100%);
		transition: all 0.6s;
	}
	
	.rpMenu ul {
		display: block;
		margin-top: 0;
	}
	
	.rpMenu ul li {
		width: 100%;
		border-bottom: 1px dotted #333;
		margin-right: 0;
	}
	
	.rpMenu ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 15px 0;
		font-size: 1.6rem;
	}
	
	.rpMenu ul li a:hover {
		background-color: #fff;
		color: #999;
	}
	
	.rpMenu.active {
		transform: translateY(0%);
	}
	
	.toggle {
		display: block;
		position: fixed;
		top: 5px;
		right: 13px;
		width: 42px;
		height: 51px;
		cursor: pointer;
		z-index: 10;
		text-align: center;
		background-color:#03c;
	}
	
	.toggle span {
		display: block;
		position: absolute;
		left: 6px;
		width: 30px;
		border-bottom: 3px solid #eee;
		transition: .35s ease-in-out;
	}
	
	.toggle span:first-child {
		top: 9px;
	}
	
	.toggle span:nth-child(2) {
		top: 18px;
	}
		
	.toggle span:nth-child(3) {
		top: 27px;
	}

	.toggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 1.2rem;
		top: 34px;
	}
	
	.toggle.active span:first-child {
		top: 18px;
		left: 6px;
		transform: rotate(-45deg);
	}
		 
	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 18px;
		transform: rotate(45deg);
	}
	
	#gmap {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
	}
	
	#gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	.information {
		display: none;
	}
	
	.rpInformation {
		display: block;
	}
	
	.rpInformation p {
		text-align: center;
		padding-top: 10px;
	}
	
	.rpInformation p:last-child {
		margin-bottom: 20px;
	}
	

	







/************** スマホ閉じ **************/
}




