/*===================
around
===================*/
.low__fvFlex {
  margin-bottom: 116px;
}
.low__detail {
  margin-bottom: 120px;
}

.around-subImg {
  margin-bottom: 50px;
}
.around-subImg2{
  margin-bottom: 150px;
}

.spa-sauna,
.whiskey-distillery {
  padding-bottom: 240px;
}

.around-swiper {
  width: 96%;
  max-width: 1280px;
  margin: 0 0 0 auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

.around-imgList {
  margin-left: max(calc((100% - 1100px) / 2), 4%);
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
}
.around-imgItem {
  width: calc((100% - 70px) / 3);
}

@media screen and (max-width: 750px) {
  .spa-sauna,
  .whiskey-distillery {
    padding-bottom: 180px;
  }

  .around-imgList {
    width: 92%;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
  }
  .around-imgItem {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 540px) {
  .around-subImg {
    margin-bottom: 20px;
    /* height: 346px; */
  }
    .around-subImg2{
      margin-bottom: 50px;
    }
}
