@charset "utf-8";
/* //////////////////////////////////////////////////////////////////
                                            基本セッティング ここから
////////////////////////////////////////////////////////////////// */

html, body {
  font-size: 14px;
  font-family: 'Avenir Next', 'Arial', 'Lato', 'Vrinda', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.8;
  height: 100%;
}
body {
	overflow-x: hidden;
}
a {
	color: #666;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color:#F0D000;
	transition: 0.3s all;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: ".";
	clear: both;
}
/* clearfix for ie7*/
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/* //////////////////////////////////////////////////////////////////
                                            基本セッティング ここまで
////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////
                                                    リセット ここまで
////////////////////////////////////////////////////////////////// */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
ins {
  text-decoration: none;
}
span{
  font-weight: inherit;
}
em,strong {
	font-weight: bold;
}
mark {
  font-weight: 600;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
}
input, select, label {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label {
  cursor: pointer;
}
img,svg{
  line-height: 1;
  vertical-align: bottom;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
/* //////////////////////////////////////////////////////////////////
                                                    リセット ここまで
////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////
                                                   共通 header footer
////////////////////////////////////////////////////////////////// */

/* -------------------------------------------------------- header */
#header:after,
.headerCon:after,
.footer:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: ".";
	clear: both;
}
#header {
	width: 100%;
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 12px;
	position: relative;
	z-index: 1000;
	border-bottom: 1px #CCC solid;
}
.headerCon {	
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	min-width: 1200px;
}
h1#logo {
	width: 150px;
	height: 60px;
	float: left;
  font-size: 0;
	margin: 10px 0 0 0;
	background: url(../img/logo.png) no-repeat 0 0;
}
ul.navWrap {
	width: 800px;
	*zoom: 1; /*forIE6,7*/
	float: right;
	padding: 0 0 0 1px;
	background: #CCC;
}
ul.navWrap:after {
	content: "";
	display: block;
	clear: both;
}
ul.navWrap li {
	width: 20%;
	float: left;
	*zoom: 1; /*forIE6,7*/
	white-space: nowrap;
}
ul.navWrap li ul {
	display: none;
	visibility: hidden;
	position: absolute;
	width: 20%;
}
ul.navWrap li:hover > ul {
	visibility: visible;
}
ul.navWrap li ul li {
	width: auto !important;
	width: 80%;
	min-width: 80%;
	clear: left;
	position: relative;
	top:100%;
}
ul.navWrap li ul li ul {
	top: 0;
	left: 100%;
	z-index: 100;
	width: 120%;
}
ul.navWrap li ul li a {
	display: block;
	margin-right: 1px;
	margin-top: 1px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	z-index: 1000;
}
ul.navWrap li a {
	display: block;
	background-color: #FFF;
	margin-right: 1px;
	padding: 31px 0 29px 0;
	color: #666;
	text-align: center;
	text-decoration: none;
	z-index: 1000;
}
* html ul.navWrap li a {
	/*forIE6*/zoom: 1;
}
ul.navWrap li a:hover {
	background: #CCC;
}
ul.navWrap li a {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFFFFFFF);
	background-color: rgba(255,255,255,1);
}
ul.navWrap li ul li a {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80323232,EndColorStr=#80323232);
	background-color: rgba(50,50,50,0.5);
}
ul.navWrap li a:hover {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80F0F0F0,EndColorStr=#80F0F0F0);
	background-color: rgba(240,240,240,1);
}
ul.navWrap li ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80F0F0F0,EndColorStr=#80F0F0F0);
	background-color: rgba(240,240,240,0.5);
}

@media only screen and (min-width: 769px) {
	#menu-box {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#header {
		position: static;
		font-size: 14px;
	}
	.headerCon {
		display: none;
	}	
	#menu-box {
		display: block;
	}
	.menu {
		width: 100%;
		display: none;
	}
	.menu li{
		display: block;
	}
	.menu li a {
		display: block;
		padding: 20px 0 20px;
		background-color: #262117;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		border-bottom: 1px solid #000;
	}	
	.toggle {
		display: block;
		position: relative;
		width: 100%;
		background:  #262117;
	}
	.toggle a{
		display: block;
		height: 25px;
		position: relative;
		padding: 20px 0 20px 0;
		border-bottom: 1px solid #000;
		font-size: 0;
		background: url(../img/logo2.png) no-repeat center;
	}
	.toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	.toggle a:before, .toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 30px;
		height: 6px;
		background:  #262117;
	}
	.toggle a:before {
		margin-top:-9px;
	}
	.toggle a:after {
		margin-top: 3px;
	}
}
/* --------------------------------------------------------  footer */
.footer {
	width: 100%;
	color: #FFF;
	background: #262117;
	border-bottom: 4px #FAE701 solid;
	margin: 0 0 0 0;
	padding: 25px 0 2px 0;
	clear: both;
}
.footerArea {
	width: 1200px;
	margin: 0 auto;
}
.footerInner {
	width: 300px;
	float: right;
	margin: 0;
}
.footerInner ul {
}
.footerInner ul li {
	width: 300px;
	text-align: right;
	font-size: 14px;
}
.footerInner ul li:first-child {
	margin: 0 0 5px 0;
}
.footerInner ul li:last-child {
	font-size: 15px
}
ul.language {
	width: 80px;
	float:right;
}
ul.language li {
	width: 50%;
	float: left;
}
ul.language li a {
	font-size: 9px;
	display: block;
	padding: 0 0 0 4px;
	color: #FFF;
	text-align: right;
	margin: 0;
}
ul.language li a:hover {
	color:#F0D000;
}
.copy {
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 9px;
}


@media only screen and (max-width: 767px) {
	.footer {
		margin: 0;
		padding: 25px 0 2px 0;
	}
	.footerArea {
		width: auto;
	}
	.footerInner {
		width: 300px;
		float: none;
		margin: 0 auto;
	}
	.footerInner ul {
	}
	.footerInner ul li {
		width: 300px;
		text-align: center;
		font-size: 14px;
	}
	.footerInner ul li img {
		width: 300px;
		margin: 0 0 20px 0;
	}
	.footerInner ul li:first-child {
		margin: 0;
	}
	.footerInner ul li:last-child {
		font-size: 14px
	}
	ul.language {
		width: 80px;
		float: none;
		margin: 10px auto 35px auto;
	}
	ul.language li {
		width: 50%;
		float: left;
	}
}
@media only screen and (max-width: 480px) {
	.footerInner {
		width: 200px;
		float: none;
		margin: 0 auto;
	}
	.footerInner ul li {
		width: 200px;
		text-align: center;
		font-size: 12px;
	}
	.footerInner ul li img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	ul.language li {
		width: 50%;
		float: left;
	}
}



/* ---------------------------------------------

                                        topReturn

---------------------------------------------- */
#topReturn a {
	width: 50px;
	font-size:21px;
	text-align: center;
	color: #FFF;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#topReturn a {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80262117,EndColorStr=#80262117);
	background-color: rgba(38,33,23,0.5);
}
#topReturn a:hover {
	color:#F0D000;
}