/* @font-face {
	font-family: 'GenJuuGothic-N';
	src: url(/common/GenJyuuGothic-Normal.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'GenJuuGothic-B';
	src: url(/common/GenJyuuGothic-Medium.ttf);
    font-weight: bold;
    font-style: normal;
} */
html{
    scroll-behavior: smooth;
  }
/* body {
    font-family: 'GenJuuGothic';
} */
header {
    background: #f59916;
}
h1,h2,h3,p,ul,li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h2 {
    font-family: 'Righteous', cursive;
    font-size: 37px;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}

/* ----- header ----- */
header.index_header{
    background: #f59916;
    width: 100% !important;
    padding: 30px 2vw 0;
}
header h1{
    right:2vw;
    color:#FFF
  
  }
  
header a {
    color: #fff !important;
}
header .instagram {
    background: #fff;
}
header .instagram i {
    color: #252525;    
}

/* ----- TOP ----- */
#TOP {
    background: #f59916;
    padding: 0 0 2vh 0;
    display: inline-block;
    width: 100%;
}
#TOP .access-point {
    background: #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    float: right;
    margin: -8vh 1vw 8vh auto;
    position: relative;
}
#TOP .access-point:hover {
    opacity: 0.8;
    transition: all .3s;
}
#TOP .access-point a {
    color: #3f3c39;
}
#TOP .access-point .icon {
    fill: #f59916;
    width: 29px;
    display: inline-block;
    padding: 3vh 0 0;
}
#TOP .access-point h2 {
    font-size: 18px;
    font-weight: normal;
}
#TOP .access-point p {
    font-size: 10px;
    margin-top: 4px;
}

/* ----- slide ----- */
/*==================================
    +top_slide
==================================*/
.top_slide {
    width: calc(90%);
    max-width: 1600px;
    margin: 0 auto;
}
.slick-slide {
    height: auto !important;
}
.top_slide ul li {
    position: relative;
}
.top_slide ul li img {
    width: 100%;
    height: auto;
}

.top_slide ul li .slide_text {
    max-width: 38vw;
    width: 100%;
    position: absolute;
    bottom: 7%;
    left: 10%
}





.top_slide ul li .slide_text_nth {
    max-width: 38vw !important;
    width: 100%;
    position: absolute;
    top: 5vh !important;
    left: 7% !important;
}

.top_slide ul li .slide_text_last {
    position: absolute;
    top: 5vh !important;
    left: 7% !important;
    max-width: 38vw;
    width: 100%;
}





.slick-dots {
    width: 195px !important;
    position: absolute;
    bottom: 155px;
    right: -100px;
}
.slick-dots li {
    width: 195px !important;
    text-align: right;
    transition: .3s all;
    box-sizing: border-box;
    padding: 0 46px 0 0;
    margin: 0 auto 30px;
}
.slick-active {
    padding: 0 !important
}
.slick-dots li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-align: center;
    font-size: 0px;
    color: #ffffff;
    width: 8px;
    background: #ffffff;
    height: 8px;
}
.slick-active button {
    width: 100% !important;
    background: #ff9000;
    margin: 0
}
.top_slide video {
    border: 10px solid #f00;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

/* 
@media screen and (min-width: 1801px) {
    .top_slide {
        width: calc(100% - 100px);
        max-width: calc(1403px + 100px);
        margin: 0 100px 0 auto;
    }


}
@media screen and (min-width: 2201px) {
    .top_slide {
        width: calc(100% - 100px);
        max-width: calc(60% + 100px);
        margin: 0 100px 0 auto;
    }

} */

@media screen and (max-width: 1250px) {
    /* .top_slide { 
        width: calc(100% - 90px);
        margin: 0
    } */
    
    .slick-dots {
        width: 200px !important;
        right: -90px;
    }
    .slick-dots li {
        width: 200px !important;
    }
    .slick-active {
        padding: 0 !important
    }
}

/* ----- news ----- */
#news {
    background: #252525;
    width: 56%;
    position: absolute;
    padding: 5vh 6vw 8vh 12vw;
    margin-top: 80px;
}
#news h2 {
    color: #fff;
    display: inline-block;
}
#news .btn {
    background: #2d2d2d;
    border-radius: 100px;
    padding: 10px 26px;
    width: 100px;
    /* font-size: 12px; */
    display: inline-block;
    float: right;
}
#news a .btn:hover,#news a .btn:hover i {
    background: #fff;
    color: #2d2d2d;
    transition: all .3s;
}
#news .btn i {
    padding: 0 10px 0 0;
    font-size: 20px;
}
#news li {
    display: inline-block;
    width: 200px;
}
#news a {
    color: #fff;
}
#news li a:hover {
    color: #f59916;
}
#news p,#news h3 {
    font-weight: bold;
    transition: all .3s;
}
#news p span {
    color: #e94a4e;
    padding-left: 20px;
    font-family: 'Righteous', cursive;
}
#news li p:first-child {
    font-size:12px;
}
#news li p:last-child {
    display: inline-block;
    padding: 3px 0 0;
}
.line {
    margin-right: 40px;
    width: 2px;
    height: 60px;
    background-color: #3b3b3b;
    display: inline-block;
}

