
/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,100,200,300,500,600,700,800,900);


	
	/* = Selected Text
----------------------------------------------- */
::selection {
	background:#ffcc00; /* Safari */
	color:#FFF;
}

::-moz-selection {
	background:#ffcc00; /* Firefox */
		color:#FFF;
}

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: 'Work Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:normal;
}
thead th,
tbody th{
font-family: 'Work Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: 'Work Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hmenu,#logo{
font-family: 'Work Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

blockquote{
font-family: 'Work Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0;
color:#222;
background:#FEF5E9;
font:normal 0.9em/150% 'Work Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
-webkit-text-size-adjust: 100%;
}
html,body{height: 100%;}

	#loader {
	    width: 100%;
	    height: 100%;
	    display: none;
	    position: fixed;
	    _position: absolute; /* IE6 */
	    top: 50%;
	    left: 50%;
	    margin-top: -12.5px; 
	    margin-left: -12.5px; 
	    z-index: 9999;
	}
	#loader img{
		width:25px;
		height:25px;
	}
	 
	#fade {
	    width: 100%;
					height:100%;
	    display: none;
	    background-color: #fff;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    z-index: 9990;
	}
	

		
main{
	position:relative;
	overflow: hidden;
}
#container{padding-left: 0;}
@media all and (min-width: 769px) {
	#container{padding-left: 160px;}
}
aside {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
background-color:rgba(255,255,255,0.95);
    line-height: 42px;
    text-align: center;
    position: fixed;
    top: -100%;
    left: 0;
    /*z-index: 1000;*/
				overflow-y:auto;
}
@media all and (min-width: 769px) {
	aside {width: 160px; min-height: 690px; top:0; overflow-y: hidden;
		-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);}
	
}

header{
		width:100%;
	height: 65px;
	
		top:0;
		left:0;
		position:fixed;
	z-index:2000;
/*	background-color: rgba( 0, 0, 0, 0.95 );*/
	background-color:rgba(255,255,255,0.95);
				}

@media all and (min-width: 769px) {
	header {width:160px; height: 100%;min-height: 690px;}
}

/*aside::before{
	content: '';
	position: fixed;
	width: 100%;
	height: 50px;
	top:0;
	left: 0;
	background: #fff;
}*/
#container{position:relative;}
  

#hlogo{
	position:fixed;
	top:25px;
	left:20px;
	width:/*150px*/120px;
	height:auto;
	margin:0;
transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	text-align: center;
}
#hlogo a{
	text-decoration: none;
	color: #ffffff;
}
#hlogo a span{
	display: block;
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
	color: #eb5c02;
	letter-spacing: normal;
	margin-top: 10px;
	font-family: "industry",sans-serif;
	font-weight: 600;
	font-style: italic;
}
#hlogo a strong{
	display: block;
	font-weight: 500;
	color: #fff;
	width: 100%;
	font-size: 0.7em;
	letter-spacing: normal;
	background-color: #eb5c02;
	border-radius: 15px;
}
/*#hlogo a{ display: block; width: 100%; height: 100%;}*/
#hlogo img{
	width:65%;
	height:auto;
	margin: 0 auto;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
p#hcopyright{
	font-size: 0.7em;
	color: #bbb;
	letter-spacing: normal;
	padding: 0 10px;
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}
p#hpagetop{
	font-size: 0.9em;
	background-color: #f6f6f6;
	color: #666;
	letter-spacing: 0.08em;
	padding: 10px ;
	position: absolute;
	bottom:40px;
	left: 0;
	width: 100%;
	line-height: 1;
	text-align: center;
}
p#hpagetop span{
	font-family: "industry",sans-serif;
	font-weight: 500;
	font-style: italic;
}
p#hpagetop i{ color: #ffcc00; font-size: 1.4em;}

.pagetop{cursor: pointer;}

p#hpagetop:hover{ background-color: #ffcc00; }
p#hpagetop:hover span{ color: #fff; }
p#hpagetop:hover i{ color: #fff; }

