@charset "utf-8";
/* CSS Document */

.inner {
	width: 94%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	background-color: #fff;
	font-size: 14px;
	top: -100px;
	position: fixed;
	width: 100%;
	height: 90px;
	margin: 100px auto 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
	transition: .4s;
}

#top-head a,
#top-head {
	color: #222;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	width: 300px;
	padding-top: 8px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 32px;
}

#global-nav ul li {
	float: left;
	position: relative;
}

#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #00795e;
	bottom: -20px;
}

/* Fixed */
.fixed {
	width: 100%;
	margin-top: 0;
	top: 0;
	position: fixed;
	padding: 0;
	height: 90px;
	background: #000;
	/*background: rgba(255,255,255,0.6);*/
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

.fixed .logo {
	font-size: 24px;
}

.fixed #global-nav ul li a {
	padding: 0 30px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
	background: #00795e;
	bottom: -20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/*==================================================================================

Page-header

==================================================================================*/

.page-header-contact {
	display: table;
	position: relative;
	width: 100%;
	background: url(../images/page-head/header-other.jpg) right;
	background-size: cover;
}



/* ◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇																		 

Responsive

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ */

@media (max-width: 999px) {

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		background: rgba(255,255,255,0);
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}

	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 2px;
		top: 2px;
		padding-top: 4px;
	}
	
	#top-head .logo img {
		width: 100%;
		max-width: 60%;
		height: auto;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #00795e;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		margin: 0;
		padding: 0;
		right: 0;
		bottom: 0;
		font-size: 12px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-bottom: 1px solid #fff;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
	.scroll2 {
		margin-top: -56px;
	}
	
/*
Page-header
-------------------------------------------------- */	
	
	.page-header-contact {
		height: 250px;
	}

}

/* iPad 横 */
@media screen and (min-width: 992px) {

	.inner {
		width: 94%;
		padding-top: 8px;
	}
	
	#top-head .logo {
		float: left;
		width: 230px;
		padding-top: 8px;
	}
	
	#global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 22px;
	}

/*
Page-header
-------------------------------------------------- */	
	
	.page-header-contact {
		height: 350px;
	}

}

@media screen and (min-width: 1200px) {
	
	.inner {
		width: 94%;
		padding: 0;
	}
	
	#top-head .logo {
		float: left;
		width: 300px;
		padding-top: 8px;
	}
	
	#global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 32px;
	}
	
/*
Page-header
-------------------------------------------------- */
	
	.page-header-contact {
		height: 460px;
	}
}