/* ------------------------------------------
  NECESSARY STYLES FOR RESPONSIVE NAV
--------------------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

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

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

@media screen and (min-width: 500px) {
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */
#header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	color: #efece6;
	background: url(/img/bg_header.gif) repeat-x top center;
}
@media print, screen and (min-width: 500px) {
	.header_height{
		padding-top: 120px;
	}
}
@media screen and (min-width: 0px) and (max-width: 499px) {
	.header_height{
		padding-top: 80px;
	}
}



@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse a:hover {
  background: #d3d0c9;
}

@media screen and (min-width: 500px) {
  .nav-collapse li {
    width: 33.33%;
    *width: 33.33%; /* IE7 Hack */
    _width: 33.33%; /* IE6 Hack */
	border-right: 1px solid #f8f5ee;
  }
  .nav-collapse li:last-child {
    border-right: 0px;
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #e4e1d9;
  border-bottom: 1px solid white;
  float: left;
    text-align: center;
}

@media screen and (min-width: 500px) {
  .nav-collapse a {
    margin: 0;
    padding: 0;
    float: left;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 500px) {
  .nav-collapse ul ul a {
    display: none;
  }
}

#nav-toggle {
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/hamburger.gif") no-repeat 50% 65%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("../img/hamburger-retina.gif");
    -webkit-background-size: 100px;
    -moz-background-size: 100px;
    -o-background-size: 100px;
    background-size: 100px;
  }
}


/**************** メニューサイズ指定 ****************/
.menu_img img {
	width: 130px;
	height: 40px;
}




/**************** ロゴ固定 ****************/
@media print, screen and (min-width: 550px) {
	#logo img {
		position: fixed;
		top: 15px;
		left: 50%;
		width: 320px;
		margin-left: -160px;
	}
}
@media screen and (min-width: 0px) and (max-width: 550px) {
	#logo img {
		position: fixed;
		top: 22px;
		left: 10px;
		width: 240px;
	}
}

/**************** 求人・お問合せ・インスタボタン ****************/
@media print, screen and (min-width: 800px) {
	.header_contact {
		position: fixed;
		top: 18px;
		right: 18px;
	}
	.header_kyujin {
		position: fixed;
		top: 18px;
		right: 81px;
	}
	.header_insta {
		position: fixed;
		top: 18px;
		right: 141px;
	}
}

@media screen and (min-width: 450px) and (max-width: 800px) {
	.header_insta {
		position: fixed;
		top: 18px;
		right: 18px;
	}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.footer_nav {
		width: 100%;
		padding: 0px
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 0;
		font-size: 1rem;
		line-height: 1.2;
	}
	.footer_nav li {
		float: left;
		width: 50%;
		text-align: center;	
	}
	.footer_nav li a {
		display: block;
		background-color: #4b8244;
		color: #ffffff;
		padding: 15px 0 15px 0;
	}
	.footer_nav li a:hover {
		background-color: #42713c;
		color: #ffffff;
	}

}

@media screen and (min-width: 0px) and (max-width: 450px) {
	.header_insta {
		position: fixed;
		top: 18px;
		right: 50px;
	}
}