html {
  overflow-y: scroll;
}
body {
  color: #101010;
  background-color: #FFF;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #F00;
}
a:hover, a:active {
  color: #FCF;
}
.imgdiv {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.containers {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .containers {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containers {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containers {
    width: 1170px;
  }
}
.containers:before, .containers:after {
  display: table;
  content: " ";
  clear: both;
}
.logo {
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {.ssm30 {margin-top: 30px;}}
@media screen and (max-width: 992px) {.smd30 {margin-top: 30px;}}
@media screen and (max-width: 768px) {.ssm80 {margin-top: 80px;}}
@media screen and (max-width: 992px) {.smd80 {margin-top: 80px;}}



/*BACKGROUND*/
.bg-white {
  color: #000;
  background-color: #FFF;
}
.bg-lightgray {
  color: #000;
  background-color: #F4F4F4;
}
.bg-black {
  color: #FFF;
  background-color: #000;
}
.bg-steelblue {
  color: #FFF;
  background-color: #649BB9;
}
.bg-dbrown {
  color: #FFF;
  background-color: #231815;
}
.bg-crimson {
  color: #FFF;
  background-color: #B11B38;
  overflow: hidden;
}
.bg-Dred {
  color: #FFF;
  background-color: #A01324;
  overflow: hidden;
}
.bg-Lred {
  color: #FFF;
  background-color: #FA9600;
  overflow: hidden;
}
.notice {
  color: #C2272D;
}






/*WRAPPER*/
.wplp {
  margin: 0 12%;
}
.wd12 {
  margin: 0 12%;
}
.wd03 {
  margin: 0 3%;
}
.wd06 {
  margin: 0 6%;
}
.wd08 {
  margin: 0 8%;
}
.wd11 {
  margin: 0 11%;
}
.wdcx5 {
  margin: 0 6% 0 10%;
}
.WDtestDrive {
  margin: 0 6.6%;

}
.bs20 {
  border-radius: 30px;
  box-shadow: 5px 5px 20px #000;
}
.br30 {
  border-radius: 30px;

}

.wplp .otsdct {
  margin: 0 8%;
}
.wplp .insdct {
  margin: 0 13%;
}




.wplp .wprentcars {
  margin: 0 8%;
}
.wplp .wprentinner {
  margin: 0 6.5%;
}
.wplp .wprentslide {
  margin: 0 13%;
}

.mtbb {
  margin-top: 50px;
}
.mbbb {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .wplp {
    margin: 0 8%;
  }
  .mtbb {
    margin-top: 25px;
  }
  .mbbb {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .wplp {
    margin: 0 5%;
  }
  .mtbb {
    margin-top: 20px;
  }
  .mbbb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .wplp {
    margin: 0 3%;
  }
  .mtbb {
    margin-top: 4%;
  }
  .mbbb {
    margin-bottom: 4%;
  }
}
@media (max-width: 640px) {
  .wplp {
    margin: 0;
  }
}

h2.phdr {
  margin: 0;
  padding: 1em 0 0 0;
/*  text-align: center !important;*/
  line-height: 1.4em;
  font-weight: 300;
  font-size: 34px;
  color: #C5000A;
}
h2.ptitle {
  margin: 0;
  padding: 1em 0 0 0;
  text-align: center !important;
  line-height: 1.6em;
  font-weight: 300;
  font-size: 36px;
}
h3.toctt {
  margin: 0;
  padding: 0.5em 0 1em 0;
  text-align: center !important;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 28px;
  color: #BE0524;
}
.ctttel {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  color: #000;
  text-align: center;
}
.ctttel span {
  font-size: 180%;
}
.ctthdrs {
  margin: 0;
  padding: 0.3em 0 0 0;
  font-size: 1.5em;
  text-align: center;
}
h2.fcred {

}
@media (max-width: 1200px) {
  h2.phdr {
    font-size: 32px;
  }
  h2.ptitle {
    font-size: 34px;
  }
  h3.toctt {
    font-size: 26px;
  }
  .ctttel {
    font-size: 1.3em;
  }
  .ctthdrs {
    font-size: 1.4em;
  }

}
@media (max-width: 992px) {
  h2.phdr {
    font-size: 26px;
  }
  h2.ptitle {
    font-size: 30px;
  }
  h3.toctt {
    font-size: 20px;
  }
  .ctttel {
    font-size: 1.1em;
  }
  .ctthdrs {
    font-size: 1.1em;
  }



}
@media (max-width: 768px) {
  h2.phdr {
    font-size: 3.6vw;
  }
  h2.ptitle {
    font-size: 4vw;
  }
  h3.toctt {
    font-size: 2.8vw;
  }
  .ctttel {
    font-size: 2.8vw;
  }
  .ctthdrs {
    font-size: 3.1vw;
  }
}
@media (max-width: 640px) {
  h2.phdr {
    font-size: 3.8vw;
  }
}
/*PACECLOSE*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .olchrome {
    display: none;
  }
}
.closebtn {
  position: relative;
  padding: 30px 0 30px 0;
  text-align: center;
  font-weight: normal;
  line-height: 1.1em;
  color: #FFF;
  background-color: transparent; 
  border: 1px solid #FFF;
  font-size: 38px;
}
.closebtn:before {
  position: absolute;
  top: 50%;
  left: 3.5%;
  margin-top: -23px;
  content: "\00f057";
  color: #999;
  font-size: 1.8em;
  font-family: fontAwesome;
}
a .closebtn {
  display: block;
  width: 100%;
  height: 100%;
}
a:link .closebtn, a:visited .closebtn {
  color: #FFF;
}
a:hover .closebtn, a:active .closebtn {
  color: #C01920;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #FFF; 
  border: 1px solid #666;
}
@media (max-width: 1200px) {
  .closebtn {
    padding: 26px 0 26px 0;
    font-size: 33px;
  }
  .closebtn:before {
    margin-top: -20px;
  }
}
@media (max-width: 992px) {
  .closebtn {
    padding: 20px 0 20px 0;
    font-size: 26px;
  }
  .closebtn:before {
    margin-top: -15px;
  }
}
@media (max-width: 768px) {
  .closebtn {
    padding: 0.7em 0 0.7em 0;
    font-size: 3.3vw;
  }
  .closebtn:before {
    margin-top: -2.5%;
  }
}

h1.root {
  margin: 0;
  padding: 0;
  font-size: 0
  text-align: center;
}

.container {
  max-width: 1200px;
}









/*RETURN TO TOP*/
#PGtop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
#PGtop a {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#PGtop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f062';
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#PGtop a:hover,
#PGtop a:active,
#PGtop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0,0,0,0.5);
}




























































@media screen and (max-width: 1200px) {
  .movies {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .movies iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .rtwrap {
    margin: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .rtwrap {
    margin: 0 5%;
  }
}




.imgyt {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.imgyt a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



.type1 {
  margin: 0.5em 1em 2em 1em;
  text-align: left;
  font-weight: 300;
  font-size: 1em;
}
ul.spmerit {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em;
  font-size: 1.4em;
  font-weight: 700;
}
table.spway {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
table.spway th {
  padding: 0.5em 0;
  text-align: center;
  color: #000;
  background-colo: #DDD;
  font-size: 1em;
  border-right: 5px solid #FFF;
}
table.spway td {
  padding: 0.5em 0;
  text-align: center;
  color: #FFF;
  background-color: #666;
  font-size: 1em;
  border-right: 5px solid #FFF;
}
.spnote {
  margin: 0.3em 0 2em 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
.spexp {
  margin: 0 0 2em 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.6em;
}
.splastcom {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
}
.fcg {
  color: #C6A96D;
}
.fcw {
  color: #FFF;
}
.mvarw:after {
  font-family: FontAwesome;
  content : "\0020\00f16a";
  font-size: 1.3em;
  color: #F00;
  position: relative;
  top: 3px;
}
.carousels {
  margin: 0;
  padding: 0;
  color: #FFF;
  background-color: #000;
}
.carousels .cswrap {
  margin: 0 5%;
  color: #FFF;
}
@media (max-width: 1200px) {
  .carousels .cswrap {
    margin: 0 6%;
  }
  .splastcom {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .carousels .cswrap {
    margin: 0 7%;
  }
  .type1 {
    font-size: 0.9em;
  }
  .splastcom {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .carousels .cswrap {
    margin: 0 5%;
  }
  .type1 {
    font-size: 0.8em;
  }
  ul.spmerit {
    font-size: 2.5vw;
  }
  table.spway th {
    font-size: 0.75em;
  }
  table.spway td {
    font-size: 0.75em;
  }
  .spnote {
    font-size: 0.7em;
  }
  .spexp {
    font-size: 0.7em;
  }
  .splastcom {
    font-size: 2.8vw;
  }





}
@media (max-width: 480px) {
  table.spway th {
    font-size: 0.7em;
  }
  table.spway td {
    font-size: 0.7em;
  }
  .spnote {
    font-size: 0.65em;
  }
  .spexp {
    font-size: 0.65em;
  }
}













ul.fmcarousel {
  margin: 0;
  padding: 0;
}
ul.fmcarousel li {
  padding: 0;
  list-style-type: none;
}
ul.fmcarousel li img {
  width: 100%;
}
ul.fmcarousel li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.fmcarousel li img {
  font-size: 0;
}
hr.ptbdrs {
  margin: 60px auto;
  border: 1px solid #000;
  width: 40%;
}
hr.ptbdrsB {
  margin: 80px auto;
  border: 1px solid #FFF;
  width: 40%;
}








/*CARVIEW*/
.carvw {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.carvw .mainimage {
  margin: 0;
  padding: 0;
  width: 100%;
}
/*Position*/








.carvw .postestDrive {
  position: absolute;
  top: 350px;
  width: 100%;
}
.carvw .posyokohama {
  position: absolute;
  bottom: 133px;
  width: 100%;
}
.carvw .posregist {
  position: absolute;
  bottom: 65px;
  width: 100%;
}
.carvw .posbtn {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.carvw .posroadster {
  position: absolute;
  bottom: 49px;
  width: 100%;
}







.carvw .suvbtn {
  position: absolute;
  bottom: 26px;
  width: 100%;
}
.wdtbtn {
  margin: 0 6.5%;
  width: 87%;
}
.btnstyle {
  text-align: center;
  font-weight: normal;
  line-height: 1.1em;
  color: #FFF;
  background-color: #120A08;
  font-size: 29px;
  padding: 20px 0 20px 0;
  border-radius: 5px;
}
.btnstyle:after {
  content: "\0020\0020\0025b6";
  color: #FFF;
  font-size: 1.2em;
  position: relative;
  top: 5px;
}
a .btnstyle {
  display: block;
  width: 100%;
  height: 100%;
}
a:link .btnstyle, a:visited .btnstyle {
  color: #FFF;
}
a:hover .btnstyle, a:active .btnstyle {
  color: #000;
  background-color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 1px 5px 10px #000;
}
a:hover .btnstyle:after, a:active .btnstyle:after {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}



@media (max-width: 1200px) {
  .carvw .postestDrive {
    top: 325px;
  }
  .carvw .posyokohama {
    bottom: 122px;
  }
  .carvw .posregist {
    bottom: 62px;
  }
  .carvw .posbtn {
    bottom: 0;
  }
  .carvw .posroadster {
    bottom: 44px;
  }
  .carvw .suvbtn {
    bottom: 26px;
  }
  .btnstyle {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .carvw .postestDrive {
    top: 265px;
  }
  .carvw .posyokohama {
    bottom: 100px;
  }
  .carvw .posregist {
    bottom: 50px;
  }
  .carvw .posbtn {
      bottom: 0;
  }
  .carvw .posroadster {
    bottom: 38px;
  }
  .carvw .suvbtn {
    bottom: 22px;
  }
  .btnstyle {
    padding: 0.8em 0 0.8em 0;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .carvw .postestDrive {
    top: 51%;
  }
  .carvw .posyokohama {
    bottom: 11.5%;
  }
  .carvw .posregist {
    bottom: 3.5%;
  }
  .carvw .posbtn {
    bottom: 0;
  }
  .carvw .posroadster {
    bottom: 7%;
  }
  .carvw .suvbtn {
    bottom: 4%;
  }
  .btnstyle {
    padding: 0.8em 0 0.8em 0;
    font-size: 3.5vw;
  }
}

.imgfeel {
  width: 100%;
  max-width: 900px;
}


/*COLORCHIPS*/
.nmsm3 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  float: left;
  width: 25%;
}
.img259 {
  width: 100%;
  max-width: 259px;
}
/*OTHERS*/
.textctr {
  text-align: center;
}
@media (max-width: 768px) {
  .textctr {
    text-align: left;
  }
}
hr.wht {
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%);
}
hr.awdhr {
  margin: 50px auto;
  height:0px;
  border: 1px solid hsl(0, 0%, 100%);
  width: 20%;
}
img.ihv:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
p.notice {
  font-size: 1.1em;
  color: #C90005;
}
hr.cttbdr {
  margin: 70px auto 60px auto;
  border: 10px dotted #898989;
  height: 1px;
  width: 20%;
}
hr.dots {
  margin: 70px auto 60px auto;
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
   width: 330px;
}
@media (max-width: 992px) {
  hr.dots {
    width: 270px;
  }
}
@media (max-width: 768px) {
  hr.dots {
    margin: 50px auto 40px auto;
    width: 216px;
  }
}


span.hldy {
  color: #920A30;
  font-size: 1.4em;
  position: relative;
  top: 1px;
}






/*WRAPPER RELATED*/
.sever h1 {
  margin: 0;
  padding: 1.5em 0 0.5em 0;
  text-align: center;
  line-height: 1em;
  font-size: 50px;
}
.sever h1 span {
  display: block;
  font-size: 50%;
}
.sever h2 {
  margin: 1.5em 0;
  padding: 0;
  text-align: center;
  color: #000;
  background-color: #FFF;
  font-weight: 700;
  font-size: 30px;
}
.ctline {
  background: url("../img/ctline.png") repeat-y center top scroll;
}
@media (max-width: 768px) {
  .ctline {
    background-image: none;
  }
}
.feeexp {
  margin: 1em 1.5em 2em 1.5em;
  font-size: 0.6em;
  text-align: center;
}
.ftrnote {
  margin: 2em 1em 2em 1em;
  font-size: 0.8em;
  text-align: left;
}
.btnse {
  text-align: center;
  font-weight: normal;
  line-height: 1.1em;
  color: #FFF;
  background-color: #666;
  font-size: 24px;
  padding: 20px 0 20px 0;
}
.btnse:after {
  content: "\0020\0020\0025b6";
  color: #FFF;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
a .btnse {
  display: block;
  width: 100%;
  height: 100%;
}
a:link .btnse, a:visited .btnse {
  color: #FFF;
}
a:hover .btnse, a:active .btnse {
  color: #C01920;
  background-color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 1px 5px 10px #000;
}

@media (max-width: 1200px) {
  .sever h1 {
    font-size: 45px;
  }
  .sever h2 {
    font-size: 26px;
  }
  .btnse {
    padding: 18px 0 18px 0;
    font-size: 20px;
  }
  .btnse:after {
    font-size: 1.2em;
    top: 1px;
  }
}
@media (max-width: 992px) {
  .sever h1 {
    font-size: 35px;
  }
  .sever h2 {
    font-size: 24px;
  }
  .btnse {
    padding: 15px 0 15px 0;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sever h1 {
    font-size: 4.6vw;
  }
  .sever h2 {
    font-size: 2.9vw;
  }
  .btnse {
    padding: 0.7em 0;
    font-size: 2.5vw;
  }
  .btnse:after {
    font-size: 1.4em;
    top: 2px;
  }
}




.errors {
  margin: 40px 0 0 0;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 2em;
}
.errors .errtitle {
  padding: 10px 0 15px 0;
  font-size: 1.2em;
  font-weight: bold;
}
.errors .errnote {
  padding: 7px 0 5px 20px;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
  background-color: transparent;
  border-left: 40px solid #101010;
}
@media (max-width: 768px) {
  .errors .errtitle {
    font-size: 1em;
  }
  .errors .errnote {
    font-size: 0.8em;
    padding: 5px 0 3px 10px;
    border-left: 20px solid #101010;
  }
}
.btnarea {
  margin: 40px auto;
  width: 50%;
}
@media (max-width: 768px) {
  .btnarea {
    width: 100%;
  }
}
.submitb {
  font-size: 1.2em;
  width: 100%;
  padding: 0.8em 0;
  color: #FFF;
  background-color: #CA052C;
  border: none;
  border-radius: 10px;
}
.resetb {
  font-size: 1.2em;
  width: 100%;
  padding: 7px 0;
  color: #FFF;
  background-color: #333;
  border: none;
  border-radius: 10px;
}
.submitb:hover {
  color: #000;
  background-color: #CCC;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.resetb:hover {
  color: #FFF;
  background-color: #999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
span.ness:after {
  content: " \5b\5FC5\9808\5d";
}
label {
  font-weight: normal !important;
}
span.fmexp {
  padding-left: 1em;
  color: #CA062C;
  font-size: 80%;
}
@media screen and (max-width: 530px) {
  span.fmexp {
    display: block;
    padding-left: 0;
    font-size: 75%;
  }
}
.l3 {
  display: inline;
  width: 4em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.l4 {
  display: inline;
  width: 5em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.l3:focus, .l4:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.lym {
  display: inline;
  width: calc(100% - 2.5em);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.lym:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formans {
  margin: 0 0 0 1em;
  padding: 0;
}
.formans:first-letter {
  margin-left: -1em;
}
.mtbshop {
  margin: 8% 0;
}
address {
  clear: both;
  margin: 0;
  padding: 1em 0 2em 0;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  address {
    font-size: 2vw;
  }
}
#floatP {
  display: block;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 999998;
}
#fltmenu {
  display:flex;
  flex-flow: row nowrap;
  justify-content: center;
}
imgflt {
  width: 120px;
  height: 120px;
}
@media (min-width: 640px) {
  #floatP {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #EEEFEF;
  }
  #fltmenu {
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
 .imgflt {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 640px) {
  #floatP {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #EEEFEF;
  }
  #fltmenu {
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
 .imgflt {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 400px) {
 .imgflt {
    width: 100%;
    height: auto;
  }
}