body {
    font-family: "Noto Serif JP"
}

.hero-wrap .text small {
    font-family: "Amiri"
}

.text-shadow-black {
    text-shadow: 3px 3px 2px midnightblue;
}

.property-wrap {
    font-family: "Noto Sans JP"
}

.hero-wrap-min {
    width: 100%;
    height: 350px;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.hero-wrap-min .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: #fff;
    background: white;
    background: -moz-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    height: 350px;
}

.hero-wrap-min.hero-wrap-2 {
    height: 200px !important;
    position: relative;
}

.hero-wrap-min.hero-wrap-2 .overlay {
    width: 100%;
    opacity: .05;
    height: 200px;
}

.hero-wrap-min.hero-wrap-2 .slider-text {
    height: 200px !important;
}

.property-wrap .band {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 0px;
    margin-left: 20px;
    background: #e86ed0;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    padding: 4px;
    padding-left: 8px;
}

@media (min-width: 768px) {
    .property-wrap .band {
        width: 75%;
    }
}

@media (max-width: 991.98px) {
    .property-wrap .band {
        width: 90%;
        margin-left: 10px;
    }
}

.property-wrap .band span {
    font-size: 14px;
    font-weight: 600;
    color: white;
}