#stock-car-before {
    background: url(/index/images/stock-car-back.jpg);
    background-repeat: repeat;
    height: 240px;
}

/* ----- stock car ----- */
#stock-car {
    background: url(/index/images/stock-car-back.jpg);
    background-repeat: repeat; 
    position: relative;
}
#stock-car::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #f8f3ed;
}
#stock-car h2 {
    color: #fff;
    background: url(/index/images/stock-car-title-back.jpg);
    background-repeat: repeat;
    height: 180px;
    width: 100%;
    text-align: center;
    line-height: 170px;
    margin: 0 0 4vh;
}

/* ----- service ----- */
#service {
    background: url(/index/images/service-back.jpg);
    background-repeat: no-repeat; 
    height: 324px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    transition: all .5s;
}
#service:hover::before{
    background-color: rgba(0,0,0,0.7);
    transition: all .5s;
}
#service h2 a{
    text-align: center;
    color: #fff;
    font-size: 28px;
    border: solid 3px #fff;
    position: relative;
    padding: 20px 60px;
    font-family: 'GenJuuGothic-B';
}
/* ----- ABOUT ----- */
#about_prof{
  padding: 15px 0 100px;
}
#about_prof h2{
  text-align:center;
  padding: 30px 0 25px;
  border-bottom:5px solid #f59916;
  color:#f59916;
}
#about_prof ul{

background: #FFF;

padding: 60px;
}
#about_prof ul li{
    
display: flex;
    
flex-wrap: wrap;
    
font-size: 15px;
}
#about_prof ul li div:first-child{
    
border-bottom: 2px solid #f3b761;
    
width: 20%;
    
padding: 20px;
    
box-sizing: border-box;
}
#about_prof ul li div:last-child{
    
border-bottom: 2px solid #f0f0f0;
    
padding: 20px;
    
width: 80%;
    
box-sizing: border-box;
}
/* ----- access ----- */
#access h2 {
    color: #fff;
}
#access .left,#access .right {
    display: inline-block;
    height: 100%;
}
#access .left {
    background: url(/index/images/access-back.jpg);
    background-repeat: repeat; 
    width: 37%;
    height: 480px;
}
#access .left h2 {
    padding: 120px 14vw 180px;
}
#access .left a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100px;
    border: solid 2px #fff;
    padding: 1.6vh 1.8vw;
    float: right;
    margin-right: 40px;
    transition: all .5s;
}
#access .left a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: all .5s;
    color: #252525;
    border: solid 2px #252525;
}
#access .left .icon {
    fill: #fff;
    width: 24px;
    display: inline-block;
    vertical-align: sub;
    transition: all .5s;
}
#access .left a:hover .icon {
    transition: all .5s;
    fill: #252525;
}
#access .right {
    width: 63%;
    height: 480px;
    position: relative;
    float: right;
}
#access .right iframe {
    width: 100%;
    height: 100%;
}

/* ----- instagram ----- */
#instagram {
    background: url(/index/images/instagram-back.gif);
    background-repeat: repeat;
    text-align: center;
    padding: 70px 0 50px;
}
#instagram li {
    display: inline-block;
}
#instagram p i {
    font-size: 34px;
}
#instagram h2 {
    padding: 10px 0;
}
#instagram .slide {
    list-style-type: none!important;
    overflow: hidden;
    padding:10px 0!important;
    width: 100%;
    height:250px;
    margin-left:0!important;
    zoom: 1;
}
#instagram .slide div{
    float:left;
    margin-left:17px;
}
#instagram .slide img {
    width: 100%;
}

