@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 有限会社斉藤工務店
                    [address] => 〒702-8026 岡山県岡山市南区 浦安本町75-38
                    [tel] => 086-262-4355
                    [fax] => 086-262-4356
                    [opened] => 08:30~17:30
                    [closed] => 日
                )

            [font] => Array
                (
                    [default] => Array
                        (
                            [type] => noto
                            [weight] => 400
                        )

                    [japanese] => Array
                        (
                            [type] => noto
                            [weight] => 400
                        )

                    [english] => Array
                        (
                            [type] => inter
                            [weight] => 400
                        )

                )

            [bgcolor] => #ffffff
            [color] => #2c2c2c
            [anchor] => #2c2c2c
            [hover] => #33b2b2
            [sns] => Array
                (
                    [instagram] => https://www.instagram.com/saito__komuten/
                )

        )

    [header] => Array
        (
            [basic_bgcolor] => #faf7f0
            [basic_logo] => https://saito-okayama.jp/wp_kanri/wp-content/uploads/2026/06/logo_saito-koumuten.png
            [reversal_bgcolor] => #faf7f0
            [align] => right
            [underline] => 1
            [color] => #2c2c2c
            [hover] => #33b2b2
            [reversal_hover] => #33b2b2
            [accordion] => sm
            [accordion_bg] => #33b2b2
            [accordion_color] => #ffffff
            [accordion_hover] => #33b2b2
            [toggle_bg] => #33b2b2
            [toggle_hover] => rgba(51,178,178,0.5)
            [toggle_line] => #ffffff
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #fcfcfc
            [logo] => https://saito-okayama.jp/wp_kanri/wp-content/uploads/2026/06/logo_saito-koumuten.png
            [color] => #2c2c2c
            [anchor] => #2c2c2c
            [hover] => #33b2b2
            [text] => basic
            [basic] => Array
                (
                    [company] => 有限会社斉藤工務店
                    [address] => 〒702-8026 岡山県岡山市南区 浦安本町75-38
                    [tel] => 086-262-4355
                    [fax] => 086-262-4356
                )

            [contact] => 1
            [contact_bg] => #33b2b2
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_style] => circle
            [contact_icon] => 1
            [copyright] => © 2026 有限会社 斉藤工務店
            [copyright_bg] => #2c2c2c
            [copyright_color] => #ffffff
        )

)

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Inter:wght@400;500;700&display=swap');
:root {

	--msg-basic-font-default-type: "Noto Sans JP", sans-serif;
	--msg-basic-font-default-weight: 400;
	--msg-basic-font-japanese-type: "Noto Sans JP", sans-serif;
	--msg-basic-font-japanese-weight: 400;
	--msg-basic-font-english-type: "Inter", sans-serif;
	--msg-basic-font-english-weight: 400;
	--msg-basic-font-english-400: 400;
	--msg-basic-font-english-500: 500;
	--msg-basic-font-english-700: 700;

	--msg-basic-color: #2c2c2c;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #2c2c2c;
	--msg-basic-hover: #33b2b2;

	--msg-header-bgcolor: #faf7f0;
	--msg-header-reversal-bgcolor: #faf7f0;

	--msg-header-color: #2c2c2c;
	--msg-header-hover: #33b2b2;
	--msg-header-reversal-color: ;
	--msg-header-reversal-hover: #33b2b2;

	--msg-header-accordion-bg: #33b2b2;
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #33b2b2;
	--msg-header-toggle-bg: #33b2b2;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(51,178,178,0.5);
	--msg-header-contact-color: ;
	--msg-header-contact-bg: ;
	--msg-header-contact-icon: <br />
<b>Warning</b>:  Undefined variable $contact_icon_color in <b>/home/saitokoumu/saito-okayama.jp/public_html/wp_kanri/wp-content/themes/kbzpkg/assets/css/style-kbzpkg.php</b> on line <b>171</b><br />
;

	--msg-footer-bgcolor: #fcfcfc;
	--msg-footer-color: #2c2c2c;
	--msg-footer-anchor: #2c2c2c;
	--msg-footer-hover: #33b2b2;
	
	--msg-footer-contact-color: #ffffff;
	--msg-footer-contact-bg: #33b2b2;
	--msg-footer-contact-icon: #ffffff;
	
	--msg-footer-copyright-color: #ffffff;
	--msg-footer-copyright-bg: #2c2c2c;

}
