.floor-wrap {
  width: calc(100% - 28px);
  margin: 28px auto 40px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .floor-wrap {
    width: calc(100% - 80px);
    max-width: 1160px;
    padding: 60px;
    margin: 60px auto 80px;
  }
}

.floor-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
}
@media (min-width: 769px) {
  .floor-navi {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, calc((100% - 42px) / 4));
    max-width: 854px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .floor-navi li {
    width: calc((100% - 14px) / 2);
  }
}
@media (min-width: 769px) {
  .floor-navi li {
    width: 100%;
  }
}
.floor-navi li a {
  display: block;
  font-size: 14px;
  color: #BD399C;
  border: 2px solid #BD399C;
  border-radius: 99px;
  min-height: 50px;
  padding: 5px;
  text-align: center;
  display: grid;
  place-content: center;
}
@media (min-width: 769px) {
  .floor-navi li a {
    padding: 5px 10px;
  }
}
.floor-navi li.current a {
  color: #fff;
  background: #BD399C;
}

.floor-map {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .floor-map {
    margin-top: 50px;
  }
}
.floor-map .note {
  margin-top: 15px;
  font-size: 12px;
  color: #BD399C;
}
@media (min-width: 769px) {
  .floor-map .note {
    font-size: 14px;
    margin-top: 30px;
  }
}
.floor-map .btn-pdf {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .floor-map .btn-pdf {
    max-width: 248px;
    margin: 20px auto 0;
  }
  .floor-map .btn-pdf .cmn-btn-02-in {
    padding: 15px 10px;
  }
}

.list-block {
  width: calc(100% - 28px);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .list-block {
    width: calc(100% - 80px);
    max-width: 1160px;
  }
}
.list-block + .list-block {
  margin-top: 50px;
}
.list-block .block-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #BD399C;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeIn 0.2s forwards 0.2s;
}
@media (min-width: 769px) {
  .list-block .block-ttl {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.list-block .cmn-card-list {
  gap: 30px 26px;
}
@media (min-width: 769px) {
  .list-block .cmn-card-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 35px;
  }
}
@media (min-width: 769px) {
  .list-block .cmn-card-list .cmn-card .photo.w-shadow {
    margin: 0 10px 24px 0;
  }
}
@media (min-width: 769px) {
  .list-block .cmn-card-list .cmn-card .photo.w-shadow::before {
    top: 10px;
    left: 10px;
  }
}
.list-block .cmn-card-list .photo-in {
  background-color: #fff;
}
.list-block .cmn-card-list .num {
  margin-bottom: 6px;
}
.list-block .cmn-card-list .main-txt,
.list-block .cmn-card-list .sub-txt {
  display: block;
}
.list-block .cmn-card-list .sub-txt,
.list-block .cmn-card-list .floor {
  margin-top: 6px;
}
/*# sourceMappingURL=map/floor.css.map */