@charset "utf-8";
/*base     ======================================
フォントや文字色、ベースカラーなど
=================================================*/

body {
  background: #F2F6F9;
}

.wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  max-width: 769px;
}


/*component =====================================
サイト内で何度も使いまわしたいもの(btnや各ブロックのタイトルなど)
=================================================*/
.btn--img:hover img,
a.btn--img:hover img {
  opacity: 0.6;
  transition: 0.3s;
}

/*==========================================
 ヘッダー
===========================================*/
.head_logo a:hover {
  opacity: 0.7;
}

/*==========================================
content
===========================================*/
.mainvisual_title1 {
  width: 100%;
    top: 0%;
    left: 0%;
}
.bgColor--main{
  background-color:#476cb1 ;
}
.bg__ev{
    background-color:#004098 ;
}
.bg__cp{
  background-color:#f6f1e7 ;
}

.bg__zancre19{
  background-color:#f6f1e7 ;
}



.sensing {
  width: 18%;
  z-index: 10;
}

.sensing_freed01 {
  bottom:27%;
  left:7.6%;
}
.sensing_nbox01 {
  bottom:27%;
  left:7.6%;
}
.sensing_nvan {
  bottom:5%;
  left:4%;
}


.t_none-e {
  width: 90%;
  left:5%;
  bottom:0;
}


.sensing_nwgn {
    top: 17.6%;
    left: 33.2%;
}

.sensing_vezel {
    top: 17.6%;
    left: 27.2%;
}

.sensing_nbox {
    top: 36%;
    left: 10.8%;
}

.sensing_stepwgn {
    top: 24%;
    left: 11.1%;
}

.sensing_fit {
    top: 14.3%;
    left: 15.7%;
}

.bgColor--suv{
background:#3b70a4 ;
}

.sensing_zrv {
    top: 14%;
    left: 4.7%;
}

.sensing_wrv {
    top: 3.2%;
    left: 51%;
}
.sensing_vezel2 {
    top: 3.4%;
    left: 59.2%;
}
.sensing_prelude01 {
    top: 64%;
    left: 4.6%;
}
.sensing_nonee {
    top: 91%;
    left: 7.3%;
}

.info_btn_usedcar {
  width: 77%;
    bottom: 14.3%;
    left: 11.5%;
}

.info_btn_optout {
  width: 80%;
    bottom: 15.5%;
    left: 10%;
}


.bg_shop {
  background-color: #cccccc;
}



/*==========================================
 footer
===========================================*/

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

footer .column3 {
  margin-right: 0% !important;
  width: calc(100% / 3) !important;
}

.column3:nth-child(1),
.column3:nth-child(2),
.column3:nth-child(4),
.column3:nth-child(5) {
  border-right: 1px solid #fff;
}

.column3:nth-child(3),
.column3:nth-child(6) {
  margin-right: 0% !important;
}

.gps_btn {
  display: block;
  width: 100%;
  height: 50px;
  border: 2px #275632 solid;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #3c9e2f, #275632 90%, #275632);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  -webkit-filter: drop-shadow(1px 1px 5px #999);
  filter: drop-shadow(1px 1px 5px #999);
  transition: 0.5s;
  transform: rotate(0.05deg);
  letter-spacing: 0rem;
  padding: 0 60px;
  position: relative;
  text-align: center;
  margin: 5px auto !important;
  cursor: pointer;
}
.gps_btn:before {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 9;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_search.png);
  background-size: 100% 100%;
  content: "";
}
.gps_btn:after {
  position: absolute;
  top: 30%;
  right: 10%;
  z-index: 9;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_arrow@2x.png);
  background-size: 100% 100%;
  content: "";
}
.gps_btn:hover {
  margin: 10px auto 0px !important;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .gps_btn {
    height: 80px;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    padding: 0 100px;
    margin: 5px auto !important;
  }
  .gps_btn:before {
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    content: "";
  }
  .gps_btn:after {
    position: absolute;
    top: 26px;
    right: 5%;
    z-index: 9;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    content: "";
  }
  .gps_btn:hover {
    margin: 10px auto 0px !important;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
    transition: 0.4s;
  }
}
.map__list--open {
  width: 100%;
  height: auto;
  display: none;
}
.gpsmap {
  display: none;
}
.display {
  display: block !important;
}
.w100 {
  width: 100%;
}

.foot_btn a {
  background: #172a88;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  display: block;
  width: 100% !important;
  padding: 10px 20px;
  line-height: 12px;
  text-align: center;
  position: relative;
}
.foot_btn a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
}
.foot_btn2 a {
  background: #388e3c;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  display: block;
  width: 100% !important;
  padding: 10px 20px;
  line-height: 12px;
  text-align: center;
  position: relative;
}
.foot_btn2 a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
}
@media screen and (min-width: 769px) {
  .foot_btn a {
    background: #172a88;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100% !important;
    padding: 15px 0;
    text-align: center;
    position: relative;
  }
  .foot_btn a::after {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
  }
  .foot_btn2 a {
    background: #388e3c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100% !important;
    padding: 15px 0;
    text-align: center;
    position: relative;
  }
  .foot_btn2 a::after {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  span.sp_kaigyo::before {
    content: "\A";
    white-space: pre;
  }
}
#gpsInfo {
  display: none;
}


/*==========================================
FOOTER
===========================================*/

.fixed_icon_wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px -2px 3px rgba(0, 0, 0, 0.1));
}


/*TOP*/
#page_top {
  position: fixed;
  right: 5px;
  bottom: 22vw;
  z-index: 100;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #888888;
  opacity: 0.8;
  text-align: center;
  font-weight: bold;
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  color: #fff;
  padding: 25px 0px 0 3px;
  font-size: 10px;
}

#page_top a::before {
  position: absolute;
  top: -33px;
  right: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  color: #fff;
  content: "\f106";
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  font-family: "Font Awesome 5 Free";
}

@media all and (min-width: 376px) {
  #page_top {
    bottom: 12vw;
  }
}

@media all and (min-width: 490px) {
  #page_top {
    bottom: 9.4vw;
  }
}

@media all and (min-width: 700px) {
  #page_top {
    bottom: 55px;
  }
}

@media all and (min-width: 1100px) {
  .page_top_wrap {
    position: fixed;
    width: 1000px;
    bottom: 14px;
    margin: auto;
    text-align: right;
    z-index: 1001;
  }

  #page_top {
    position: fixed;
    right: 10px;
    bottom: 6px;
    left: auto;
    z-index: 1001;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #888888;

    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: 0;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    text-decoration: none;
    color: #fff;
    padding: 27px 0px 0 4px;
    font-size: 14px;
  }

  #page_top a::before {
    position: absolute;
    top: -38px;
    right: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    color: #fff;
    content: "\f106";
    text-align: center;
    font-weight: 600;
    font-size: 43px;
    font-family: "Font Awesome 5 Free";
  }
}

.mt---1 {
  margin-top: -1px !important;
}
