/*----------------------------------------*/
/*wrapper　　                            */
/*----------------------------------------*/

#wrapper {
	position: relative;
	width: 100% !important;
	min-height: 100%;
  	margin-bottom: -50px;
}
.wrapper-inner {
	padding-top:115px;
}

@media (max-width: 599.98px) {
	
		#wrapper {
			position: relative;
			width: 100%;
			min-height: 100%;
			margin-bottom: 0;
		}
		.wrapper-inner {
			padding-top:60px;
		}
	
}
@media (min-width: 600px) and (max-width: 991.98px)	{
	
	#wrapper {
		position: relative;
		width: 100%;
		min-height: 100%;
		margin-bottom: 0;
	}
	.wrapper-inner {
			padding-top:60px;
		}
}



/*----------------------------------------*/
/*header                                  */
/*----------------------------------------*/

.header-line-top {
	width: 100%;
	border-top:#caba96 10px solid;
	z-index: 10000;
}
.header-inner {
	position: relative;
	max-width: 1000px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}


/*----------------------------------------*/
/*fixedBox　　                            */
/*----------------------------------------*/

#fixedBox {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.fixed {
	position: fixed;
	top: 0;
	width: 860px;
	z-index: 10000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #DDDDDD;
}



/*----------------------------------------*/
/*headerのロゴ                             */
/*----------------------------------------*/

.header-logo {
	position: relative;
	display: block;
	width: 140px !important;
	z-index: 10000;
}
h1.header-img img {
	width: 140px !important;
	height: auto;
}


/*----------------------------------------*/
/*navi                                  */
/*----------------------------------------*/

ul.navi-list01-body {
	text-align: center;
	width: 80% !important;
	height: 60px;
	padding: 0 !important;
	margin: 0 0 0 auto !important;
}
ul.navi-list01-body li.navi-list01-item {
	float: left;
	display: table-cell;
    width: 100%;
}
ul.navi-list01-body li.navi-list01-item a {
	width: 100%;
	position: relative;
	display: block;
	text-decoration: none;
}
ul.navi-list01-body li.navi-list01-item a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #64c4d7;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
ul.navi-list01-body li.navi-list01-item a:hover::after {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}
ul.navi-list01-body li.navi-list01-item dl {
	padding: 15px 0 5px 0;
}
ul.navi-list01-body li.navi-list01-item dt {
	font-size: 11px;
	color: #64c4d7;
	height: 15px;
	line-height: 15px;
}
ul.navi-list01-body li.navi-list01-item dd {
	font-size: 14px;
	font-weight:400;
	height: 20px;
	line-height: 20px;
}


ul.navi-list02-body {
	width: auto !important;
	height: 40px;
	padding: 0;
	margin: 0 0 0 auto;
}
ul.navi-list02-body li.navi-list02-item {
	width: auto;
}
ul.navi-list02-body li.navi-contact {
	width: 220px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin: 0 25px 0 5px ;
}
ul.navi-list02-body li.navi-contact a {
	display: block;
	background:#64c4d7;
	border-radius: 50px;
	text-decoration: none;
	color: #FFFFFF;
}
ul.navi-list02-body li.navi-contact a:hover {
	opacity: 0.8;
}
ul.navi-list02-body li.navi-recruit {
	width: 220px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px 0 20px ;
}
ul.navi-list02-body li.navi-recruit a {
	display: block;
	background: #B3A481;
	border-radius: 50px;
	text-decoration: none;
	color: #FFFFFF;
}
ul.navi-list02-body li.navi-recruit a:hover {
	opacity: 0.8;
}

	
	ul.navi-list03-body {
		display: none;
	}
	



