/* common */

.osusume_plans > ul{
    margin-top: 20px;
}

.osusume_planslist > li{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    padding: 10px;
    margin-bottom: 15px;
}

.osusume_plans li h3{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    border-top: 1px dotted rgba(132,147,75,1.00);
    border-bottom: 1px dotted rgba(132,147,75,1.00);
    width: 100%;
    padding: 10px 0;
}

.osusume_plans h4{
    background: rgba(126,32,34,1.00);
    color: #fff;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    padding: 5px;
}

.allhotes{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}

.plan_hotels a{
    display: block;
    background: url("../../common/img/allow_red_LR.svg") no-repeat right 15px center;
    background-size: 8px;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    color: rgba(51,47,47,1.00);
    text-decoration: none;
}

/* mobile only*/
@media all and (max-width: 767px) {
    
    .img_info{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
        align-items: center;
    }
    
    .img_info img{
        width: 150px;
        height: auto;
        margin-right: 10px;
    }
    
}

/* PC only*/
@media all and (min-width: 768px) {
    
    .img_info{
        margin-right: 20px;
    }
    
    .img_info img{
        width: 220px;
        height: auto;
    }
    
    .textarea{
        width: 100%;
    }
    
    .osusume_plans li h3{
        margin-bottom: 15px;
        padding: 20px 10px;
        width: calc(100% - 20px);
    }
    
    .osusume_planslist > li{
        padding: 15px;
        display: flex;
        justify-content: flex-start;
    }
    
    .plan_hotels{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
    
    .plan_hotels ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
       flex: 1;
    }
    
    .plan_hotels li{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .plan_hotels h4{
        margin-right: 15px;
        padding:10px  15px;
        margin-bottom: 20px;
    }
    
    .plan_hotels a{
        padding-right: 35px;
        transition: all 0.7s;
    }
    
    .plan_hotels a:hover{
        background: url("../../common/img/allow_white_LR.svg") no-repeat right 15px center rgba(112,158,45,1.00);
        background-size: 8px;
        color: #fff;
    }

}

@media all and (min-width: 1200px) {

}
