@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 有限会社柞磨工業
                    [address] => 〒720-0822 広島県福山市川口町3丁目8-31
                    [tel] => 084-953-0609
                    [opened] => 9:00-18:00
                    [closed] => 土・日・祝日
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #000000
            [anchor] => #000000
            [hover] => #024ab7
            [underline] => no
        )

    [header] => Array
        (
            [basic_bgcolor] => #ffffff
            [basic_logo] => https://taruma-kogyo.jp/cmswp/wp-content/uploads/2024/04/logo.png
            [reversal_bgcolor] => #ffffff
            [align] => right
            [underline] => 1
            [color] => #0b4eb3
            [hover] => #c9191a
            [reversal_hover] => #024ab7
            [accordion] => md
            [accordion_bg] => rgba(11,78,179,0.9)
            [accordion_color] => #ffffff
            [accordion_hover] => #024ab7
            [toggle_bg] => #0b4eb3
            [toggle_hover] => rgba(11,78,179,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #c9191a
            [contact_color] => #ffffff
            [contact_label] => 084-953-0609
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #343434
            [logo] => https://taruma-kogyo.jp/cmswp/wp-content/uploads/2024/04/logo_white-min.png
            [color] => #ffffff
            [anchor] => #ffffff
            [hover] => #c9191a
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒720-0822 広島県福山市川口町3丁目8-31
                    [tel] => 084-953-0609
                    [opened] => 9:00-18:00
                    [closed] => 土・日・祝日
                )

            [copyright] => (c) 2024 有限会社柞磨工業
            [copyright_bg] => #ffffff
            [copyright_color] => #000000
        )

)

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

	--msg-basic-font-default-type: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	--msg-basic-font-default-weight: 400;
	--msg-basic-font-japanese-type: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 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: #000000;
	--msg-basic-bgcolor: #ffffff;
	--msg-basic-anchor: #000000;
	--msg-basic-hover: #024ab7;

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

	--msg-header-color: #0b4eb3;
	--msg-header-hover: #c9191a;
	--msg-header-reversal-color: ;
	--msg-header-reversal-hover: #024ab7;

	--msg-header-accordion-bg: rgba(11,78,179,0.9);
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #024ab7;
	--msg-header-toggle-bg: #0b4eb3;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(11,78,179,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #c9191a;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #343434;
	--msg-footer-color: #ffffff;
	--msg-footer-anchor: #ffffff;
	--msg-footer-hover: #c9191a;
	
	--msg-footer-copyright-color: #000000;
	--msg-footer-copyright-bg: #ffffff;

}
