ショップナビ除外クエリ
$news_mod_posts_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'tag', 'terms' => 'cycleshopnavi', 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );
$news_mod_posts_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'tag', 'terms' => 'cycleshopnavi', 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );