@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  header.css
 style info :  スタイル指定
=================================================================== */
header.disNone {
    display:none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255,255,255,1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header * {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header h1 {
    padding: 45px 0 13px 70px;
    text-align: left;
}
header.hidden h1 {
    opacity: 0;
    position: relative;
    z-index: -1;
}
header h1 img {
    width: 120px;
    height: auto;
}

/* ===================================================================
//gnav
=================================================================== */
.gnav {
    position: absolute;
    top: 0;
    left: 23.263888%;
    right: 15px;
    bottom: 0;
    z-index: 10;
}
#gnavArea.gnav{
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background: #151515;
    height: 60px;
    color: #fff;
    bottom: auto!important;
}
.gnav ul {
    /* height: 100%; */
}
#gnavArea.gnav ul{
	margin-top: 15px;
}
.gnav li {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-right: 30px;
	text-align: center;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
/* Comming soon */
.gnav li.comingSoon a{
    color: #666 !important;
}
.gnav li.comingSoon a span{
    color: #fff !important;
}

/*.gnav ul li::after {
	content:attr(data-jpname);
	font-size: 11px;
	line-height: 2;
	color: #666;
}*/
.gnav li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
#gnavArea.gnav li a {
     color: #fff;
}

.gnav li a span{
    font-size: 11px;
    line-height: 2;
    color: #bbb;
    font-weight: normal;
    display: block;
}

.gnav li a i {
    font-size: 12px;
    margin-right: 10px;
}
.gnav li a:hover,
.gnav li.current a,
#gnavArea.gnav li a:hover,
#gnavArea.gnav li.current a {
    color: #a9894a;
}
.gnav li.cs a,
.gnav li.cs a:hover {
	cursor: default;
    color: #333;
	pointer-events: none;
	opacity: .2;
}
.gnav ul li.cs::before {
    position: absolute;
    top: 100%;
    left: 50%;
	content: 'Coming soon';
    color: #B1924D;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    width: 100%;
    white-space: nowrap;
	-webkit-transform: translate(-60%,0);
	transform: translate(-60%,0);
}
.gnav ul li.cs::after {
	content:attr(data-jpname);
	font-size: 11px;
	line-height: 2;
	color: #666;
	opacity: .2;
}
.gnav li.vacancyPage,
.gnav li.contactPage,
.gnav li.pamphletPage,
.gnav li.drawingPage,
.gnav li.areaguidePage,
.gnav li.panoramaPage {
    float: right;
    margin: 0 0 0 2px;
}
.gnav li.vacancyPage a,
.gnav li.contactPage a,
.gnav li.pamphletPage a,
.gnav li.drawingPage a,
.gnav li.areaguidePage a,
.gnav li.panoramaPage a {
    font-weight: 500;
    color: #fff;
    text-align: center;
	height: 44px;
	line-height: 44px;
    width: 130px;
}
.gnav li.panoramaPage a{
	width:200px;
	background:url(../../../img/elements/header/panoImg-entrance.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.gnav li.vacancyPage a {
    background: #151515;
}
.gnav li.contactPage a {
    background: #a9894a;
}
.gnav li.pamphletPage a,
.gnav li.drawingPage a{
    background: #001d75;
}
.gnav li.pamphletPage.comingSoon a,
.gnav li.drawingPage.comingSoon a{
    opacity: 0.8;
    line-height: 30px;
    position: relative;
    color: #ddd !important;
}
.gnav li.pamphletPage.comingSoon a::after,
.gnav li.drawingPage.comingSoon a::after{
    content: "comingSoon";
    position: absolute;
    text-align: center;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
	opacity: 1;
	color: #edc975;
}
.gnav li.areaguidePage a {
    background: #374777;
}
.noLink{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* ===================================================================
//smpNav
=================================================================== */
#smpNavBtn.disNone {
    display:none !important;
}
#smpNavBtn {
    position:fixed;
    top: 0;
    right: 0;
    z-index:10000;
    background: #fff;
    width: 70px;
    height: 65px;
    text-align: center;
    padding: 13px 10px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 30px;
	height: 20px;
	position: relative;
}
.menu-trigger::after {
	content:"MENU";
	position:absolute;
	top:160%;
	left:-.2em;
	font-size:12px;
    font-weight: 700;
	color:#333;
	width:100%;
	text-align:center;
	-webkit-transition: all .6s .2s;
	transition: all .6s .2s;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: -2px;
}
.menu-trigger.active::after {
	content:"CLOSE";
	color:#353535;
}
.menu-trigger.active span {
	background-color: #353535;
}

.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(10px) rotate(45deg);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}

#smpNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    overflow: hidden;
    z-index: 1000;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#smpNav.active {
    bottom: 0;
}
#smpNav ul {
    height: 100%;
}
#smpNav ul li {
    height: 12.5555555%;
	/*height: 14.444444%;*/
	/*height: 16.666666%;*/
	/*height: 20%;*/
	/*height: 25%;*/
    background: #fff;
}
#smpNav ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 100%;
}
#smpNav ul li:nth-of-type(1) a { background: rgba(51,51,51,.05); }
#smpNav ul li:nth-of-type(2) a { background: rgba(51,51,51,.1); }
#smpNav ul li:nth-of-type(3) a { background: rgba(51,51,51,.15); }
#smpNav ul li:nth-of-type(4) a { background: rgba(51,51,51,.2); }
#smpNav ul li:nth-of-type(5) a { background: rgba(51,51,51,.25); }
#smpNav ul li:nth-of-type(6) a { background: rgba(51,51,51,.3); }
#smpNav ul li:nth-of-type(7) a { background: rgba(51,51,51,.35); }
#smpNav ul li:nth-of-type(8) a { background: rgba(51,51,51,.40); }
#smpNav ul li a > span {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#smpNav.active ul li a > span {
    opacity: 1;
    text-shadow: 1px 1px 1px #999;
}
#smpNav.active ul li a > span{opacity: 0.8;}
#smpNav ul li a > span > span.smallNavText {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}
#smpNav ul li a.comingSoon > span > span.smallNavText {color:#1d252f;}

.smpContactNavWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    text-align: center;
}
.smpContactNavWrap a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
    height: 70px;
    width: 50%;
}
.smpContactNavWrap a.vacancyPage {
    background: #151515;
}
.smpContactNavWrap a.contactPage {
    background: #a9894a;
}
.smpContactNavWrap a.telPage {
    background: #b49552;
	display: none;
}
.smpContactNavWrap a i {
    margin-right: 10px;
}
.sp .smpContactNavWrap a {
	width: 33.333333%;
}
.sp .smpContactNavWrap a.telPage {
    display: inline-block;
}


/*@media only screen and (max-width: 1630px) {*/
@media only screen and (max-width: 2560px) {
header h1 {
    padding: 10px 0 10px 30px;
}
/* ===================================================================
//gnav
=================================================================== */
.gnav ul {
    text-align: center;
}
.gnav li {
    top: 60%;
    -webkit-transform:translateY(0);
    transform:translateY(0);
}
.gnav li.vacancyPage,
.gnav li.contactPage,
.gnav li.pamphletPage,
.gnav li.drawingPage,	
.gnav li.areaguidePage,
.gnav li.panoramaPage {
    position: absolute;
    top: 0;
}
.gnav li.vacancyPage {
    right: 132px;
}
.gnav li.contactPage {
    right: 0;
}
.gnav li.pamphletPage{
    right: 264px;
	/*right: 0;*/
	}
.gnav li.drawingPage {
    right: 396px;
	/*right: 0;*/
}
.gnav li.panoramaPage {
    right: 396px;
}

}
@media only screen and (max-width: 991px) {
/* ===================================================================
//gnav
=================================================================== */
.gnav li {
    margin-right: 15px;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
header.hidden{
    background: rgba(255,255,255,0);
}
header h1 img {
    width: 94px;
    height: auto;
}
}
@media only screen and (max-width: 320px) {
.smpContactNavWrap a {
    font-size: 12px;
}
}