.canalSect {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .canalSect {
    align-items: center;
    gap: 5.6rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .canalSect {
    gap: 4rem;
    padding-top: 8rem;
  }
}
.canalSect__head {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .canalSect__head {
    gap: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .canalSect__head {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .canalSect__cont {
    margin: 0 -10rem;
    width: calc(100% + 20rem);
  }
}
@media screen and (max-width: 768px) {
  .canalSect__cont {
    margin: 0 -3.6rem;
    width: calc(100% + 7.2rem);
  }
}
.facilityArea {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .facilityArea {
    align-items: center;
    gap: 5.6rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityArea {
    gap: 4rem;
    padding-top: 8rem;
  }
}
.facilityArea__head {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .facilityArea__head {
    gap: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .facilityArea__head {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .facilityArea__cont {
    margin: 0 -10rem;
    width: calc(100% + 20rem);
  }
}
@media screen and (max-width: 768px) {
  .facilityArea__cont {
    margin: 0 -3.6rem;
    width: calc(100% + 7.2rem);
  }
}
.facilityArea__name {
  color: #17293a;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .facilityArea__name {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityArea__name {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .facilityArea__slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 5.6rem 4rem;
    justify-content: center;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .facilityArea__slider .swiper-slide {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .facilityArea__slider .swiper-slide:not(:first-child) {
    width: 58rem;
  }
}
.facilityArea__visual {
  position: relative;
}
.facilityCard {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .facilityCard {
    gap: 1.6rem;
    width: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityCard {
    gap: 0.8rem;
    width: calc(50% - 1rem);
  }
}
.facilityCard__visual {
  overflow: hidden;
  position: relative;
}
.facilityCard__body {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .facilityCard__body {
    gap: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .facilityCard__body {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.facilityCard__badge {
  align-items: center;
  border: 1px solid #d6c4a0;
  color: #a1957d;
  display: flex;
  font-family: "EB Garamond", serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .facilityCard__badge {
    height: 2.6rem;
    min-width: 4rem;
    padding: 0 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityCard__badge {
    height: 2.1rem;
    padding: 0 0.7rem;
  }
}
.facilityCard__name {
  color: #17293a;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .facilityCard__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityCard__name {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .facilityCard__name .caption {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .facilityCard__name .caption {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .firstFloorSect {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .firstFloorSect {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .firstFloorSect__head + .firstFloorSect__cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .firstFloorSect__head + .firstFloorSect__cont {
    margin-top: 5.6rem;
  }
}
.firstFloorSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .firstFloorSect__cont {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .firstFloorSect__cont {
    padding-top: 5.6rem;
  }
}
.firstFloorSect__cont:before {
  background-color: #A1957D;
  content: "";
  display: block;
  height: 0.2rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .firstFloorSect__cont:before {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .firstFloorSect__cont:before {
    width: 3.2rem;
  }
}
.firstFloorSect__cont > *:nth-child(1) .facilityArea {
  padding-top: 0;
}
.landscapeArea {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .landscapeArea {
    align-items: center;
    gap: 5.6rem;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .landscapeArea {
    gap: 4rem;
    padding: 8rem 0;
  }
}
.landscapeArea__block {
  display: flex;
}
@media screen and (min-width: 768px) {
  .landscapeArea__block {
    align-items: center;
    gap: 4rem;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .landscapeArea__block {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .landscapeArea__block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.landscapeArea__head {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .landscapeArea__head {
    text-align: center;
    width: 58rem;
  }
}
@media screen and (min-width: 768px) {
  .landscapeArea__cont {
    flex: 1 0 0;
    width: 58rem;
  }
}
.lobbyFeature {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lobbyFeature {
    align-items: center;
    gap: 5.6rem;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .lobbyFeature {
    gap: 4rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .lobbyFeature__cont {
    width: 100%;
  }
}
.lobbyFeature__cont .relativeBox__head {
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .lobbyFeature__cont .relativeBox__head {
    width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .lobbyFeature__cont .relativeBox__cont {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .lobbyFeature__cont .relativeBox__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.otherFeature {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .otherFeature {
    gap: 12rem;
    padding-top: 12rem;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .otherFeature {
    gap: 8rem;
    padding-top: 8rem;
  }
}
.otherFeature .facilityArea {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .otherFeature .facilityArea {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .otherFeature .facilityArea__head {
    flex-shrink: 0;
    width: 58rem;
  }
}
@media screen and (min-width: 768px) {
  .otherFeature .facilityArea__cont {
    width: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .otherFeature .facilityArea__cont {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .otherFeature .facilityArea--reverse {
    flex-direction: row-reverse;
  }
}
.otherFeature .facilityArea--reverse .photo__caption {
  left: 0;
  right: auto;
}
.overviewSect {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .overviewSect {
    align-items: center;
    gap: 5.6rem;
    padding: 12rem 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .overviewSect {
    gap: 4rem;
    padding: 7.2rem 0 8rem;
  }
}
.overviewSect__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .overviewSect__list {
    gap: 4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .overviewSect__list {
    gap: 2rem;
  }
}
.twentyfourthFloorSect {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .twentyfourthFloorSect {
    align-items: center;
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .twentyfourthFloorSect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .twentyfourthFloorSect__head + .twentyfourthFloorSect__cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .twentyfourthFloorSect__head + .twentyfourthFloorSect__cont {
    margin-top: 5.6rem;
  }
}
.twentyfourthFloorSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .twentyfourthFloorSect__cont {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .twentyfourthFloorSect__cont {
    padding-top: 5.6rem;
  }
}
.twentyfourthFloorSect__cont:before {
  background-color: #A1957D;
  content: "";
  display: block;
  height: 0.2rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .twentyfourthFloorSect__cont:before {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .twentyfourthFloorSect__cont:before {
    width: 3.2rem;
  }
}
.twentyfourthFloorSect__cont > *:nth-child(1) .facilityArea {
  padding-top: 0;
}
/*# sourceMappingURL=style.css.map */
