@charset "utf-8";

/*
Theme Name: KoyoThemeE
Theme URI: 
Author: KOYO
Author URI: 
Description: 
Version: 1.0
License: KOYO
License URI: https://www.koyo-printing.com/
Text Domain: KoyoThemeE
Tested up to: 6.3
Requires PHP: 8.0
*/
@media only screen and (min-width:854.1px) {
    .pc-only {
        display: block!important;    
    }
    .pc-only-flex {
        display: flex!important;    
    }
    .sp-only {
        display: none!important;
    }
    .sp-only-flex {
        display: none!important;
    }
}
@media only screen and (max-width:854px) {
    .pc-only {
        display: none!important;    
    }
    .pc-only-flex {
        display: none!important;    
    }
    .sp-only {
        display: block!important;
    }
    .sp-only-flex {
        display: flex!important;
    }
    
}