/*=======================
----->USEDCAR 
=========================*/
.usedcar-items { display: block;}
.usedcar-items li {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;/* border: 1px solid #e4e4e4; */padding: 1.5rem;margin-bottom: 2rem;background: #FFF;}
.usedcar-items .detail-car {display: flex;flex-wrap: wrap;width: 100%;}
.usedcar-items .detail-car div {display: block;width: 20%;padding: 0.5rem;/* border-right: 1px solid #e4e4e4; */text-align: center;font-size: 11px;color: #878686;line-height: 1.2;}
.usedcar-items .detail-car div:first-child {/* border-left: 1px solid #e4e4e4; */}
.usedcar-items .detail-car strong {display: block;color: #000;font-size: 16px;font-weight: bold;margin: 3px 0 0;}
.usedcar-items .detail-car strong small { display: inline-block; font-size: 12px;}
.usedcar-items .detail-car span { display: block; color: #000;}
.usedcar-items .button-items {display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;/* margin-top: 1.7rem; */align-items: flex-start;align-self: flex-end;}
.usedcar-items .button-items .view-detail {display: block;width: 100%;text-align: center;border-radius: 25px;background: #fff;color: #FFF;margin-bottom: 0.5rem;position: relative;z-index: 0;overflow: hidden;height: 52px;line-height: 52px;font-weight: bold;font-size: 16px;background: #38563c;}
.button-items .view-detail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-items .view-detail,
.button-items .view-detail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.button-items .view-detail::after {
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}

.button-items .view-detail:hover::after {
  top: 0;
  left: -10px;
  background-color: #59765c;
  width: 200%;
}
.usedcar-items .button-items .inquire {display: block;width: 100%;border: 0;border-radius: 25px;background: #f59916;color: #fff;text-align: center;position: relative;z-index: 0;overflow: hidden;height: 52px;line-height: 52px;font-size: 16px;font-weight: bold;}
.button-items .inquire::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-items .inquire,
.button-items .inquire::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.button-items .inquire::after {
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}
.button-items .inquire:hover {
  color: #fff;
}
.button-items .inquire:hover::after {
  top: 0;
  left: -10px;
  background-color: #ffb040;
  width: 200%;
}

.usedcar-items .images-car { display: flex; flex-wrap: wrap; padding-right: 1rem;}
.usedcar-items .full-images {display: block;width: 267px;margin-right:10px;}
.usedcar-items .full-images a{display:block;width:100%;/* height:100%; */position:relative;}
.usedcar-items .full-images a .img-back {
    position: absolute;
    left: -8px;
    bottom: -8px;
    z-index: 1;
    transition: .3s all;
}
.usedcar-items .full-images a:hover .img-back {
    left: 0;
    bottom: 0;
    opacity:0;
}
.usedcar-items .full-images a:hover > img { opacity:0.7;}
.usedcar-items .full-images a > img { transition: .5s all; width: 100%; position:relative;z-index:2;}
.usedcar-items .item-wrap {display: block;width: calc(100% - 289px);}
.usedcar-items .images-items {display: block;width: 67%;}
.usedcar-items .data-car-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;padding-right: 10px;}
.usedcar-items .data-car {width: calc(100% - 226px);}
.usedcar-items .namecar {width: 100%;display: block;font-weight: bold;font-size: 16px;line-height: 1.6em;}
.usedcar-items .namecar span.maker_name{ font-size: 12px;}
.usedcar-items .namecar span { display: inline-block;}
.usedcar-items .namecar a{color: #000000;text-decoration: underline !important;}
.usedcar-items .namecar a:hover span{ text-decoration:underline;}

.usedcar-items .pricecar {font-size: 12px;line-height: 17px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.usedcar-items .pricecar dl:first-child{ width:50%}
.usedcar-items .pricecar dl:first-child dt{
  background:#fff1dd;
  height: 27px;
  line-height: 27px;
  padding: 0 0 0 7px;
  color: #f7a939;
  font-family: 'Righteous', cursive;
  font-size: 18px;
  margin:0 0 5px;
}
.usedcar-items .pricecar dl dd{
  text-align:right;
  background:#f4f3f3;
  padding:0 10px;
}
.usedcar-items .pricecar .text-red {color: #000000;font-size: 28px;font-weight: bold;white-space: nowrap;display: inline-block;line-height: 42px;}
.usedcar-items .pricecar .text-red span {display: inline-block;font-size: 25px;}
.usedcar-items .pricecar small { color: #000; font-size: 12px; display: inline-block;font-weight: bold;}
.usedcar-items .img-car { width: 93px; padding: 0.25rem; display: block;}
.usedcar-items .img-car img { width: 100%;}
.thumnail-buttton{display: flex;width: 216px;}

.slick-slide
{
    margin: 0 15px!important;
}
.insta_slide a img{
    transition: 0.5s;
}
.insta_slide a:hover img{
    opacity: 0.8;
}


@media( min-width:1600px){
    #news li {
        width: 260px;
    }
    #service h2 p {
        padding: 30px 120px;
    }
}