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

body, header, section, h1, h2, nav, ul, li {
	margin:0;
	padding:0;
}

a {
  color: #009933;
  text-decoration: underline;
}
body{
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	font-size:16px;
	-webkit-text-size-adjust: none;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#90D3EE),
		to(#61AE20));
	background-repeat:repeat-x;
	
	}
	
.relative { 
  position: relative;
  height: 60px;
  }

.innerbody { background: url(../images/bg_body_top_under.jpg) center 0 repeat-x #61AE20; }

.grass { 
  background:url(../images/bg_body_bottom.jpg) center 0 repeat-x;
  padding-top: 75px;
  
  }

h1, h2{
	font-size:14px;
	font-weight:normal;
}


a,img{
	border:0;
	margin:0;
	padding:0;
	}

table,th,td {
  border: 1px solid #999999;
  border-collapse:collapse;
  padding: 10px;
  }

.clearfix:after{
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0px;
}

#container{
	width:100%;
	overflow:hidden;
	min-height:416px;
	position: relative;
	}


header{
	line-height:40px;
	
	/*
	text-shadow:
		0px -1px 1px rgba(0,0,0,0.2),
		0px 1px 0px rgba(255,255,255,0.7);
	*/
	color:#666;
}
header h1 { 
  text-align: left;
  margin-left: 10px;
  height: 94px;
  padding-top: 10px;
  }

header img{
	}

#headerMain{
	display:none;
}
header>h1>a{
	text-decoration:none;
	color:#666;
	margin:10px auto;
	text-align:left;
	}

.logo_pc{
	display:none;
}
.logo_i{
	display:block;
	width:100%;
	height:auto;
}

nav {
	display:block;
}

nav#globalNav > ul, nav#globalNav > li {
	list-style:none;
	background-color:#CCC;
}

nav#globalNav > ul {
	line-height:0;
}


nav#globalNav > ul:after {
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0;
	height:0;
	display:block;
}


nav#globalNav li {
	display:block;
	float:left;
	width:33.4%;
	text-align:center;
	line-height:30px;
	background-color:#CCC;
	border-right:1px solid #999;
	
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#DDD),
		to(#AAA));
	
	-webkit-box-shadow:
		-1px 1px 1px rgba(255, 255, 255, 0.7) inset,
		0px 3px 3px rgba(000,000,000,0.3);
	
}

nav#globalNav li:nth-of-type(3) {
	width:33%;
	border-right:0;
}

nav#globalNav a {
	text-decoration:none;
	color:#444;
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(255,255,255,1.0);
}

/*
nav#globalNav:after {
	display:block;
	content:'.';
	visibility:hidden;
	height:0;
	width:100%;
	clear:both;
}
*/

section#mainImage {
	color:#666;
	text-align:left;
	background-color: none;
}

section#news {
	color: #FFFFFF;
	text-align:left;
	background-color: none;
	}

section#recommend { background: #F8F7C6;}

section#mainImage h2, section#recommend h2{
	padding:10px;
	color:#666;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	/*
	text-shadow:
		0px -1px 1px rgba(0,0,255,0.2),
		0px 1px 0px rgba(255,255,255,0.7);
	*/
}

section#news h2 {
	color: #006600;
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.9);
	font-size: 180%;
	font-weight: bold;
	line-height:1.2em;
	}

section#mainImage p {
	text-align:center;
}

section#mainImage p img {
	display:inline-block;
}

section#news, section#recommend {
	margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

section#recommend h2 { font-weight: bold;}


nav.grid ul {
	list-style:none;
}

nav.grid li {
	float:left;
	text-align:center;
	list-style:none;
	width:50%;
	height:160px;
	border-bottom:1px #DDD solid;
	border-right:1px #DDD solid;
	-webkit-box-sizing:border-box;
}

nav.grid li:nth-of-type(2n) {
	border-right:none;
}

nav.grid li img {
	width:120px;
	display:inline-block;
	margin-top:10px;
}

nav.grid ul:after {
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
}

nav.grid a {
	display:block;
	text-decoration:none;
	text-align:center;
	position:relative;
	font-size:14px;
}

nav.grid a span { 
  font-weight:bold;
  display: block;
  }

nav.grid a:after {
	position:absolute;
	top:100px;
	display:block;
	width:100%;
	content:attr(title);
	font-size:14px;
	text-align:center;
	line-height:10px;
}


