@charset "utf-8";

.txtwrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*アニメーション*/
.anime1{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
.anime2{
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}

/*BOX SIZING*/
.boxsize{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*SUBMIT Safari Clear*/
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	border:1px solid #666;
	background:#fff;
	color:#333;
}


body{
	min-width:320px;
}

#wrap img{
	vertical-align:middle;
}


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

#header_in{
	position:relative;
	z-index:99999;
	height:110px;

}
#header_cont{
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}

#header_in .logo{
	padding-top:27px;
	float:left;
}

#header_in .header_r{
	width:395px;
	float:right;
}



/********** navi **********/


#bg_navi{
	width:395px;
	margin-top:45px;
}

#navi{
	width:395px;
}

#navi  a{

}

#bg_navi > a+a{
	margin-left:40px;
}

#bg_navi a:last-child{
	margin-left:0px;
	float:right;
}

#bg_navi a{
	float:left;
	padding:0 5px 20px;
	display:block;
	position:relative;
	text-align:center;
	font-weight:bold;
}

#bg_navi a:hover{
	text-decoration:none;
}

#bg_navi a:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:4px;
	background-color:#2A9A90;
	-webkit-transition:width 0.2s ease;
	-moz-transition:width 0.2s ease;
	-o-transition:width 0.2s ease;
	transition:width 0.2s ease;
}
 
#bg_navi a:hover:before {
	width:100%;
}



#sp_navi{
	display:none;
}

/*-------------------------------------------------
		footer
-------------------------------------------------*/
#sp_footer_tel{
	display:none;
}
#footer_cont{
	background:url(../img/cmn/bg_footer01.jpg) center center no-repeat;
	background-size:cover;
	padding-top:287px;
}

#pagetop{
	position:absolute;
	right:0;
	bottom:0;
}

#pagetop .sp{
	display:none;
}

#footer_cont .footer_naviarea{

	background:#2A9A90;
	padding:10px 0 10px;
}

#footer_cont .footer_naviarea > div{
	position:relative;
	max-width:1100px;
	margin:0 auto;
}



#footer_cont #footer_navi a{
	display:inline-block;
	font-size:15px;
	color:#fff;
	border-bottom:1px solid #2A9A90;
	margin-left:33px;
}

#footer_cont #footer_navi a:hover{
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#footer_cont .footer_color{
	background:rgba(255,255,255,0.8);
	padding-top:32px;
	padding-bottom:10px;
}

#footer_cont .footer_color > div{
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}



#footer_cont .footer_color .footer_logo{
	float:left;
	margin-right:25px;
}

#footer_cont .footer_color .footer_tel{
	float:left;
	color:#2A9A90;
	font-weight:bold;
	font-size:15px;
	margin-top:0px;
	line-height:1.4;
}
#footer_cont .footer_color .footer_fax{
	float:left;
	color:#2A9A90;
	font-weight:bold;
	font-size:15px;
	margin-top:0px;
	line-height:1.4;
	margin:0 15px;
}

#footer_cont .footer_color .footer_tel span{
	display:block;
	font-size:22px;
	background:url(../img/cmn/bg_footer01.png) left 8px no-repeat;
	padding-left:30px;
}
#footer_cont .footer_color .footer_fax span{
	display:block;
	font-size:22px;
	background:url(../img/cmn/bg_fax.png) left 5px no-repeat;
	background-size:26px auto;
	padding-left:30px;
}

#footer_cont .footer_color .footer_info{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float:left;
	border-left:1px solid #CCCCCC;
	overflow:hidden;
	padding-left:12px;
	font-size:14px;
}

#footer_cont .footer_color .footer_info dt{
	width:60px;
	float:left;
	clear:both;
}

#footer_cont .footer_color .footer_info dd{
	float:left;
}

#footer_cont .footer_color #copyright{
	clear:both;
	font-size:12px;
}



/*-------------------------------------------------
		index
-------------------------------------------------*/

.main_img_area{
	overflow:hidden;
	position:relative;
	margin-bottom:68px;
}

.main_img_area .main_text .sp{
	display:none;
}

.main_img_area .main_text{
	width:37%;
	position:absolute;
	left:0;
	background:#2A9A90;
	position:relative;
	height:620px;
	text-align:right;
	z-index:2;
	top:0;
}

