@charset "UTF-8";
/*
Theme Name: 北九州観光コンベンション協会
Theme URI: 
Author: 松崎照生@株式会社ARIZONA / Satoshi Fuke @ FROM ONE
Author URI: 
Description: 北九州観光コンベンション協会2023年度サイト変更
Version: 2023v1.0
License: Protected
License URI: 
Text Domain: kcva
Tags: 
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url(https://use.fontawesome.com/releases/v6.3.0/css/all.css);
@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;}
}

#hu *{ margin-top: 0;}