.list_F li h4:empty {
  background: #fff;
}

.itemF_img {
  aspect-ratio: 1/1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
}

div[class^=floorTitle] {
  width: 70.13%;
  position: absolute;
  margin-top: -8%;
  padding-bottom: 18.91%;
}

div[class^=floorBox] {
  width: calc(100% - 20px);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  border-radius: 20px;
}
div[class^=floorBox] .swiper-slide {
  background: white;
}
div[class^=floorBox] .list_F_wrapper {
  overflow: hidden;
  width: 95%;
  padding: 1% 2%;
}
div[class^=floorBox] .list_F_wrapper .list_F li {
  width: 100%;
  margin: 0;
}
div[class^=floorBox] h2[class^=protitle] {
  display: none !important;
}
div[class^=floorBox] .bg01 {
  background: none;
}

@media screen and (min-width: 751px) {
  div[class^=floorTitle] {
    width: 55.48%;
    max-width: 1244px;
  }
  div[class^=floorBox] .list_F {
    margin-bottom: 1%;
    background: none;
  }
  div[class^=floorBox] .list_F li {
    margin: 0;
  }
  div[class^=floorBox] .list_F_wrapper {
    padding-bottom: 0;
  }
  div[class^=floorBox] .fixedWidth {
    width: 100% !important;
  }
}/*# sourceMappingURL=jimmySwiper.css.map */