@charset "UTF-8";

/*電話かからないように調整_260715*/
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
