@charset "UTF-8";

/*======*/
body,html{margin:0px;padding:0px;cursor:default;font-size:12px;line-height:19px;text-align:center;color:#181818;}
body {font-family:"メイリオ",ＭＳ Ｐゴシック,Osaka;margin:0px;padding:0px;zoom: 1.0;-moz-transform: scale(1.0);}
	@media all and (max-width: 1024px) {
		body {font-family: Verdana, sans-serif;-webkit-text-size-adjust: none;overflow-x:hidden;min-width:100%;}
	}
a{cursor:pointer;outline:none;text-decoration:none;}
input,textarea,option,select{font-size:12px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #e0e0e0;}
h1,h2,h3,h4,h5,p,div,ul,li,dl,dt,dd,article,nav,span,form,img,nav{font-size:12px;margin:0px auto;padding:0px;vertical-align:top;font-weight:normal;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:hover img{opacity:0.9;filter: alpha(opacity=95);}
ul,li{list-style-type:none;}
#container{width:100%;overflow-x:hidden;max-width: 560px;padding-bottom:37px;}
body{background:url(../img/index/bg_point.webp) repeat-x #ffffff;background-size:900px 450px;background-position:bottom center;}

/*===■ヘッダー===*/
header{width:100%;height:auto;background:url(../img/header/bg.webp) no-repeat;background-size:100% auto;background-position:top ceenter;}
header .header{width:100%;height:auto;}
header .header h1.logo{width:95%;height:auto;padding:200px 0px 50px 0px;}


/*===■フッター===*/
footer{width:100%;padding:0px 0px 0px 0px;}
footer p.logo{width:150px;height:auto;}
footer p.copy{width:100%;color:#181818;line-height:150%;padding:12px 0px 5px 0px;}
footer p.credit{width:100%;color:#181818;line-height:150%;padding:12px 0px 37px 0px;font-size:11px;}
footer p a{color:#181818;}


/*===■求人ページ用フッター固定お問い合わせ===*/
	#footerMenu {width: 100%;height: 0px;position: fixed;z-index: 300;bottom:-50;overflow: none;left: 0;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;webkit-transition: all 0.4s ease-in-out;background:rgb(1255,255,255,0.4);}
	#footerMenu.show {position: fixed;z-index: 300;bottom: 0;height:auto;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
	#footerMenu ul{width:100%;height:auto;
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
		-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
	#footerMenu a{display:block;}
	#footerMenu p{padding:4px 0px;color:#8f6f38;}
	#footerMenu a span{display:inline-block;padding:6px 0px;color:#ffffff;font-size:14px;line-height:180%;}
	#footerMenu ul.navigation.one li{width:100%;}
	#footerMenu ul.navigation.two li{width:50%;}
	#footerMenu ul.navigation.three li{width:33.3%;}
	#footerMenu ul li.tel{background:rgb(143,111,56,0.8);}
	#footerMenu ul li.mail{background:rgb(55,173,215,0.8);}
	#footerMenu ul li.line{background:rgb(76,199,100,0.8);}
	#footerMenu ul li.tel a span{background:url(../img/footer/tel.png) no-repeat;background-size:auto 20px;background-position:0% 50%;padding-left:23px;}
	#footerMenu ul li.mail a span{background:url(../img/footer/mail.png) no-repeat;background-size:auto 20px;background-position:0% 50%;padding-left:27px;}
	#footerMenu ul li.line a span{background:url(../img/footer/line.png) no-repeat;background-size:auto 20px;background-position:0% 50%;padding-left:27px;}
	@media all and (max-width: 320px) {
	}

