@charset "UTF-8";

/* Header ver.1.0.2 last update  15/10/26
	Befine CSS for header
*/

body { background: white;}
body.body_top { background: #fbfcf5;}

/*===================================================
    header
===================================================*/
header {
	margin: 37px auto 0 auto;
	position: relative;
	z-index: 1000;
	width: 100%;
}

/*===================================================
    header logo, text
===================================================*/
header h1 {
	width: 145px;
	height: 85px;
	float: left;
	margin:0 0 37px 0;
}
header h1 a {
	display: block;
	width: 145px;
	height: 85px;
	background: url(../img/header_logo.png) no-repeat left top;
}

.top_pc_headermenu {
	padding-right: 0px;
	margin-bottom: 37px;
}

header h1 a:hover {
	background-position: left -85px;
}

/* col-xs */
@media (max-width: 767px){
	header h1 {
		float: none;
		margin: 0 auto 40px auto;
		width: 145px;
		height: 85px;
	}
	.xs-logo {
		float: none;
		display: block;
	}
	.xs-top-menu {
		margin-left: 25px;
	}
	.xs-top-menu li {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.xs-top-menu li:nth-child(even) {
		width: 105px;
		margin-left: 0;
	}
	.xs-top-title {
		margin: 0 0 0 36px;
	}
}
/*===================================================
    global navi 
===================================================*/

nav {
}

header nav ul {
	float: right;
}
header nav ul li {
	float: left;
	margin-left: 12px;
}

header nav ul li a {
	display: block;
	height: 35px;
	background: url(../img/header_menu.png) no-repeat left top;
	margin-top: 56px;
	margin-right: 115px;
}

/* col-sm */
@media (max-width: 991px){
	header nav ul li a {
		margin-right: 50px;
	}
}
header nav ul li a.header_haircatalog {
	width: 105px;
	background-position: 0 0;
}
	header nav ul li a.header_haircatalog:hover {
		background-position: left -35px;
	}

header nav ul li a.header_online-shop {
	width: 126px;
	background-position: -188px 0;
}
	header nav ul li a.header_online-shop:hover {
	background-position: -188px -35px;
}


header nav ul li a.header_reserve {
	width: 83px;
	background-position: -402px 0;
}
header nav ul li a.header_reserve:hover {
		background-position: -402px -35px;
	}


header nav ul li a.header_instagram {
	width: 87px;
	background-position: -579px 0;
}
header nav ul li a.header_instagram:hover {
		background-position: -579px -35px;
	}


/*===================================================
    SNS navi 
===================================================*/
ul#header_sns {
	width: 16px;
	float: right;
	margin: 20px 0 0 0;
}
ul#header_sns li {
	margin-bottom: 10px;
}

ul#header_sns li a {
	background: url(../img/header_sns_low.png) no-repeat left top;
	display: block;
	width: 16px;
	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}

ul#header_sns li a.sns_tw {
	height: 15px;
	}
ul#header_sns li a.sns_fb {
	height: 15px;
	background-position: 0 -15px;
	}
ul#header_sns li a.sns_fd {
	height: 14px;
	background-position: 0 -35px;
	}	