@charset "utf-8";
/* CSS Document */
/*===============================================
●mobile.css  画面の横幅が420pxまで
===============================================*/
@media screen and (max-width:420px){

/*　全ページ共通設定 */
body{margin:0;
     font-family: Verdana, Geneva, sans-serif;
	 width:420px;}

body a{text-decoration:none}

body a:link{color:#000;}

/*---------------全体Warp設定開始---------------*/

#Wrap {width:100%;
	min-width:420px;
	height:3145px;
	margin:0;
	padding:0;
	background:white;
	background-size:cover;}

/*---------------全体Warp設定終了---------------*/

#Wrap a:hover {color:white;
	opacity:0.8;}

/*----------------------------------------内部ボックス設定開始----------------------------------------*/
.truck-img,
.navi_1,
.pc_br{display:none;}

/*---------------Naviボックス設定開始---------------*/

#siteHeader{width: 100%;
		height:70px;
		background:black;
		font-size: 15px;
		z-index: 9999;
		top: 0;
		left: 0;
		position: sticky;
		text-align: left;
		background-size:cover;}

.header_navi{width:420px;
	margin:0 auto;}

.navi {position: relative;
	background:black;
	color:white;
	width: 420px;
	height:70px;}

	li{list-style: none;}
	
.navi_1{width: 420px;
    height: 70px;
    float: left;}

/*----------------------------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 70px;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-130%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background:black;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color:white;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 39px;
    cursor: pointer;
    z-index: 3;
    background:black;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

	
/*---------------Naviボックス設定終了---------------*/


/*---------------LineupTopボックス設定開始---------------*/

#ServiceTop{min-width:420px;
	width:100%;
	height:135px;
	background:white no-repeat;
	background-size: cover;}

.ServiceTop_1{width:420px;
	height:138px;
	margin:0 auto;}

.ServiceTop_2{width:355px;
	height:90px;
	margin:0 auto;
	background:url(../img_m/Service_logo.png)no-repeat;
	position: relative;
	top:50px;}

/*---------------LineupTopボックス設定終了---------------*/

/*---------------Lineupボックス設定開始---------------*/

#Service{min-width:420px;
	width:100%;
	height:3000px;
	background:url(../img_m/Service_long_bk.png) no-repeat;
	background-size: cover;
	margin-top: -19px;}

.Service_1{width:420px;
	height:2230px;
	margin:0 auto;
	position: relative;
	top:0px;}

.Service_2{width:420px;
	height:311px;
	margin:0 auto;
	position: relative;
	top:50px;}

.Service_2_2{width:420px;
	height:200px;
	margin:0 auto;
	background:url(../img_m/Service_bk2.png)no-repeat;
	position: relative;
	top:50px;
	float:left;}

.Service_2_2 h2{display: block;
    	width: 380px;
   	height: 40px;
   	color: white;
    	margin: 0 auto;
    	font-size: 29px;
    	font-weight: bolder;
    	line-height: 200%;}

.Service_2_2 h3{display: block;
    	width: 380px;
   	height: 40px;
   	color: white;
    	margin: 0 auto;
    	font-size: 13px;
    	font-weight: bolder;
    	line-height: 200%;}

.Service_2_2 p{display: block;
    	width: 380px;
   	height: 50px;
   	color: white;
    	margin: 0 auto;
    	font-size: 15px;
    	line-height: 180%;}

.Service_2_3{width:420px;
	height:50px;
	margin:0 auto;
	float:left;
	}


.truck-img{width:420px;
	height:906px;
	background:url(../img/img.png)no-repeat;
	position: relative;
	top:-514px;
	left:47%;}

/*---------------Lineupボックス設定終了---------------*/


/*---------------Contactボックス設定開始---------------*/

#Contact_1{position: relative;
	min-width:420px;
	width:100%;
	height:530px;
	bottom: 0px;
	margin:0 auto;
	background: white no-repeat;}
	
.Contact_3_1{width:100%;
	height: 530px;
	margin:0 auto;
	position: relative;}
	
.Contact_3_2{width: 420px;
	height: 530px;
	margin: 0 auto;
	background:url(../img_m/contact-tel.png)no-repeat;}

.Contact_3_3{width: 357px;
	height: 41px;
	margin: 0 auto;
	background:url(../img_m/CONTACT.png)no-repeat;
	position: relative;
	top:320px;}

#contact p{display: block;
	position: relative;
	width: 420px;
	height: 50px;
	top: 137px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	line-height: 200%;}

#footer_text{width: 420px;
	height: 50px;
	position: relative;
	top: 390px;}

#footer_text p{display: block;
	position: relative;
	width: 420px;
	height: 50px;
	top: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 200%;}

#last_link{width:400px;
	height:30px;
	margin:0 auto;
	position: relative;
	top:390px;}

#last_link_1{width:200px;
	height:30px;
	float:left;
	text-align: center;}

#last_link_2{width:200px;
	height:30px;
	float:left;
	text-align: center;}

.privacy_policy{width:200px;
	height:30px;
	text-align: center;}

.privacy_policy a{width:200px;
	height:30px;}

.site_map{width:200px;
	height:30px;
	text-align: center;}

.site_map a{width:200px;
	height:30px;}

/*---------------Contactボックス設定終了---------------*/
/*----------------------------------------内部ボックス設定終了----------------------------------------*/
}