/* 開催中のイベントの記事がないとき */
.list_parts>ul.col3>li.js-no_article{
font-size: 15px;
font-weight: bold;
border: none;
width: 100%;
text-align: center;
margin-bottom: 0;
}
#js-result-message .js-no_article{
font-size: 15px;
font-weight: bold;
}
/* スポット宿泊施設のタイトルアイコン */
.title.icon_info span::before {
background: url(../img/icon/ico_info.svg) no-repeat center/contain!important;
}