.main_img_area .main_text:before{
	display:block;
	position:absolute;
	content:url(../img/top/color_main01.png);
	left:0;
	top:0;
	width:94px;
	height:620px;
	z-index:2;
}



.main_img_area .main_text:after{
	display:block;
	position:absolute;
	content:url(../img/top/color_main02.png);
	right:-101px;
	top:0;
	width:101px;
	height:620px;
	z-index:2;
}

.main_img_area .main_text img{
	position:absolute;
	margin:auto 0;
	right:-45px;
	top:0;
	bottom:0;
	width:413px;
	height:198px;
	z-index:3;
}

.main_img_area .bg_img{
	width:64%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	background:url(../img/top/bg_main.jpg) center center no-repeat;
	background-size:cover;
	height:620px;
}

.needs_box h2{
	font-size:24px;
	text-align:center;
	background:#fff url(../img/cmn/bg_ttl01.jpg) center bottom no-repeat;
	padding-bottom:70px;
}

.needs_box .needs_color{
	padding:57px 0 80px;
}

.needs_box .needs_color p{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	max-width:1100px;
	margin:0 auto;
	font-size:18px;
	line-height:1.8;
	padding-left:39px;
	padding-right:35px;
}

.needs_box .needs_text{
	margin-bottom:35px !important;
}

.topmenu_box{
	background:#2A9A90;
	padding:40px 0;
	
}

.topmenu_box ul{
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}

