@charset "utf-8";

/* Google Fonts
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');



/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width: 100%;
	height: 100vh;
	min-height: 100%;
	font-size: 108%; /* 14px */
	position: relative;
}

.hidden {
	display: none !important;
}

/* phones */
@media only screen and (max-width: 767px) {
	body {
		position: relative;
		right: 0;
	}

	#wrap {
		min-width: none;
		font-size: 100%; /* 13px */
	}
	.hidden {
		display: inline-block !important;
	}
}


/* selected text
-------------------------------------------------------------------------- */

::selection {
	background: #dddddd; /* Safari */
}
::-moz-selection {
	background: #dddddd; /* Firefox */
}



/* anchor
========================================================================== */

a {
	color: #090;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #afcc00;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}



/* header
========================================================================== */

header {
	height: 195px;
	background: url(../img/index/visual.jpg) no-repeat center -80px;
	background-size: cover;
	text-align: left;
	position: relative;
	zoom: 1;
}
header:after {
	content:"";
	display: block;
	clear: both;
}

/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	header {
		background: url(../img/index/visual.jpg) no-repeat center -200px;
		background-size: cover;
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	header {
		height: 170px;
		background: url(../img/index/visual.jpg) no-repeat center top;
		background-size: cover;
	}
}


/* global header
-------------------------------------------------------------------------- */

#global_header {
	height: 30px;
	padding: 10px 0;
	background: #fff;
}
#global_header > div {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}

#jst {
	margin-right: 20px;
	float: left;
}
#jst img {
	width: 165px;
}

#opera {
	float: left;
}
#opera img {
	width: 500px;
}

/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#jst img {
		width: 120px;
	}
	#opera img {
		width: 400px;
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	#global_header {
		height: 60px;
	}
	#global_header > div {
		padding: 0 20px;
	}

	#jst img {
		width: 160px;
		margin-bottom: 5px;
	}
	#opera img {
		width: 100%;
	}
}


/* header navi
-------------------------------------------------------------------------- */

#hnav {
	margin-top: 5px;
	font-weight: bold;
	float: right;
}

#hnav ul li {
	margin-left: 1em;
	float: left;
}
#hnav ul li a {
	color: #333;
	display: block;
}

#hnav ul li a:before {
	width: 1em;
	margin: 0 .25em;
	font-family: FontAwesome;
	text-align: center;
	display: inline-block;
}
#hnav ul li.lang a:before {
	content: "\f0ac";
}
#hnav ul li.contact a:before {
	content: "\f0e0";
}
#hnav ul li a:hover {
	color: #afcc00;
}

/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#hnav ul li {
		margin-left: .5em;
		font-size: 86%; /* 12px */
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	#hnav {
		display: none;
	}
}


/* header
-------------------------------------------------------------------------- */

#header {
	height: 40px;
	padding-top: 25px
}
#header > div {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}

#header h1 {
	float: left;
}
#header h1 img {
	width: 500px;
}

#header p {
	margin-top: .4em;
	color: #afcc00;
	font-size: 93%; /* 13px */
	float: right;
}
#header p br {
	display: none;
}


/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#header {
		height: 65px;
		padding-top: 20px
	}
	#header h1 {
		text-align: center;
		float: none;
	}

	#header p {
		text-align: center;
		float: none;
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	#header {
		padding-top: 15px
	}
	#header > div {
		padding: 0 20px;
	}

	#header h1 {
		text-align: center;
		float: none;
	}
	#header h1 img {
		width: 100%;
		max-width: 320px;
	}

	#header p {
		text-align: center;
		float: none;
	}
	#header p br{
		display: inline-block;
	}
}



/* navi
========================================================================== */

#nav {
	height: 50px;
	padding-top: 30px;
	background: rgba(0, 0, 0, .7); /* #000 70% */
	position: relative;
}

#nav button.slide_nav_trigger {
	display: none;
}


/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#nav {
		height: 40px;
		padding-top: 20px;
	}
}


/* phones */
@media only screen and (max-width: 767px) {
	#nav {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1001;
	}

	#nav button.slide_nav_trigger {
		width: 48px;
		height: 48px;
		background: none;
		border: none;
		font-size: 10px;
		text-align: center;
		position: absolute;
		top: -1px;
		right: 15px;
		display: inherit;
		cursor: pointer;
	}
	#nav button.slide_nav_trigger:focus,
	#nav button.slide_nav_trigger:active {
		background: none;
		outline: none;
	}

	#nav button.slide_nav_trigger span {
		width: 48px;
		height: 48px;
		background: url(../img/common/nav_open.png) no-repeat center center;
		background-size: 24px;
		display: block;
	}
	#nav button.slide_nav_trigger.close span {
		background: url(../img/common/nav_close.png) no-repeat center center;
		background-size: 24px;
	}
}


/* slide navi
-------------------------------------------------------------------------- */

/* phones */
@media only screen and (max-width: 767px) {
	#slide_nav {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.8); /* #000 80% */
		text-align: left;
		overflow-x: hidden;
		position: fixed;
		top: 80px;
		left: 0;
		z-index: 1000;
		display: none;
	}
}


/* global navi
-------------------------------------------------------------------------- */

#gnav {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
	zoom: 1;
}
#gnav:after {
	content:"";
	display: block;
	clear: both;
}

#gnav ul li {
	width: 20%;
	text-align: center;
	float: left;
}

#gnav ul li a {
	color:  #fff;
	border-right: 1px solid rgba(255, 255, 255, .2);
	display: block;
}
#gnav ul li a.active,
#gnav ul li a:hover {
	color: #afcc00;
}

#gnav ul li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#gnav ul {
		text-align: center;
	}
	#gnav ul li {
		width: auto;
		display: inline-block;
		float: none;
	}
	#gnav ul li a{
		padding: 0 1.5em;
	}
}

/* phones */
@media only screen and (max-width: 767px) {
	#gnav ul {
		margin-top: 40px;
	}
	#gnav ul li {
		width: 100%;
		text-align: left;
		float: none;
	}

	#gnav ul li a {
		padding: 1em 2em 1em 1em;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		border-left: none;
		position: relative;
	}
	#gnav ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, .2);
		border-left: none;
	}

	#gnav ul li a:after {
		width: 1em;
		margin-top: -.5em;
		content: "\f105";
		font-family: FontAwesome;
		line-height: 1;
		text-align: center;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 1em;
	}
}



/* footer
========================================================================== */

footer {
	width: 100%;
	padding: 1em 0;
	background: #000;
	color: #fff;
	font-size: 86%; /* 12px */
	font-weight: 300;
}


/* copyright
-------------------------------------------------------------------------- */

#copyright {
}


/* page up
-------------------------------------------------------------------------- */

#pageup {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
}



/* print
========================================================================== */

@media only print {
	body {
		background: #fff;
		color: #000;
	}
}