

/*** for PC Browser ***/
@media (min-width:401px)
{
/* PCで電話番号リンクを無効に */

}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}