body {
  background-color: #ddf0ff;
  background-image: url("../images/ski/bg-ab.png");
  background-size: 100% auto;
  background-position: left top;
}
@media (max-width: 575px) {
  body {
    background-image: url("../images/all-page-use/1x/bg-ab-m.png");
  }
}

.ski-kv-tiger {
  animation: 2s ease-out infinite;
  width: 15vw;
  right: 18%;
  top: 7vw;
  animation: ski-kv-tiger 2s ease-out infinite;
}
@media (max-width: 575px) {
  .ski-kv-tiger {
    width: 29.8vw;
    right: 21%;
    top: 75vw;
  }
}

@keyframes ski-kv-tiger {
  0% {
    transform: translateX(0%) translateY(-10%) scale(1);
  }
  50%, 100% {
    transform: translateX(50%) translateY(0%) scale(1.25);
  }
}
.type-menu li p {
  color: rgb(10, 52, 131);
}

.ski-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
}
.ski-box .place-info {
  width: 62.5%;
  height: auto;
}
.ski-box .place-img {
  width: 37.5%;
  height: auto;
}
@media (max-width: 575px) {
  .ski-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ski-box .place-info {
    width: 100%;
    height: auto;
  }
  .ski-box .place-img {
    width: 70%;
    height: auto;
  }
}

.event-info-box {
  padding-top: 2vw;
  width: 96%;
  display: block;
  height: auto;
}

.btn-info-places img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 2.8vw;
  width: auto;
}
@media (max-width: 575px) {
  .btn-info-places img {
    height: 6.2vw;
  }
}

.hotel-info-box .btn-info-places {
  position: absolute;
  bottom: 0;
  right: 21%;
  z-index: 3;
}
@media (max-width: 575px) {
  .hotel-info-box .btn-info-places {
    position: relative;
    right: unset;
  }
}

.hotel-info-box {
  width: 74%;
  position: relative;
  z-index: 2;
}
.hotel-info-box .hotel-img {
  position: relative;
  z-index: 2;
  width: 40%;
}
.hotel-info-box .hotel-info {
  position: relative;
  z-index: 2;
  width: 51%;
}
.hotel-info-box::after {
  background-color: #d6f0ff;
  content: "";
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 80%;
  left: 20%;
  top: 15%;
  display: block;
  border-radius: 1.66vw;
}
@media (max-width: 575px) {
  .hotel-info-box {
    width: 80%;
    padding-bottom: 3vw;
    padding-top: 5vw;
  }
  .hotel-info-box .hotel-img {
    width: 80%;
  }
  .hotel-info-box .hotel-info {
    width: 100%;
    margin-bottom: 2vw;
  }
  .hotel-info-box::after {
    background-color: #d6f0ff;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 65%;
    left: 0%;
    top: 35%;
    display: block;
    border-radius: 3.2vw;
  }
}

@media (max-width: 575px) {
  .sticky-side-list {
    width: 72vw;
  }
}

@media (max-width: 575px) {
  .event-ul {
    top: 5%;
    width: 73%;
    margin-left: 22%;
  }
}

.ski-funs-title {
  width: 38.4vw;
}
@media (max-width: 575px) {
  .ski-funs-title {
    width: 90%;
  }
}

.ski-funs-info-box {
  width: 53.125vw;
}
@media (max-width: 575px) {
  .ski-funs-info-box {
    padding-top: 3vw;
    gap: 3vw;
    width: 92%;
  }
}/*# sourceMappingURL=ski.css.map */