@charset "UTF-8";
/**
* Creative Net Door.
* Basic Css Reset Formatter
**/
.infoDetail__Favorite_on a{
    background-color: #0082D0!important;
}
.infoDetail__Favorite_on a::before {
    content: "";
    position: relative;
    width: 1.8rem;
    height: 1.5rem;
    background: url(../../../assets/img/favorite_on.svg) center top!important;
    background-repeat: no-repeat;
}

.infoDetail__Favorite_on a:hover {
    background-color: #F2F2F2!important;
}

.infoDetail__Favorite_on a:hover::before {
    content: "";
    position: relative;
    width: 1.8rem;
    height: 1.5rem;
    background: url(../../../assets/img/favorite.svg) center top!important;
    background-repeat: no-repeat;
}

.favorite_noText{
    color: transparent !important;  /* テキストを透明にする */
    text-decoration: none !important;  /* 下線などのテキスト装飾を削除 */
    pointer-events: auto;  /* クリックイベントを有効にする */
}

/* テキストを透明にする */
.cafe_notice {
    display: none;
}