@charset "UTF-8";
#head {
	position: fixed;
	position: relative;
	height: 108px;
	z-index: 3000;
	padding-top: 18px;
	width: 100%;
}


.button-toggle {
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	float: left;
	top: 34px;
	right: 10px;
}

.title {
	float: right;
	height: 106px;
	width: 640px;
	text-align: left;
}

.title h1 {
	margin: 0;
}

.title h1 a {
	color: #aaa;
	text-decoration: none;
}

.menu {
	position: absolute;
	top: 126px;
	width: 100%;
	color: #FFF;
	overflow: hidden;
	display: none;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
	z-index: 2000;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 60px;
	background-color: #4D4D4D;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	height: 40px;
	width: 100%;
	color: #ffffff;
	font-size: 110%;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 1px;
}

.menu a:hover {
	padding-top: 20px;
	height: 40px;
	width: auto;
}

.warpper {
	width: 640px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #00a0e8;
	overflow: hidden;
}
#wrap #header #head .menu ul .last {
	background-color: #E6E6E6;
}
#wrap #header #head .menu ul .last a {
	color: #000000;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/img_04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*よくあるご質問*/
#wrap #header #head .menu ul .qa {
	background-color: #E6E6E6;
}
#wrap #header #head .menu ul .qa a {
	color: #000000;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/png_01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* 画面サイズが501px以上の場合に適用 */
@media only screen and (min-width: 501px) {
#head {
	position: fixed;
	position: relative;
	height: 114px;
	z-index: 3000;
	padding-top: 12px;
	width: 100%;
}	
	
}
#wrap #header #head .menu ul .sns {
	background-color: #E6E6E6;
}
#wrap #header #head .menu ul .sns a {
	padding-top: 10px;
}

#wrap #header #head .menu ul .sns .head-sns {

	display: flex;
	align-items: center;
	justify-content: center;
}
#wrap #header #head .menu ul .sns .head-sns p {
	padding: 0 10px;
}
#wrap #header #head .menu ul .sns .head-sns p a {
	display: flex;
	align-items: center;
}
.head-sns p img {
	width: 30px;
	height: auto;
}
