@charset "UTF-8";

.new_top__cruising-image .swiper-slide{
  width: 505px!important;
}

/* バナー */
.banner-swiper-button-next {
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  height: 52px !important;
  width: 52px !important;
  position: relative;
  bottom: 20px;
  left: 25px!important;
}
.banner-swiper-button-prev {
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  height: 52px !important;
  width: 52px !important;
  position: relative;
  bottom: 20px;
  right: 940px!important;
}

.cruising-swiper-button-next,
.charter-swiper-button-next,
.hotel-swiper-button-next,
.airtrip-swiper-button-next,
.cruisingimage-swiper-button-next {
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  height: 52px !important;
  width: 52px !important;
  position: relative;
  /* bottom: 183px; */
  left: 25px!important;
}

.banner-swiper-button-prev,
.cruising-swiper-button-prev,
.charter-swiper-button-prev,
.hotel-swiper-button-prev,
.airtrip-swiper-button-prev,
.cruisingimage-swiper-button-prev {
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  height: 52px !important;
  width: 52px !important;
  position: relative;
  /* top: -130px; */
  right: 940px!important;
}

.arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 18px 14px;
  border-top: 4px solid #C43527;
  border-right: 4px solid #C43527;
  transform: rotate(45deg);
}

.arrow-prev {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 18px 18px;
  border-top: 4px solid #C43527;
  border-right: 4px solid #C43527;
  transform: rotate(225deg);
}

@media (max-width: 1200px) {
  .cruising-swiper-button-prev {
    display: none !important;
  }
}

:root{
  --swiper-theme-color: #fff;
}

@media (max-width: 480px) {
  :root{
    --swiper-navigation-size: 16px;
  }
}

.swiper-button{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  top: -140px;
}

.top-banner-button{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  top: -62px;
}

@media (max-width: 768px) {
  .top-banner-button{
    top: -52px;
  }
}

@media (max-width: 600px) {
  .swiper-button{
    display: none;
  }
  .top-banner-button{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    top: -55px;
  }
}


@media (max-width: 480px) {
  .cruisingimage-swiper-button-next {
    left: -16px!important;
    top: 25px;
  }
  .cruisingimage-swiper-button-prev {
    left: 16px!important;
    top: 85px;
  }
  .banner-swiper-button-next{
    left: 10px!important;
    top: 0px;
  }
  .banner-swiper-button-prev{
    left: -84%!important;
    top: 0px;
  }
}

@media (max-width: 600px) {
  .new_top__cruising-image .swiper-button{
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .new_top__cruising-image .swiper-slide{
    width: 90%!important;
  }
  .banner-swiper-button-prev,
  .banner-swiper-button-next,
  .cruisingimage-swiper-button-next,
  .cruisingimage-swiper-button-prev {
    height: 32px !important;
    width: 32px !important;
  }
  .banner-swiper-button-next .arrow,
  .cruisingimage-swiper-button-next .arrow{
    width: 11px;
    height: 11px;
    margin: 11px 9px;
    border-top: 2px solid #C43527;
    border-right: 2px solid #C43527;
  }
  .banner-swiper-button-prev .arrow-prev,
  .cruisingimage-swiper-button-prev .arrow-prev{
    width: 11px;
    height: 11px;
    margin: 11px ;
    border-top: 2px solid #C43527;
    border-right: 2px solid #C43527;
    transform: rotate(225deg);
  }
  /* .top-banner-button{
    top: -60px;
  } */
}