ul#hnav{
	position: absolute;
	bottom:100px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#hnav li{
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.6;
	
	
}
ul#hnav li a{
	padding-left: 40px;
	font-size: 0.75em;
	text-decoration: none;
	color: #666;
}
ul#hnav li a::before{
	content: '■';
	margin-right: 0.3em;
	color: #eb5c02;
	
}
ul#hnav li a:hover{color: #eb5c02; }

@media all and (max-width: 768px) {
	#hlogo{left: 0px; top:8px; width: 110px;}
	#hlogo img{height: 35px; width: auto;}
	#hlogo a span{font-size: 0.7em; margin-top: 1px;}
	#hlogo a strong{display: none;}
	p#hpagetop,p#hcopyright{display: none;}
	ul#hnav{position: relative; bottom: 0; width: 200px; margin: 0 auto;}
}
#menuButton {
    display: block;
    width: 40px;
    height:40px;
    position: fixed;
    top: 12px;
    right: 15px;
				cursor:pointer;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
				/*background:rgba(0,0,0,0.4);*/
}
@media all and (min-width: 769px) {
	#menuButton {display: none;}
}
#menuButton span {
    display: block;
    background: #eb5c02;
    width: 30px;
    height: 2px;
    position: absolute;
    
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:nth-of-type(1) {
    top: 9px;
				left: 5px;
}

#menuButton span:nth-of-type(2) {
    top: 19px;
				left: 5px;
}

#menuButton span:nth-of-type(3) {
    bottom: 9px;
				left: 5px;
}
#menuButton.active{
	 	/*-webkit-transform:translateX(-10px);
    -moz-transform:translateX(-10px);
    -ms-transform:translateX(-10px);
    transform:translateX(-10px);*/
}

#menuButton.active{
		}
#menuButton.active span{
				/*background: #C93;*/
				width:30px;
}
#menuButton.active span:nth-of-type(even){
	 -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
#menuButton.active span:nth-of-type(odd){
	 -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}
#menuButton.active span:nth-of-type(1) {
	
    -webkit-transform:translateX(0px) translateY(10px) rotate(45deg);
    -moz-transform:translateX(0px) translateY(10px) rotate(45deg);
    -ms-transform:translateX(0px) translateY(10px) rotate(45deg);
    transform:translateX(0px) translateY(10px) rotate(45deg);
				opacity: 1;
}

#menuButton.active span:nth-of-type(3) {
    -webkit-transform:translateX(0px) translateY(-10px) rotate(-45deg);
    -moz-transform:translateX(0px) translateY(-10px) rotate(-45deg);
    -ms-transform:translateX(0px) translateY(-100px) rotate(-45deg);
    transform:translateX(0px) translateY(-10px) rotate(-45deg);
				opacity: 1;
}
#menuButton:not(.active):hover{
				
}
#menuButton:not(.active):hover span{
				/*background: #C93;*/
				width:30px;
				left:5px;
}
#menuButton:not(.active):hover span:nth-of-type(1),
#menuButton:not(.active):hover span:nth-of-type(3)
{
	 transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#menuButton:not(.active):hover span:nth-of-type(1){
	top: 7px;
}
#menuButton:not(.active):hover span:nth-of-type(3){
	bottom: 7px;
}


#menuButton:not(.active):hover span:nth-of-type(2){
	 transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}




#menuButton.active:hover span{
	/* background: #C93; */
}


