@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 有限会社オダテクノス
                    [address] => 〒714-1227 岡山県小田郡矢掛町小田6498-3
                    [tel] => 0866-84-8150
                    [fax] => 0866-83-0859
                    [opened] => 9:00～18:00
                    [closed] => 土・日・祝
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #292929
            [anchor] => #292929
            [hover] => #285943
        )

    [header] => Array
        (
            [basic_bgcolor] => #c3c4c8
            [basic_logo] => https://www.odatechnos.com/wp-content/uploads/2026/02/hed_bg.png
            [reversal_bgcolor] => #ffffff
            [reversal_switch] => 1
            [align] => right
            [underline] => 1
            [color] => #292929
            [hover] => #285943
            [reversal_hover] => #285943
            [reversal_color] => #000000
            [accordion] => md
            [accordion_bg] => rgba(66,66,66,0.9)
            [accordion_color] => #ffffff
            [accordion_hover] => #285943
            [toggle_bg] => #292929
            [toggle_hover] => rgba(41,41,41,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #292929
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #c3c4c8
            [logo] => https://www.odatechnos.com/wp-content/uploads/2026/02/hed_bg.png
            [color] => #292929
            [anchor] => #292929
            [hover] => #285943
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒714-1227 岡山県小田郡矢掛町小田6498-3
                    [tel] => 0866-84-8150
                    [fax] => 0866-83-0859
                    [opened] => 9:00～18:00
                    [closed] => 土・日・祝
                )

            [copyright] => (C)2026 有限会社オダテクノス
            [copyright_bg] => #626161
            [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: #292929;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #292929;
	--msg-basic-hover: #285943;

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

	--msg-header-color: #292929;
	--msg-header-hover: #285943;
	--msg-header-reversal-color: #000000;
	--msg-header-reversal-hover: #285943;

	--msg-header-accordion-bg: rgba(66,66,66,0.9);
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #285943;
	--msg-header-toggle-bg: #292929;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(41,41,41,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #292929;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #c3c4c8;
	--msg-footer-color: #292929;
	--msg-footer-anchor: #292929;
	--msg-footer-hover: #285943;
	
	--msg-footer-copyright-color: #ffffff;
	--msg-footer-copyright-bg: #626161;

}
