@charset "UTF-8";

/*----------電話番号非表示 20260915追記-----------*/
@media screen and (max-width: 900px) {
header .header_contents .header_col1 .tel {
    display: none !important;
}
}