nav{
	font-family: "industry",sans-serif;
	font-weight: 600;
		font-size:0.8em;
		color:#222;
		line-height:1.2;
		letter-spacing:normal;
		z-index: 3000;
	}
	
		nav ul{display:block;margin:80px 0 30px;padding:0;
		overflow:visible;}
	nav ul li{display:block;margin:5px 0;padding:0; line-height:1.4;}
	nav ul li a:hover{ color:#ffcc00;/*letter-spacing:0.06em;*/ }
nav ul li a{padding:0.6em 30px;display:block;text-decoration:none; 
	color:#eb5c02; text-align:left;
	-webkit-transition: all .2s;
	-moz-transition: all 0.2s;
	transition: all .2s;
	}
nav ul li.fb a {font-size: 0.9em; }
nav ul li.fb a span i{
	width: 1.3em;
	height: 1.3em;
	padding: 0.2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius:50%;
	border:1px solid #fff;
}
nav ul li a:hover span i{ border-color: #4C5A5A;}
nav ul li a img{
		width:26%;
	max-width: 130px;
		height: auto;
		opacity: 0.7;
		margin-left: 20%;
	float: left;
	
	}
	nav ul li a strong{
		width: 40%;
		font-weight: 600;
		font-size: 1.35em;
	position: relative;
		display: block;
padding:2px 4px 2px;
overflow:hidden;
		float: right;
		margin-right: 10%;
		margin-top: 6%;
}
	nav ul li a span{
		width: 40%;
	color: #666;
		padding:0px 4px 2px;
		font-weight: normal;
		float: right;
		margin-right: 10%;
}

@media all and (min-width: 769px) {
		nav{		font-size:0.75em;		}
			nav ul{display:block;margin:0px ;padding:0;
		overflow:hidden;
		transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
		}
		
		nav ul{text-align: right;  margin-top:160px;}
nav ul li a{padding:10px 4px 15px; background-color: #f6f6f6;font-size: 1em; text-align: center;}

	
		nav ul li{display:block;margin:0px 0px 3px; width: 100%;
		transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;}
	nav ul li a img{
		width:50%;
		height: auto;
		opacity: 0.7;
		float: none;
		margin: 0;
	}
	nav ul li a strong{
		width: 100%;
		font-weight: 600;
		font-size: 1.35em;
	position: relative;
display: block;
padding:2px 4px 0px;
overflow:hidden;
		margin: 0;
		float: none;
}
	nav ul li a span{
		width: 100%;
	color: #666;
		font-weight: normal;
		float: none;
		margin: 0;
}
nav ul li a:hover,nav ul li.active a{ /*color: #4C5A5A;*/ color: #fff; background-color:#eb5c02;}
	nav ul li a:hover span,nav ul li.active a span{ color: #fC0;}
	nav ul li a:hover img,nav ul li.active a img{ mix-blend-mode: multiply;}
	}
	

@media all and (max-width: 480px) {
	nav ul li a{padding:0.5em 10px;}
}
	
	
/* Waypoints */
.effect{ visibility: hidden;}
.effect .ef{}
.pp{}
.bounceInLeft, .bounceInRight,.fadeIn,.fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-15s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }

.delay1 { animation-delay: 0.1s; -webkit-animation-delay: 0.1s; }
.delay2 { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay3 { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.delay4 { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay5 { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay6 { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay7 { animation-delay: 0.7s; -webkit-animation-delay: 0.7s; }
.delay8 { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay9 { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.delay10 { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay11 { animation-delay: 1.1s; -webkit-animation-delay: 1.1s; }
.delay12 { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }





.gobtn {
	font-family: "industry",sans-serif;
	font-weight: 500;
	/*display: inline-block;*/
	width: 240px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size:1em;
	position: relative;
	z-index: 2;
	background-color: #eb5c02;
	color: #FFFFFF;
	overflow: hidden;
	margin-top: 30px;
	letter-spacing:0.15em;
	display: block;margin-left: auto; margin-right: auto;
}
.gobtn.contactbtn{background-color: #ffcc00; color:#333;}

.gobtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gobtn,
.gobtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	-moz-transition: all 0.2s;
	transition: all .2s;
}
	
.gobtn:hover {
	color: #eb5c02;
	
}
.gobtn::after {
	top: -75%;
	left: 50%;
	width: 0%;
	height: 250%;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
 -ms-transform:rotate(-15deg);
	transform: rotate(-15deg);
}
.rvs .gobtn::after {
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
 -ms-transform:rotate(15deg);
	transform: rotate(15deg);
}
.gobtn:hover::after {
	left: -10%;
	width: 120%;
	background: #FFCC00;
}
.gobtn.contactbtn:hover{color: #eb5c02;}
.gobtn.contactbtn:hover::after {background: #FFffff;}

.gobtn[target="_blank"]::before {
    content: '';
	position: absolute;
    top:8%;
	right: 2%;
    width: 10px;
    height:10px;
    background: url("../images/common/blank_link.svg") no-repeat 0 center;
    background-size: auto auto;
    background-size: 100% auto;
	opacity: 0.7;
	z-index: 5;
}
@media all and (max-width: 560px) {
	.gobtn { display: block;margin-left: auto; margin-right: auto;}
}



/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		background-color:#ffffff;
		position:relative;
		/*overflow:hidden;*/
		margin:0 auto;
		/*max-width:1500px;*/
	}
	.section .intro{
			width:85%;
			max-width: 1200px;
			margin:0 auto;
		
		}


	
	footer{
		width:100%;
		padding:2% 0 10px;
		position: relative;
		background-color:#424344;

	}
	footer .intro{
					text-align:center;
		width:90%;		
		margin:2% auto 0;
		color:#303030;
	}
	
	
	footer #flogo{
		width:260px;
		margin:1% 0 4%;
		float: left;
		font-size: 1em;
		line-height:1.7;
		text-align: left;
	
	}
	footer #flogo img{
		width:50px;
		height:auto;
		float: left;
		margin-right: 15px;
	}
#flogo span{
	display: block;
	width: 100%;
	font-size: 1em;
	font-family: "industry",sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #eee;
	letter-spacing: 0.04em;
	
}
#flogo strong{
	display: block;
	font-weight: 500;
	width: 100%;
	font-size: 0.9em;
	color: #fff;
}

#flogo p.address{
	display: block;
	width: 100%;
	font-size: 0.8em;
	letter-spacing: normal;
	color: #ccc;
	margin: 0;
	line-height: 1.4;
}
footer .intro .fnavbox{
	width: 100%;
	max-width: 1000px;
	margin: 0px 0 15px;
	padding: 0;
	padding-left: 260px;
	list-style: none;
	font-size: 0.85em;
}
footer .intro .fnavbox .fnav1,
footer .intro .fnavbox .fnav2,
footer .intro .fnavbox .fnav3{
	width: 33.333%;
	float: left;
}
footer .intro ul{
	margin: 10px 0 15px;
	padding: 0;
	list-style: none;
	/*font-size: 0.75em;*/
}
footer .intro ul li{
	padding: 0; margin: 0 5px 10px; display: block; text-align: left;
}
footer .intro ul li a{text-decoration: none; letter-spacing: 0.06em; color:#fff; line-height: 1.4; display: block;}
footer .intro ul li a:hover{color: #eb5c02;}	

#pagetop {
width:40px;
height:100%;
text-align:center;
	background-color: #666;
	margin:0;
	padding: 0;
	padding-top: 50px;
	z-index:100;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
#pagetop span{
	font-family: "industry",sans-serif;
	font-weight: 500;
	font-style: italic;
	width:80px;
	height:20px;
	display: block;
	color: #fff;
	letter-spacing: 0.1em;
	margin-top: -10px;
	margin-left: -40px;
	position: absolute;
	text-align: center;
	top:50%;
	left: 50%;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
	-webkit-transform: rotate(90deg) ;
	-ms-transform:rotate(90deg) ;
	transform:rotate(90deg) ;
	font-size: 0.9em;
}


@media all and (min-width: 768px) {
	#pagetop {display: none;}
}
footer .fcopyright{
			display: none;
			font-size:0.72em;
			color: #999;
			text-align:center;
		width:100%;
		margin:20px auto 3px;
	}
@media all and (min-width: 1200px) {
	footer .intro .fnavbox{padding-left: 350px;}
}
@media all and (max-width: 768px) {
	footer #flogo{ float: none; margin: 3% auto 6%;}
	footer .intro .fnavbox{padding: 0 40px 0 0; max-width: 400px; margin: 0px auto 15px;font-size: 0.7em;}
		footer .fcopyright{	display: block;	}
}
	
	
