@charset "utf-8";

*{
  margin:0;
  padding:0;
}

body {
 width: 100%;
 color:#333;
 font-size:100%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height:1.6;
}

h1,h2,h3{
 color:#333;
 font-weight:normal;
 font-size:100%;
}
h2 span{
  font-family:Folk Regular, sans-serif;
}
a{
  text-decoration:none;
  color:#333;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a:hover{
  color:#444;
  text-decoration:underline;
}

img{
  max-width:100%;
}
a img {
  border: none;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
p,dl,ul{
  font-size:16px;
  line-height:1.8;
  list-style:none;
}
em{
 font-style:normal;
 font-weight:bold;
}
table{
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  width:auto;
  margin:auto;
}
table th {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #666;
  color:#fff;
 white-space:nowrap;
}
table td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background:#fff;
}



/* 全ページ共通
------------------------------------------------------------ */

header{
  background:rgba( 255, 255, 255, 0.9 );
  position:fixed;
  height:90px;
  width:100%;
  text-align:center;
  left:0;
  top:0;
  z-index:100;
}
header img#logo{
  margin:10px auto 5px;
  height:30px;
}
header nav#gnav{
  margin:0 auto;
}
header nav#gnav li{
  display:inline;
  margin:0 0.25em;
  font-size:15px;
  font-family:Folk Regular, sans-serif;
}
header nav#gnav ul{
  white-space:nowrap;
}
header nav#gnav ul li a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  text-decoration:none;
}
header nav#gnav li.gnav-fb a:after{
  font-family:'FontAwesome';
  content:"\f230";
}
header nav#gnav li.gnav-fb span{
 display:none;
}
footer{
  background:#666;
  color:#ddd;
  border-top:1px solid #ccc;
}
footer .footer-inner{
  width:94%;
  max-width:1000px;
  margin:0 auto;
  padding:30px 1% 10px;
}

footer dl dd{
  margin-top:1.5em;
  font-family:Folk Regular, sans-serif;
}
footer ul{
  margin:1em 0;
}
footer li{
  display:inline;
  margin-right:1.5em;
  line-height:2.5;
  white-space:nowrap;
  font-size:16px;
  font-family:Folk Regular, sans-serif;
}
footer li a{
  color:#fff;
}
footer li a:hover{
  opacity:1;
  color:#fff;
  text-decoration:none;
}
footer li.fnav-fb a:after{
  font-family:'FontAwesome';
  content:"\f230";
}
footer li.fnav-fb span{
 display:none;
}

footer p{
  clear:both;
  padding-top:1em;
  font-family:Folk Regular, sans-serif;
}


/* ページトップ　pagetop */
#page-top {
  display:none;
}




/* 全ページ共通 
------------------------------------------------------------ */


/* HOMEのみ 
------------------------------------------------------------ */
#home-content{
  padding-top:85px;
}

#home-content h1{
  font-family: 'Milonga', cursive;
  text-align:center;
  position:relative;
  height:300px;
  width:100%;
  margin:0 auto;
  background:url(../img/top/back-s.jpg) no-repeat center center;
  background-size:cover;
 }
#home-content h1 span{
  position:absolute;
  top:2em;
  right:0;
  padding:0.25em 0.5em;
  font-family: 'Milonga', cursive;
  font-size:14px;
  white-space:nowrap;
  background-color: rgba(255, 255, 255, 0.3);

}
#home-content h1 img{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  width:20%;
  max-width:150px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-content h2{
  font-family: 'Milonga', cursive;
  font-size:28px;
  text-align:center;
  margin-bottom:0.8em;
  line-height:1.2;
}
#home-content h2 span{
  font-size:0.4em;
  display:block;
  color:#888;
  font-family:Folk Regular, sans-serif;
}

