@charset "UTF-8";

.city-series-header-image {
    margin-top: 5rem;
}

.city-series-title p {
    font-size: 0.8rem;
    color: var(--darkgray);
}

.city-series-title p>span {
    font-size: 1rem;
}

.city-series-title h2 {
    font-size: 1.5rem;
    color: var(--darkgray);
    font-weight: bold;
}

.city-series-title-line {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--darkgray);
}

.city-series-floor-plan h3, .city-series-gallery h3 {
    font-size: 1.3rem;
    color: var(--darkgray);
}

.city-series-floor-plan-image-border {
    height: 11.9rem;
    border: 1px solid var(--lightgray);
}

.city-series-floor-plan-image-border img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.city-series-floor-plan-text p:first-of-type {
    width: 3rem;
    background: var(--lightgray);
}

.city-series-floor-plan-text p:last-of-type {
    font-size: 0.8rem;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 1.6rem;
}

.slick-slide {
  margin: 0 0.2rem;
}



@media screen and (min-width: 768px) {

    .city-series-header-image {
        margin-top: 3rem;
    }

}