@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 株式会社BLC
                    [address] => 〒719-0234 岡山県浅口市鴨方町益坂1384番地1
                    [tel] => 090-1330-3288
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #292929
            [anchor] => #292929
            [hover] => #65a686
            [underline] => no
            [sns] => Array
                (
                    [facebook] => https://www.facebook.com/kbckbckbc/?locale=ja_JP
                    [twitter] => twitter
                )

        )

    [header] => Array
        (
            [basic_bgcolor] => #ffffff
            [basic_logo] => https://bisei-lc.com/wp-content/uploads/2025/04/logo.png
            [reversal_bgcolor] => #ffffff
            [align] => right
            [color] => #333333
            [hover] => #67ac8a
            [reversal_hover] => #65a686
            [accordion] => sm
            [accordion_bg] => #ffffff
            [accordion_color] => #292929
            [accordion_hover] => #65a686
            [toggle_bg] => #67ac8a
            [toggle_hover] => rgba(103,172,138,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #67ac8a
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #292929
            [logo] => https://bisei-lc.com/wp-content/themes/kbzpkg/img/_pkg/logo_w.svg
            [color] => #ffffff
            [anchor] => #ffffff
            [hover] => #65a686
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒719-0234 岡山県浅口市鴨方町益坂1384番地1
                    [tel] => 090-1330-3288
                )

            [copyright] => © 2025 BLC Co., Ltd.
            [copyright_bg] => #292929
            [copyright_color] => #ffffff
        )

)

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

	--msg-basic-font-default-type: "Zen Maru Gothic", serif;
	--msg-basic-font-default-weight: 400;
	--msg-basic-font-japanese-type: "Zen Maru Gothic", serif;
	--msg-basic-font-japanese-weight: 400;
	--msg-basic-font-english-type: "Zen Maru Gothic", 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: #292929;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #292929;
	--msg-basic-hover: #65a686;

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

	--msg-header-color: #333333;
	--msg-header-hover: #67ac8a;
	--msg-header-reversal-color: ;
	--msg-header-reversal-hover: #65a686;

	--msg-header-accordion-bg: #ffffff;
	--msg-header-accordion-color: #292929;
	--msg-header-accordion-hover: #65a686;
	--msg-header-toggle-bg: #67ac8a;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(103,172,138,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #67ac8a;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #292929;
	--msg-footer-color: #ffffff;
	--msg-footer-anchor: #ffffff;
	--msg-footer-hover: #65a686;
	
	--msg-footer-copyright-color: #ffffff;
	--msg-footer-copyright-bg: #292929;

}
