@charset "utf-8";

/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 株式会社クラビズ
                    [address] => 〒710-055 岡山県倉敷市阿知3丁目1-2
                    [tel] => 086-424-8877
                    [fax] => 086-423-0111
                    [opened] => 9:00～18:00
                    [closed] => 土・日・祝
                )

            [font] => Array
                (
                    [default] => Array
                        (
                            [type] => gothic
                            [weight] => 500
                        )

                    [japanese] => Array
                        (
                            [type] => gothic
                            [weight] => 700
                        )

                    [english] => Array
                        (
                            [type] => roboto
                            [weight] => 500
                        )

                )

            [bgcolor] => #ffffff
            [color] => #222222
            [anchor] => #222222
            [hover] => #978b22
            [underline] => no
            [sns] => Array
                (
                    [instagram] => https://
                    [line] => https://
                    [youtube] => https://
                )

        )

    [header] => Array
        (
            [basic_bgcolor] => transparent
            [basic_logo] => https://murakami.kurabiz.jp/wp-content/themes/kbzpkg/img/_pkg/logo_b.svg
            [reversal_bgcolor] => #ffffff
            [reversal_switch] => 1
            [overlay] => 1
            [align] => center
            [underline] => 1
            [color] => #222222
            [hover] => #978b22
            [reversal_hover] => #978b22
            [reversal_color] => #000000
            [accordion] => sm
            [accordion_color] => #222222
            [accordion_hover] => #978b22
            [accordion_bg] => #34352c
            [toggle_bg] => #ffffff
            [toggle_hover] => rgba(255,255,255,0.5)
            [toggle_line] => #bdad1f
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #34352c
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_icon] => 1
            [sns] => Array
                (
                    [instagram] => https://
                    [line] => https://
                    [youtube] => https://
                )

            [sns_style] => circle
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #34352c
            [logo] => https://murakami.kurabiz.jp/wp-content/themes/kbzpkg/img/_pkg/logo_w.svg
            [color] => #ffffff
            [anchor] => #ffffff
            [hover] => #bdad1f
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒710-055 岡山県倉敷市阿知3丁目1-2
                    [tel] => 086-424-8877
                    [opened] => 9:00～18:00
                    [closed] => 土・日・祝
                )

            [contact] => 1
            [contact_bg] => #978b22
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_style] => circle
            [contact_icon] => 1
            [sns] => Array
                (
                    [instagram] => https://
                    [line] => https://
                    [youtube] => https://
                )

            [sns_style] => circle
            [copyright] => &copy; 株式会社クラビズ All Rights Reserved.
            [copyright_bg] => #34352c
            [copyright_color] => #ffffff
        )

)

*/

:root {

	--msg-basic-color: #222222;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #222222;
	--msg-basic-hover: #978b22;

	--msg-header-bgcolor: transparent;
	--msg-header-reversal-bgcolor: #ffffff;

	--msg-header-color: #222222;
	--msg-header-hover: #978b22;
	--msg-header-reversal-color: #000000;
	--msg-header-reversal-hover: #978b22;

	--msg-header-accordion-bg: #34352c;
	--msg-header-accordion-color: #222222;
	--msg-header-accordion-hover: #978b22;
	--msg-header-toggle-bg: #ffffff;
	--msg-header-toggle-line: #bdad1f;
	--msg-header-toggle-hover: rgba(255,255,255,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #34352c;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #34352c;
	--msg-footer-color: #ffffff;
	--msg-footer-anchor: #ffffff;
	--msg-footer-hover: #bdad1f;
	
	--msg-footer-contact-color: #ffffff;
	--msg-footer-contact-bg: #978b22;
	--msg-footer-contact-icon: #ffffff;
	
	--msg-footer-copyright-color: #ffffff;
	--msg-footer-copyright-bg: #34352c;

}