/*　トピックス（HOME）*/
#home-news{
  background:#EEEAE7;
}
#home-news div{
  width:98%;
  max-width:1000px;
  margin:auto;
  padding:30px 0;
}
#home-news ul li{
  width:46%;
  float:left;
  margin:2%;
  background:#fff;
  padding:2%;
  box-sizing:border-box;
  border-radius:3px;
  line-height:1.5;
  font-size:14px;
}
#home-news ul li a{
  display:block;

}
#home-news ul li img{
  display:block;
  margin:0 auto 10px;
}
#home-news ul li time{
  font-family:"Times New Roman",Georgia, Times, serif;
  line-height:1.6;
}
#home-news ul li time:before{
  content:"[";
}
#home-news ul li time:after{
  content:"]";
}

#home-school{
   /*background:rgba( 255, 255, 255, 0.6);*/
   background:#fff;

}
#home-school img.img-school{
  display:block;
  width:100%;
  max-width:400px;
  margin:0 auto 1em auto;
}

#home-school ul{
  margin:1em auto;
}

#home-school li{
  float:left;
  width:24%;
  border:1px solid #ccc;
  text-align:center;
  margin-left:-1px;
  box-sizing:border-box;
}

#home-planning{
  background:#EEEAE7;
}

#home-social{
  text-align:center;
}


#home-social .fb-page{
   display:none;
}
#home-social .more-fb{
  background:#305097;
  color:#fff;
  width:80%;
  max-width:20em;
  display:block;
  font-size:20px;
  letter-spacing:0.05em;
  margin:auto;
  padding:0.75em 0 0.75em 0.05em;
  border-radius:3px;
}
#home-social .more-fb span{
  font-size:14px;
  margin-left:0.25em;
}
#home-social .more-fb:after{
  font-family:'FontAwesome';
  content:"\f08e";
  margin-left:0.75em;
  font-size:14px;
}

#loopslider{
 height: 150px;
 background-image: url(../img/top/img_site.jpg);
 -webkit-background-size: cover;
 background-size: cover;
 -webkit-animation: bgscroll 50s linear infinite;
 animation: bgscroll 50s linear infinite;
 position:relative;
 margin:1em auto 0;
}

@-webkit-keyframes bgscroll {
 0% {background-position:0 0;}
 100% {background-position: -3000px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -1500px 0;}
}


#loopslider .more10{
 position:absolute;
 left:50%;
 top:50%;
 transform: translate(-50%, -50%);
 margin:0 auto;
}


/* サブページ共通
------------------------------------------------------------ */
.sub-content{
  padding-top:90px;
  padding-bottom:90px;
  margin:0 auto;
  background:#EEEAE7;
}
.sub-content h1{
  font-size:30px;
  text-align:center;
  padding:0.5em 0;
  background:#666;
  color:#fff;
  letter-spacing:0.075em;
  margin:0 auto!important;
}
.sub-content h1 span{
  font-size:0.5em;
  display:block;
  color:#eee;
  letter-spacing:0.05em;
}
.sub-content p.lead{
  width:94%;
  margin:1em auto;
}
.sub-content > section{
  width:92%;
  max-width:1000px;
  margin:0 auto;
}
.sub-content h2{
  font-family: 'Milonga', cursive;
  font-size:32px;
  text-align:center;
  margin:1.75em auto 0.5em;
  letter-spacing:0.05em;
  line-height:1.25;
}
.sub-content h2 span{
  font-size:13px;
  display:block;
  color:#666;
}

#pc-school h3,
#profile h3{
  text-align: center;
  margin:2em auto 0.5em;
  position: relative;
  width:100%;
  max-width:1000px;
  font-family:Folk Medium,sans-serif;
}
#pc-school h3:before,
#profile h3:before{
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
#pc-school h3 span,
#profile h3 span{
  font-size:18px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.5em 0 0.5em;
  background-color: #EEEAE7;
  text-align: left;
  white-space:nowrap;
  letter-spacing:0.15em;
  text-indent:0.15em;
}
.sub-content p.contact{
 width:84%;
 max-width:960px;
 text-align:center;
 border-top:1px solid #6c272d;
 border-bottom:1px solid #6c272d;
 background:#fff;
 padding:1em;
 margin:2.5em auto 0;
 font-family:Folk Regular, sans-serif;
}



