/* 秋葉原ルーム */
.c-list-therapist__time_under-room.room-638 {
    background: linear-gradient(5deg, #ff5e9e, #ff8f92);
    background: -webkit-linear-gradient(5deg, #ff5e9e, #ff8f92);
}

/* 新橋ルーム */
.c-list-therapist__time_under-room.room-640 {
background: linear-gradient(5deg, #002e60, #005abc);
    background: -webkit-linear-gradient(5deg, #002e60, #005abc);
}

/* 恵比寿ルーム */
.c-list-therapist__time_under-room.room-641 {
    background: linear-gradient(5deg, #3D5229, #7e9569);
    background: -webkit-linear-gradient(5deg, #3D5229, #7e9569);
}

/* 北千住ルーム */
.c-list-therapist__time_under-room.room-639 {
    background: linear-gradient(5deg, indigo, #9b59b6);
    background: -webkit-linear-gradient(5deg, indigo, #9b59b6);
}


/* 冒頭案内文 */
.boutou1 {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
.boutou2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #9c6632;
}
.boutou3 {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #9c6632;
}