@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => ウィルテック株式会社
                    [address] => 〒701-0135 岡山県岡山市北区東花尻314-7
                    [tel] => 086-250-5210
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #322e2d
            [anchor] => #322e2d
            [hover] => #1e647c
            [underline] => no
            [sns] => Array
                (
                    [instagram] => https://www.instagram.com/p/DHXQKT8yIvF/
                )

        )

    [header] => Array
        (
            [basic_bgcolor] => #ffffff
            [basic_logo] => https://willtec-okayama.co.jp/wp-content/themes/kbzpkg/img/_pkg/logo_b.svg
            [reversal_bgcolor] => #ffffff
            [align] => right
            [color] => #322e2d
            [hover] => #1e647c
            [reversal_hover] => #1e647c
            [accordion] => md
            [accordion_bg] => rgba(46,161,218,0.9)
            [accordion_color] => #ffffff
            [accordion_hover] => #1e647c
            [toggle_bg] => #2ea1da
            [toggle_hover] => rgba(46,161,218,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #01488d
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #ffffff
            [logo] => https://willtec-okayama.co.jp/wp-content/themes/kbzpkg/img/_pkg/logo_b.svg
            [color] => #322e2d
            [anchor] => #322e2d
            [hover] => #1e647c
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒701-0135 岡山県岡山市北区東花尻314-7
                    [tel] => 086-250-5210
                )

            [sns] => Array
                (
                    [instagram] => https://www.instagram.com/p/DHXQKT8yIvF/
                )

            [sns_style] => circle
            [copyright] => &copy; ウィルテック株式会社 All Rights Reserved.
            [copyright_bg] => #626161
            [copyright_color] => #ffffff
        )

)

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

	--msg-basic-font-default-type: "Noto Serif JP", sans-serif;
	--msg-basic-font-default-weight: 400;
	--msg-basic-font-japanese-type: "Noto Serif 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: #322e2d;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #322e2d;
	--msg-basic-hover: #1e647c;

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

	--msg-header-color: #322e2d;
	--msg-header-hover: #1e647c;
	--msg-header-reversal-color: ;
	--msg-header-reversal-hover: #1e647c;

	--msg-header-accordion-bg: rgba(46,161,218,0.9);
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #1e647c;
	--msg-header-toggle-bg: #2ea1da;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(46,161,218,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #01488d;
	--msg-header-contact-icon: <br />
<b>Warning</b>:  Undefined variable $contact_icon_color in <b>/home/willtec/willtec-okayama.co.jp/public_html/wp-content/themes/kbzpkg/assets/css/style-kbzpkg.php</b> on line <b>171</b><br />
;

	--msg-footer-bgcolor: #ffffff;
	--msg-footer-color: #322e2d;
	--msg-footer-anchor: #322e2d;
	--msg-footer-hover: #1e647c;
	
	--msg-footer-copyright-color: #ffffff;
	--msg-footer-copyright-bg: #626161;

}
