#recommend_489ban {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
    padding: 20px;
    gap: 15px;
    margin: 0 auto;
    border-radius: 5px;
}

@media (max-width: 768px) {
    #recommend_489ban {
        flex-direction: column;
    }
}

#recommend_489ban .PlanView {
    padding: 0 1%;
    width: calc(94% / 3);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #recommend_489ban .PlanView {
        width: 100%;
    }
}

#recommend_489ban .PlanView .picture {
    margin: 0 auto 10px;
    text-align: center;
}

#recommend_489ban .PlanView .plan {
    margin: 0 0 10px;
    font-size: 16px;
    text-align: left;
}

#recommend_489ban .PlanView .plan a {
    color: initial;
}

#recommend_489ban .PlanView .comment {
    font-size: 13px;
    line-height: 1.6;
}

#recommend_489ban .PlanView .roomlist,
#recommend_489ban .PlanView .planlist,
#recommend_489ban .PlanView .pblist {
    margin: 10px 0;
}

#recommend_489ban .PlanView .room_list_header,
#recommend_489ban .PlanView .planlist_header,
#recommend_489ban .PlanView .pblist_header {
    margin: 15px 0;
    font-weight: bold;
}


/* linktype 0 */
#recommend_489ban .PlanView .roomlist a {
    display: block;
    margin: 10px 0;
    padding: 5px 3px;
    color: #991a1a;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    background: #ededed;
    border-radius: 5px;
}

#recommend_489ban .PlanView .roomlist a:hover {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    background: #991a1a;
}

#recommend_489ban .PlanView .roomlist a span {
    display: block;
}


/* linktype 1 & 2 */
#recommend_489ban .PlanView .planlist a,
#recommend_489ban .PlanView .pblist a {
    display: block;
    margin: 15px 0 0;
    padding: 5px;
    color: #fff;
    text-align: center;
    background: #991a1a;
}