h1 img{
    width: 1em;
}
h3{
    display: flex;
}
h3 img{
    width: 1.5em;
    height: 1.5em;
}
.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;
}
@media (max-width: 992px) {
    .item-shopname{
        margin-bottom: 0.5em;
    }
}

/*他ページ共通*/

.rotate25{
    transform: rotate(25deg);
}

/*独自スタイル*/
.contents-all-wrap h3{
    padding-left: 0 !important;
}

h1 img{
    width: 0.8em;
}