/* パノラマビュー部分 */
#panorama {
    width: 100%;
    max-height: 500px;
}

#panorama::after {
    content: '';
    display:block;
    padding-top:50%;
    margin-bottom: 50%;
}

.bg-halfwhite {
    background-color: rgba(255,255,255,0.2) !important;
}
.bg-halfwhite:hover {
    background-color: rgba(255,255,255,0.5) !important;
}

.thumbnail-card::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35);
}

.pano-thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    transform: translate(-50%,-50%);
    margin:0;
    border: solid white 2px;
    padding: 7px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .thumb-card-fs {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 439.98px) {
    .thumb-card-fs {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 413.98px) {
    .thumb-card-fs-card {
        font-size: 0.5rem;
    }
}


