@charset "utf-8";

html {
	min-width: 1200px;
	background-image: url(https://houga.co.jp/images/bg.png);
}
body {
	background-color: transparent;
}

#header {
	height: 120px;
}

@media(max-width:767px){
	html {
		min-width: inherit;
	}
	#header {
		height: 90px;
	}
}