/* common */

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

.hotel_list h3{
    font-size: 120%;
    color: rgba(143,134,53,1.00);
    line-height: 1.2;
    margin-bottom: 15px;
}

.infoset{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.imgarea{
    width: 120px;
    height: auto;
    margin-right: 10px;
    line-height: 0;
}

.imgarea img{
    width: 100%;
    height: auto;
}

.textarea{
    flex: 1;
    line-height: 1.3;
    font-size: 86%;
}

.accessset{
    display: flex;
    line-height: 1.3;
    margin-bottom: 10px;
}

.accessset dt{
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px;
    width: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 3px;
}

.accessset dd{
    flex: 1;
}

.btnset li a{
    display: block;
    width: calc(100% - 20px);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #fafafa;
    padding: 10px;
    line-height: 1;
    border-radius: 5px;
}

.btnset li{
    width: 100%;
    margin-bottom: 5px;
}



/* mobile only*/
@media all and (max-width: 767px) {
 
 .btnset li.siteurl a{
    background: rgba(151,31,33,0.4);
}

.btnset li.panph a{
    background: rgba(39,118,27,0.4);
}   
    
}

/* PC only*/
@media all and (min-width: 768px) {
 
    .hotel_list{
        display: flex;
        justify-content:left;
        flex-wrap: wrap;
    }
    
    .hotel_list > li{
        width: 350px;
        margin: 0 10px;
        margin-bottom: 20px;
        transition: all 0.5s;
    }
    
    .hotel_list > li:hover{
        background: rgba(153,168,86,0.1);
    }
    
    .imgarea{
    width: 160px;
    height: auto;
}
    
    .btnset li.siteurl a{
    border:1px solid rgba(151,31,33,0.4);
        color: rgba(151,31,33,1);
        transition: all 0.7s;
}
    
    .btnset li.siteurl a:hover{
        background: rgba(151,31,33,1);
        color: #fff;
    }

.btnset li.panph a{
    border:1px solid rgba(39,118,27,0.4);
    color: rgba(39,118,27,1);
    transition: all 0.7s;
}
    
    .btnset li.panph a:hover{
        background: rgba(39,118,27,1);
        color: #fff;
    }

}

.hlist {
    margin-bottom: 25px;
}

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

}