.topmenu_box ul li{
	width:250px;
	float:left;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.topmenu_box ul li a{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:block;
	color:#2A9A90;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	min-height:250px;
	padding:33px 0 0;
}

.topmenu_box ul li+li{
	margin-left:33px;
}

.topmenu_box ul li a:hover{
	 color:#fff;
}



.topmenu_box ul li:last-child{
	float:right;
	margin-left:0;
}

.topmenu_box ul li a:hover{
	text-decoration:none;
}


.topmenu_box .topmenu_bg01 a{	background:url(../img/top/bnr_top01.png) center 103px no-repeat #fff;}
.topmenu_box .topmenu_bg02 a{	background:url(../img/top/bnr_top02.png) center 110px no-repeat #fff;}
.topmenu_box .topmenu_bg03 a{	background:url(../img/top/bnr_top03.png) center 95px no-repeat #fff;}
.topmenu_box .topmenu_bg04 a{	background:url(../img/top/bnr_top04.png) center 100px no-repeat #fff;}

.topmenu_box .topmenu_bg01 a:hover{background:url(../img/top/bnr_top01_hover.png) center 103px no-repeat #2AAD9B;}
.topmenu_box .topmenu_bg02 a:hover{background:url(../img/top/bnr_top02_hover.png) center 110px no-repeat #2AAD9B;}
.topmenu_box .topmenu_bg03 a:hover{background:url(../img/top/bnr_top03_hover.png) center 95px no-repeat #2AAD9B;}
.topmenu_box .topmenu_bg04 a:hover{background:url(../img/top/bnr_top04_hover.png) center 100px no-repeat #2AAD9B;}

/*-------------------------------------------------
		cmn
-------------------------------------------------*/
#page_title{
	background:#2A9A90 url(../img/cmn/bg_pagetitle.jpg) no-repeat left center;
}
#page_title h2{
	max-width:1020px;
	margin:0 auto;
	padding:50px 40px 0 40px;
	height:160px;
}
#pankuzu{
	background:#F6F6F6;
}
#pankuzu p{
	max-width:1020px;
	margin:0 auto;
	padding:2px 40px;
}
.titleh3{
	background:#fff;
}
.titleh3 h3{
	color:#259A90;
	font-size:24px;
	font-weight:bold;
	max-width:1020px;
	margin:0 auto;
	padding:0 40px;
}
.titleh3 h3 span{
	display:block;
	padding:50px 0;
	border-bottom:2px solid #259A90;
}
.content_tmp{
	background:#F6F6F6;
}
#main_area{
	background:#F6F6F6;
}
.content_tmp{
	padding:60px 40px;
	max-width:1020px;
	margin:0 auto;
	overflow:hidden;
}
span.iblk{
	display:inline-block;
}
/*-------------------------------------------------
		about
-------------------------------------------------*/
.daihyou_image{
	display:table-cell;
	width:230px;
	vertical-align:top;
}
.daihyou_message{
	display:table-cell;
	vertical-align:top;
	padding:0 40px 0 0;
}
.daihyou_image p{
	position:relative;
}
.daihyou_image img{
	display:block;
}
.daihyou_image span{
	display:block;
	width:100%;
	padding:10px;
	text-align:center;
	color:#fff;
	position:absolute;
	background:rgba(0,0,0,0.6);
	left:0;
	bottom:0;
	font-size:18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.daihyou_message p{
	font-size:18px;
	line-height:1.8;
	margin:0 0 25px;
}
.about_info_box table{
	width:49.5%;
	height:260px;
	font-size:18px;
}
.about_info_box table th,
.about_info_box table td{
	padding:10px;
	background:#fff;
	border-bottom:3px solid #F6F6F6;
}
.about_info_box table th{
	width:76px;
}
.about_info_box table td{
	line-height:25px;
}

.about_info_box table.left{float:left;}
.about_info_box table.right{float:right;}

.list3col li{
	font-size:18px;
	background:#fff;
	padding:15px;
	width:32.5%;
	float:left;
	margin-bottom:1.25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.list3col li:nth-child(3n){
	float:right;
}
.list3col li:nth-child(3n+1){
	clear:both;
	margin-right:1.25%;
}
.enkaku_box dl{
	margin:0 0 2px;
	background:#fff;
	font-size:18px;
	overflow:hidden;
	display:table;
	width:100%;
	padding:15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.enkaku_box dl dt{
	width:130px;
	display:table-cell;
}
.enkaku_box dl dd{
	display:table-cell;
}

/*-------------------------------------------------
		business
-------------------------------------------------*/
.business_box{
	background:url(../img/business/pic1.jpg) no-repeat center center;
	background-size:cover;
}
.business_text{
	width:100%;
	max-width:1020px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin:0 auto;
	padding:60px 490px 60px 0;
}
.vehicle_box li{
	font-size:18px;
	background:#fff;
	width:30%;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border:1px solid #ccc;
}
.vehicle_box li img{
	width:100%;
}
.vehicle_box li span{
	display:block;
	padding:15px;
}
.vehicle_box li:nth-child(2){
	margin-left:5%;
}
.vehicle_box li:nth-child(3){
	float:right;
}
.map_box{
	background:url(../img/business/bg1.jpg) no-repeat right top;
	padding:0 380px 0 0;
	min-height:380px;
}

/*-------------------------------------------------
		recruit
-------------------------------------------------*/
.recruit_box dl{
	margin:0 0 2px;
	background:#fff;
	font-size:18px;
	overflow:hidden;
	display:table;
	width:100%;
	padding:15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.recruit_box dl dt{
	width:130px;
	display:table-cell;
}
.recruit_box dl dd{
	display:table-cell;
}
.recruit_box dl dd li{
	text-indent:-18px;
	margin-left:18px;
}
.recruit_box dl dd li span.iblk{
	text-indent:0px;
}
.telepone_box{
	background:#fff;
	padding:20px 0;
	overflow:hidden;
	width:100%;
	display:table;
}
.tel_area{
	color:#2A9A90;
	font-size:50px;
	border-right:1px solid #ccc;
	padding:0 5%;
	line-height:1.0;
	letter-spacing: 2px;
	display:table-cell;
}
.tel_area .name{
	display:block;
	font-size:20px;
	padding:10px 0 0;
	letter-spacing: 0px;
}
.time_info{
	width:40%;
	padding:0 40px;
	vertical-align:middle;
	display:table-cell;
}
.time_info table{
}
.time_info table th{
	width:90px;
}
.time_info table th,
.time_info table td{
	padding:5px 0;
}
/*-------------------------------------------------
		facility
-------------------------------------------------*/
.setsubi_tmp{
	padding:20px;
	background:#fff;
	margin:0 0 40px;
	overflow:hidden;
}
.setsubi_tmp h4{
	font-weight:normal;
	font-size:18px;
	display:block;
	line-height:1.4;
	padding:0 0 15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
.setsubi_tmp .setsubi_image{
	width:292px;
	display:table-cell;
	vertical-align:top;
}
.setsubi_tmp .setsubi_txt{
	display:table-cell;
	line-height:1.4;
	vertical-align:top;
	padding:0 0 0 25px;
}
.setsubi_tmp .setsubi_txt p{
	margin:0 0 10px;
}
.befomaru li{
	margin:0 0 5px 18px;
	text-indent:-18px;
}
.befomaru li:before{
	content:"●"
}
.bottom_txt{
	padding:20px 0 0 0;
}
.setsubi_box > div:last-child{
	margin-bottom:0px;
}

/*-------------------- media only screen1400px ----------------------------*/
@media screen and (max-width: 1400px){
.business_box{
	background-size:auto auto;
}
}

/*-------------------- media only screen1110px ----------------------------*/
@media screen and (max-width: 1110px){

/*-------------------------------------------------
		footer
-------------------------------------------------*/


#footer_cont .footer_naviarea{
	padding:10px 15px 10px;
}

#footer_cont .footer_naviarea > div{
	position:relative;
	max-width:1100px;
	margin:0 auto;
}


#footer_cont .footer_color{
	background:rgba(255,255,255,0.8);
	padding-top:32px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

#footer_cont .footer_color > div{
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}



#footer_cont .footer_color .footer_logo{
	float:none;
	display:inline-block;
	vertical-align:top;
}

#footer_cont .footer_color .footer_tel{
	float:none;
	display:inline-block;
}
#footer_cont .footer_color .footer_fax{
	float:none;
	display:inline-block;
}

#footer_cont .footer_color .footer_info{
	clear:both;
	float:none;
	width:380px;
	border-left:none;
	border-top:none;
	padding-left:0;
	margin:10px auto 20px;
}

#footer_cont .footer_color .footer_info dt{
	width:60px;
	text-align:left;
}

#footer_cont .footer_color .footer_info dd{
	width:310px;
	text-align:left;
}

/*-------------------------------------------------
		cmn
-------------------------------------------------*/



/*-------------------------------------------------
		index
-------------------------------------------------*/
.main_img_area .main_text img{
	width:auto;
	height:auto;
}
.topmenu_box{
	background:#2A9A90;
	padding:40px 0;
	
}
.topmenu_box ul{
	margin:0 15px;
}

.topmenu_box ul li{
	width:23%;
}
.topmenu_box ul li+li{
	margin-left:2.7%;
}
.needs_box .sp_br{
	display:inline-block;
}

/*-------------------------------------------------
		business
-------------------------------------------------*/
.business_text{
	padding:60px 48% 60px 40px;
}
.business_box{
	background-size:auto 100%;
}

}



