@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #96771d;
	text-decoration: none;
}

a:visited {
	color: #96771d;
	text-decoration: none;
}

a:hover {
	color: #96771d;
	text-decoration: underline;
}

a:active {
	color: #96771d;
	text-decoration: underline;
}

@font-face {
    font-family: 'Gobold';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/Gobold.eot');
    src: url('../../font/Gobold.eot?#iefix') format('embedded-opentype'),
	url('../../font/Gobold.woff') format('woff'),
	url('../../font/Gobold.ttf') format('truetype');
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1250px;
	color: #595757;
	font-size: 18px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}

#container {
	text-align: left;
	position: relative;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px)  {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	a,
	a:hover {
		text-decoration: none;
	}
}


/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	right: 26px;
	top: 43px;
	display: block;
	position: fixed;
	width: 39px;
	cursor: pointer;
	z-index: 101;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.menu span {
	background-color: #FFF; 
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.menu span:nth-of-type(2) {
	top: 13px;
}

.menu span:nth-of-type(3) {
	top: 26px;
}	

.menu.active .top {
	-webkit-transform: translateY(13px) translateX(0) rotate(45deg);
	-ms-transform: translateY(13px) translateX(0) rotate(45deg);
	transform: translateY(13px) translateX(0) rotate(45deg);
}

.menu.active .middle {
	opacity: 0;
}

.menu.active .bottom {
	-webkit-transform: translateY(-13px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-13px) translateX(0) rotate(-45deg);
	transform: translateY(-13px) translateX(0) rotate(-45deg);
}

.menu p {
	margin-top: 42px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.menu .close {
	display: none;
}

.menu.active .close {
	display: block;
}

.menu.active .open {
	display: none;
}

@media screen and (max-width: 767px)  {
	.menu {
		right: 23px;
		top: 28px;
		width: 30px;
	}
	
	.menu span {
		height: 2px;
	}
	
	.menu span:nth-of-type(2) {
		top: 10px;
	}
	
	.menu span:nth-of-type(3) {
		top: 20px;
	}	
	
	.menu.active .top {
		-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
		-ms-transform: translateY(10px) translateX(0) rotate(45deg);
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	
	.menu p {
		margin-top: 28px;
		font-size: 9px;
	}
	
	.menu.on span {
		background-color: #000;
	}
	
	.menu.on p {
		color: #000;
	}
	
	.menu.active span {
		background-color: #fff !important;
	}
	
	.menu.active p {
		color: #fff !important;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	z-index: 100;
	position: relative;
}

#gHeader .hBox {
	padding: 71px 0 74px;
	text-align: center;
	background: url(../../img/common/header_bg.jpg) no-repeat center top;
	background-size: cover;
}

#gHeader .hInner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

#gHeader .hInner h1 {
	position: absolute;
	left: 65px;
	top: 70px;
}

#gHeader .rBox {
	width: 90px;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}

#gHeader .hInner .rBox .sns {
	position: fixed;
	right: 25px;
	bottom: 65px;
}

#gHeader .hInner .sns li {
	margin-bottom: 25px;
}

#gHeader .hInner .sns li img {
	height: 40px;
}

#gHeader .hInner .sns li a:hover img {
	opacity: 0.7;
}

#gHeader .hBox {
	text-align: center;
}

#gHeader .hBox h1 img {
	width: 200px;
}

#gHeader .hBox .menu {
	display: none;
}

@media screen and (max-width: 767px) {
	#gHeader .hBox {
		padding: 21px;
		background-image: url(../../img/common/sp_header_bg.jpg);
	}
		
	#gHeader .hBox .rBox {
		display: block;
	}

	#gHeader .rBox {
		position: static;
		width: auto;
		height: auto;
		background-color: transparent;
	}

	#gHeader .hInner h1 {
		left: 22px;
		top: 22px;
	}

	#gHeader .hInner h1 img {
		width: 104px;
	}
	
	#gHeader .hInner .rBox .sns {
		display: none;
	}
		
	#gHeader .hBox {
		text-align: left;
	}
	
	#gHeader .hBox h1 img {
		width: 104px;
	}
	
	#gHeader .hBox .menu {
		display: block;
	}
}

/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	background: url(../../img/common/menu_bg.png) repeat left top;
	z-index: 90;
}

.menuBox .menuList {
	margin: -300px 0 0 -510px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1020px;
}

.menuBox .menuList li {
	margin: 50px 60px 10px 0;
	float: left;
}

.menuBox .menuList li a {
	width: 280px;
	height: 280px;
	display: block;
	padding: 100px 20px 0;
	text-align: center;
	background: rgba(2,2,2,0.5) url(../../img/common/icon02.png) no-repeat 10px 10px;
	border: 3px solid #fff;
	box-sizing: border-box;
}

.menuBox .menuList li a img {
	height: 78px;
}

.menuBox .menuList li a:hover {
	opacity:0.7;
}

@media screen and (min-width: 768px) {
	#gHeader .hBox .menuBox {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.menuBox {
		background: rgba(0,0,0,0.72);
	}

	.menuBox .menu p {
		font-size: 10px;
	}
	
	.menuBox .menuList {
		margin: 108px 14% 17px;
		width: auto;
		position: static;
		left: auto;
		top: auto;
	}
	
	.menuBox .menuList li {
		margin: 0 0 20px;
		width: 45%;
	}

	.menuBox .menuList li:nth-child(2n) {
		float: right;
	}
	
	.menuBox .menuList li a {
		width: 100%;
		height: 120px;
		padding: 40px 0 0;
		border-width: 1px;
		background-size: 7px auto;
		background-position: 6px 6px;
	}
	
	.menuBox .menuList li a img {
		height: 40px;
	}

	#gHeader .menuBox .sns {
		margin-bottom: 40px;
		text-align: center;
	}

	#gHeader .menuBox .sns li {
		margin: 0 8px;
		display: inline-block;
	}

	#gHeader .menuBox .sns li img {
		height: 31px;
	}

	#gHeader .menuBox .sns li:first-child img {
		margin-top: 4px;
		height: 26px;
	}

}

