@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.fancybox.bikeList a{
width: 40%;
}
.fancybox.bikeList a img{
width: 100%!important;
}

.glidwrwap1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.glidwrwap1:before{
   width: calc(100% / 3 - 1%);
   content: "";
   order: 1;
}
.glidwrwap1 .box{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}
.glidwrwap1 .box img{
    width: 100% !important;
}
.bikeList02 .box {
  border-bottom: 1px solid #ccc;
  padding: 60px 0;
}
.bikeList .box{
  border-bottom: none;
}
.bikeList{
  border-bottom: 1px solid #ccc;
}
.glidwrwap1 .box{
  padding: 0;
}
@media screen and (max-width: 834px) {
  .bikeList02 .box {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .bikeList02 .box {
    padding-bottom: 30px;
  }
  .fancybox.bikeList a{
width: 100%;
}
}

.bikeList02 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .bikeList02 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bikeList02 .box article img {
  width: 30% !important;
  /* height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; */
}

/* @media screen and (max-width: 1000px) {
  .bikeList02 .box article img {
    height: 28.8vw !important;
  }
} */

@media screen and (max-width: 640px) {
  .bikeList02 .box article img {
    width: 80% !important;
    /* height: 58.12vw !important; */
    margin: auto;
  }
}

.bikeList02 .box article div {
  width: 66% !important;
}

@media screen and (max-width: 640px) {
  .bikeList02 .box article div {
    width: 100% !important;
    margin-top: 20px;
  }
}

.bikeList02 .box article div .date {
  font-size: 1.4rem;
}

.bikeList02 .box article div h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #262626;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bikeList02 .box article div .price {
  color: #f11829;
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 10px;
}

/*   2020.08.03  */
.btn_fix {
  text-align: center;
  margin: auto;
}
.btn_fix a {
    color: #262626;
    display: inline-block;
    border: 1px solid #262626; 
}
.btn_fix a::after {
 border-top: 1px solid #262626;
}


@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
}
