h1 img{
    width: 1.5em;
}
h3{
    display: flex;
    align-content: center;
    align-items: center;
}
h3 img,h3 .fa{
    width: 1.5em;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 0.5em;
}
.item:nth-child(odd) h5, .item:nth-child(odd) p {
    border-bottom: 1px solid #FFF;
}
.item h5{
    color: #e70000 !important;
}
.item:hover h5{
    border-bottom: 1px solid #e70000;
}
.item-date{
    width: auto;
}
.item-date{
    width: auto;
    border-top: none !important;
    padding-top: 0;
    margin-bottom: 0;
}
.item-addi{
    border-top: 1px dotted #ccc;
    padding-top: 0.5rem;
    align-content: center;
    align-items: center;
}
.item:nth-child(odd) .item-addi{
    border-top: 1px dotted #e9495e;
}
.item-shopname{
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #e9495e;
    color: #FFF;
    align-content: center;
    align-items: center;
}
a:hover .go_detail,a.item:hover .fa{
    color: #e70000 !important;
}
@media (max-width: 992px) {
    .item-shopname{
        margin-bottom: 0.5em;
    }
    .item .small{
        font-size: 0.5em;
    }
    .go_detail{
        text-align: right;
        padding-bottom: 0.5em;
    }
}

.item {
    background-color: #FFF !important;
    border: 2px solid #e9495e !important;
}

footer .item{
    background-color: transparent !important;
}

/*他ページ共通*/

.rotate25{
    transform:none;
}

/*独自css*/
h3 .fa{
    margin-right: 5px;
    width: 1em;
}