@charset "UTF-8";
/* CSS Document */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ヘッダー */
/* SP 767以下 */
@media(max-width:767px){
header{
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		header{
			max-width: 960px;
			margin: 0 auto;
			padding: 40px 10px 30px 10px;
			overflow: hidden;
		}
		}

.header-nav{
	height: auto;
	text-align: center;
}

.logo{
	font-size: 27px;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin: 0px 0 20px 0;
}

.header-nav ul{
	list-style: none;
	overflow: hidden;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	float: right;
}

.header-nav ul li{
	text-align: center;
	display: table-cell;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 16px;
	vertical-align: middle;
}

.header-nav a{
	display: block;
	padding: 8px 0 8px 0;
}

.header-nav ul li+li{
	border-left: none;
}

.header-nav img{
	width: 200px;
	height: auto;
}

/* ====================
sp normal menu
==================== */
.sp-header-nav{
	z-index: 10;
	top: 0px;
	width: 100%;
	height: 75px;
	position: fixed;
	background-color: #FFFFFF;
	box-shadow: 0px 0 5px 0;
	text-align: center;
}

.sp-header-nav img{
	width: 160px;
	height: auto;
	margin-top: 17px;
}