@charset "UTF-8";

/* リンクボタン調整(2025/10/20) */
@media only screen and (min-width: 901px) {
    #links + div a[href^="tel"]{
        pointer-events: none;
    }
}