@charset "utf-8";

#sga-kv.mv_bord {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#sga-kv .mv_fl {
  padding:0;
  background: none;
}
.p-tabs__head {
  padding: 0 5vw;
}
.tour-price__list {
  display: flex;
  grid-template-columns: max-content max-content;
  column-gap: 12px;
  row-gap: 6px;
  width: fit-content;
  margin: 0;
}

.tour-price__list dt,
.tour-price__list dd {
  margin: 0;
  width: max-content;
}

@media screen and (max-width: 767px) {
  #sga-kv.mv_bord {
    position: absolute;
  }
}
.main_bxslider li picture,
.main_bxslider li img {
  display: block;
  width: 100%;
}

.main_bxslider li img {
  height: auto;
}