@charset "UTF-8";
/*
Theme Name: 北九州市エコタウン
Theme URI: 
Author: 
Author URI: 
Description: 北九州市エコタウン
Version: 2026.01v1.0
License: Protected
License URI: 
Text Domain: kitaq_ecotown
Tags: 
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("css/reset.css");
@import url("css/layout.css");

@import url("css/pc.css")  (min-width: 480px);
@import url("css/smart.css") only screen and (max-width: 480px);


@media print{
  *{ opacity: 1;}
}