/*============================
Header 
============================*/
#header {
	width:100%;
	height:auto;
	display:block;
	background-image:url(../img/header/bgimage.png);
}
#header #header_contents {
	width:100%;
	max-width:1400px;
	height:100px;
	display:block;
	margin:0 auto;
}
#header #header_contents #header01 {
	width:25%;
	height:100px;
	display:block;
	float:left;
}
#header #header_contents h1 {
	width:50%;
	height:100px;
	display:block;
	float:left;
}
#header #header_contents h1 a {
	width:100%;
	height:100px;
	display:block;
	text-indent:-9999px;
	background-image:url(../img/header/logo-w.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 60px;
}
#header #header_contents #header02 {
	width:25%;
	height:100px;
	display:block;
	float:right;
	padding-right:3%;
}
#header #header_contents #header02 ul {
	width:120px;
	height:30px;
	display:block;
	float:right;
	margin-top:30px;
}
#header #header_contents #header02 ul li {
	width:30px;
	height:30px;
	display:block;
	margin-left:10px;
	float:left;
}
#header #header_contents #header02 ul li a {
	width:30px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#header #header_contents #header02 ul li a#hi-fb {
	background-image:url(../img/header/fbicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#header #header_contents #header02 ul li a#hi-mail {
	background-image:url(../img/header/mailicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#header #header_contents #header02 ul li a#hi-line {
	background-image:url(../img/header/lineicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 480px) {
	#header {
		width:100%;
		height:auto;
		display:block;
		background-image:none;
		background-color:#fff;
	}
	#header #header_contents {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	#header #header_contents #header01 {
		display:none;
	}
	#header #header_contents h1 {
		width:100%;
		height:100px;
		display:block;
		float:left;
	}
	#header #header_contents h1 a {
		width:100%;
		height:100px;
		display:block;
		text-indent:-9999px;
		background-image:url(../img/header/logo.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:auto 60px;
	}
	#header #header_contents #header02 {
		width:120px;
		height:50px;
		display:block;
		margin:0 auto;
		float:none;
	}
	#header #header_contents #header02 ul {
		width:120px;
		height:30px;
		display:block;
		float:none;
		margin:0px auto 20px;
	}
	#header #header_contents #header02 ul li a#hi-fb {
	background-image:url(../img/header/fbicon-b.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#header #header_contents #header02 ul li a#hi-mail {
	background-image:url(../img/header/mailicon-b.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#header #header_contents #header02 ul li a#hi-line {
	background-image:url(../img/header/lineicon-b.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
}

/*============================
Menu 
============================*/
#menu-box {
	width: 100%;
	height:auto;
	display:block;
}
#menu {
	width: 100%;
	max-width:1400px;
	margin: 0 auto;
	padding: 0;
	border-left:1px solid #666;
}
#menu li{
	display: block;
	float: left;
	width: 10%;
	margin: 0;
	padding: 0;
	border-right:1px solid #666;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#menu li a .m_en {
	font-family: 'Teko', sans-serif;
	font-size:16px;
	line-height:1.2em;
	font-weight:500;
	color:#fff;
	display:block;
}
#menu li a .m_jp {
	font-size: 0.5em;
	line-height: 1.2em;
	font-weight: bold;
	color: #ACA962;
	display: block;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background-color: #514F17;
}
#toggle {
	display: none;
}
 
@media screen and (max-width: 980px) {
	#menu {
		border-top:1px solid #777;
	}
	#menu li {
		width: 20%;
		border-bottom: 1px solid #777;
	}
}
 
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
		border-left:1px solid #333;
	}
	#menu li {
		width: 50%;
		display:block;
		float:left;
		border-right:1px solid #333;
		border-bottom: 1px solid #333;
	}
	#menu li a {
	display: block;
	padding: 15px 0 15px;
	background-color:#514F17;
	}
	#menu li a .m_en {
		display:none;
	}
	#menu li a .m_jp {
		font-size:14px;
		line-height:1.4em;
		font-weight:bold;
		color:#fff;
		display:block;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #1e1e1e;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 0px 20px 0px 0;
		border-bottom: 1px solid #333;
		color:#FFF;
		text-align: right;
		text-decoration: none;
		font-family: 'Teko', sans-serif;
		font-size:20px;
		font-weight:500;
		line-height:50px;
		height:50px;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #1e1e1e;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}

/*============================
Footer 
============================*/
#footer {
	width:100%;
	height:auto;
	display:block;
	background-color:#222;
}
#footerbody {
	width:100%;
	max-width:1400px;
	height:auto;
	display:block;
	margin:0 auto;
	padding:20px 3%;
	text-align:center;
}
#footerbody a {
	color:#CCC;
	text-decoration:underline;
}
#footerbody a:hover {
	color:#fff;
	text-decoration:none;
}
#footerbody h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	color:#fff;
	margin-bottom:5px;
}
#footerbody p.addressp {
	font-size:0.7em;
	font-weight:normal;
	line-height:1.4em;
	color:#e5e5e5;
	margin-bottom:10px;
}
#footerbody p.copyrightp {
	font-size:12px;
	font-family: 'Teko', sans-serif;
	font-weight:500;
	line-height:1.4em;
	color: #ACA962;
}
#footerbody .fap {
	margin-right:1em;
}
@media screen and (min-width: 481px) and (max-width: 800px) {
	#footerbody .fap {
	margin-right:1em;
	}
}
@media only screen and (max-width: 480px) {
	#footerbody h2 {
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
	color:#CCC;
}
#footerbody p.addressp {
	font-size:12px;
	font-weight:normal;
	line-height:1.4em;
	color:#e5e5e5;
}
#footerbody p.copyrightp {
	font-size:0.7em;
	font-family: 'Teko', sans-serif;
	font-weight:500;
	line-height:1.4em;
	color: #ACA962;
}
#footerbody .fap {
	display:block;
}
}