@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 岡山エイケン工業株式会社
                    [address] => 〒712-8012 岡山県倉敷市連島4丁目2-13
                    [tel] => (086)448-6268
                    [fax] => (086)440-4833
                    [opened] => 8:00-17:00
                    [closed] => 土・日・祝
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #2f3134
            [anchor] => #2f3134
            [hover] => #3496b4
        )

    [header] => Array
        (
            [basic_bgcolor] => transparent
            [basic_logo] => https://okyeiken.co.jp/cmswp/wp-content/uploads/2024/07/アセット-13.png
            [reversal_bgcolor] => #ffffff
            [reversal_switch] => 1
            [align] => center
            [icon] => 1
            [underline] => 1
            [color] => #2f3134
            [hover] => #3496b4
            [reversal_hover] => #3496b4
            [reversal_color] => #2f3134
            [accordion] => md
            [accordion_color] => #ffffff
            [accordion_hover] => #ffffff
            [accordion_bg] => rgba(49,158,190,0.8)
            [toggle_bg] => #319ebe
            [toggle_hover] => rgba(49,158,190,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #2fa7c9
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #eaeaea
            [logo] => https://okyeiken.co.jp/cmswp/wp-content/uploads/2024/07/アセット-13.png
            [color] => #2f3134
            [anchor] => #2f3134
            [hover] => #3496b4
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒712-8012 岡山県倉敷市連島4丁目2-13
                    [tel] => (086)448-6268
                    [fax] => (086)440-4833
                    [opened] => 8:00-17:00
                    [closed] => 土・日・祝
                )

            [contact] => 1
            [contact_bg] => #4aba77
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_style] => circle
            [contact_icon] => 1
            [copyright] => (C) 2024 OKAYAMA EIKEN KOGYO
            [copyright_bg] => #ffffff
            [copyright_color] => #2f3134
        )

)

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

	--msg-basic-font-default-type: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	--msg-basic-font-default-weight: 500;
	--msg-basic-font-japanese-type: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	--msg-basic-font-japanese-weight: 700;
	--msg-basic-font-english-type: "Poppins", sans-serif;
	--msg-basic-font-english-weight: 500;
	--msg-basic-font-english-400: 400;
	--msg-basic-font-english-500: 500;
	--msg-basic-font-english-700: 700;

	--msg-basic-color: #2f3134;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #2f3134;
	--msg-basic-hover: #3496b4;

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

	--msg-header-color: #2f3134;
	--msg-header-hover: #3496b4;
	--msg-header-reversal-color: #2f3134;
	--msg-header-reversal-hover: #3496b4;

	--msg-header-accordion-bg: rgba(49,158,190,0.8);
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #ffffff;
	--msg-header-toggle-bg: #319ebe;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(49,158,190,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #2fa7c9;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #eaeaea;
	--msg-footer-color: #2f3134;
	--msg-footer-anchor: #2f3134;
	--msg-footer-hover: #3496b4;
	
	--msg-footer-contact-color: #ffffff;
	--msg-footer-contact-bg: #4aba77;
	--msg-footer-contact-icon: #ffffff;
	
	--msg-footer-copyright-color: #2f3134;
	--msg-footer-copyright-bg: #ffffff;

}