/*-------------------- media only screen881px ----------------------------*/
@media screen and (max-width: 881px){

a img {
	border: 0;
	-webkit-transition: 0s;
	transition: 0s;
}

a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a:hover{
	text-decoration: none;
}

#wrap{
	padding-top:80px;
}

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

#header_in{
	position:fixed;
	background:#fff;
	height:80px;
	width:100%;
	top:0;
	left:0;
	min-width:320px;
}


#header_in .logo{
	float:left;
	width:234px;
	padding-left:20px;
	padding-top:14px;
}


#header_in .header_r{
	width:auto;
	float:right;
}



#header_in #bg_navi{
	display:none;
}
#header_in #sp_navi{
	display:block;
}

/* =================== アコーディオン =================== */
#header_in .btn{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:block;
	width:50px;
	height:38px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

#header_in .peke img{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

}

#header_in .peke {
	background:url(../img/cmn/navi_sp02.jpg) top right no-repeat;

}


#header_in .drawr {
	display: none;
	position: absolute;
	top: 80px;
	right:0;
	width:240px;
	z-index: 100;
	font-size:22px;
	height:auto;
}

#header_in .drawr a{
	width:240px;
	border-top:1px solid #DDDDDD;
	color:#000;
	display: block;
	padding:12px 0 11px 25px;
	text-decoration:none;
	background:#fff;
}


/*-------------------------------------------------
		footer
-------------------------------------------------*/

#sp_footer_tel{
	display:block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position:fixed;
	bottom:0;
	left:0;
	background:#299A90;
	width:100%;
	color:#fff;
	padding:0px 15px 5px;
	z-index:999;
	min-width:320px;
}

#sp_footer_tel dl{
	overflow:hidden;
	text-align:center;
}

#sp_footer_tel dt{
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	background:url(../img/cmn/bg_footer02.jpg) right 5px no-repeat;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:10px;
}



#sp_footer_tel dd{
	font-size:34px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
}
#sp_footer_tel dd span{

	background:url(../img/cmn/bg_footer03.jpg) left 12px no-repeat;
	padding-left:50px;
	padding-bottom:10px;

}

