/*===============================================
●tablet.css 画面の横幅が1024pxまで
===============================================*/
@media screen and (min-width: 640px) and (max-width: 1024px) {
.nobr{display:none;}	
.wrap {
	width: 95%;
	margin: auto;
	padding:2.5%;
	position: relative;
}
.wrap2 {
	width: 95%;
	margin: auto;
	padding:2.5%;
	position: relative;
}	

/*******ヘッダー **********************/
.smnone {display:none;}	
.header { width: 100%; max-width: 960px; margin: 0 auto; padding: 5px 0 0 0;position:relative; height:60px;}

/*******フッター **********************/

footer h1{ text-align:center;}
footer .copy{text-align:center;}

/*******グローバルメニュー **********************/
.pcnon{ display: block;}
.header h1 span{  display:none;}
.header h1 img{ position: absolute; padding:0px 0 0 10px; left:0;max-width:200px;}
.header #an1 img{ display:none;}
.header #an2 img{ display:none;}

/*******グローバルメニュー **********************/

/*******メイン **********************/
#main{
	margin:0 auto;
	width:100%;
	max-width:980px;
	height:auto;
	}

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

#main2{
	margin:0 auto;
	width:100%;
	max-width:980px;
	height:auto;
	}


#sub{
	margin-top:0px;
	width:100%;
	height:300px;
	}	

.ncbana img{ width:100%;
		height:auto;
		margin:0 auto;
}
/*******セクション背景 **********************/
.sec-back{
	width:100%;
	height:100%;
	background-image: url(../img/back.jpg); 
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat;
	}

.sec-back h3{
	margin:10px 0 30px 0;
	}

.sec-back2{
	color:#FFFFFF;
	width:100%;
	height:100%;
	background-image: url(../img/back2.jpg); 
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat;
	}

.sec-back2 h3{
	margin:30px 0 30px 0;
	}
.sec-back3{
	color:#FFFFFF;
	width:100%;
	height:100%;
	background-image: url(../img/back3.jpg); 
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat;
	}

.sec-back3 h3{
	margin:30px 0 30px 0;
	}

.sec-sub{
	width:100%;
	height:100%;
	}
.sec-sub .main{
	width:100%;
	height:160px;
	padding-top:70px;
	}


/*******新着情報 **********************/
.news{
	width:100%;
	padding:0;
	height:100%;
	float:left;
	text-align:left;
	margin-bottom:30px;
	}
 
 .news .ttl{
	 border-bottom:#B51B47 2px solid;
	 width:100%;
	 padding:0 0 10px 0;
	 background-image:url(../img/news.png);
     background-repeat:no-repeat;
     background-position: 0px 0px;
  }
  
  .news .ttl span{
	 padding:0 0 0 70px;
  }
 .news dt{
	 padding:10px 0 10px 0;
	  font-weight:bold;
	 }
	
.news dd{
	 padding:0 0 10px 0;
	 border-bottom:#ccc 1px dotted;
	 clear:both;
	 }
	
/*******ダウンロードアリア**********************/
.dl{
	width:100%;
	height:100%;
	background:#FFFFFF;
	padding-bottom:30px;
	}

.dl h2{
	width:95%;
	height:100%;
	text-align:center;
	margin:0 auto;
	padding:40px 0 20px 0;
	}

.dl .tree1{
	position:absolute;
	left:40px;
	top:50px;
}

.dl .tree2{
  	position:absolute;
	right:40px;
	top:50px;
}
.dl ul{
	width:95%;
	height:100%;
	text-align:center;
	margin:30px auto;	
	}

.dl li{
	float:left;
  display: block;
  margin:0px 0 0px 0;
  width:100%;
  padding: 10px 0 10px 0;
  text-align:left;
}

.dl .brn{
  border-right:0;
}
.dl li a{
  display: block;
  padding: 0 20px 10px 30px;
  text-align:left;
  line-height:100%;
  background-image:url(../img/yaji.png);
  background-repeat:no-repeat;
  background-position: 5px 4px;
  font-size:20px;
}
/*******子育てバナーエリア**********************/
.kosodate{
	width:100%;
	height:100%;
	background:#FFFFFF;
	}

.kosodate h2{
	width:80%;
	height:100%;
	padding:0px 3% 10px 80px;
	margin:0 auto;
	}

.kosodate p{
	width:90%;
	height:100%;
	padding:20px 5% 0 5%;
	}

.kosodate .left{
	width:100%;
	padding-right:0;
}

.kosodate .left img{
	width:100%;
}

.kosodate .right{
	position:relative;
	width:100%;
	height:100%;
	text-align:left;
	margin:0 auto;
	padding:30px 0 20px 0;
}

.kosodate .str{
  	position:absolute;
	left:35px;
	top:30px;
}

	 
/*******セクションlist3 **********************/
.mt-200{
	margin-top:0px;
}
/*******セクションlist2 **********************/
.imgbt img{
	margin-bottom:20px;
}

/*******サブページ　タイトル帯 **********************/
.title{
	width:100%;
	padding:10px 0 10px 0;
	text-align:center;
	background-color: rgba(255,255,255,0.6);
	margin-top:-210px;
	margin-bottom:40px;
}

/*******レイアウトBOX **********************/


