@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	letter-spacing:1.1px;
	line-height:2.0;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #222;
	background: #fff;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	background:url(../images/logo.png)no-repeat;
	background-size: 300px 230px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:300px; height:230px;
	text-align:center;
	margin:30px auto 0 auto;
}
#header h1 a{
	display: block;
	width:300px; height:230px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding:0;
	text-align: center;
	font-size: 13px;
}
#footerS{
	width: 100%;
	padding-bottom: 10px;
	background:#f5f5f5;
	padding:40px 0;
}

#footer_sns{
	margin-bottom:30px
}
#footer_menu a{
	color: #333;
	text-decoration:none;
	padding:5px;
}
#footer_menu a:hover{
	color: #333;
	text-decoration:underline;
}
#footer_copy {
	background:#ee8db4;
	padding:15px;
	font-size:12px;
	color: #fff;
}
#footer_copy a{
	color: #fff;
	text-decoration:underline;
}
#footer_copy a:hover{
	color: #fff;
	text-decoration:none;
	
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #999;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  line-height:1;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 70px;
}

section h2{

	font-family: "Mplus 1p";
	width:100%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.innerS p{
	margin-bottom:30px;
	display:block;
}
.resbox {float: left;margin-right:30px}

/* ボタン
------------------------------------------------------------*/
/*.button {
    margin: 0 20px 40px;
	padding:10px 20px;
	border: none;
	box-sizing:border-box;
	
	display: inline-block;
  font-size: 100%;
  position: relative;
    cursor: pointer;
}
.button a{color: #000;}
.button::before,
.button::after {
   box-sizing:border-box;
}

/*　buttonB　
.buttonB {
  border:3px solid rgb(251,189,242);
  background-color: rgba(251,189,242,1);
  color: #fff;
  transition: .6s all;
}
.buttonB:hover {
  border:3px solid rgb(251,189,242);
  background-color: rgba(251,189,242,.0);
  color:  rgba(251,189,242,1);
  text-decoration:none
}*/

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background: #ee8db4;
  border: 2px solid #ee8db4;
  color: #fff;
  line-height: 50px;
}
.button a{
	color:#fff;
	display:block
}
.button a:hover{
	color:#ee8db4;
	display:block
	
}
.button:hover {
  background: #fff;
  border-color: #ee8db4;
  color: #ee8db4;
}

.maps figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border:5px solid #efefef;
  padding:5px;
}
.maps figure:hover img {
  opacity: .5;
}

.topicon li img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.topicon li img:hover{
  opacity: .5;
}

/* 汎用
------------------------------------------------------------*/
.flR {float:right}
.flL {float:left}
.bold {font-weight:bold}
.p16 {font-size:16px;}
.db {display:block}
.mb20 {margin-bottom:20px;}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pink1 {color:#ee8db4}
.center {text-align:center}
.mb40 {margin-bottom:40px}
.mb60 {margin-bottom:60px}
.right {text-align: right;}
.p40 {padding:40px}
.flex{
  
  margin: 0 auto;
}
.item img{
  max-width:300px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width:200px;
  height:200px; 
}
.item_n img{
  max-width:400px;
  display: block;
  margin: 0 auto;
  width:400px;
}
.item+.item,.item_n+.item_n{
    margin-left:2.0em;
  }

@media screen and (min-width:600px) { 
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  
}
/* スマホ用 */
@media screen and (max-width: 767px) {
.fb-container {
	width: 100%;
	max-width: 500px;
}
.flex{
	display:block;
}
.item_n img{
	max-width:100%;
	display: block;
	margin: 0 auto;
	width:100%;
}
.item+.item,.item_n+.item_n{
	margin-left:0;
}

  
}

@media screen and (max-width: 1024px) {
.flex{
	display:block;
}
.item_n img{
	max-width:100%;
	display: block;
	margin: 0 auto;
	width:100%;
}
.item+.item,.item_n+.item_n{
	margin-left:0;
}
  
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
	
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}

#overview_top li{
	float: left;
	width: calc(100%/2);
	line-height: 0;
}

#overview_top img{
	width: 100%;
	height: auto;
	margin-bottom:20px
}
#overview_newtop li{
	line-height: 0;
}
#overview_newtop li:nth-child(2),
#overview_newtop li:nth-child(3){
	float: left;
	width: calc(100%/2);
	margin-bottom:30px
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}
/* SEC04 ステップ
------------------------------------------------------------*/
.form-explain {
  min-height:3em;
  width: 60%;
  
  margin:0 auto
}
.steps-title {
    width: 60%;
    margin: 0 auto 30px;
    background: #eaeebb;
    text-decoration: none;
    color: #444;
    position: relative;
    height: auto;
    text-align: center;
    padding:15px 0 2px 0;
	
  }
  .text-green b{font-size:20px;}
  .steps-title p{
	  font-weight:normal;
	  margin-bottom:10px
	  
  }
  .steps-title::after {
    content: "";
    display: block;
    border-top: 20px solid #eaeebb !important;
    border-right: 18vw solid transparent !important;
    border-left: 18vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px !important;
    top: auto !important;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -18vw;
  }

