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

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ヘッダー */
/* SP 767以下 */
@media(max-width:767px){
header{
	z-index: 10;
	top: 0px;
	width: 100%;
	height: 75px;
	position: fixed;
	background-color: #FFFFFF;
	box-shadow: 0px 0 5px 0;
	text-align: center;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		header{
			z-index: 10;
			top: 0px;
			width: 100%;
			height: 130px;
			position: fixed;
			background-color: #FFFFFF;
			box-shadow: 0px 0 5px 0;
			text-align: center;
		}
		}

.sl::before {
	position: absolute;
	top: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #383838;
	background-image:
	-webkit-gradient(linear, 0 0, 100% 100%,
	color-stop(.25, #000),
	color-stop(.25, transparent),
	color-stop(.5, transparent),
	color-stop(.5, #000),
	color-stop(.75, #000),
	color-stop(.75, transparent),
	to(transparent));
	-webkit-background-size: 5px 5px;
}


.header-nav{
	margin: 0 auto;
	width: 940px;
	margin-top: 30px;
	height: auto;
	text-align: center;
}

.logo{
	width: 100%;
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin: 28px 0 0 0;
	text-align: center;
}

		/* PC 768以上 */
		@media(min-width:768px){
		.logo{
			width: 50%;
			font-size: 27px;
			font-weight:bold;
			letter-spacing: 0.1em;
			margin: 0px 0 20px 0;
			text-align: left;
			float: left;
		}
		}

.tel{
	width: 50%;
	font-size: 27px;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin: 0px 0 20px 0;
	text-align: right;
	float: left;
}

.tel2{
	width: 90%;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 40px auto 10px auto;
	text-align: center;
}

.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{
	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 img{
	width: 160px;
	height: auto;
	margin-top: 18px;
}