/* PC school
------------------------------------------------------------ */

#pc-school #lesson ul{
  margin:0.5em 0;
  background:#fff;
  padding:1em;
 box-sizing:border-box;
}
#pc-school #lesson ul li{
 margin-bottom:0.75em;
 border-bottom:1px solid #ccc;
 line-height:1.5;
}
#pc-school #lesson ul li:before{
 font-family:'FontAwesome';
 content:"\f046";
 margin-right:0.5em;
 color:#6c272d;
}
#pc-school #lesson ul li.etc{
 border-bottom:none;
 margin-bottom:0;
}
#pc-school #lesson ul li.etc:before{
 content:"";
 margin-right:1.5em;
}
#pc-school .img-school,
#pc-school .img-mct{
 display:block;
 width:90%;
 margin:0 auto 0.5em;
 max-width:400px;
}

#pc-school dt{
  border-left:5px solid #6c272d;
  padding-left:0.5em;
}
#pc-school dd{
  margin:0 0 1em 0.75em;
}

#pc-school #qualification ul{
  margin:1em auto;
  clear:both;
}

#pc-school #qualification li{
  float:left;
  width:33.33333%;
  border:1px solid #ccc;
  text-align:center;
  margin-left:-1px;
  box-sizing:border-box;
  background:#fff;
}
#pc-school .more-list a{
  background:#333;
  color:#fff;
  width:80%;
  max-width:12em;
  display:block;
  font-size:1.05em;
  text-align:center;
  margin:0.5em auto 1.25em;
  padding:0.25em 0 0.25em 1em;
  border-radius:2px;
}
#pc-school .more-list a:hover{
  text-decoration:none;
  opacity:0.6;
}
#pc-school .more-list a:after{
  font-family:'FontAwesome';
  content:"\f105";
  margin-left:1em;
}




/* Web plan
------------------------------------------------------------ */

#web-plan .works section{
  width:94%;
  margin:1.25em auto;
  background:#fff;
  padding:1em;
  box-sizing:border-box;
}
#web-plan h3{
  color:#333;
  font-size:16px;
  line-height:20px;
  font-family:Shin Go Medium,sans-serif;
  text-align:center;
}
#web-plan h3 span{
  display:block;
  font-size:11px;
  color:#777;
  margin-top:0.5em;
  font-family:Shin Go Regular,sans-serif;
}
#web-plan .works section img{
  display:block;
  margin:0.75em auto;
}
#web-plan .works .external a{
  color:#942343;
  margin-bottom:0.25em;
}
#web-plan .works .external:after{
  font-family:'FontAwesome';
  content:"\f08e";
  margin-left:0.5em;
  color:#942343;
}


/* Profile
------------------------------------------------------------ */
#profile #works ul li a{
  width:92%;
  margin:1em auto;
  display:block;
  background:#6c272d;
  color:#fff;
  font-size:1.25em;
  line-height:1.5;
  padding:1em 0;
  text-align:center;
  border-radius:5px;
  font-family: 	Folk Medium;
  position:relative;
}
#profile #works ul li a:after{
  font-family:'FontAwesome';
  content:"\f105";
  margin-left:1em;
  position:absolute;
  right:0.25em;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#profile #works ul li a:hover{
  color:#6c272d;
  background:#fff;
  text-decoration:none;
}
#profile #qualification ul{
  margin:1em 0 0.25em;
  background:#fff;
  padding:1em 1em 0.5em 1em;
 box-sizing:border-box;
}
#profile #qualification ul li{
 line-height:1.5;
 margin:0.75em 0 0 0;
 font-weight:bold;
 font-family:Shin Go Medium,sans-serif;
}
#profile #qualification ul li:before{
 font-family:'FontAwesome';
 content:"\f046";
 margin-right:0.75em;
 color:#6c272d;
 font-size:1.15em;
}
#profile #qualification ul li ul{
 margin:0 0 1em 1em;
 border-bottom:1px solid #ccc;
}
#profile #qualification li li{
 margin:0 0 0.5em 0;
 font-weight:normal;
 font-family:UD Shin Go Regular,sans-serif;
}
#profile #qualification li li:before{
  content:"\f00c";
  font-size:0.85em;
}
#profile #qualification ul li:last-child ul{
  border:none;
  margin:0;
}
#profile #qualification ul li span{
  font-size:14px;
}