/* SEC04 入学案内
------------------------------------------------------------*/

.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding:0;
	margin-bottom: 20px;
	line-height: 0 !important;
	background: #f6f6f6;
}

.col4 img{
	display: block;
	margin: 0 auto 5px;
}

.col4 li{
	line-height: 2.0;
}

.col4 .img{
	padding: 80px 20px;
	margin-bottom: 40px;
	line-height: 0 !important;

}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}
.zoomin1 img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zoomin1:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.guideph01 {background:url(../images/guideph01.jpg)no-repeat;}

/* 学費
------------------------------------------------------------*/
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: 1px solid #e5d4c5;  
  padding: 8px;
  text-align: center;
}
 
.row-head th {
  background: #f8f0e8;

}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}
 
@media only screen and (max-width: 800px) {
  
}

/* アクセス
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.Gmaps {
  margin:0 auto 60px auto;
  position: relative;
  width: 100%;
  padding-top:40%;
}
.Gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 評価・点検
------------------------------------------------------------*/
.check-h3 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px
	
}
.check-table {
	margin-bottom:20px;
	width:100%
}
.check-table th{
	background:#eef1ff;
	border:1px solid #ccc;
	padding:10px;
	text-align: center;
}
.check-table th:nth-child(odd){
	width:40%
}
.check-table th:nth-child(even){
	width:10%
}
.check-table td:nth-child(even){
	
	text-align: center;
}

.check-table td{
	border:1px solid #ccc;
	padding:10px;
}

/* サイトマップ
------------------------------------------------------------*/

.sitemap ul{
	margin-bottom:30px
}

.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
.sitemap li a {
	color:#000
	
}


.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #999;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #999;
}


/* ニュース
------------------------------------------------------------*/
.center {
	text-align:center;
	display:block;
	padding-bottom:20px;
}
.color-pink {
	color:#ee8db4
}
.news h1 {font-size:20px;	padding-bottom:20px;
}
.news-cat {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align:center;
}


.news-cat:before, .news-cat:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 0.1px;
  background-color: black;

}

.news-cat:before {
  left:0;
}
.news-cat:after {
  right:0;
}

.topnews {
	width: 60%;
    margin:30px auto 30px auto;
}

.topnews p{
    padding:10px 50px 10px 100px;
    position: relative;
    border: 1px solid #ee8db4;
    overflow: hidden;
    z-index: 0;
	font-size:14px
	
}
.topnews p a {
	text-decoration:none;
	color:#333;
}
.topnews p a:hover {
	text-decoration:underline;
	
}

.topnews p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: -1;
}
.topnews p span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 100%;
    transform: translateY(-50%);
    background: #ee8db4;
    font-size: 14px;
    z-index: -2;
	font-size:12px;
	color:#fff;
}

.topnews-a {
    width:60%;
	margin:30px auto;
}

.topnews-a p{
    padding:50px 50px 50px 140px;
    position: relative;
    border: 1px solid #ee8db4;
    overflow: hidden;
    z-index: 0;
	font-size:20px
	
}
.topnews-a p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: -1;
}
.topnews-a p .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
    height: 100%;
    transform: translateY(-50%);
    background: #ee8db4;
    z-index: -2;
	font-size:13px;
	color:#fff
}
.topnews-a p .lead {
      background:linear-gradient(transparent 90%, #ee8db4 100%);

}
.topnews-a p a {
	color:#333;
}
.topnews-a p a:hover {
	text-decoration:none;
	color:#ee8db4;
}


.color-pink {
	color:#ee8db4;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}


}

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
	}

	.boxbox{
		float: none;
		margin-right:0;
	  }
	
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}

	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 23%;
		padding: 0 10px 50px 0;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	

}


@media only screen and (min-width: 641px){


	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
} 

@media only screen and (max-width: 640px){
	section h2{
		width:80%;
	}	
	.innerS{
		width: 80%;
		padding-bottom: 60px;
	}
	
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	.col4 li{
		line-height: 1.7;
	}
	.col4 img{
		margin: 0 auto;
	}
	.col4 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
		
	
	#headerWrap{
		position: relative;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
		height:84px;
		
	}
	
#header h1{
	background:url(../images/logoS.png)no-repeat;
	background-size: 300px 84px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0;
}



  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin:10px 10px 27px 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 80%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	.col4 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	.nocontImg {
		padding-top:120px
		
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}