/*
Theme Name: EXPテーマ（シンプル）
Theme URI: 
Author: イーエックス・パートナーズ
Author URI: 
Description: 
Tested up to: 6.9
Requires PHP: 8.0
Version: 1.1.2
Text Domain: exptn
*/

:root {
    /* --theme- */
}

/* トップページ */
body.home {

    /* Googleマップ */
    .wp-block-acf-google-map-embed {

        .wrapper {
            background-color: var(--wp--preset--color--primary);
            filter: contrast(105%) grayscale(10%);

            iframe {
                opacity: 0.97;
            }
        }
    }
}
