@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: 'EB Garamond', 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: #CFAE77;
	text-decoration: none;
}

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

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

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

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

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

#container:before {
	width: 32px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: url(../../img/common/imgtext.png) repeat-y right bottom;
	
	content: "";
}

#main {
	margin-bottom: 100px;

}

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

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

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

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-right: 16px;
	}
	
	
	#container:before {
		width: 16px;
		background-size: 16px auto;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}

#gHeader .hBox {
	margin: 0 auto 26px;
	width: 780px;
}

#gHeader h1 {
	padding-top: 24px;
	float: left;
}

#gHeader .linkList {
	width: 242px;
	float: right;
}

#gHeader .linkList li {
	width: 121px;
	float: left;
	position: relative;
	height: 71px!important;
}

#gHeader .linkList li a {
	padding: 8px 0 18px;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	font-size: 20px;
	text-align: center;
	line-height: 1.1;
	word-break: break-all;
	box-sizing: border-box;
	background: #333 url(../../img/common/icon01.png) no-repeat center bottom 6px;
}

#gHeader .linkList li a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .linkList li a span {
	display: table-cell;
	vertical-align: middle;
}

#gHeader .linkList li:last-child a {
	color: #000;
	background: #CFAE78 url(../../img/common/icon02.png) no-repeat center bottom 6px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		position: relative;
	}
	
	#gHeader .hBox {
		margin: 0 auto 13px;
		width: auto;
	}
	
	#gHeader h1 {
		padding: 10px 0 0 10px;
	}
	
	#gHeader h1 img {
		width: 100px;
	}
	
	#gHeader .linkList {
		width: 160px;
	}
	
	#gHeader .linkList li {
		width: 50%;
	}
	
	#gHeader .linkList li a {
		font-size: 15px;
	}
	
	#gHeader .menu {
		padding-top: 15px;
		float: right;
		padding-left: 10px;
    padding-right: 5px;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1045px;
}

#gNavi li {
	width: 127px;
	float: left;
	position: relative;
}

#gNavi li a {
	padding: 8px 5px 6px;
	width: 100%;
	height: 100%;
	display: table;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

#gNavi li:last-child a {
	border-right: none;
}

#gNavi li a:after {
	width: 1px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 12px;
	border-right: 1px solid #685841;
	
	content: "";
}

#gNavi li a:hover {
	text-decoration: none;
	background-color: #333;
}

#gNavi li a:hover:before {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-bottom: 3px solid #CEAE7B;
	
	content: "";	
}

#gNavi li a:hover:after {
	display: none;
}

#gNavi li a span {
	display: table-cell;
	vertical-align: middle;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		background: #FFF;
	}
	
	#gNavi li {
		width: 100%;
		float: none;
	}
	
	#gNavi li a {
		padding: 15px 0;
		border-bottom: 1px solid #CFAE77;
	}
	
	#gNavi li a:after {
		display: none;
	}
	
	#gNavi li a:hover {
		text-decoration: none;
		background-color: #fff;
	}
	
	#gNavi li a:hover:before {
		display: none;
	}
	
	#gNavi li a:hover:after {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 40px;
	background-color: #242424;
}

#gFooter .pageTop {
	position: fixed;
	right: 50px;
	bottom: 50px;	
}

#gFooter .pageTop a {
	display: block;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .fLogo {
	margin-bottom: 50px;
	text-align: center;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 900px;
}

#gFooter .fNavi {
	margin-bottom: 45px;
}

#gFooter .fNavi li {
	width: 111px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #CFAE77;
}

#gFooter .fNavi li a {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: table;
	color: #CFAE77;
	font-size: 18px;
	line-height: 1.1;	
	text-align: center;
	box-sizing: border-box;
}

#gFooter .fNavi li a span {
	display: table-cell;
	vertical-align: middle;
}

#gFooter .fNavi li a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .copyright {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1.5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 10px 0;
	}
	
	#gFooter .pageTop {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 1;	
	}
	
	#gFooter .pageTop a img {
		width: 57px;
	}
	
	#gFooter .fLogo {
		margin-bottom: 20px;
	}
	
	#gFooter .fLogo a img {
		width: 130px;
	}
	
	#gFooter .fBox {
		width: auto;
	}
	
	#gFooter .fNavi {
		display: none;
	}
	
	#gFooter .copyright {
		padding: 0 35px;
		font-size: 12px;
	}
}