@charset "UTF-8";
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.floorType {
  padding: 9.6rem 6.4rem;
}
@media screen and (max-width: 749px) {
  .floorType {
    padding: 5.6rem 0;
  }
}
.floorType.type2 {
  background: #f0f3f5;
}
.floorType__heading {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 749px) {
  .floorType__heading {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.6rem;
    gap: 1.6rem;
  }
}
.floorType__title {
  font-size: 4rem;
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .floorType__title {
    font-size: 3rem;
  }
}
.floorType__sub {
  font-family: "Playfair Display", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .floorType__sub {
    font-size: 1.5rem;
  }
}
.floorType__container {
  display: flex;
  flex-direction: flex-start;
  gap: 5%;
}
@media screen and (max-width: 749px) {
  .floorType__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
.floorType__img {
  width: 65%;
}
@media screen and (max-width: 749px) {
  .floorType__img {
    width: 100%;
  }
}
.floorType__slider-wrapper {
  position: relative;
}
.floorType__slider-wrapper .floorType-slider__pagination {
  text-align: center;
}
.floorType__slider-wrapper .floorType-slider__pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
}
.floorType__slider-wrapper .floorType-slider__pagination .swiper-pagination-bullet-active {
  background: #262626;
}
.floorType__info {
  width: 30%;
  font-size: 1.3rem;
}
@media screen and (max-width: 749px) {
  .floorType__info {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.floorType__info > div {
  margin-bottom: 4rem;
}
.floorType__info > div:last-child {
  margin-bottom: 0;
}
.floorType__outline {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.floorType__outline-item {
  display: flex;
  gap: 1.6rem;
}
.floorType__outline-item.rent {
  align-items: center;
}
.floorType__outline-label {
  width: 8.8rem;
}
.floorType__outline-data a {
  text-decoration: underline;
}
.floorType__btn-caption {
  margin-bottom: 1.6rem;
}
.floorType__outline-rent {
  font-size: 2.4rem;
}
.floorType__info-heading {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.floorType__term ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.floorType__term-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.floorType__term-item {
  display: flex;
  gap: 1.6rem;
}
.floorType__term-label {
  width: 8.8rem;
}
.floorType__term-data {
  flex: 1;
}
.floorType__availability-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.floorType__availability-item {
  display: flex;
  gap: 1.6rem;
}
.floorType__availability-label {
  width: 2.4rem;
}
.floorType__plan {
  margin-top: 4.8rem;
}
@media screen and (max-width: 749px) {
  .floorType__plan {
    padding: 0 1.6rem;
    margin-top: 3.2rem;
  }
}
.floorType__plan-img {
  border: 0.1rem solid #ebebeb;
}
.floorType__slider-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.8rem);
  border: 0.1rem solid #ebebeb;
  z-index: 40;
  pointer-events: none;
}

.floorType-slider {
  position: relative;
}
.floorType-slider__img {
  width: 100%;
  height: 0;
  padding-top: 56.4%;
  position: relative;
}
.floorType-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.floorType-slider .floorType-slider__button-prev,
.floorType-slider .floorType-slider__button-next {
  position: absolute;
  display: block !important;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: calc(50% - 1.4rem);
  z-index: 50;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .floorType-slider .floorType-slider__button-prev:hover,
  .floorType-slider .floorType-slider__button-next:hover {
    opacity: 0.6;
  }
}
.floorType-slider .floorType-slider__button-prev {
  left: 0;
}
.floorType-slider .floorType-slider__button-next {
  right: 0;
}
.floorType-slider .floorType-slider__button-prev::after,
.floorType-slider .floorType-slider__button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #ffffff;
  /* transition: 0.25s; */
  will-change: transform;
}
.floorType-slider .floorType-slider__button-prev::after {
  transform: translateX(-25%) translateY(-50%) rotate(135deg);
}
.floorType-slider .floorType-slider__button-next::after {
  transform: translateX(-75%) translateY(-50%) rotate(-45deg);
}
.floorType-slider.plan .floorType-slider__img {
  padding-top: 66.6%;
}
.floorType-slider.plan .floorType-slider__button-prev::after,
.floorType-slider.plan .floorType-slider__button-next::after {
  border-color: #262626;
}/*# sourceMappingURL=floor.css.map */