@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 株式会社 大原鉄工所
                    [address] => 〒707-0412 岡山県美作市古町76番地
                    [tel] => 0868-78-2958
                    [fax] => 0868-78-4611
                    [opened] => 9:00～18:00
                    [closed] => 土・日・祝
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #322E2D
            [anchor] => #322E2D
            [hover] => #96050a
        )

    [header] => Array
        (
            [basic_bgcolor] => #ffffff
            [basic_logo] => https://ohara-iron.com/wp-content/uploads/2024/04/logo-color.png
            [reversal_bgcolor] => #ffffff
            [reversal_switch] => 1
            [align] => right
            [underline] => 1
            [color] => #322E2D
            [hover] => #96050a
            [reversal_hover] => #96050a
            [reversal_color] => #000000
            [accordion] => md
            [accordion_bg] => #000000
            [accordion_color] => #ffffff
            [accordion_hover] => #96050a
            [toggle_bg] => #96050a
            [toggle_hover] => rgba(150,5,10,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #000000
            [contact_color] => #ffffff
            [contact_label] => 採用エントリー
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #0a0a0a
            [logo] => https://ohara-iron.com/wp-content/uploads/2024/04/logo-white.png
            [color] => #ffffff
            [anchor] => #ffffff
            [hover] => #96050a
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒707-0412 岡山県美作市古町76番地
                    [tel] => 0868-78-2958
                    [fax] => 0868-78-4611
                )

            [contact] => 1
            [contact_bg] => #96050a
            [contact_color] => #ffffff
            [contact_label] => 採用エントリー
            [contact_icon] => 1
            [copyright] => © 2024 株式会社大原鉄工所
            [copyright_bg] => #0a0a0a
            [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: 500;
	--msg-basic-font-japanese-type: "Noto Sans JP", sans-serif;
	--msg-basic-font-japanese-weight: 700;
	--msg-basic-font-english-type: "Inter", sans-serif;
	--msg-basic-font-english-weight: 700;
	--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: #96050a;

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

--msg-header-color: #322E2D;
--msg-header-hover: #96050a;
--msg-header-reversal-color: #000000;
--msg-header-reversal-hover: #96050a;

--msg-header-accordion-bg: #000000;
--msg-header-accordion-color: #ffffff;
--msg-header-accordion-hover: #96050a;
--msg-header-toggle-bg: #96050a;
--msg-header-toggle-line: #ffffff;
--msg-header-toggle-hover: rgba(150,5,10,0.5);
--msg-header-contact-color: #ffffff;
--msg-header-contact-bg: #000000;
--msg-header-contact-icon: #ffffff;

--msg-footer-bgcolor: #0a0a0a;
--msg-footer-color: #ffffff;
--msg-footer-anchor: #ffffff;
--msg-footer-hover: #96050a;

	--msg-footer-contact-color: #ffffff;
	--msg-footer-contact-bg: #96050a;
	--msg-footer-contact-icon: #ffffff;

--msg-footer-copyright-color: #ffffff;
--msg-footer-copyright-bg: #0a0a0a;

}