/******************************
 swiper1111 - slide * 3
*******************************/
.swiper12--block {
  max-width: 1024px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
  height: 138px;
}

.swiper12--block .spa-list--adv-list {
  display: block;
}

.swiper12--block .spa-list--adv-list .adv-img {
  max-width: 316px;
  width: 100%;
}

/******************************
 swiper1111 - slide * 5
*******************************/
.swiper1111--block {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  position: relative;
  height: 104px;
}

.swiper1111--data {
  width: 140px;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper1111--data {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper1111--data {
    width: 140px;
    margin: 0 auto 10px;
  }
}

.swiper1111-link {
  display: block;
  position: relative;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}

.swiper1111-link > img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #ddd;
}

.swiper1111-link > img:hover {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}

.swiper-button-next {
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-button-prev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}