/* Mail
------------------------------------------------------------ */

#mail div{
 width:92%;
 max-width:1000px;
 margin:auto;
}
#mail div p{
 margin:1em 0;
}
/*#mail  input,
#mail  select{
 padding:0.25em 0.5em;
}

#mail .wpcf7-textarea{
 width:100%;
 box-sizing:border-box;
}
*/
#mail .required{
 color:#6b273d;
 width:94%;
 max-width:1000px;
}
/*
#mail .wpcf7-validation-errors,
#mail .wpcf7-not-valid-tip{
 color:#6b273d;
}*/

#mail form .name,
#mail form .mail,
#mail textarea.message{
	width:100%;
  padding:0.25em 0.5em;
  box-sizing:border-box;
}

#mail form .name{
  max-width:300px;
	ime-mode: active;
}
#mail form .mail{
  max-width:300px;
	ime-mode: inactive;
}

#mail textarea.message{
	width:100%;
	ime-mode: active;
}


/* 他
------------------------------------------------------------ */
.center{
  text-align:center;
}
.inner100per{
  width:100%;
  padding:60px 0;
}
.inner1000{
  width:90%;
  max-width:1000px;
  margin:0 auto;
  padding:60px 10px;
}
.w94{
  width:94%;
  max-width:1000px;
  margin:auto;
}


a.more10{
  background:#333;
  color:#fff;
  width:50%;
  max-width:14em;
  display:block;
  font-size:20px;
  text-align:center;
  margin:30px auto 0;
  line-height:2.5;
  border-radius:3px;
  font-family:Georgia, "Times New Roman", Times, serif
}
a.more10:hover{
  background:#666;
  text-decoration:none;
}

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.clear{
 clear:both;
}


/* -------------------------------------------------------- */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*     360px幅以上    　　　        　                      */  
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　 */
/* -------------------------------------------------------- */

@media only screen and (min-width: 360px) {
  
 header nav#gnav li{
  margin:0 0.5em;
}
#home-content h1{
  height:350px;
 }
#home-content h1 span{
  font-size:1em;
}
 
}

/* -------------------------------------------------------- */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*     600px幅以上    　　　        　                      */  
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　 */
/* -------------------------------------------------------- */

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

/* header　600px以上
------------------------------------------------------------ */
header nav#gnav li{
  display:inline;
  font-size:16px;

}

/* HOME　600px以上
------------------------------------------------------------ */
#home-content h1{
  height:400px;
 }
#home-content h1 span{
  background-color: rgba(255, 255, 255, 0.6);
  font-family:Folk Regular, sans-serif;
}

 /* PC School　600px以上
------------------------------------------------------------ */

#pc-school .img-school{
 float:right;
 width:28%;
 margin:0.25em 0 0.5em 2%;
}
#pc-school .img-mct{
 float:left;
 width:28%;
 margin:0.25em 2% 0.5em 0;
}

#pc-school ul{
 clear:both;
}


/* Profile 600px以上
------------------------------------------------------------ */
#profile #works ul li a{
  float:left;
  width:46%;
  margin:2%;
　font-size:1.75em;
  padding:1.25em 0;
}


}







/* -------------------------------------------------------- */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　  */
/*      768px幅以上    　　　        　                     */  
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　 */
/* -------------------------------------------------------- */

@media only screen and (min-width: 768px) {
  
 /* header　768px以上
------------------------------------------------------------ */
header{
  height:80px;
}

header img#logo{
  position:absolute;
  left:20px;
  top:10px;
  height:40px;
}

header nav#gnav{
  position:absolute;
  right:15px;
  top:30px;
}
header nav#gnav li{
  margin:0 0.5em;
  font-size:18px;
  font-family: 'Milonga', cursive;
}

 /* HOME　768px以上
------------------------------------------------------------ */