/*******BOX **********************/
.box50 {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.box25 {
	box-sizing: border-box;
	width: 25%;
	float: left;
}

.box33 {
	box-sizing: border-box;
	width: 33.333333%;
	float: left;
}

.box60 {
	box-sizing: border-box;
	width: 60%;
	float: left;
	text-align:left;
}

.box40 {
	box-sizing: border-box;
	width: 40%;
	float: left;
}
.box70 {
	box-sizing: border-box;
	width: 70%;
	float: left;
	text-align:left;
}

.box30 {
	box-sizing: border-box;
	width: 30%;
	float: left;
}

.box-pdr{padding-right:3%}

/*******BOX img**********************/
.box100 img{
	width:100%;
}

.box50 img{
	width:100%;
}

.box50 {
	width:100%;
}


.box25 img{
	width:100%;
}

.box33 img{
	width:100%;
}

.box60 img{
	width:100%;
}
.box40 img{
	width:100%;
}

.box70 img{
	width:100%;
}
.box30 img{
	width:100%;
}
/*******2BOX **********************/
.list2{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}



.list2 li{
	float:left;
	margin:0;
	padding:0 0 0 5%;
	width:47.5%;
}
.list2 .top{
	padding:0;
}
.list2 li img{
	width:100%;
}
.list2 .conte{
	border-top:#c7141c 3px solid;
	background-color:#FFFFFF;
	height:60px;
	margin-bottom:30px;
}

.list2 .conte .midasi{
	padding:15px 0 20px 0;
	margin-left:20px;
  font-size:18px;
  text-align:left;
}
.list2 .conte .haikei{

  background-image:url(../img/yajirusi.jpg);
  background-repeat:no-repeat;
  background-position: 0;
  padding:20px 0 20px 30px;
}

.list2 .president img{
	height:350px; width:auto !important;
}

/*******3BOX **********************/
.list3{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

.list3 li{
	float:left;
	margin:0;
	padding:0 0 0 5%;
	width:30%;
}

.list3 .top{
	padding:0;
}

.list3 .right{
	float:right;

}
.list3 li img{
	width:100%;
}	
.list3 .conte{
	border-top:#c7141c 3px solid;
	background-color:#FFFFFF;
	height:60px;
	margin-bottom:30px;
}

.list3 .conte .midasi{
	padding:15px 0 20px 0;
	margin-left:20px;
  font-size:18px;
  text-align:left;
}
.list3 .conte .haikei{

  background-image:url(../img/yajirusi.jpg);
  background-repeat:no-repeat;
  background-position: 0;
  padding:20px 0 20px 30px;
}

.list3 .conte2{ height:100%; !important; padding-right:20px;}

/*******Foot 2BOX **********************/
.footlist2{
	width:100%;
	list-style:none;
	margin:0;
	padding:60px 0;
}
.footlist2 li{
	float:left;
	margin:0;
	padding:0 0 0 5%;
	width:47.5%;
}
.footlist2 .top{
	padding:0;
	text-align:left;
}
.footlist2 h1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:35px;
}
.footlist2 .bana img{
	float:left;
	padding:20px 10px 40px 0;
	}

.footlist2 .bana2 img{
	float:left;
	padding:3px 10px 10px 0;
	}
.footlist2 .bana2 p{
	float:left;
	padding:0;
	}

/*******施設情報**********************/
.sisetu{
	clear:both;
	margin:0 0 30px 0;
	padding:0;
}
/*******bxslider3 **********************/
.bxslider3{
	margin:30px 0 0 0;}
.bxslider3 .conte{
	border-top:#c7141c 3px solid;
	background-color:#FFFFFF;
	height:60px;
	margin-bottom:30px;
}

.bxslider3 .conte .midasi{
	padding:15px 0 20px 0;
	margin-left:20px;
  font-size:18px;
  text-align:left;
}
.bxslider3 .conte .haikei{

  background-image:url(../img/yajirusi.jpg);
  background-repeat:no-repeat;
  background-position: 0;
  padding:20px 0 20px 30px;
}
/*******メニュータブ**********************/
.area {
	width: 100%;
	display: none;
	margin-top:-2.7%;
}
#tab_area1 {
	display: block;
	background-color:#F2F2F2;
	padding:30px 0;
}
#tab_area2 {
	background-color:#F2F2F2;
	padding:30px 0;
}
a.active {
	font-weight: bold;
	background: #F2F2F2;
}

.tab{ margin:-2.7% 0 0 -2.7% ; padding:0; clear:both;}
.tab li{ margin:0 ; float:left;}


.tab_title{
display:block;
padding:15px 40px 20px 40px;
font-size:18px;
text-align:left;
background-color:#333;
color:#FFFFFF;
}
.tab_midasi{
display:block;
padding:15px 40px 20px 0px;
font-size:18px;
text-align:left;
background-color:#FFFFFF;
}
.tab_midasi .haikei{
  background-image:url(../img/yajib.png);
  background-repeat:no-repeat;
  background-position: 25px;
  padding:20px 0 20px 55px;
}


.tab_menu{ margin:0 0 0 0; padding:0; clear:both;}

.tab_menu li{
display:block;
padding:15px 40px 15px 0px;
font-size:16px;
text-align:left;
margin:0; float:left;
}

.tab_menu .haikei{
  background-image:url(../img/yajisan.png);
  background-repeat:no-repeat;
  background-position: 25px;
  padding:20px 0 20px 50px;
}
/*******メニュータブ**********************/

}