footer{
	display:block;
	text-align:center;
	background: #006600;
	color:#FFFFFF;
	padding: 5px;
}

#topbutton {
	/* ▽表示位置を画面の右下に固定 */
  position: fixed;
  bottom: 14px;
  right: 0;
	/* ▽最初は非表示にしておく */
  display: none;
  opacity: 0.80;
  border-radius: 24px;
}


.pickup { 
  margin: 10px auto;
  max-width: 600px;
  }


/* ----------------下層ページ --------------------- */

.main { 
  background: #FFFFFF;
  margin: 10px 10px 0;
  padding: 20px 10px;
  }

article { line-height: 1.5em;}

#map { 
  width: auto;
  height: 200px;
  }

.cityname1 { 
  width:auto;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  }

.believe { 
  width:auto;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 10px;
  }

.cityname2 { 
  width:100%;
  }  

.center { text-align:center;}

table.info { 
  margin: 0 0 20px;
  border: 1px solid #999999;
  width: 100%;
  border-collapse:collapse;
  font-size: 90%;
  }

table.info th { 
  background: #F8F7C6;
  border: 1px solid #999999;
  width: 20%;
  padding: 15px;
  }

table.info td {
  border: 1px solid #999999;
  padding: 15px;
   }

.cap { 
  display: block;
  font-weight: bold;
  text-align:center;
  margin: 0 0 10px 0;
  font-size: 90%;
  }

.articleimg { 
  max-width: 600px;
  margin: 0 auto;
  }

.articleimg2 { 
  max-width: 300px;
  margin: 0 auto;
  }
.articleimg3 { 
  max-width: 200px;
  margin: 0 auto;
  }

.mw300 { 
  max-width: 300px;
  margin: 0 auto;
  }
 
 .mw540 { 
  max-width: 540px;
  margin: 0 auto;
  }
  
#city article img { 
  width: 100%;
  }
  
  
#city article img.imgauto { width: auto;}

.page { 
  text-align: center;
  margin: 40px 0;
  clear: both;
  }
.num2 { 
  padding: 4px 7px;
  border: 1px solid #006600;
  margin:0 5px;
  }

.num { 
  padding: 4px 7px;
  border: 1px solid #006600;
  margin:0 5px;
  background: #C2FF88;
  }
  
.num a { 
  color: #009900;
  text-decoration:underline;
  }

.num2 a { 
  text-decoration:underline;
  }

h3 { 
  color: #006600;
  font-size: 22px;
  line-height:1.1em;
  padding-left: 25px;
  height: auto;
  vertical-align: middle;
  background:url(../images/h3.jpg) 0 0 repeat-y;
  padding: 5px 0 5px 25px;
  margin: 15px 0;
  }

h4 { 
  border-left: 5px solid #006600;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color:#006600;
  clear: both;
  }

.fbarea { 
  background: #FFFFFF;
  margin: -20px 10px 10px;
  text-align:center;
  }

#fb-root {
    display: none;
}
 
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#u_0_0, .uiScaledImageContainer, ._2zfr { width: 100% !important;}

