.floor_menu {
  padding: 5rem 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .floor_menu {
    padding: 4rem 0 2rem;
  }
}

.floor_buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 86rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .floor_buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.floor_buttons li a {
  display: block;
  border-radius: 5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.2rem;
}

@media screen and (max-width: 767px) {
  .plan_buttons li a {
    width: auto;
  }
}

.floor_item {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .floor_item {
    padding: 4rem 0;
  }
}

.floor_item:nth-of-type(1) {
  padding: 0 0 8rem;
}

@media screen and (max-width: 767px) {
  .floor_item:nth-of-type(1) {
    padding: 0 0 4rem;
  }
}

.floor_item:nth-of-type(2n) {
  background-color: #fff;
}

.floor_detail {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .floor_detail {
    flex-direction: column;
  }
}

.floor_detail__left {
  width: calc(50% - 2rem);
}

@media screen and (max-width: 767px) {
  .floor_detail__left {
    width: 100%;
  }
}

.floor_detail__right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .floor_detail__right {
    width: 100%;
  }
}

.floor_slide_thumbnail {
  margin-top: 1rem;
}

.floor_detail_text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 3rem;
  margin-bottom: 3rem;
}

.floor_view {
  display: block;
  position: relative;
  width: 100%;
  height: 42rem;
  margin-top: 5.5rem;
  border: solid 8px #d1d1d1;
}

@media screen and (max-width: 767px) {
  .floor_view {
    height: 24rem;
    margin-top: 2rem;
  }
}

.floor_view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facility .section_facility__tags {
  grid-auto-flow: unset;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .facility .section_facility__tags {
    gap: 1rem;
  }
}

.facility .section_facility__content {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .facility .section_facility__content {
    margin-bottom: 2rem;
  }
}
