@charset "utf-8";

#condominium .section-ttl {
    color: #0170B8;
}

#main-visual__condominium .main-visual-bg {
    background-image: url(../img/condominium/img_head02.png);
}

/* RIZO ZAIZEN MOTOBU */
#main-visual__rizo_hotel_bk20240807 .main-visual-bg {
    background-image: url(../img/hotel/img_head-rizo_hotel.png);
}
.rizo_hotel2025 .section-ttl,
.rizo_hotel2025 #rizohotel .section-ttl__jp {
    color:#0170B8;
}

.rizo_hotel2025 .section-ttl__jp {
    color:#999;
}

.rizo_hotel2025 .bg-blue {
     background-color:#E9F8FF;
}
.rizo_hotel2025 .goContact{
    flex-wrap:wrap;
    width:80%;
    margin:0 auto;
}
.rizo_hotel2025 .goContact p{
    width:calc(100% / 4);
}
.rizo_hotel2025 .goContact .btn-blue.btn{
    background-color:#0170B8;
    width:100%;
}
.rizo_hotel2025 .btn-blue {
    color: #FFF !important;
    border:solid 1px #0170B8;
}
.rizo_hotel2025 .goContact .btn-pink.btn{
    width:100%;
}

@media (max-width: 767px) {
/* RIZO ZAIZEN MOTOBU */
    #main-visual__rizo_hotel_bk20240807 .main-visual-bg {
        background-image: url(../img/hotel/img_head-rizo_hotel_sp.png);
    }
    .rizo_hotel2025 .goContact{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        margin:0 auto;
        gap:5px;
    }

    .rizo_hotel2025 .goContact p {
        width: calc(50% - 5% / 2);
    }
}
