@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:3341px;
	margin:0;
	padding:0;
	background:white;
	background-size:cover;}

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

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

/*----------------------------------------内部ボックス設定開始----------------------------------------*/
.PC,
.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ボックス設定開始---------------*/

#LineupTop{min-width:420px;
	width:420px;
	height:417px;
	background:url(../img_m/lineup_image_1.png) no-repeat;
	background-size: cover;}

.LineupTop_1{width:420px;
	height:417px;
	margin:0 auto;}

.LineupTop_2{width:290px;
	height:88px;
	margin:0 auto;
	background:url(../img_m/lineup_image_2.png)no-repeat;
	position: relative;
	top:50px;}

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

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

#Lineup2{min-width:420px;
	width:420px;
	height:264px;
	background:url(../img_m/dump-truck.png) no-repeat;
	background-size: cover;}

.Lineup2_1{width:420px;
	height:264px;
	margin:0 auto;}

.Lineup2_2{width:140px;
	height:45px;
	background:url(../img_m/dump-truck_logo.png)no-repeat;
	position: relative;
	top:195px;
	left:39px;}

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

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

#Lineup3{min-width:420px;
	width:420px;
	height:263px;
	background:url(../img_m/dump-truck2.png) no-repeat;
	background-size: cover;}

.Lineup3_1{width:420px;
	height:263px;
	margin:0 auto;}

.Lineup3_2{width:107px;
	height:47px;
	background:url(../img_m/dump-truck_logo2.png)no-repeat;
	position: relative;
	top:195px;
	left:280px;}

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

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

#Lineup4{min-width:420px;
	width:420px;
	height:264px;
	background:url(../img_m/dump-truck3.png) no-repeat;
	background-size: cover;}

.Lineup4_1{width:420px;
	height:264px;
	margin:0 auto;}

.Lineup4_2{width:81px;
	height:47px;
	background:url(../img_m/dump-truck_logo3.png) no-repeat;
	position: relative;
	top:115px;
	left:300px;}

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

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

#Lineup5{min-width:420px;
	width:420px;
	height:263px;
	background:url(../img_m/dump-truck4.png) no-repeat;
	background-size: cover;}

.Lineup5_1{width:420px;
	height:263px;
	margin:0 auto;}

.Lineup5_2{width:86px;
	height:48px;
	background:url(../img_m/dump-truck_logo4.png)no-repeat;
	position: relative;
	top:50px;
	left:300px;}

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

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

#Lineup6{min-width:420px;
	width:100%;
	height:1530px;
	background:black;
	background-size: cover;}

.Lineup6_1{width:420px;
	height:1280px;
	margin:0 auto;}

.Lineup6_2{width:400px;
	height:197px;
	position: relative;
	top:50px;
	margin:0 auto;
    	padding: 0 0 33px 0;}

.Lineup6_2_1{width:200px;
	height:197px;
	margin:0 auto;
	float:left;}

.Lineup6_2_2{width:150px;
	height:197px;
	margin:0 auto;}

.Lineup6_2_3{width:150px;
	height:150px;
	margin:0 auto;}

.Lineup6_2_3 img{width:150px;
	height:150px;}

.Lineup6_2_4{width:150px;
	height:47px;
	margin:0 auto;}

.Lineup6_2_4 img{width:150px;
	height:47px;}


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

/*---------------Serviceボックス設定開始---------------*/
	
#service {position: relative;
	min-width:420px;
	width:100%;
	height: 485px;
	background: black no-repeat;
	background-size: cover;}

.service_3_1{width:100%;
	height: 450px;
	margin:0 auto;
	position: relative;}
	
.service_3_2{width: 420px;
	height: 485px;
	margin: 0 auto;}
	
	
.service_3_2 p{display: block;
	position: relative;
	width: 420px;
	height: 50px;
	top: 190px;
	margin: 0 auto;
	color:white;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	line-height: 200%;}
	
#Service {position: relative;
	min-width:420px;
	width:100%;
	height:460px;
	bottom: 170px;
	background:url(../img/service_image_1.png)no-repeat;
	background-size: cover;}
	
.Service_2_1{width:100%;
	margin:0 auto;}
	
.Service_2_2{width: 1000px;
	height: 600px;}
	
.Service_2_3{width: 420px;
    height: 280px;
	position: relative;
    top: -70px;
    left: 320px;}
	
.Service_2_4{width: 220px;
    height: 100px;
	position: relative;
    top: 237px;
    left: 388px;}
	
.Service_2_1 {
	width: 1050px;
	height: 400px;
	position: relative;
	left: 0px;
    top: -50px;
	z-index: 100;}

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

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

#Contact_1{position: relative;
	min-width:420px;
	width:100%;
	height:530px;
	bottom: 60px;
	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ボックス設定終了---------------*/
/*----------------------------------------内部ボックス設定終了----------------------------------------*/
}