@charset "UTF-8";
/*
Theme Name: リヴィエールマンション｜riviere【公式】
Theme URI: 
Author: Satoshi Fuke
Author URI: 
Description: 株式会社九州三共
Version: 2026.03
License: Protected
License URI: 
Text Domain: riviere
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;}
}