.breadcrumb { margin:20px 10px;}
.breadcrumb a { color:#F8F7C6;}

.postscript { 
  border: 2px solid #009900;
  padding: 20px 20px 0;
  margin: 20px 0;
  }

h5 {color: #d6d46b;
	text-shadow:
		0px -1px 0px rgba(100,100,100,0.9);
	font-size: 130%;
	font-weight: bold;
	line-height:1em;
	margin:0 0 5px 0;
	}

.bold { font-weight:bold;}

.saitama_ev { 
  margin: 0 0 20px 0;
  width: 100%;}

.saitama_ev th {
  background: #DBFFBC;
  font-weight: bold;}

.saitama_ev td {  
  background: #FFFDDD;
  }
.w48p { width: 48%;}   

.saitama_three { 
  margin: 0 0 20px 0;
  width: 100%;}

.saitama_three th {
  background: #DBFFBC;
  font-weight: bold;}

.saitama_three td {  
  background: #FFFDDD;
  }

.greentit { 
  margin: 0 0 20px 0;
  font-weight: bold;
  color:#006600;
  font-size: 105%;
  }

.bluetit { 
  border-left: #2DB9B8 solid 3px;
  color: #2DB9B8;
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 15px;
  }

.bluebox { 
  border: #2DB9B8 solid 1px;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
  }

.ytcenter { 
  display:block;
  text-align:center;
  }

.small { 
  font-size: smaller;
  padding-left: 10px;
  font-size: 10px\9;
  }

.postscript_believe { 
  border: 2px solid #FF0000;
  padding: 20px 20px 0;
  margin: 20px 0;
  }

.project { 
  margin: 0 0 20px 0;
  }
.project tr {background: #DBFFBC;}
.project tr.on {background: #FFFDDD;}

.ps_tit { 
  font-size:16px;
  font-weight:bold;
  border-bottom: 2px dotted #FF0000;
  margin-bottom: 10px;
  display:block;
  }

table.vision { margin-bottom: 20px;}
table.vision th { 
  text-align: left;
  background: #DBFFBC;
  }
table.vision td.vision {  
  background: #FFFDDD;
  }

.school {
  background:url(../images/bg_ring.png) 0 0 repeat-y #FFFFE9;
  padding: 20px 15px 15px 40px;
  margin-bottom: 20px;
  }

section.wayToInquire p {
	margin:20px 10px;
}

section.wayToInquire p a {
	display:block;
	text-align: center;
	text-decoration:none;
	padding:10px 20px;
	font-size:1.2em;
	cursor:pointer;
	font-weight:bold;
	color: #fff;
	border: 2px solid #14A09E;
	-webkit-border-radius: 8px;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.1, #8EEDEB),
		color-stop(0.50, #59D6D4),
		color-stop(0.50, #2DB9B8),
		to(#8EEDEB));
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(0,0,0,1);
}

/* -------------マーケライズフォーム ------------------ */

.mrc_webform_a textarea { width: 100% !important;}

#mrc_webform .mrc_webform_row.mrc_webform_custinfo .mrc_webform_a input, #mrc_download .mrc_webform_row.mrc_webform_custinfo .mrc_webform_a input {
    width: 100% !important;
}
    
/* ----------------アコーディオン --------------------- */

ul.accordion { background: none; margin:0 auto 30px; padding:10px; font-size:16px; list-style:none; clear:both;}
ul.accordion a { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333; font-weight:bold;}
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#333; font-weight:bold;}
ul.accordion ul { display:none;list-style:none;}
ul.accordion > li { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
ul.accordion > li > p { cursor:pointer; margin: 0; padding: 10px 0;}
ul.accordion > li > p span { background-image:url(../images/open.png);}
ul.accordion > li > p span.open { background-image:url(../images/close.png);}
ul.accordion > li > ul > li { background:#999; border-bottom:1px solid #EEE;}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > a { background:url(../images/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

ul.accordion li header h2 { 
  text-align:left;
	font-weight:bold;
	font-size:1em;
	margin-left:15px;
	color:#FFF;
	text-shadow:0px -1px 0px rgba(0,0,0,1.0);
  }

ul.accordion li{
	text-align:left;
	border:1px #ccc solid;
	border-bottom:0px;
	
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFFFFF),
		to(#BBB));
	/*
	-webkit-box-shadow:
		0px 3px 3px rgba(000,000,000,0.1);
	*/
}

ul.accordion > li:first-child {
  text-align:left;
  border:1px #ccc solid;
  border-bottom:0px;
 /*
	-webkit-box-shadow:
		0px 3px 3px rgba(000,000,000,0.1);
	*/
  background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#009933),
		to(#07600E));
	border:none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul.accordion > li:last-child{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom:1px #ccc solid;
}

/* ----------------ナビ --------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  z-index: 9000;
  }

.nav-collapse li {
  width: 100%;
  display: block;
  padding: 15px 0;
  z-index: 90000;
  color:#FFFFFF;
  text-align: center;
   background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#6bc330),
		to(#3c860b));
}

.nav-collapse li:first-child {
  background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#474747),
		to(#2D2D2D));
		}

.nav-collapse li a { 
  color: #FFFFFF;
  display: block;
  text-decoration:none;
  }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: url(../images/hamburger.gif) no-repeat scroll;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 43px;
  height: 60px;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1000;
  }

.active { background: url(../images/hamburger_active.png) no-repeat scroll; }