#sp_footer_tel a{
	color:#fff;
}

#sp_footer_tel .copy{
	text-align:center;
	border-top:1px solid #fff;
	font-size:16px;
}

#footer_cont{
	background:url(../img/cmn/bg_footer01.jpg) center center no-repeat;
	background-size:cover;
	padding-top:0;
	position:relative;
	margin-bottom:85px;
}

#pagetop{
	right:15px;
}

#pagetop .pc{
	display:none;
}

#pagetop .sp{
	display:inline;
}


#footer_cont .footer_naviarea{
	padding:0;
	background:none;
}

#footer_cont .footer_naviarea > div{
	position:static;
}

#footer_cont #footer_navi{
	display:none;
}


#footer_cont .footer_color{
	padding-bottom:53px;
}


#footer_cont .footer_color .footer_logo{

	display:block;
	text-align:center;
	margin-bottom:20px;
}

#footer_cont .footer_color .footer_tel{
	display:none;

}




#footer_cont .footer_color #copyright{
	display:none;
}
/*-------------------------------------------------
		cmn
-------------------------------------------------*/

/*-------------------------------------------------
		index
-------------------------------------------------*/

.main_img_area{
	margin-bottom:30px;
}

.main_img_area .main_text .pc{
	display:none;
}

.main_img_area .main_text .sp{
	display:inline;
}

.main_img_area .main_text{
	width:37%;
	height:260px;
}

.main_img_area .main_text:before{
	content:url(../img/top/color_main01_sp.png);
	width:39px;
	height:260px;
}



.main_img_area .main_text:after{
	content:url(../img/top/color_main02_sp.png);
	right:-33px;
	width:33px;
	height:260px;
}

.main_img_area .main_text img{
	right:0;
}

.main_img_area .bg_img{

	height:260px;
}

.needs_box h2{
	font-size:22px;
	text-align:center;
	background:#fff url(../img/cmn/bg_ttl01_sp.jpg) center bottom no-repeat;
	padding-bottom:30px;
	line-height:1.4;
}

.needs_box .needs_color{
	background:#F6F6F6;
	padding:35px 0 52px;
}

.needs_box .needs_color p{
	padding-left:30px;
	padding-right:30px;
}

.needs_box .needs_text{
	margin-bottom:35px !important;
}

.topmenu_box ul li{
	width:48.88%;
	margin-bottom:10px;
}


.topmenu_box ul li:nth-child(odd){
	float:left;
	clear:both;
}


.topmenu_box ul li:nth-child(even){
	float:right;
}

.topmenu_box ul li a{
	color:#2A9A90;
	min-height:240px;
}

.topmenu_box ul li+li{
	margin-left:0px;
}

.topmenu_box ul li a:hover{
	 color:#2A9A90;
}



.topmenu_box ul li:last-child{
	float:right;
	margin-left:0;
}

.topmenu_box ul li a:hover{
	text-decoration:none;
}


