/*base     ======================================
フォントや文字色、ベースカラーなど
=================================================*/

body,.bg--winered {
  background: #990a17;
}

/*layout   ======================================
header、footer、hamburger なども
=================================================*/


/*component =====================================
サイト内で何度も使いまわしたいもの(btnや各ブロックのタイトルなど)
=================================================*/
/*SPサイズのときのみ左右をトリミング*/
@media screen and (max-width: 768px) {
.trimm{
  width: 130%;
  left: -15%;
  position: relative;
}
}

/*contents  ======================================
各コンテンツごとの設定
=================================================*/
.bg--yellow {
  background:#fff000;
}

.mainvisual_title {
    width: 80%;
    top: 9.2%;
    left: 10%;
}
#mainvisual,.bg--red {
  background:  #ea0015;
}
#sokunou {
  background: #ffce4b;
}
#zankure {
  background: url(../images/5_bg.webp);
  background-size: 100% auto;
}
#crv {
  background: #cccccc;
}
#crv .crv_btn {
  width: 70%;
  left:15%;
  bottom: 4%;
}
#usedcar .usedcar_btn {
  width: 70%;
  left:15%;
  bottom: 3.5%;
}

.sensing {
  width: 18.5%;
}
.sensing-fit {
  top:3%;
  right:5%;
}
.sensing-nbox {
  bottom:13%;
  left:3%;
}
.sensing-stepwgn {
  top:4%;
  right:5.5%;
}
.sensing-freed {
  top:4%;
  right:5.5%;
}
.sensing-vezel {
  top: 1.5%;
  left: 53.5%;
}
.sensing-wrv {
  top:14.5%;
  right: 7%;
}




.bg--shopinfo{
  background: #e4f4fd; 
  }

.showroom_area1{
  background: #f5ac3c;
  }

.showroom_area2{
    background: #8d80bb;
 }

.showroom_area3{
      background: #0055a1;
}

.showroom_area4{
        background: #e78188;
        }


#gpsInfo {
          display: none;
        }

.gpsmap {
          display: none;
        }

.display{
  display:  block !important;
}
@media screen and (min-width: 769px) {
  .fixed_icon {
    width: 70%;
    margin: auto;
  }
}

.fixed_icon_wrap {
  position: sticky;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: #000;

}
.fixed_icon_inner div:hover {
  opacity: 0.7;
}