#home-content {
 padding-top:80px;
}
#home-content h1{
  height:500px;
  background:url(../img/top/back-t.jpg) no-repeat center center;
  background-size:cover;
}
#home-content h1 span{
  font-size:1.5em;
  padding:0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
}

 #home-content h2{
  font-size:34px;
  letter-spacing:0.025em;
}
#home-news div{
  padding:60px 0;
}
#home-school img.img-school{
  float:left;
  width:30%;
  margin:0 4% 1em 0;
}

#home-school ul{
  margin:1em 0 0 32%;
}

#loopslider{
    height:200px;
}

#home-social{
  background:rgba( 255, 255, 255, 0.8);
}

#home-social .more-fb{
  display:none;
}
#home-social .fb-page{
  display:block;
  margin:auto;
  width:500px;
}

/* サブページ共通 768px以上
------------------------------------------------------------ */
.sub-content{
  padding-top:80px;
  padding-bottom:80px;
}
.sub-content h1 span{
  display:inline-block;
  font-size:0.5em;
  margin-left:1.5em;
}
.sub-content h1 span:before,
.sub-content h1 span:after{
 content:" － ";
}

.sub-content p.lead{
  text-align:center;
}

 /* PC School　768px以上
------------------------------------------------------------ */

#pc-school #lesson ul{
 clear:none;
 margin-right:30%;
}

#pc-school #qualification li{
  width:16.66666%;
}

/* Web-plan 768px以上
------------------------------------------------------------ */

#web-plan .works section{
  width:48%;
  margin:0.75em 1%;
  float:left;
}




}

/* -------------------------------------------------------- */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      1024px幅以上    　　　        　                    */  
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　 */
/* -------------------------------------------------------- */

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


p,dl,ul{
  font-size:15px;
}


/* header　1024px以上
------------------------------------------------------------ */
header img#logo{
  left:25px;
  top:5px;
  height:45px;
}
header nav#gnav{
  right:25px;
  top:20px;
}
header nav#gnav li{
  margin:0 0.5em 0 1.25em;
  font-size:20px;

}

/* footer　1024px以上
------------------------------------------------------------ */
footer .footer-inner{
  padding:60px 1% 1%;
}
footer dl{
  float:left;
  width:40%;
}
footer ul{
  width:58%;
  float:right;
  text-align:right;
}

 /* HOME　1024px以上
------------------------------------------------------------ */
#home-content h1 span{
  font-size:2em;
  padding:0.5em;
}

#home-news ul li{
  width:23%;
  margin:1%;
  padding:0.75em;
}
.sub-content h1{
  font-size:36px;
  padding:1em 0;
}



/* Web-plan 1024x以上
------------------------------------------------------------ */
#web-plan .works section{
  padding:1.25em;
}
#web-plan h3{
 position:relative;
 text-align:left;
}
#web-plan h3 span{
 position:absolute;
 right:0;
 top:0;
 margin-top:0;
}


/* ページトップ　pagetop */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #666;
  border:1px solid #EEEAE7;
  text-decoration: none;
  color: #fff;
  padding:0.15em 1em 0.5em;
  text-align: center;
  display: block;
  border-radius: 5px;
  position:relative;
  font-size:13px;
}
#page-top a:before{
  font-family:'FontAwesome';
  content:"\f077";
  display:block;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

}



/* -------------------------------------------------------- */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      1280px幅以上    　　　        　                    */  
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　 */
/* -------------------------------------------------------- */

@media only screen and (min-width: 1280px) {
  
 /* HOME　1280px以上
------------------------------------------------------------ */ 
 body .cover{ 
 background:url(../img/top/back.jpg) no-repeat center top;
 background-size:cover;
 background-attachment: fixed;
 }



 /* HOME　1024px以上
------------------------------------------------------------ */
#home-content h1{
  height:650px;
  background:none;
}
#home-content h1 span{
  top:1.25em;
}

}