@media (max-width: 599.98px) {
	
	/*----------------------------------------*/
	/*headerのロゴ                             */
	/*----------------------------------------*/

	.header-logo {
		position: relative;
		display: block;
		width: 100px !important;
		z-index: 10000;
	}
	h1.header-img img {
		width: 100% !important;
		height: auto;
	}
	
	
	/*----------------------------------------*/
	/*header                                  */
	/*----------------------------------------*/

	.header-line-top {
		width: 100%;
		border-top:#caba96 5px solid;
		z-index: 10000;
	}
	.header-inner {
		position: relative;
		max-width: 1000px;
		height: 110px;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
	}
	
	
	/*----------------------------------------*/
	/*navi                                  */
	/*----------------------------------------*/
	
	
	ul.navi-list01-body {
		text-align: left;
		width: 100% !important;
		height: auto ;
		padding: 0 ;
		margin: 0 auto 0 auto !important;
	}
	ul.navi-list01-body li.navi-list01-item {
		float: left;
		display: table-cell;
		width: 96%;
		border-bottom: #C0C0C0 solid 1px;
		margin: 1rem auto 0 auto !important;
	}
	ul.navi-list01-body li.navi-list01-item a {
		width: 100%;
		position: relative;
		display: block;
		text-decoration: none;
	}
	ul.navi-list01-body li.navi-list01-item a::after {
	  display: none;
	}
	ul.navi-list01-body li.navi-list01-item a:hover::after {
	  display: none;
	}
	ul.navi-list01-body li.navi-list01-item dl {
		padding: 0 0 0 0;
	}
	ul.navi-list01-body li.navi-list01-item dt {
		width: 50px;
		font-size: 0.8rem;
		color: #64c4d7;
		height: auto;
		line-height: normal;
		float: left;
		margin: 0 0 0  0;
	}
	ul.navi-list01-body li.navi-list01-item dd {
		font-size: 1.2rem;
		font-weight:400;
		height: auto;
		line-height: normal;
	}
	
	ul.navi-list02-body {
		display: none;
	}
	
	ul.navi-list03-body {
		display: block;
		padding: 0;
		margin: 0 auto 0 auto;
	}
	ul.navi-list03-body li.navi-contact {
		width: 96%;
		height: auto;
		font-size: 1rem;
		line-height: normal;
		text-align: center;
		margin: 0 auto 0 auto ;
	}
	ul.navi-list03-body li.navi-contact a {
		background: #64c4d7;
		display: block;
		border-radius: none;
		text-decoration: none;
		color: #FFFFFF;
		padding: 2rem 0 ;
	}
	ul.navi-list03-body li.navi-contact a:hover {
		opacity: 1;
	}
	ul.navi-list03-body li.navi-recruit {
		width: 96%;
		height: auto;
		font-size: 1rem;
		line-height: normal;
		text-align: center;
		margin: 0 auto 1rem auto ;
	}
	ul.navi-list03-body li.navi-recruit a {
		display: block;
		background: #B3A481;
		border-radius: none;
		text-decoration: none;
		color: #FFFFFF;
		padding: 2rem 0 ;
	}
	ul.navi-list03-body li.navi-recruit a:hover {
		text-decoration: none;
		opacity: 1;
	}
	
	
	
	
}


@media (min-width: 600px) and (max-width: 991.98px)	{
	
	/*----------------------------------------*/
	/*navi                                  */
	/*----------------------------------------*/
	
	ul.navi-list01-body {
		text-align: left;
		width: 100% !important;
		height: auto ;
		padding: 0 ;
		margin: 0 auto 0 auto !important;
	}
	ul.navi-list01-body li.navi-list01-item {
		float: left;
		display: table-cell;
		width: 100%;
		border-bottom: #C0C0C0 solid 1px;
		margin: 1rem auto 0 auto !important;
	}
	ul.navi-list01-body li.navi-list01-item a {
		width: 100%;
		position: relative;
		display: block;
		text-decoration: none;
	}
	ul.navi-list01-body li.navi-list01-item a::after {
	  display: none;
	}
	ul.navi-list01-body li.navi-list01-item a:hover::after {
	  display: none;
	}
	ul.navi-list01-body li.navi-list01-item dl {
		padding: 0 0 0 0;
	}
	ul.navi-list01-body li.navi-list01-item dt {
		width: 50px;
		font-size: 0.8rem;
		color: #64c4d7;
		height: auto;
		line-height: normal;
		float: left;
		margin: 0 0 0  0;
	}
	ul.navi-list01-body li.navi-list01-item dd {
		font-size: 1.2rem;
		font-weight:400;
		height: auto;
		line-height: normal;
	}
	
	ul.navi-list02-body {
		display: none;
	}
	
	ul.navi-list03-body {
		display: block;
		padding: 0;
		margin: 0 auto 0 auto;
	}
	ul.navi-list03-body li.navi-contact {
		width: 100%;
		height: auto;
		font-size: 1rem;
		line-height: normal;
		text-align: center;
		margin: 0 auto 0 auto ;
	}
	ul.navi-list03-body li.navi-contact a {
		background: #64c4d7;
		display: block;
		border-radius: none;
		text-decoration: none;
		color: #FFFFFF;
		padding: 2rem 0 ;
	}
	ul.navi-list03-body li.navi-contact a:hover {
		opacity: 1;
	}
	ul.navi-list03-body li.navi-recruit {
		width: 100%;
		height: auto;
		font-size: 1rem;
		line-height: normal;
		text-align: center;
		margin: 0 auto 1rem auto ;
	}
	ul.navi-list03-body li.navi-recruit a {
		display: block;
		background: #C0C0C0;
		border-radius: none;
		text-decoration: none;
		color: #FFFFFF;
		padding: 2rem 0 ;
	}
	ul.navi-list03-body li.navi-recruit a:hover {
		text-decoration: none;
		opacity: 1;
	}
	

}


