@charset "utf-8";
/* ============================================================ */
/* header */
/* ============================================================ */
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	text-align: left;
	z-index: 10;
}



/*----- #header_logo -----*/

#header_sp_logo {
	float: left;
	margin: 8px 0 5px 10px;
}

#header_sp_logo img {
	width: auto;
	height: 37px;
}



/*----- #header_search -----*/

#header_search a {
	display: block;
	float: right;
	width: 40px;
	height: 34px;
	margin: 5px 10px 0 5px;
	padding: 6px 0 0;
	background: #eee;
	color: #4b1981;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
}

#header_search a span {
	font-size: 0.8rem;
}

#header_search a.on {
	background: #4b1981;
	color: #fff;
}

#header_search #search_box_sp {
	position: absolute;
	top: 50px;
	padding: 10px 12px;
	width: 100%;
	box-sizing: border-box;
	background: #4b1981;
	z-index: 15;
	display: none;
}

#header_search #search_box_sp input[type="text"],
#header_search form button {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html.ios #header_search #search_box_sp input[type="text"] {
	font-size: 16px;
}

#header_search #search_box_sp input[type="text"] {
	float: left;
	width: 85%;
	height: 30px;
	border-radius: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#header_search form button {
	width: 15%;
	height: 30px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: #ccc;
	font-size: 1.2rem;
	line-height: 30px;
}



/*----- #header_sp_nav -----*/

#header_sp_nav > a {
	display: block;
	float: right;
	width: 40px;
	height: 34px;
	margin: 5px 0 0 0;
	padding: 6px 0 0;
	background: #eee;
	color: #4b1981;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
}

#header_sp_nav > a span {
	font-size: 0.7rem;
}

#header_sp_nav > a.on {
	background: #4b1981;
	color: #fff;
}


/*----- #sp_navi -----*/
#sp_navi {
	position: absolute;
	top: 50px;
	width: 100%;
	border-top: 2px solid #4b1981;
	background: #fff;
	text-align: left;
	display: none;
	z-index: 5;
}

#sp_navi ul li {
	border-bottom: 1px solid #ccc;
}

#sp_navi ul li a {
	display: block;
	padding: 15px 15px;
	color: #333;
}

#sp_navi ul li a i {
	margin: 0 6px 0 0;
	color: #4b1981;
}

#sp_navi p {
	width: 100%;
	padding: 18px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	background: #eee;
	text-align: right;
}

#sp_navi p i {
	margin: 0 6px 0 0;
}

#sp_navi ul li ul li {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

#sp_navi ul li ul li a {
	padding-left: 40px;
}


