@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
// Bloomin'店舗マップ用ショートコード
function bloomin_map_shortcode() {
    return '<div style="position: relative; width: 100%; height: 0; padding-bottom: 40%;">
  <iframe 
    src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3272.5979957495383!2d135.4258946!3d34.8914398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6000f7db78975485%3A0x2492822141ce8d86!2z44CSNjY2LTAxMTEg5YW15bqr55yM5bed6KW_5biC5aSn5ZKM5p2x77yS5LiB55uu77yU4oiS77yS77yQ!5e0!3m2!1sja!2sjp!4v1755850855052!5m2!1sja!2sjp" 
    style="position: absolute; top:0; left:0; width:100%; height:100%; border:0;" 
    allowfullscreen="" 
    loading="lazy" 
    referrerpolicy="no-referrer-when-downgrade">
  </iframe>
</div>';
}
add_shortcode('bloomin_map', 'bloomin_map_shortcode');