.topmenu_box .topmenu_bg01 a{	background:url(../img/top/bnr_top01.png) center 103px no-repeat #fff !important;}
.topmenu_box .topmenu_bg02 a{	background:url(../img/top/bnr_top02.png) center 110px no-repeat #fff !important;}
.topmenu_box .topmenu_bg03 a{	background:url(../img/top/bnr_top03.png) center 95px no-repeat #fff !important;}
.topmenu_box .topmenu_bg04 a{	background:url(../img/top/bnr_top04.png) center 100px no-repeat #fff !important;}

/*-------------------------------------------------
		about
-------------------------------------------------*/
.list3col li{
	width:49.3%;
}
.list3col li:nth-child(3n){
	float:left;
}
.list3col li:nth-child(2n){
	float:right;
}
.list3col li:nth-child(3n+1){
	clear:none;
	margin-right:0;
}
.list3col li:nth-child(2n+1){
	clear:both;
}
/*-------------------------------------------------
		business
-------------------------------------------------*/
.map_box{
	background-size:50% auto;
	padding:0 52% 0 0;
}
/*-------------------------------------------------
		recruit
-------------------------------------------------*/
.telepone_box{
	display:block;
	width:auto;
	padding:20px 5% 15px;
}
.tel_area{
	border-right:none;
	border-bottom:2px solid #ccc;
	padding:0 5% 20px;
	margin:0 0 15px;
	display:block;
}
.time_info{
	width:auto;
	padding:0 5%;
	display:block;
}

}

/*-------------------- media only screen680px ----------------------------*/
@media screen and (min-width: 681px){
.block680{
	display:none;
}
}


/*-------------------- media only screen680px ----------------------------*/
@media screen and (max-width: 680px){

.block680{
	display:block;
}

#sp_footer_tel dt span{
	display:block;
	text-align:left;
}

#sp_footer_tel dt{
	background:url(../img/cmn/bg_footer02.jpg) right 7px no-repeat;
	line-height:1;
}

/*-------------------------------------------------
		index
-------------------------------------------------*/
.needs_box h2 .sp_br{
	display:block;
}
/*-------------------------------------------------
		cmn
-------------------------------------------------*/
#page_title h2{
	max-width:1020px;
	margin:0 auto;
	padding:20px;
	height:auto;
}
#pankuzu p{
	padding:2px 20px;
}
.titleh3 h3{
	padding:0;
}
.titleh3 h3 span{
	padding:20px;
}
.content_tmp{
	padding:40px 20px;
}
.daihyou_image{
	display:block;
	text-align:center;
	margin:0 auto;
}
.daihyou_message{
	display:block;
	padding:0;
}
/*-------------------------------------------------
		about
-------------------------------------------------*/
.about_info_box table{
	width:100%;
	height:auto;
}
.about_info_box table.left{float:none;}
.about_info_box table.right{float:none;}
.about_info_box table td{padding:10px 10px 10px 0;}

.list3col li{
	width:100%;
}
.list3col li:nth-child(3n),
.list3col li:nth-child(2n),
.list3col li:nth-child(3n+1),
.list3col li:nth-child(2n+1){
	clear:both;
	float:none;
}
/*-------------------------------------------------
		business
-------------------------------------------------*/
.business_box{
	background:url(../img/business/pic1_sp.jpg) no-repeat center top;
	background-size:100% auto;
	margin:50px 20px;
}
.business_text{
	padding:64% 0 0;
	margin:0;
}
.vehicle_box li{
	font-size:18px;
	background:#fff;
	width:300px;
	float:none;
	margin:0 auto 30px;
}
.vehicle_box li:nth-child(2){
	margin-left:auto;
}
.vehicle_box li:nth-child(3){
	float:none;
}
.map_box{
	background:none;
	padding:0 0 15px 0;
	min-height:10px;
}
/*-------------------------------------------------
		facility
-------------------------------------------------*/
.setsubi_tmp .setsubi_image{
	max-width:292px;
	width:100%;
	margin:0 auto 20px;
	display:block;
}
.setsubi_tmp .setsubi_txt{
	display:block;
	padding:0;
}

}

/*-------------------- media only screen570px ----------------------------*/
@media screen and (max-width: 570px){

#footer_cont .footer_color .footer_info{
	clear:both;
	float:none;
	max-width:310px;
	border-left:none;
	border-top:none;
	padding-left:0;
	margin:10px auto 20px;
	width:auto;
}


#footer_cont .footer_color .footer_info .sp_br{
	display:block;
	margin-left:10px;
}

#footer_cont .footer_color .footer_info dt{
	width:60px;
	text-align:left;
}

#footer_cont .footer_color .footer_info dd{
	width:80%;
	text-align:left;
}
/*-------------------------------------------------
		recruit
-------------------------------------------------*/
.telepone_box{
	padding:20px 3% 15px;
}
.tel_area{
	padding:0 0 20px;
	letter-spacing: 1px;
	font-size:32px;
}
.time_info{
	padding:0;
}
.tel_area .name{
	font-size:18px;
}
.time_info table th{
	width:70px;
}

}



/*-------------------- media only screen490px ----------------------------*/
@media screen and (max-width: 490px){

/*-------------------------------------------------
		footer
-------------------------------------------------*/
#footer_cont{
	margin-bottom:95px;
}
#sp_footer_tel{
	padding-top:10px;
}

#sp_footer_tel dt{
	font-size:15px;
	display:block;
	background:none;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	margin-right:0;
	text-align:center;
}

#sp_footer_tel dd{
	font-size:25px;
	display:block;


}

#sp_footer_tel dd span{
	color:#fff;
	background:url(../img/cmn/bg_footer03.jpg) left 5px no-repeat;
	padding-bottom:10px;

}


#sp_footer_tel dt span{
	display:inline;
}

#sp_footer_tel .copy{
	font-size:15px;
}
/*-------------------------------------------------
		business
-------------------------------------------------*/
.map_box{
	background:none;
	padding:0 0 15px 0;
	min-height:10px;
}

}
/*-------------------- media only screen480px ----------------------------*/
@media screen and (max-width: 480px){
/*-------------------------------------------------
		index
-------------------------------------------------*/
.main_img_area .bg_img {
    background: url(../img/top/bg_main_sp.jpg) left center no-repeat;
}
/*-------------------------------------------------
		cmn
-------------------------------------------------*/
.content_tmp{
	padding:40px 10px;
}
/*-------------------------------------------------
		about
-------------------------------------------------*/

.about_info_box table th,
.about_info_box table td{
	display:block;
	width:auto;
	padding:10px;
}
.about_info_box table td{
	border-bottom:10px solid #f6f6f6;
}
.enkaku_box dl{
	margin:0 0 5px;
}
.enkaku_box dl dt{
	display:block;
	width:auto;
	padding:0 5px 5px 0;
	margin:0 0 5px;
	border-bottom:2px solid #e6e6e6;
}
.enkaku_box dl dd{
	display:block;
}
/*-------------------------------------------------
		business
-------------------------------------------------*/
.business_box{
	margin:40px 10px;
}

/*-------------------------------------------------
		recruit
-------------------------------------------------*/
.recruit_box dl{
	margin:0 0 5px;
}
.recruit_box dl dt{
	display:block;
	width:auto;
	padding:0 5px 5px 0;
	margin:0 0 5px;
	border-bottom:2px solid #e6e6e6;
}
.recruit_box dl dd{
	display:block;
}
.recruit_box dl dd li{
	line-height:1.4;
	margin:0 0 5px;
}

}


/*-------------------- media only screen460px ----------------------------*/
@media screen and (max-width: 460px){
/*-------------------------------------------------
		cmn
-------------------------------------------------*/


/*-------------------------------------------------
		index
-------------------------------------------------*/

.main_img_area .main_text{
	width:155px;

}
.main_img_area .main_text img {
    right: -10px;
}


.main_img_area .main_text:before {
    content: none;
    width: 0;
    height: 0;
}

.main_img_area .bg_img{
	width:70%;

}





}

/*-------------------- media only screen400px ----------------------------*/
@media screen and (max-width: 400px){
/*-------------------------------------------------
		header
-------------------------------------------------*/



#header_in .logo{
	width:180px;
	padding-top:20px;
}

#header_in {
    position: fixed;
    background: #fff;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
}

#wrap {
    padding-top: 70px;
}

#header_in .logo {
    padding-top: 15px;
}

#header_in .btn {
    margin-top: 15px;
}

#header_in .drawr {
    top: 70px;
}

/*-------------------------------------------------
		footer
-------------------------------------------------*/
#footer_cont .footer_color .footer_info{
	clear:both;
	float:none;
	max-width:255px;
	border-left:none;
	border-top:none;
	padding-left:0;
	margin:10px auto 20px;
	width:auto;
}


#footer_cont .footer_color .footer_info .sp_br02{
	display:block;
	margin-left:5px;
}

#footer_cont .footer_color .footer_info dt{
	width:60px;
	text-align:left;
}

#footer_cont .footer_color .footer_info dd{
	width:75%;
	text-align:left;
}



/*-------------------------------------------------
		cmn
-------------------------------------------------*/

.topmenu_box .topmenu_bg01 a{
	background:url(../img/top/bnr_top01.png) center 70px no-repeat #fff !important;
	background-size:60% auto !important;
}
.topmenu_box .topmenu_bg02 a{
	background:url(../img/top/bnr_top02.png) center 80px no-repeat #fff !important;
	background-size:60% auto !important;
}
.topmenu_box .topmenu_bg03 a{
	background:url(../img/top/bnr_top03.png) center 60px no-repeat #fff !important;
	background-size:50% auto !important;
}
.topmenu_box .topmenu_bg04 a{
	background:url(../img/top/bnr_top04.png) center 65px no-repeat #fff !important;
	background-size:60% auto !important;
}

.topmenu_box ul li a{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:block;
	color:#2A9A90;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	min-height:150px;
	padding:15px 0 0;
}

}




