@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* elem reset */
ul, li, div, p, article, section, h1, h2, h3{
	margin: 0;
	padding: 0;
}

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 1.8;
	background: #FFF;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

/* container */
.container{
	width: 1040px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* header */
header{
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
}

header .container > a{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	color: #111;
	text-decoration: none;
}

header .container > a:hover{
	opacity: 0.6;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

header .container > a h1{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

header .container > a h1 img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin-right: 20px;
}

/* navigation */
header nav{
	width: 100%;
	height: auto;
}



/***** RE *****/
nav ul{
	width: 1040px;
	height: auto;
	list-style: none;
	margin: 0 auto;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1e5d8+0,60b1a2+100 */
	background: #82b31d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #c1e870),color-stop(98%, #82b31d));
	background: -webkit-linear-gradient(top, #c1e870 3%,#82b31d 98%);
	background: -o-linear-gradient(top, #c1e870 3%,#82b31d 98%);
	background: linear-gradient(to bottom, #c1e870 3%,#82b31d 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e870', endColorstr='#82b31d',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 5px 5px -2px #DDDDDD;
	box-shadow:0px 5px 5px -2px #DDDDDD;
}

nav ul:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

nav ul li{
	float: left;
	width: 18%;
	height: auto;
	text-align: center;
}

nav ul li:nth-child(3){
	width: 28%;
}
nav ul li a{
	display: block;
	width: auto;
	height: auto;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	line-height: 1.0;
}

 ul li a:hover{
	background: #70b8ab;
}

.menuClose{
	display: none;
}

/* menu button */
.menuBtn{
	display: none;
}

/* mainImages and RE */
.mainImage{
	width: 1040px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
}

.mainImage ul{
	list-style: none;
}

/* content layout*/

.box{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}

.box:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

.box .content:nth-child(2n+1) {
	width: 49%;
	margin-right: 1%;
	float: left;
}

.box .content:nth-child(2n+2) {
	width: 49%;
	margin-right: 1%;
	float: right;
}

.content article{
	margin-bottom: 10px;
}

/* content title*/
.greeting > h1,.intro > h1, .system h1,.petitcourse h1,.business h1, .contact h1, .access > h1{
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
	width: 100%;
	height: auto;
	background: #8DC21F;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.0;
}

/* greeting */
.greeting article{
	margin: 0 2em 1em;
}

.greeting article span{
	font-size: 1.2em;
}

.greeting article ul{
	list-style: circle;
	list-style-position:inside;
}
.aim{
	color: #ff4500;
}

.aim2{
	margin: 1.2em auto;
	display: block;
}

blockquote{
    background-color:#fafad2;
    padding:1em;
    position:relative;
    z-index:1;
}
blockquote:before, blockquote:after{
    font-family:"FontAwesome";
    font-size:1.5em;
    line-height:1em;
    color:#dcdcdc;
    position:absolute;
    z-index:-1;
}
blockquote:before{
    content:"\f10d";
    left:10px;
    top:10px;
}
blockquote:after{
    content:"\f10e";
    right:10px;
    bottom:10px;
}

/* 表示ボタン */
.openBtn {
/*cursor: pointer;*/
padding: 10px;
border: 1px solid #82b31d;
border-left: 10px solid #82b31d;
font-size: 1.2em;
margin: 1em;
}

.openBtn:hover {
opacity: 0.7;
}


/* 説明文 */
.textArea {
display: none;
padding: 10px 10px 30px 50px ;
}

/* 表示ボタン ー 逆三角アイコン */
.faColor {
color: #82b31d;
}

.faColor::before {
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg)
}

.faColor::after {
-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
}

.gtlist dd{
	display: list-item;
	list-style: disc outside;


}

.system h1 span{
	font-size: 0.8em;
	vertical-align:middle;
}

.intro{
	margin-bottom: 5em;
}

.intro article h1, .access article h1{
	color: #92c1f5;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #92c1f5;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.intro article h1 i, .access article h1 i{
	margin-right: 10px;
}

.intro article h2{
	font-weight: 900;
	line-height: 1.5;
}

.intro article h3{
	font-size: 1.5em;
	color: #E60012;
}

.intro article p{
	line-height: 3.0;
}
.content ul{
	margin-bottom: 30px;
	list-style-type: none;
}

.content ul:nth-child(5) li{
	list-style-type: circle;
	list-style-position:inside;
}

/* system */
.system{
	margin-bottom: 5em;
}
.system ul{
	margin:2em 0;
}

.system li:first-letter{
	font-size: 1.2 em;
}

.green{
	color: #00913A;
}

.btn_wrap{
	margin-bottom: 50px;
}
 .btn {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #ff4500;

	-webkit-border-radius: 1em;
	-o-webkit-border-radius: 1em;
    border-radius: 1em;

	-webkit-box-shadow: 0 6px 0 #C33400, 0 12px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 6px 0 #C33400, 0 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0 6px 0 #C33400, 0 12px 0 rgba(0,0,0,0.2);

    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

.btn:hover{
	-webkit-transform: translateY(3px);
	        -ms-transform: translateY(3px);
	    transform: translateY(3px);
	background-color: #f74;
	-webkit-box-shadow: 0 3px 0 #ff5111, 0 6px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 3px 0 #ff5111, 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 0 #ff5111, 0 6px 0 rgba(0,0,0,0.2);
}
.fa-hand-pointer-o{
	font-size: 1.2em;
	margin-left: 0.2em;
}

.clickHere img{
  max-width: 100%;
  height: auto;
}

.clickHere ul li{
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clickHere ul li:first-child{
  float: left;
  width: 35%;
  height: auto;
}

.clickHere ul li:nth-child(2n){
  margin-left: 1%;
  float: right;
  width: 64%;
  height: auto;
  padding: 20px;
  background-color: #fff3ad;
  -moz-border-radius: 1em;
  -o-moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
  position: relative;
}


.clickHere ul li:nth-child(2n)::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* system */
/* shyrac */
.shyrac{
	font-size: 0;
    margin-top: 20px;
}

.shyrac img{
	display: block;
	max-width: 100%;
    height: auto;
}

.shyrac00{
	margin: 0 33%;
	text-align: center;
}

.shyrac12{
	margin-top: 16px;
	width: 50%;
	height: auto;
	float: left;
}

.shyrac34{
	width: 50%;
	height: auto;
	float: right;
}

/* shyrac */

.news div{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
}

.news div:last-child{
	border: none;
}

.news div:hover{
	background: #E1FFE8;
}

.news div time{
	font-weight: bold;
}

.news div time i {
	margin-right: 10px;
}

.news div img{
	width: 100%;
	height: auto;
}

/* business */
.business table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.business table tr{
	border-bottom: 1px dashed #92c1f5;
}

.business table th{
	width: 20%;
	padding: 10px 0;
}

.business table td{
	width: 80%;
	padding: 10px 0;
}

.business table td ol{
	padding-left: 20px;
}

.business li{
	list-style-type: decimal;
	margin-bottom: 1em;
}


/* access */
.access p{
	margin-bottom: 20px;
}

.access iframe{
	width: 100%;
	height: 400px;
}
/* contact */

.contact p{
	margin: 0 0 20px 0;
}

.contact table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.contact table th{
	width: 30%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.contact table td{
	width: 70%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.contact form table input[type="submit"]{
	color: #fff;
	background: #70b8ab;
	cursor: pointer;
}

.contact form table input[type="submit"]:hover{
	background: #00725B;
}

/*page-top*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #999;
	opacity: 0.8;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}


#page-top a:hover {
    text-decoration: none;
    background: #999;
	opacity: 0.5;
}

/*right slide contens 180311*/
#slideR {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	top: 70%;
	right: -50px;
	background-color: rgba(255,117,67,0.8);
	width: 125px;
	padding: 15px 0 15px 1em;
	border-radius: 40px 0px 0px 40px;
	color: #fff;
	font-size: 16px;
}

#slideR a{
	color: #fff;
}

/* modal */
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background-color: rgba(51,51,51,0.2);
display: none\9;
}


.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -269px;
width: 538px;
/* overflow-x: hidden; */
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.modal-window .modal-inner p {
padding: 10px 20px;
color:#111;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}

.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
left: 50%;
z-index: 20;
margin-left: 269px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
color: #111;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.modal-inner h1{
	text-indent: 1em;
	color:#fff;
	font-size:1.5em;
	background-color:#82b31d;
}

.modal-inner th{
	text-indent: 2em;
	font-size: 0.8em;
	color:#111;
}

.modal-inner img{
	margin-left:2em;
}

.personalInfo{
	font-weight: normal;
	color: #111;
	font-size: 0.5em;
}
/* footer */
footer{
	width: 100%;
	height: auto;
	margin: 0;
	paddding: 10px 0;
	background:#82b31d;
	color: #FFF;
}

footer h1{
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0;
}

footer ul{
	width: 100%;
	heigh: auto;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

footer ul:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

footer ul li{
	float: left;
	width: 20%;
	height: auto;
	text-align: center;
}

footer ul li a{
	display: block;
	width: 100%;
	height: auto;
	color: #FFF;
}

footer ul li a:hover{
	text-decoration: none;
}

footer p{
	width: 100%;
	text-align: center;
}

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

	.container, .mainImage, nav ul{
		width: 769px;
	}

	nav ul li a{
		font-size: 12px;
	}

	.greeting > h1,.intro > h1, .system h1, .petitcourse h1,.business h1, .contact h1, .access > h1{
		font-size: 16px;
	}

	.access iframe{
		height: 350px;
	}

	.shyrac00{
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 20% 10px;
	}

}

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


	.container, .mainImage, nav ul{
		width: 540px;
	}

	.box .content:nth-child(2n+1),.shyrac12,.shyrac34{
		width: 100%;
		margin: 0 0 30px 0;
		float: none;
	}

	.box .content:nth-child(2n+2){
		width: 100%;
		margin:0;
		float: none;
	}

	.logo{
		width: 100%;
		height: auto;
	}

	header{
		position: relative;
	}

	.access iframe{
		height: 350px;
		margin-bottom: 20px;
	}

	/******* menu button **********/
	.menuBtn{
		display: block;
		position: absolute;
		top: 40%;
		left: 85%;
		width: 30px;
		height: 30px;
		border: 1px solid #FFF;
		text-align: center;
		background: #82b31d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #c1e870),color-stop(98%, #82b31d));
		background: -webkit-linear-gradient(top, #c1e870 3%,#82b31d 98%);
		background: -o-linear-gradient(top, #c1e870 3%,#82b31d 98%);
		background: linear-gradient(to bottom, #c1e870 3%,#82b31d 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1e5d8', endColorstr='#60b1a2',GradientType=0 ); /* IE6-9 */
			cursor: pointer;
	}
	.menuBtn i{
		color :#FFF;
	}
	.menuBtn:hover{
		background: #82b31d;
	}
	.menuBtn i{
		line-height: 2;
	}

	/******* navigation **********/

	header nav{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		float: none;
		z-index: 9999;
		background: rgba(0,0,0,.6);
		display: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	nav ul{
		background: #82b31d;
	}

	nav ul li:first-child{
		display: block;
		background: #82b31d;
	}

	nav ul li{
		width: 100%;
		float: none;
	}

	nav ul li:nth-child(3){
		width: 100%;
		float: none;
	}

	nav ul li a{
		border-right: none;
		border-bottom: 1px solid #FFF;
	}

	nav ul li a:hover{
		background: #64AD76;
	}

	nav ul li:nth-child(2) a{
		border-left: none;
	}

	nav ul li:last-child a{
		border-bottom: none;
	}
	/**************************************************
	overlay
	**************************************************/
	.overlay{
		z-index: 999;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background: rgba(0,0,0,.75);
	}

}

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

	header .container a h1{
		font-size: 16px;
	}

	.logo span{
		font-size: 14px;
	}
	.container, .mainImage, nav ul{
		width: 320px;
	}

	.greeting > h1,.intro > h1, .petitcourse h1,.access h1, .business h1, .contact h1{
		font-size: 16px;
	}


	.business table th, .business table td{
		display: block;
		width: 100%;
	}


	.textArea,blockquote{
		margin: 0 1em 0 0;
		text-align: left;
		}

	.aim,.aim2{
		font-size: normal;

	}
	.bz{
		text-align: center;
	}

	.clickHere ul{
		position: relative;
		height: 280px;
	}

	.clickHere ul li:first-child,.clickHere ul li:nth-child(2n){
	    float: none;
		width: 100%;
		text-align: center;

	}

	.clickHere ul li:first-child{
		bottom:0;
		position: absolute;
	}

	.clickHere ul li:nth-child(2n){
		top:0;
		position: absolute;
	}

	.clickHere ul li:nth-child(2n)::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: 50%;
	  top: 95%;
	  border-top: 15px solid #fff3ad;
	  border-left: 15px solid transparent;
	  border-right: 15px solid transparent;
	}

	.btn{
		margin-bottom: 20px;
	}

	.contact table th, .contact table td{
		display: block;
		width: 100%;
		text-align: center;
	}

.modal-window .modal-inner{
	left:0%;
	margin: 0 auto;
}

	footer ul li{
		float: none;
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
	}

	.access iframe{
		height: 300px;
		margin-bottom: 20px;
	}

	/* content title*/
	.greeting > h1,.intro > h1, .petitcourse h1,.access h1, .business h1, .contact h1 {
		font-weight: normal;
		font-size: 14px
	}


}