/*
Theme Name: korekara-lite Child
Template: korekara-lite
Version: 1.0.0
*/

/* --- 画像安全策（ヒーローの横伸び防止） --- */
.ic-hero img{ width:100% !important; height:auto !important; display:block !important; object-fit:cover; }

/* --- 営業時間は常に1行 --- */
.ic-hours{ white-space:nowrap !important; }

/* --- ドロワーの層（黒幕より上） --- */
#ic-drawer{ z-index:10050 !important; }
#ic-dim{ z-index:10040 !important; }

/* --- （重要）ここには縦書き強制やtransform上書きは入れない --- */