/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  height: 50px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px !important;
  margin-bottom: 15px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
	height:20px;
    width: 15px;
}
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      /* margin: 5px 7px; */
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
	  	transition-property: all;
	transition: 0.2s linear; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
			filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; }

/*----------------------------------------

	カスタマイズ　20200820

----------------------------------------*/
.owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-theme .owl-dots .owl-dot {
    width: 20px;
}
.owl-dot {
  border-radius: 50px;
  display: inline-block;
  background: rgba(127,127,127, 0.5);
  margin-left: 2.5px;
  margin-right:2.5px;
}

.owl-dot.active {
  /* background-color: #ea5514; */
}

.owl-dots {
  text-align: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* margin: 10px 0; */
}

.right {
    margin: 0 0 0 auto;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(/car/common_r/img/parts/controls.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30%;
    left: 40%;
    text-indent: -9999px;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(/car/common_r/img/parts/controls-02.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30%;
    right: 40%;
    text-indent: -9999px;
}

.owl-theme {
    /* position: relative; */
}

.owl-theme .owl-dots {
    /* position: absolute; */
    /* top: 93%; */
    /* left: 0; */
    margin-top: -20px;
}

@media (min-width: 751px) and (max-width: 960px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 30% !important;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: 30% !important;
    }
    
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px !important;
    }
    
    .box-right {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 750px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 5% !important;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: 5% !important;
    }
    
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px !important;
    }
}