@charset "utf-8";
/* スライドショー02*/
.slideshow {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 285px;
  height: 58vh;
  overflow: hidden;
  position: relative;
}
.slideshow-slides {
  width: 100%;
  heigh: 100%;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
}
.slideshow-slides .slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slideshow-slides .slide img {
  width: 100%;
  height: auto;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 0%;
}
/*slideshow-nav*/
.slideshow-nav a, .slideshow-indicator a {
  overflow: hidden;
}
.slideshow-nav a::before, .slideshow-indicator a::before {
  content: '';
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.slideshow-nav a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  opacity: 0.4;
}
.slideshow-nav a.prev {
  width: 40px;
  line-height: 70px;
  text-align: center;
  margin-left: -140px;
  background: #ccc;
  color: #000;
  position: absolute;
  top: 50%;
  left: 25%;
}
.slideshow-nav a.next {
  width: 40px;
  line-height: 70px;
  text-align: center;
  margin-left: 100px;
  background: #ccc;
  color: #000;
  position: absolute;
  top: 50%;
  left: 75%;
}
.slideshow-nav a.prev, .slideshow-nav a.next {
  opacity: 1;
}
.slidhow-nav a.disabled {
  display: none;
}
/*インジケーター*/
.slideshow-indicator {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width:400px;
  height: 40px;
  text-align: center;
  background: #ccc;
  margin:0 auto;
  padding-left: 0;
}
.slideshow-indicator a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px 10px;
  background: #fff;
  border-radius: 50%;
}
.slideshow-indicator a.active {
  background: #7E9374;
  cursor: default;
}
.slideshow-indicator a::before {
  margin-left: -110px;
}
.slideshow-indicator a.active::before {
  margin-left: -130px;
}
@media only screen and (min-width:768px), print {
  .slideshow {
    width: 100%;
    height: auto;
    min-width: 748px;
    min-height: 450px;
    overflow: hidden;
    position: relative;
  }
  .slideshow-slides {
    width: 100%;
    heigh: 100%;
    position: absolute;
  }
  .slideshow-slides .slide {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .slideshow-slides .slide img {
    left: 50%;
    margin-left: -374px;
    position: absolute;
  }
  /*slideshow-nav*/
  .slideshow-nav a, .slideshow-indicator a {
    overflow: hidden;
  }
  .slideshow-nav a::before, .slideshow-indicator a::before {
    content: '';
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .slideshow-nav a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    opacity: 0.4;
  }
  .slideshow-nav a.prev {
    width: 40px;
    line-height: 70px;
    text-align: center;
    margin-left: -378px;
    background: #ccc;
    color: #000;
  }
  .slideshow-nav a.next {
    width: 40px;
    line-height: 70px;
    text-align: center;
    margin-left: 328px;
    background: #ccc;
    color: #000;
  }
  .slideshow-nav a.prev, .slideshow-nav a.next {
    opacity: 1;
  }
  .slidhow-nav a.disabled {
    display: none;
  }
  /*インジケーター*/
  .slideshow-indicator {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #ccc;
    padding-left: 0;
  }
  .slideshow-indicator a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 20px;
    background: #fff;
    border-radius: 50%;
  }
  .slideshow-indicator a.active {
    background: #7E9374;
    cursor: default;
  }
  .slideshow-indicator a::before {
    margin-left: -110px;
  }
  .slideshow-indicator a.active::before {
    margin-left: -130px;
  }
}
@media only screen and (min-width:1024px), print {
  .slideshow {
    width: 69%;
    height: auto;
    min-width: 714px;
    min-height: 442px;
    overflow: hidden;
    position: relative;
  }
  .slideshow-slides {
    width: 100%;
    heigh: 100%;
    position: absolute;
  }
  .slideshow-slides .slide {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .slideshow-slides .slide img {
    width: 100%;
    left: 50%;
    margin-left: -358px;
    position: absolute;
  }
  /*slideshow-nav*/
  .slideshow-nav a, .slideshow-indicator a {
    overflow: hidden;
  }
  .slideshow-nav a::before, .slideshow-indicator a::before {
    content: '';
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .slideshow-nav a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    opacity: 0.4;
  }
  .slideshow-nav a.prev {
    width: 40px;
    line-height: 70px;
    text-align: center;
    margin-left: -358px;
    background: #ccc;
    color: #000;
  }
  .slideshow-nav a.next {
    width: 40px;
    line-height: 70px;
    text-align: center;
    margin-left: 318px;
    background: #ccc;
    color: #000;
  }
  .slideshow-nav a.prev, .slideshow-nav a.next {
    opacity: 1;
  }
  .slidhow-nav a.disabled {
    display: none;
  }
  /*インジケーター*/
  .slideshow-indicator {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #ccc;
    padding-left: 0;
  }
  .slideshow-indicator a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 20px;
    background: #fff;
    border-radius: 50%;
  }
  .slideshow-indicator a.active {
    background: #7E9374;
    cursor: default;
  }
  .slideshow-indicator a::before {
    margin-left: -110px;
  }
  .slideshow-indicator a.active::before {
    margin-left: -130px;
  }
}