[class^=swiper-button-] {
  transition: all 0.3s ease;
  opacity: 1;
}

[class^=swiper-button-] {
  opacity: 1;
  width: 40px;
  height: 40px;
}

.slider-wrap {
  width: 100%;
  display: block;
  height: 570px;
  padding: 0;
  box-sizing: border-box;
  margin-top: 30px;
}
.slider-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.slider-wrap .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.swiper-container {
  width: 65%;
  height: 570px;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container .loading {
  opacity: 0;
  visibility: hidden;
}

.swipper-nav {
  width: 7%;
  height: 570px;
  float: right;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  right: 20%;
  left: auto;
  border: #444 2px solid;
  border-radius: 50%;
  background-size: 40px 40px;
  transform: translateX(0px);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 2px solid #ff0034;
}

.swiper-button-prev {
  top: 45%;
}

.swiper-button-next {
  top: 55%;
}

.swiper-button-prev.swiper-button-white {
  background-image: url(../../library/prefectures/swiper/arrow-left.png);
}

.swiper-button-next.swiper-button-white {
  background-image: url(../../library/prefectures/swiper/arrow-right.png);
}

.swiper-pagination {
  position: absolute;
  bottom: 3%;
  right: 0%;
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 0.95rem;
  height: 50px;
}
.swiper-pagination .swiper-pagination-current {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff0034;
}

.swiper-container.nav-slider {
  width: 28%;
  padding-left: 0px;
  height: 570px;
  float: right;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

.swiper-container.nav-slider .swiper-slide .content .swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  color: #333;
  padding: 30px;
  box-sizing: border-box;
}

.nav-slider .wrap1 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 20;
  width: 15%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.nav-slider .content {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  color: #333;
  padding: 140px 30px 0 15%;
  box-sizing: border-box;
}
.nav-slider h2 {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.nav-slider h3 {
  font-family: "Cinzel", serif;
  margin-top: 10px;
  font-size: 1.15rem;
  line-height: 1.3rem;
  color: #ff2266;
}
.nav-slider p {
  font-size: 0.95rem;
  line-height: 1.25rem;
  margin-top: 10px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.nav-slider .links {
  width: 50%;
}

@media only screen and (max-width: 1080px) {
  .slider-wrap {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0px;
  }
  .swiper-container {
    width: 100%;
    height: 450px;
    float: none;
  }
  .swipper-nav {
    width: 100%;
    height: 1px;
    float: none;
    position: relative;
  }
  .swiper-button-prev {
    top: 635px;
    right: 11%;
  }
  .swiper-button-next {
    top: 635px;
    right: 5%;
  }
  .swiper-pagination {
    bottom: 0px;
    top: 175px;
    right: 15%;
    left: auto;
    width: 10%;
    font-size: 0.95rem;
    height: 50px;
  }
  .swiper-pagination .swiper-pagination-current {
    font-size: 1.2rem;
  }
  .swiper-container.nav-slider {
    width: 90%;
    padding-left: 0px;
    height: 300px;
    float: none;
  }
  .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
  }
  .swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide .content {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    color: #333;
    padding: 30px;
    box-sizing: border-box;
  }
  .nav-slider .wrap1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 5%;
    height: 100%;
  }
  .nav-slider .content {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    padding: 30px 5% 0;
  }
  .nav-slider h2 {
    font-size: 2rem;
  }
  .nav-slider h3 {
    margin-top: 10px;
    font-size: 1.15rem;
  }
  .nav-slider p {
    font-size: 0.95rem;
    line-height: 1.35rem;
    margin-top: 15px;
    height: auto;
    margin-bottom: 15px;
  }
  .nav-slider .links {
    width: 30%;
  }
}
@media only screen and (max-width: 680px) {
  .swiper-container {
    width: 100%;
    height: 400px;
    float: none;
  }
  .swiper-button-prev {
    top: 670px;
    right: 17%;
  }
  .swiper-button-next {
    top: 670px;
    right: 5%;
  }
  .swiper-pagination {
    bottom: auto;
    top: 15px;
    right: 2%;
    left: auto;
    width: 10%;
    font-size: 0.9rem;
    height: 50px;
  }
  .swiper-pagination .swiper-pagination-current {
    font-size: 1.2rem;
  }
  .swiper-container.nav-slider {
    width: 90%;
    padding-left: 0px;
    height: 300px;
    float: none;
  }
  .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
  }
  .swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide .content {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    color: #333;
    padding: 30px;
    box-sizing: border-box;
  }
  .nav-slider .wrap1 {
    width: 4%;
    height: 100%;
  }
  .nav-slider .content {
    padding: 30px 4% 0;
  }
  .nav-slider h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .nav-slider h3 {
    font-size: 1.1rem;
  }
  .nav-slider p {
    font-size: 0.95rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }
  .nav-slider .links {
    width: 40%;
  }
}
@media only screen and (max-width: 390px) {
  .swiper-button-prev {
    top: 670px;
    right: 17%;
  }
  .swiper-button-next {
    top: 670px;
    right: 5%;
  }
  .swiper-pagination {
    bottom: auto;
    top: 10px;
    right: 2%;
    left: auto;
    width: 10%;
    font-size: 0.9rem;
    height: 50px;
  }
  .swiper-pagination .swiper-pagination-current {
    font-size: 1.2rem;
  }
  .swiper-container.nav-slider {
    width: 90%;
    padding-left: 0px;
    height: 300px;
    float: none;
  }
  .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
  }
  .swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-slide .content {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    color: #333;
    padding: 30px;
    box-sizing: border-box;
  }
  .nav-slider .wrap1 {
    width: 4%;
    height: 100%;
  }
  .nav-slider .content {
    padding: 30px 4% 0;
  }
  .nav-slider h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .nav-slider h3 {
    font-size: 1.1rem;
  }
  .nav-slider p {
    font-size: 0.925rem;
    line-height: 1.2rem;
  }
}/*# sourceMappingURL=swiper.css.map */