@media screen and (max-height: 767px)  {
	#gHeader .hInner .rBox .sns {
		bottom: 20px;
	}
}

@media screen and (max-width: 375px) {
	.menuBox .menuList {
		margin: 108px 10% 17px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background-color: #1F1F1F;
	z-index: 10;
}

#gFooter .naviBox {
	padding: 18px 0 34px;
	background-color: #000;
}

#gFooter .naviBox .title {
	margin-bottom: 9px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

#gFooter .naviBox ul {
	margin: 0 auto;
	max-width: 920px;
}

#gFooter .naviBox li {
	padding: 0 2px 6px;
	float: left;
}

#gFooter .naviBox li img {
	width: 100%;
	float: left;
}

#gFooter .naviBox li a:hover {
	opacity: 0.7;
}

#gFooter .pageTop {
	position: absolute;
	right: 130px;
	top: -130px;
	z-index: 10;
}

#gFooter .pageTop a:hover img {
	opacity: 0.7;
}

#gFooter .fInner {
	margin: 0 auto 50px;
	padding-left: 30px;
	width: 1050px;
	position: relative;
}

#gFooter .fInner .fNavi {
	margin-bottom: 30px;
	padding: 20px 0 10px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#gFooter .fInner .fNavi li {
	display: inline;
	color: #fff;
}

#gFooter .fInner .fNavi li a {
	margin: 0 30px;
	color: #fff;
}

#gFooter .fInner .fNavi li a img {
	display: none;
}

#gFooter .fInner .fLogo {
	margin: 4px 55px 0 48px;
	float: left;
}

#gFooter .fInner .fLogo img {
	width: 180px;
	height: 78px;
}

#gFooter .fInner .fBox {
	margin-bottom: 42px;
}

#gFooter .fInner .fBox p {
	float: left;
	width: 414px;
	color: #fff;
	line-height: 1.7;
}

#gFooter .fInner .fBox .en {
	width: 310px;
}

#gFooter .fInner .sns {
	text-align: center;
}

#gFooter .fInner p a {
	color: #fff;
}

#gFooter .fInner p a:hover {
	text-decoration: none;
}

#gFooter .fInner .sns li {
	margin: 0 10px;
	display: inline-block;
}

#gFooter .fInner .sns li img {
	height: 40px;
}

#gFooter .fInner .sns li a:hover img {
	opacity:0.7;
}

#gFooter .copyright {
	padding: 21px 0 12px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #000;
}

#gFooter .copyright span {
	margin: 0 auto;
	width: 1000px;
	display: block;
}

@media screen and (max-width: 767px)  {
	#gFooter .naviBox {
		padding: 10px 0 0;
		border-top: 1px solid #484848;
	}

	#gFooter .naviBox .title {
		margin-bottom: 9px;
		font-size: 16px;
	}

	#gFooter .naviBox ul {
		padding-left: 0;
		max-width: inherit;
		border-top: 1px solid #535353;
	}

	#gFooter .naviBox li {
		padding: 0;
		width: 50%;
	}
	
	#gFooter .pageTop {
		right: 15px;
		top: -15px;
	}

	#gFooter .pageTop img {
		width: 56px;
	}
	
	#gFooter .fInner {
		margin-bottom: 20px;
		padding-left: 0;
		width: auto;
	}
	
	#gFooter .fInner .fNavi {
		margin-bottom: 20px;
		padding: 0;
		border-bottom: none;
		overflow: hidden;
	}
	
	#gFooter .fInner .fNavi li {
		display: block;
		float: left;
		width: 50%;
	}
	
	#gFooter .fInner .fNavi li a {
		margin: 0;
		padding: 18px;
		display: block;
		font-family: Myriad Pro,sans-serif;
		background: url(../../img/common/icon02.png) no-repeat 11px 12px;
		background-size: 8px auto;
		border-bottom: 1px solid #535353;
	}

	#gFooter .fInner .fNavi li a img {
		height: 40px;
		display: block;
		margin: 0 auto;
	}

	#gFooter .fInner .fNavi li:nth-child(2n) a {
		border-left: 1px solid #535353;
	} 

	#gFooter .fInner .fNavi li a span {
		display: none;
	}
	
	#gFooter .fInner .fLogo {
		margin: 0 0 13px;
		float: none;
	}
	
	#gFooter .fInner .fLogo img {
		width: 140px;
		height: 60px;
	}
	
	#gFooter .fInner .fBox {
		margin-bottom: 17px;
		text-align: center;
	}
	
	#gFooter .fInner .fBox p {
		float: none;
		line-height: 1.4;
		width: auto !important;
	}
	
	#gFooter .fInner .fBox .en {
		margin-top: 10px;
		padding-top: 5px;
		font-size: 11px;
		line-height: 1.3;
		border-top: 1px solid #fff;
	}
	
	#gFooter .fInner .sns li {
		margin: 0 8px;
	}
	
	#gFooter .fInner .sns li img {
		height: 33px;
	}
	
	#gFooter .copyright {
		padding: 10px 0 7px;
		font-size: 9px;
	}
	
	#gFooter .copyright span {
		width: auto;
	}
}