/*
	Theme Name: Hello Elementor Child
	Template:   hello-elementor
	Version:    1.0.0
*/

/* =============================
   ベーススタイル
   ============================= */

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
}

/* =============================
   ヘッダー 固定・スクロール背景
   ============================= */


#site-header-nav {
	transition: background-color 0.3s ease;
}

#site-header-nav.scrolled {
	background-color: #000000a1;
}
