@charset "utf-8";

@media print, screen and (min-width: 769px) {
.header_sp {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
/*
	background-color: #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
*/
	z-index: 999;
}
.header_sp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.8);
	/*box-shadow: 0 0 3px rgba(0, 0, 0, .2);*/
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.header_sp .inner {
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	padding: 0.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*--ロゴ--*/
#header-logo-s {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	padding: 0;
	width: calc( 100% - 5rem );
	width: 25rem;
	width: 20rem;
}
#header-logo-s img {
	width: auto;
	height: 30px;
}
/*--キャッチ--*/
.hader_sp .cap_sp {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	padding: 0;
	width: calc( 100% - 5rem );
	width: 25rem;
	width: 20rem;
	font-size: 5px !important;
	margin-left: 3%;
	margin-right: 3%;
}
/*--ナビ--*/
.header_sp nav {
	float: right;
	width: 60%;
	z-index: 999;
}
.header_sp.navOpen nav {
	opacity: 1;
	right: 0;
	top: 0px;
	background-color: rgba(0,0,0,0.70);
	width: 60%;
	padding-bottom:200px;
}
.header_sp nav ul {
	width: 100%;
	padding: 0 0 0 0px;
}
.header_sp nav ul li {
	float: left;
	width: 16.6666%;
	list-style: none;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1em;
}
.header_sp nav ul li i {
	font-style: normal; 
}
.header_sp nav ul li span {
	display: none;
}
.header_sp nav ul li a {
	position: relative;
	display: block;
	padding: 0.8em;
	color: #fff;
	text-decoration: none;
}
.header_sp nav ul.sub {
	border-top: 1px solid #FFFFFF;
}
.header_sp nav ul.sub li {
	font-size: 12px;
	padding-left: 20px;
}
.header_sp nav ul.sub li:last-child {
	border-bottom: none;
}
.header_sp nav ul li a:hover {
	text-decoration: underline;
}
/*リンクなしver*/
.header_sp nav ul li.link_none {
	position: relative;
	display: block;
	padding: 0.8em;
	color: #888 !important;
	text-decoration: none;
}
.header_sp .button_sp {
	display: none;
	width: 30px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}
.header_sp .button_sp span {
	display: block;
	height: 4px;
	width: 100%;
	background: #000000;
	border-radius: 2px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.header_sp .button_sp span:nth-of-type(2), .header_sp .button_sp span:nth-of-type(3) {
	margin-top: 5px;
}
.header_sp.navOpen .button_sp span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.header_sp.navOpen .button_sp span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.header_sp.navOpen .button_sp span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
/*
#contents {
    max-width: 768px;
    margin:120px auto 0;
    padding:1em 1.5em;
    line-height:1.5;
}
*/



/*@media screen and (max-width:1080px){*/
.header_sp .inner {
	padding: 1.5em;
}
.header_sp nav {
	width: 70%;
}
.header_sp nav ul li {
	width: 25%;
}
/*@media screen and (max-width:480px){*/
.header_sp .button_sp {
	display: block;
}
.header_sp nav {
	overflow: auto;
	position: fixed;
	top: 0;
	right: -70%;
	float: none;
	width: 45%;
	max-width: 320px;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 9999;
}
.header_sp nav ul li {
	float: none;
	width: auto;
}
}
