@charset "utf-8";
/*
Array
(
    [basic] => Array
        (
            [info] => Array
                (
                    [company] => 株式会社LIFLAP
                    [address] => 〒242-0024 神奈川県⼤和市福⽥7-39-13
                    [tel] => 046-205-7011（代表）
                )

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

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

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

                )

            [bgcolor] => #ffffff
            [color] => #322e2d
            [anchor] => #322e2d
            [hover] => #d82027
            [underline] => no
        )

    [header] => Array
        (
            [basic_bgcolor] => #ffffff
            [basic_logo] => https://liflap.co.jp/wp-content/uploads/2024/04/logo.png
            [reversal_bgcolor] => #ffffff
            [align] => right
            [color] => #322e2d
            [hover] => #d82027
            [reversal_hover] => #d82027
            [accordion] => md
            [accordion_color] => #ffffff
            [accordion_hover] => #ffffff
            [accordion_bg] => rgba(216,32,39,0.9)
            [toggle_bg] => #d82027
            [toggle_hover] => rgba(216,32,39,0.5)
            [toggle_line] => #ffffff
            [contact] => 1
            [contact_type] => in
            [contact_bg] => #d82027
            [contact_color] => #ffffff
            [contact_label] => お問い合わせ
            [contact_icon] => 1
        )

    [footer] => Array
        (
            [type] => a
            [bgcolor] => #ffffff
            [logo] => https://liflap.co.jp/wp-content/uploads/2024/04/logo-footer.png
            [color] => #4c4b4b
            [anchor] => #4c4b4b
            [hover] => #d82027
            [text] => basic
            [basic] => Array
                (
                    [address] => 〒242-0024 神奈川県⼤和市福⽥7-39-13
                    [tel] => 046-205-7011（代表）
                )

            [copyright] => © LIFLAP All Right Reserved. 
            [copyright_bg] => #ffffff
            [copyright_color] => #4c4b4b
        )

)

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

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

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

	--msg-header-accordion-bg: rgba(216,32,39,0.9);
	--msg-header-accordion-color: #ffffff;
	--msg-header-accordion-hover: #ffffff;
	--msg-header-toggle-bg: #d82027;
	--msg-header-toggle-line: #ffffff;
	--msg-header-toggle-hover: rgba(216,32,39,0.5);
	--msg-header-contact-color: #ffffff;
	--msg-header-contact-bg: #d82027;
	--msg-header-contact-icon: #ffffff;

	--msg-footer-bgcolor: #ffffff;
	--msg-footer-color: #4c4b4b;
	--msg-footer-anchor: #4c4b4b;
	--msg-footer-hover: #d82027;
	
	--msg-footer-copyright-color: #4c4b4b;
	--msg-footer-copyright-bg: #ffffff;

}
