@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 高陽建設工業株式会社
                    [address] => 〒720-2123 広島県福山市神辺町大字川北921
                    [tel] => 084-963-1101
                    [fax] => 084-963-1160
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #322e2d
            [anchor] => #322e2d
            [hover] => #428472
            [underline] => no
            [sns] => Array
                (
                    [instagram] => https://www.instagram.com/kouyou_kk_official?igsh=MXQzd2Y1MXoyY3VoMw%3D%3D
                )

        )

    [header] => Array
        (
            [basic_bgcolor] => #ffffff
            [basic_logo] => https://k-kouyou.jp/cmswp/wp-content/uploads/2024/08/logo.png
            [reversal_bgcolor] => #ffffff
            [align] => right
            [underline] => 1
            [color] => #322e2d
            [hover] => #428472
            [reversal_hover] => #428472
            [accordion] => md
            [accordion_bg] => rgba(66,132,114,0.9)
            [accordion_color] => #ffffff
            [accordion_hover] => #428472
            [toggle_bg] => #428472
            [toggle_hover] => rgba(66,132,114,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #428472
            [contact_color] => #ffffff
            [contact_label] => 採用情報
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #312e2d
            [logo] => https://k-kouyou.jp/cmswp/wp-content/uploads/2024/08/logo_w.png
            [color] => #ffffff
            [anchor] => #ffffff
            [hover] => #eeee22
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒720-2123 広島県福山市神辺町大字川北921
                    [tel] => 084-963-1101
                    [fax] => 084-963-1160
                )

            [contact] => 1
            [contact_bg] => #428472
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [sns] => Array
                (
                    [instagram] => https://www.instagram.com/kouyou_kk_official?igsh=MXQzd2Y1MXoyY3VoMw%3D%3D
                )

            [sns_style] => circle
            [copyright] => (C) 2024 高陽建設工業株式会社 All Rights Reserved.
            [copyright_bg] => transparent
            [copyright_color] => #ffffff
        )

)

*/
@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: 500;
	--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: 500;
	--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: #428472;

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

	--msg-header-color: #322e2d;
	--msg-header-hover: #428472;
	--msg-header-reversal-color: ;
	--msg-header-reversal-hover: #428472;

	--msg-header-accordion-bg: rgba(66,132,114,0.9);
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #428472;
	--msg-header-toggle-bg: #428472;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(66,132,114,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #428472;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #312e2d;
	--msg-footer-color: #ffffff;
	--msg-footer-anchor: #ffffff;
	--msg-footer-hover: #eeee22;
	
	--msg-footer-contact-color: #ffffff;
	--msg-footer-contact-bg: #428472;
	--msg-footer-contact-icon: #ffffff;
	
	--msg-footer-copyright-color: #ffffff;
	--msg-footer-copyright-bg: transparent;

}
