/*
Theme Name: kimaroom-service
Theme URI: https://service.kimaroom.co.jp/
Author: Kimaroom inc
Author URI: https://service.kimaroom.co.jp/
Description: kimaroomテーマの独立型テンプレート
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kimaroom
Tags: custom, responsive, contact
*/

/* ブラウザ拡大率検出用のグローバルスタイル */
html.zoomed-150 img {
	/* max-width: 100%; */
	height: auto;
}

html.zoomed-150 .container,
html.zoomed-150 .container-fluid {
	overflow: hidden;
}

html.zoomed-high img {
	/* max-width: 100%; */
	/* height: auto; */
	/* 問題回避のため一時的な処理 */
	font-family: 'Times New Roman', Times, serif;
}

html.zoomed-high .container,
html.zoomed-high .container-fluid {
	overflow: hidden;
}
