@charset "UTF-8";
/**
*
* 車検・整備・コーティング・オイル交換
*  
**/

/* 1ページ目・全ページ共通 */
.wrap.metalpage,
wrap metal_middle,
.wrap.metal_bottom {
  width: 100%;
  height: 100%;
}
html{
    position:relative;
}
.container,
.top_content {
  height: 100%;
}

div#c1{
	width:97%;
	margin:0 auto;	
}
.flex{
	display:flex;
	  flex-wrap: wrap;
	justify-content: space-around;
}
.b-flex{
    width:70%;
    margin:0 auto;
    padding-top:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.s-m-f{
	width:48%;
}
.b-flex img{
    width:80%;
}
.mb40{
    margin-bottom:40px;
}
.mb20{
    margin-bottom:20px;
}
.flex div{
	width:28%;
}
.flex div img{
	width:45%;
}
@media screen and (max-device-height: 768px) {
  .wrap.company_top {
    background-size: 1200px;
  }
  
  .metalpage.top .title {
    text-align: center;
  }

  .metalpage.top .top_content .message {
    font-size: 14px;
  }
}

.arrow_down1 {
  display: block;
  opacity: 1;
  position: fixed;
  top: 87%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.arrow_down2 {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

@media screen and (max-height: 768px) {
  .arrow_down1, .arrow_down2 {
      
  }  
}

.copyright {
position:absolute;
  color: #010101;
  position: fixed;
  bottom: 0;
  font-size: 12px;
}

/* 1ページ */
.wrap.metal_top {
  background-image: url('../img/sheet-metal/bg_top1.jpg');
  background-position: 64% 0;
  background-size: cover; 
  min-height: 1220px;
  height: 100%;
}

.top_content {
  position: relative;
}

.voice {
  display: block;
  position: absolute;
  top: 40%;
  right: 20%;
}

.voice img {
  width: 600px;
}

.staff {
  display: block;
  line-height: 0;
  position: absolute;
  top: 10%;
  right : 0;
}

.staff img {
  width: 450px;
}

.voice_staff {
  display: none;
}
img#st1{
	width:650px;
	height: auto;	
}

@media screen and (max-width: 1200px) {
  .voice {
    left : 30%;
  }
  
  .bottom_content {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  .voice {
    left : 40%;
  }
  
  .voice img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .voice,
  .staff {
    display: none;
  }
  
  .voice_staff {
    display: block;
    position: absolute;
    top: 10%;
    line-height: 0;
	 right:0;
  }
  
  .voice_staff img {
    width: 95%;
  }

}

@media screen and (max-height: 941px) and (min-device-height: 768px) {
  .staff img {
    height: 600px;
    width: auto;
  }
}

@media screen and (max-height: 641px) and (min-device-height: 768px) {
  .staff img {
    height: 400px;
    width: auto;
  }
}

/* 2ページ目 */
.bottom_content {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {  
  .bottom_content {
    width: 30%;
  }
}

@media screen and (max-device-height: 769px) {  
  .bottom_content {
    width: 57%;
  }
}
.wrap.metal_bottom {
  background-image: url('../img/sheet-metal/bg_bottom2.png');
  height: 100%;
}
.wrap.metal_middle {
  background-image: url('../img/sheet-metal/bg_bottom2.jpg');
  height: 100%;
}

.metal_bottom .metalpage div[class*="staff"] img {
  text-align: center;
  width: 100%;
  height: auto;
}

/* copyright */
.copyright {
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #122540;  
}

/*
@media screen and (min-width: 768px) {
  .copyright {
    background: none;  
  }
}
*/


/* スライド */
.horizontal_slider {
  display:none;
}
.horizontal_slider.slick-initialized {
  display: block;
}

.onepage-pagination li a:before,
.onepage-pagination li a.active:before {
  width: 0;
  height: 0;
  left: 0;
  content: '■';
  color: #010101;
  font-size: 18px;
  border: none;
  margin: 0;
}

.onepage-pagination li a.active:before {
  color: #C69738;
}

@media screen and (max-width: 417px) {
	.flex{
		width: 80%;
		margin: 0 auto;
	}

	.flex div{
		width:33%;
		padding-top:30px;
		padding-left:20px;
	}
    .flex div img{
        width:90%;
    }
    .b-flex div{
        width:50%;
        padding-top:20px;
        padding-left:20px;
    }
	.mb40{
		margin-bottom:10px;
	}
	.mb20{
		margin-bottom:10px;
	}
    .b-flex div img{
        width:100%;
    }
	.wrap.metal_top {
	  background-image: url('../img/sheet-metal/steel_bg_sm.jpg');
	  background-position: 0% 0%;
	  background-size: contain; 
	  height: 100%;
	}
	.b-flex {
		width: 80%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}
}