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

/* 1ページ目・全ページ共通 */
.wrap.company_top,
.wrap.company_middle,
.wrap.company_bottom {
  width: 100%;
  height: 100%;
}

.container,
.top_content {
  height: 100%;
}

.salepage.top {
  font-size: 18px;
  text-shadow:2px 2px 2px #000;
}

.top_content {
  margin-top: 150px;
}

.head_text {
  margin-left: 15px;
  margin-bottom: 30px;
  display: block;
}

.salepage.top .title {
  background: rgba(48,101,150,.6);
  font-family: serif;
  padding: 10px;
  margin-bottom: 30px;
}

.arrow_down1 {
  display: block;
  opacity: 1;
  position: fixed;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.sales-flex{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	column-gap:5%;
}
.sales-staff{
	width:28%;
	text-align: center;
}
.sales-staff img{
	width:78%;
}
@media screen and (max-width: 1920px) {
	.sales-flex{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		column-gap:0%;
		align-items :center;
	}
	.sales-staff{
		width:20%;
		text-align: center;
	}
	.sales-staff img{
		width:78%;
	}	
}
@media screen and (max-width: 1480px) {
	.sales-flex{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		column-gap:7%;
	}
	.sales-staff{
		width:28%;
		text-align: center;
	}
	.sales-staff img{
		width:70%;
	}	
}
@media screen and (max-width: 1280px) {
	.sales-flex{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		column-gap:8%;
	}
	.sales-staff{
		width:28%;
		text-align: center;
	}
	.sales-staff img{
		width:78%;
	}	
}
@media screen and (max-width: 478px) {
	.sales-flex{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		column-gap:10%;
	}
	.sales-staff{
		width:43%;
		text-align: center;
	}
	.sales-staff img{
		width:70%;
	}	
}
@media screen and (max-height: 768px) {
  .arrow_down1, .arrow_down2 {
      display: none;
  }  
}

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

.wrap.sale_top {
  background-image: url('../img/sale/bg_top.jpg');
  background-position: center 0;
  background-size: cover; 
  min-height: 1220px;
  height: 100%;
}

/* ここから */
.top_content {
  position: relative;
}

.top_content p {
  margin-bottom: 30px;
  width: 100%;
  font-size: 15px;
  word-wrap:break-all;
}

.top_content a {
  color: #fff;
  word-wrap: break-word;
}

.smbr {
  display: none;
}

@media screen and (max-device-height: 768px) {
  .wrap.company_top {
    background-size: 1200px;
  }
  
  .top_content {
    margin-top: 80px;
  }

  .top_content p {
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
  }
  
  .salepage.top .title {
    font-size: 15px;
    padding: 5px;
    margin-bottom: 10px;
  }
  
  .head_text {
    display: none;
  }
}

@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: 90%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  line-height: 0;
}

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

@media screen and (max-device-height: 769px) {  
  .bottom_content {
    width: 90%;
  }
}


.wrap.sale_bottom {
  background-image: url('../img/sale/bg_bottom.jpg');
  height: 100%;
	display: flex;
  align-items: center;
}

.sale_bottom .salepage 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 {

  }
}
*/

/* スライド */
.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;
}

/* ボタン */
.square_btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #58B99D; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #4B9080;
  border-radius: 3px;
  margin-left: 30px;
}

@media screen and (max-device-height: 768px) {
  .square_btn{
    margin-left: 15px;
  }
}

.square_btn:visited,
.square_btn:link {
  text-decoration: none;
  color: #fff;
}

.square_btn:active {/*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  text-decoration: none !important;
  color: #fff;
}
@media screen and (max-width:478px){
	.top_content {
		margin-top: 90px;
	}
	.top_content p{
		margin-bottom: 3px;
		font-size:13px;
	}
	.head_text{
		margin-left:0;
	}
	h2.title{
		font-size:0.8em;
	}
	.salepage.top .title {
		margin-bottom: 10px;
	}
	#lease{
		text-align: center;
	}
	#ss1,#ss2{
		margin-bottom:5px;
	}
}