@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Walter+Turncoat);
@import url(http://fonts.googleapis.com/css?family=Walter+Turncoat);
a {
  color: #0060B6;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
a:hover, a:activ {
  color: #007be9; }

/* パソコンで見たときは"pc"のclassがついた画像・コンテンツが表示される */
.pc_content { display: inline-block !important; }
.sp_content { display: none !important; }
.pc_img { display: inline-block !important; }
.sp_img { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像・コンテンツが表示される */
@media(max-width: 980px) {
.pc_content { display: none !important; }
.sp_content { display: inline-block !important;}
.pc_img { display: none !important; }
.sp_img { display: inline-block !important;
	  width: 100%;}
img {width: 100%}
}


/* ------------------------
 * レイアウト
 *--------------------------- */
/*1: layout*/
.layout-header, .layout-footer { min-width: 1100px; text-align: center;}

.layout-body, .global_nav { 
  margin: 0px auto;
  width: 1100px;
   }



/*背景*/
/* 2: layout-header */
.layout-header, .layout-footer {}
.layout-body{
  border-left:2px solid #00b4e6;
  border-right:2px solid #00b4e6;
  border-bottom:2px solid #00b4e6;
  padding-bottom:30px;
  margin-bottom:98px;
  }

/* 2-1: global-menu */
.global_nav {
  width:100%;
  margin:auto;
  height:80px;
  line-height:4.5em;
	background:#00b4e6; 
   }

.menu { 
  display: inline-table;
  width:980px;
  height:56px;
  vertical-align:middle;
   }

.menu-item {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  position:relative;
   }
  
.menu-item:hover {
  opacity: 0.7; }
  
.menu-item a{
	display:inline-block;
	height:50px;
	vertical-align:middle;
}

.key_visual{
	width: 1100px;
	display:block;
	margin:0 auto;
	border-left: 2px solid #00b4e6;
    border-right: 2px solid #00b4e6;
}

/* 3: layout-body */
  
.layout-body .container { min-height: 300px; }
.layout-body .entry a { text-decoration: none; }

.content_footer{
	text-align: center;
  }
.content_footer img{
	margin: 10px 0;
}
.tel{
  position: absolute;
  bottom: 59px;
  left: 150px; }
.mail{
  position:absolute;
  bottom: 44px;
  right: 100px; }

/* section 共通 */
.sec{
  position:relative;
  margin:50px auto 0; }
.sec.work .sec-name,
.sec.about .sec-name{
  margin: 0;
  position: absolute;
  top: -30px; }
  
 .inner_box{
   display:inline-block;
   text-align:left;}
/* 運営団体について governing */
.sec.governing{
	width:990px;
	margin:0px auto 50px;
	padding-top: 50px;
	height:600px;
}
.sec.governing h2{
	text-align: center;
}
.sec.governing .box{
	height: 432px;
	background:url(../images/kosodate_back.png) no-repeat;
	overflow: hidden;
}
.sec.governing .box:after{
	content: "";
	display: block;
	clear: both;
}
.sec.governing .box .left{
	float: left;
	margin: 50px;
}
.sec.governing .box .right{
	float: left;
	margin:10px 28px 0 0;
}
.sec.governing .box .right h3{
	margin-left: 16px;
}
.sec.governing .box .right h4{
	margin-top: 68px;
	margin-left: 16px;
}
.sec.governing .box .right .in{
	overflow: hidden;
}
.sec.governing .box .right .in .in_left{
	float: left;
}
.sec.governing .box .right .in .in_right{
	float: right;
	margin-top: 38px;
}
/* 学童について about */
.sec.about{
  background:url(../images/about_bg.png) no-repeat;
  width:981px;
  margin:50px auto;
  height:284px; }
  .about .content{
   position:absolute;
   width:500px;
   position:relative;
   top:50px;
   left:50px; }
  .about dl{ margin:30px 0 auto 60px; }
  .about dd{ margin:0; }
 
/* 学童のしごとwork */  
.sec.work{
  background:url(../images/work_bg.png) no-repeat;
  width:981px;
  margin:30px auto; }
 .work .content{
   position:absolute;
   width:424px;
   height:298px;
   position:relative;
   top:95px;
   left:50px; } 
    
/* 募集事項 recruit */ 
/*.sec.recruit{
   width:980px;
   margin:auto; } 
  .sec.recruit .sec-name{
    position:relative; }  
  .sec.recruit .sec-name:after{
    content:url(../images/line.png);
    position:absolute;
    bottom: 0px;
    left: 223px; }  

.sec.recruit p{
  width:890px;
  margin-left: 50px; }
      
.sec.recruit table{
  width:890px;
  margin:50px auto 50px 50px;
  text-align:center; }
 tr th:nth-child(1){ width:15%; }
 tr th:nth-child(2){ width:42.5%; } 
 tr th:nth-child(3){ width:42.5%; } 
.sec.recruit th{
  background:#cdf5f9;
  border:1px solid #ffffff;
  padding:5px;
  height:43px;
  color:#0060b6; }
.sec.recruit tr th:nth-child(1){ 
   border-left:1px solid #666666;
   border-top:1px solid #666666;  }
.sec.recruit tr th:nth-child(2){ 
   border-top:1px solid #666666;  }
.sec.recruit tr th:nth-child(3){ 
   border-right:1px solid #666666;
   border-top:1px solid #666666;  } 
.sec.recruit td{
  border:1px solid #666666;
  padding:5px; }
tr td:nth-child(1){ background:#e6e6e6; }
.sec.recruit table li{text-align:left; }
.sec.recruit table ul{
  margin:0 auto;
  display:inline-block; }
*/
.gakudou_recruit{
	width: 980px;
	margin: 50px auto;	
}
.gakudou_recruit .box{
	border: 4px solid #ADECF7;
	padding: 26px 10px 0;
}
.gakudou_recruit .box h3{
	margin: 0px 0 16px 16px;
}
.gakudou_recruit .box p{
	margin-left: 16px;
}
.gakudou_recruit .box .in{
	overflow: hidden;
}
.gakudou_recruit .box .in img{
	margin-bottom: 28px;
}
.gakudou_recruit .box .in:after{
	content: "";
	display: block;
	clear: both;
}
.gakudou_recruit .box .in .left{
	float: left;
}
.gakudou_recruit .box .in .right{
	float: right;
    width: 421px;
}
/* 学童求人が無い時のフォーム */
.gakudou_recruit_form{
	width: 980px;
	margin: 50px auto;	
}
.gakudou_recruit_form .box{
	width: 880px;
    margin: auto;
	border: 4px solid #ADECF7;
	padding: 14px 10px;
	margin-bottom: 20px;
}
.gakudou_recruit_form h2{
	margin-bottom: 16px;
}
.gakudou_recruit_form p{
	font-size: 30px;
    color: #0085D0;
    font-weight: bold;
    text-align: center;
}
.gakudou_recruit_form h3{
	font-size: 40px;
    margin: 50px 0 0;
	color: #0060B6;
	text-align: center;
}


/* すこやかサークルについて circle */
.sec.circle {
  background:url(../images/kosodate_bg.png) no-repeat center center;
  height:432px;
  width:989px;
  margin:50px auto 0px; }
.sec.circle .content{
  width:504px;
  position:absolute;
  right:50px;
  bottom:20px; }
.sec.circle .content p{ line-height:120%; }
.sign{
   text-align:right;
   font-weight:bold;
    }
.sign span{ 
  font-size:20px;
  margin-left:10px; }

/* sec.recruit*/
.sec.form:before{
 content:"";
 width:989px;
 display:block;
 margin:0 auto;
 border-top:2px dashed #5f5f5f; 
  }
 .form-name{
   text-indent:100%;
   background:url(../images/sheet_name.png) no-repeat;
   width:226px;
   height:38px;
   white-space:nowrap;
   overflow:hidden;
   margin: 80px auto 20px;
   }
  
iframe{
  display: block;
  border: none;
  margin:auto; 
  width:890px;}

/* 4: layout-footer */
/*.layout-footer {
  padding:8px 5px 5px;
  text-align:center;
  color:#fff; }
.layout-footer .name {
  margin: 0; }
.layout-footer address {
  letter-spacing: 0;
  font-style: normal;
  background: url(../images/add.png) no-repeat;
  height: 13px;
  width: 218px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px auto; }
.layout-footer .contact {
  background: url(../images/tel.png) no-repeat;
  height: 10px;
  width: 84px;
  overflow: hidden;
  text-indent: -9999px;
  margin: auto; }
.layout-footer a {
  text-decoration: none;
  color: #fff; }
.layout-footer .copy-right {
  margin: 0px;
  text-align: right;
  font-size: 91%;
  font-size: 0.91rem; }*/
.layout-footer {
    width:100%;
	padding: 6px 0;
    background-color: #00B4E6;
    margin: auto;}
.footer_main{
	text-align: center;
}
.footer_main a{
	color: #fff;
	text-decoration: none;
}
.footer_main p{
	margin: 0;
}
/*----------携帯-----------*/
 /*----------------------------------------------- */
@media(max-width:980px) {
    /*　画面サイズが980px以下からはここを読み込む　*/
	.layout-header, .layout-footer { 
		width: 100%; 
		min-width: 100%; 
		text-align: center;
	}
.layout-body, .global_nav { 
  margin: 0px auto;
  width: 100%;
  }
	.top_title{
		width: 100%;
		text-align: left;	
		position: relative;
	}
	.top_title h1{
		width: 56%;
		padding: 2% 0 0 6%;
	}
	.top_title img{
		width: 100%;
	}
/*--------------アコーディオンボタンの設定---------------*/
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
}
.cp_offcm01 {
	position: fixed;
	top: 1%;
	right: 0%;
	width: 32%;
    height: 56%;
	display: inline-block;
	z-index: 10;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -32vw;
	width: 32%;
	cursor: pointer;
	-webkit-transition: 0.7s transform;
	        transition: 0.7s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #00B4E6;
	z-index: 10;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 36%;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
	background-image: url(../images/ac-mark_button.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
	background-size: 14% auto;
}
.cp_offcm01 .cp_menu li:last-child{
	background-image: url(../images/ac-mark_houce.png);
	background-repeat: no-repeat;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	margin: 0 4%;
    padding: 10% 2% 10% 16%;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-30vw);
	        transform: translateX(-30vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em 3em 0.5em 0em;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-70px);
	        transform: translateX(-70px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	font-family: 'FontAwesome';
}
.cp_offcm01 span{
	position: absolute;	
	width: 26%;
}
.cp_offcm01 span:nth-of-type(1){
	/*top: 0;*/
	height: 3px;
	border-radius: 6px;
	background-color: #00B4E6;
}
.cp_offcm01 span:nth-of-type(2){
	/*top: 36%;*/
	margin-top: 8%;
	height: 3px;
	border-radius: 6px;
	background-color: #00B4E6;
}
.cp_offcm01 span:nth-of-type(3){
	/*bottom: 10px;*/
	margin-top: 16%;
	height: 3px;
	border-radius: 6px;
	background-color: #00B4E6;
}
.cp_offcm01 span:nth-of-type(4){
	margin-top: 20%;
    color: #00B4E6;
    font-size: 10px;
    font-weight: bold;
}
	
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}
/*背景*/
/* 2: layout-header */
.layout-header, .layout-footer {}
.layout-body{
	border-left: 4px solid #00b4e6;
    border-right: 4px solid #00b4e6;
    border-bottom: 0px solid #00b4e6;
    padding-bottom: 2%;
    margin-bottom: 0%;
  }
	
.key_visual{
	width: 100%;
	display:block;
	margin:0 auto;
	border-left: 4px solid #00b4e6;
    border-right: 4px solid #00b4e6;
}

/* 3: layout-body */
  
.layout-body .container { min-height: 300px; }
.layout-body .entry a { text-decoration: none; }

.content_footer{
	width: 90%;
    margin: auto;
	text-align: center;
  }
.content_footer img{
	margin: 10px 0;
}
.tel{
  position: absolute;
  bottom: 59px;
  left: 150px; }
.mail{
  position:absolute;
  bottom: 44px;
  right: 100px; }

/* section 共通 */
.sec{
  position:relative;
  margin:50px auto 0; }
.sec.work .sec-name,
.sec.about .sec-name{
	width: 26%;
    margin: 0;
    position: absolute;
    top: -10%; }
  
 .inner_box{
   display:inline-block;
   text-align:left;}
/* 運営団体について governing */
.sec.governing{
	width:90%;
	margin:0px auto 6%;
	padding-top: 4%;
	height:auto;
}
.sec.governing h2{
	text-align: center;
	margin-bottom: 2%;
}
.sec.governing .box{
	height: auto;
	background:url(../images/kosodate_back.png) no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
.sec.governing .box:after{
	content: "";
	display: block;
	clear: both;
}
.sec.governing .box .left{
	float: left;
	width: 32%;
	margin: 4% 0 0 4%;
}
.sec.governing .box .right{
	float: left;
	width: 60%;
	margin:10px 0px 0 0;
}
.sec.governing .box .right h3{
	margin-left: 10%;
}
.sec.governing .box .right h4{
	margin-top: 6%;
    margin-left: 10%;
}
.sec.governing .box .right .in{
	overflow: hidden;
	margin-top: 4%;
}
.sec.governing .box .right .in .in_left{
	float: left;
	width: 46%;
    margin-left: 10%;
}
.sec.governing .box .right .in .in_right{
	float: right;
	width: 40%;
	margin-top: 4%;
}
/* 学童について about */
.sec.about{
	background:none;
	width:90%;
	margin:auto;
	height:auto; 
	border: 6px solid #C3E240;
	border-radius: 6px;
}
.about .content{
	position: inherit;
    width: 90%;
    margin: 0 auto 8%;
    top: 20px;
    left: 0;
    font-size: 14px;
    text-align: left;
}
  .about dl{ margin:2% auto 0;}
  .about dd{ margin:0; }
 
/* 学童のしごとwork */  
.sec.work{
  background:url(../images/work_bg.png) no-repeat;
  width:90%;
  margin:30px auto; }
 .work .content{
   position:absolute;
   width:424px;
   height:298px;
   position:relative;
   top:95px;
   left:50px; } 
    
/* 募集事項 recruit */ 
/*.sec.recruit{
   width:980px;
   margin:auto; } 
  .sec.recruit .sec-name{
    position:relative; }  
  .sec.recruit .sec-name:after{
    content:url(../images/line.png);
    position:absolute;
    bottom: 0px;
    left: 223px; }  

.sec.recruit p{
  width:890px;
  margin-left: 50px; }
      
.sec.recruit table{
  width:890px;
  margin:50px auto 50px 50px;
  text-align:center; }
 tr th:nth-child(1){ width:15%; }
 tr th:nth-child(2){ width:42.5%; } 
 tr th:nth-child(3){ width:42.5%; } 
.sec.recruit th{
  background:#cdf5f9;
  border:1px solid #ffffff;
  padding:5px;
  height:43px;
  color:#0060b6; }
.sec.recruit tr th:nth-child(1){ 
   border-left:1px solid #666666;
   border-top:1px solid #666666;  }
.sec.recruit tr th:nth-child(2){ 
   border-top:1px solid #666666;  }
.sec.recruit tr th:nth-child(3){ 
   border-right:1px solid #666666;
   border-top:1px solid #666666;  } 
.sec.recruit td{
  border:1px solid #666666;
  padding:5px; }
tr td:nth-child(1){ background:#e6e6e6; }
.sec.recruit table li{text-align:left; }
.sec.recruit table ul{
  margin:0 auto;
  display:inline-block; }
*/
.gakudou_recruit{
	width: 90%;
	margin: 4% auto;	
}
.gakudou_recruit .box{
	border: 4px solid #ADECF7;
	margin-top: 4%;
	padding: 7% 3% 0;
}
.gakudou_recruit .box h3{
	margin: auto;
}
.gakudou_recruit .box p{
	margin: 4% 0 4% 4%;
    text-align: left;
    font-size: 12px;
}
.gakudou_recruit .box .in{
	overflow: hidden;
}
.gakudou_recruit .box .in img{
	margin-bottom: 28px;
}
.gakudou_recruit .box .in:after{
	content: "";
	display: block;
	clear: both;
}
.gakudou_recruit .box .in .left{
	float: left;
	width: 54%;
}
.gakudou_recruit .box .in .right{
	float: right;
	width: 40%;
}
/* 学童求人が無い時のフォーム */
.gakudou_recruit_form{
	width: 90%;
	margin: 4% auto;	
}
.gakudou_recruit_form .box{
	width: 100%;
    margin: auto;
	border: 4px solid #ADECF7;
	padding: 7% 3%;
	margin-bottom: 4%;
}
.gakudou_recruit_form h2{
	margin-bottom: 2%;
}
.gakudou_recruit_form p{
	font-size: 14px;
    color: #0085D0;
    font-weight: bold;
    text-align: center;
}
.gakudou_recruit_form h3{
	font-size: 20px;
    margin: 6% 0 0;
	color: #0060B6;
	text-align: center;
}
.gakudou_recruit_form .mail_form{  /*応募シート*/
	position:relative;
    width:90%;
    height:0;
    padding-top:110%;
}
.gakudou_recruit_form .mail_form iframe{
	position:absolute;
    top:0;
    left:0;
	transform:scale(0.38);
	-o-transform:scale(0.38);
	-webkit-transform:scale(0.38);
	-moz-transform:scale(0.38);
	-ms-transform:scale(0.38);
	transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
}

/* すこやかサークルについて circle */
.sec.circle {
  background:url(../images/kosodate_bg.png) no-repeat center center;
  height:432px;
  width:90%;
  margin:50px auto 0px; }
.sec.circle .content{
  width:504px;
  position:absolute;
  right:50px;
  bottom:20px; }
.sec.circle .content p{ line-height:120%; }
.sign{
   text-align:right;
   font-weight:bold;
    }
.sign span{ 
  font-size:20px;
  margin-left:10px; }

/* sec.recruit*/
.sec.form:before{
 content:"";
 width:90%;
 display:block;
 margin:0 auto;
 border-top:2px dashed #5f5f5f; 
  }
 .form-name{
   text-indent:100%;
   background:url(../images/sheet_name.png) no-repeat;
   width:226px;
   height:38px;
   white-space:nowrap;
   overflow:hidden;
   margin: 80px auto 20px;
   }
  
iframe{
  display: block;
  border: none;
  margin:auto; 
}
@media(max-width:980px) {
    /*　画面サイズが980px以下からはここを読み込む　*/
.layout-footer {
    width:100%;
    height: auto;
    background-color: #00B4E6;
    margin: auto;}
.footer_main{
	text-align: center;
	font-size: 12px;
}
.footer_main a{
	color: #fff;
	text-decoration: none;
}
}
/*--------------------*/
/* 5: 共通クラス */
/*--------------------*/
a {
  color: #0060B6;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
a:hover, a:activ { color: #007be9; }

/* 電話発信無効 */
a[href^="tel:"] { cursor: default; }

/* topへ戻る */
div.tothetop {
	position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 1500; }
div.tothetop a {
  display: block;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.5; 
  background:url(../images/scrolltop.png) no-repeat;
  background-size: 100%;
    width: 60px;
    height: 60px;
  }
div.tothetop a:hover {
  opacity: 1; }
