@charset "shift_jis";

/********************************************************** ヘッダーー */

div.container_{
	margin-top:0;
}

.flavor_header{
   font-family: "游ゴシック", "Yu Gothic", YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	color: #fff;
	background: #111111;
	z-index: 10001;
}
.flavor_header .navhead{
	max-width: 1264px;
	margin: auto;
	height: 64px;
	position: relative;
}
.flavor_header .navhead > .navhead_1 > h1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 25px;
	margin: auto;
	width: 196px;
}
.flavor_header .navhead > .navhead_1 > h1 > a >img {
	height:auto;
}
.flavor_header .navhead .hn-list{
	width: 200px;
	position: absolute;
	right: 0;
	margin: 16px auto;
	display: flex;
	justify-content: space-between;
}
.flavor_header .navhead .hn-list__item{
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.flavor_header .navhead .hn-list__item:hover {
	opacity: 0.8;
}
.flavor_header .navhead .hn-list__item span{
	display: block;
   font-size: 12px;
	margin-bottom: 6px;
	font-weight: 400;
}
