

.house-plan-wrap {
    background-color: #F5F8F9;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 1vw;

    border-radius: 1vw;

    padding: 3.5vw 4vw;
}

.house-plan-wrap .plan-title {
    font-size: 1.875vw;
    line-height: 2.1875vw;
    letter-spacing: 0.04em;
    margin-bottom: 0.78125vw;

    text-align: center;

    padding: 0 7vw 3.5vw 7vw;
}

.house-plan-wrap .plan-item-wrap {
    background-color: #fff;

    padding: 2.5vw;

    border-radius: 1vw;
    overflow: hidden;

    transition: 0.2s;
}

.house-plan-wrap .plan-item-wrap:hover {
    cursor: pointer;
    transform: scale(0.95);
}

.house-plan-wrap .plan-item-wrap:hover .plan-item-btn {
    background-color: #1f5f40;
}

.house-plan-wrap .plan-item-title {
    font-size: 1.2vw;
    line-height: 1.6vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-align: center;
}

.house-plan-wrap .plan-item-btn {
    margin-top: 1vw;
    padding: 0.75vw 1vw;
    width: 100%;
    color: #ffffff;
    border-radius: 1vw;
    text-align: center;
    font-size: 0.7vw;
    line-height: 1vw;
    background-color: #143e2a;
    letter-spacing: 0.04em;

    transition: 0.2s;
}

.house-plan-wrap .plan-item-btn:hover {
    cursor: pointer;
}

.house-plan-wrap img {
    width: auto;
    max-width: 100%;
    height: 10vw;
    margin: 0 auto;
}



.leaflet-container {
    background-color: #fff !important;
}








@media only screen and (max-width: 768px) {
    

    .house-plan-wrap .plan-item-wrap {
    
        padding: 4.5vw;
        border-radius: 3vw;
        margin-bottom: 2rem;
    }
    

    .house-plan-wrap .plan-title {
        font-size: 5vw;
        line-height: 5.625vw;
        margin-bottom: 4.6875vw;
        padding: 3.5vw 0;
    }


    .house-plan-wrap img {
        height: 40vw;

        margin-bottom: 4vw;
    }

    .house-plan-wrap .plan-item-title {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .house-plan-wrap .plan-item-btn {
        font-size: 3.5vw;
        line-height: 4vw;
        margin-top: 4vw;
        border-radius: 3vw;
        padding: 2vw 4vw;
    }
}






.leaflet-rrose-content-wrapper {
    background-color: rgba(255,255,255,0.75) !important;
    backdrop-filter: blur(5px) !important;
  }
  
  .leaflet-rrose-tip {
    background-color: rgba(255,255,255,0.75) !important;
    backdrop-filter: blur(5px) !important;
    margin-top: -12px !important;
  }
  
  .leaflet-rrose-tip-container {
    display: none !important;
  }
  
  .leaflet-rrose-content {
    margin: 0.5vw !important;
    width: auto !important;
  }
  
  
  .leaflet-rrose-content * {
    font-size: 0.75vw !important;
    line-height: 0.8vw !important;
    color: #333 !important;
  }
  
  @media only screen and (max-width: 1400px) {
    .leaflet-rrose-content * {
        font-size: 2.5vw !important;
        line-height: 2.7vw !important;
    }
  }
  
  .leaflet-rrose-content p {
    margin: 0.25vw 0 0 0 !important;
  }
  

.f-panzoom__content {
    min-height: initial !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.f-panzoom__toolbar {
    position: relative !important;
    top: 2vw !important;
}


@media only screen and (max-width: 1980px) {
    .planning-wrap {
        transform: scale(0.5);
    }
}

@media only screen and (max-width: 1400px) {
    .planning-wrap {
        transform: scale(0.5);
    }
}


@media only screen and (max-width: 800px) {
    .planning-wrap {
        transform: scale(1);
    }
}




.leaflet-container,
.hotspots-image-container {
    background-color: #fff !important;
    background: #fff !important;
}