@charset "UTF-8";

#tky .swiper > .swiper-pagination-bullets {
  bottom: 0;
  margin-bottom: 7px;
}

#tky .swiper > .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #888;
  margin: 0 6px;
}

#tky .swiper-pagination {
  position: relative;
  display: none;
}

@media (max-width: 480px) {
  #tky .swiper-pagination {
    display: block;
  }
  .container2 #tky {
    position: relative;
  }
}

#tky-mobile img {
  width: 100%;
}

#tky-mobile div.tokyo_sp img {
  vertical-align: top;
  float: left;
  width: 20%;
  height: auto;
}

#tky-mobile .swiper-slide {
  width: 50%;
}

.sb-custom1 {
  display: none;
  color: #fff;
  background-color: #ff99cc;
  border-radius: 2px;
  position: absolute;
  top: 31%;
  z-index: 10;
}

.sb-custom1.swiper-next {
  right: -15px;
  padding: 14% 4px 14% 6px;
  letter-spacing: -5px;
}

.sb-custom1.swiper-prev {
  left: -15px;
  padding: 14% 6px 14% 0px;
}

.sb-custom1.swiper-button-disabled {
  opacity: .5;
}

@media (max-width: 480px) {
  .sb-custom1 {
    display: block;
  }
}

.sb-alternate {
  display: none;
  text-align: center;
  clear: both;
  padding-top: 10px;
}

.sb-alternate button {
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .sb-alternate {
    display: block;
  }
}