@charset "utf-8";

/* ヘッダースタイル
------------------------------------------------------------- */
/* ヘッダー */
#wrapper #header {
	float: left;
	width: 228px;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;
}

/* ヘッダーロゴ */
#wrapper #header h1 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 3px;
}



/* ヘッダーサーチボックス */
#wrapper .search-box {
	position: absolute;
	top: 9px;
	right: 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.1rem;
}
#wrapper .search-box .search-box__body {
	display: flex;
	align-items: center;
}
#wrapper .search-box .search-box__title {
	margin: 0 5px 0 0;
}
#wrapper .search-box .search-box__input input {
	width: 120px;
	height: 17px;
	margin: 0 5px 0 0;
	background: #fff;
	border: none;
}
#wrapper .search-box .search-box__btn {
	appearance: none;
	width: 15px;
	height: 17px;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}
#wrapper .search-box .search-box__btn:hover {
	opacity: 0.7;
}

#wrapper .search-box .hnav {
	display: flex;
	align-items: center;
}

#wrapper .search-box .hnav .hnav__item {
	display: flex;
	align-items: center;
	margin: 0 15px 0 0;
	padding: 0;
	line-height: 1;
}
#wrapper .search-box .hnav .hnav__item .hnav__item__link {
	color: #fff;
}
#wrapper .search-box .hnav .hnav__item .icon-arrow-right {
	font-size: 1.6rem;
}




