@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;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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;
	max-width: 100%;
}

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

a:visited {
	color: #808080;
}

a:hover {
	color: #808080;
}

a:active {
	color: #808080;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/* min-width: 1280px; */
  width: 100%;
	color: #808080;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
}

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

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
	
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 16px 0;
	background: #1A1A1A;
	box-shadow: 0 3px 4px rgba(0,0,0,1);
}

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

#gHeader h1 {
	float: left;
	width: 266px;
}

@media all and (max-width: 767px) {
	#gHeader {
		position: relative;
		padding: 5px 15px;
	}
	
	#gHeader h1 {
		float: none;
		width: 150px;
	}

	#gHeader .hBox {
		width: auto;
	}
	
	.menu {
		position: absolute;
		width: 30px;
		right: 15px;
		top: 8px;
		z-index: 300;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 17px -3px 0 0;
	float: right;
	width: 714px;
	text-align: right;
}

#gNavi li {
	display: inline-block;
}

#gNavi li span {
	font-size: 1.5rem;
}

#gNavi li a {
	padding: 0 2px 0 3px;
	color: #A48957;
}

#gNavi li a:hover {
	text-decoration: underline;
}

@media all and (max-width: 767px) {
	#gNavi {
		display: none;
		margin: 0;
		padding: 30px 15px;
		position: absolute;
		left: 0;
		top: 42px;
		width: 100%;
		float: none;
		background-color: #1A1A1A;
		text-align: center;
		z-index: 100;
		box-sizing: border-box;
	}
	
	#gNavi li {
		display: block;
		border-top: 1px solid #A48957;
	}
	
	#gNavi li span {
		display: none;
	}

	#gNavi li a {
		padding: 12px;
		display: block;
	}
	
	#gNavi li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 49px 0 0;
	position: relative;
	background-color: #1A1A1A;
}

#gFooter .fBox {
	margin: 0 auto;
	padding-bottom: 9px;
	width: 980px;
}

#gFooter .fBox .lBox {
	float: left;
	width: 51.8%;
}

#gFooter .fBox .fLogo {
	width: 116px;
	float: left;
}

#gFooter .fBox .textBox {
	margin-top: 2px;
	float: right;
	width: 364px;
}

#gFooter .fBox .textBox p {
	margin-bottom: 12px;
	font-weight: bold;
	color: #B2B2B2;
	font-size: 1.9rem;
	line-height: 1;
}

#gFooter .fBox .textBox p span {
  white-space: nowrap;
	margin-top: 12px;
	display: block;
	color: #A48957;
	font-size: 2.95rem;
}

#gFooter .fBox .textBox p a {
	color: #A48957;
	font-size: 4.35rem;
	letter-spacing: 1px;
}

#gFooter .fBox .textBox dt {
	float: left;
}

#gFooter .fBox .textBox dd {
	padding: 0 100px 8px 6em;
	position: relative;
}

#gFooter .fBox .textBox dd span {
	padding: 4px 0 3px;
	min-width: 95px;
	position: absolute;
	right: 0;
	top: 0;
	color: #1A1A1A;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	background-color: #A48858;
}

#gFooter .fBox .rBox {
	float: right;
	width: 37%;
}

#gFooter .fBox .rBox p {
	margin-top: 1px;
	font-weight: bold;
	color: #B2B2B2;
	font-size: 2rem;
	line-height: 1;
}

#gFooter .fBox .rBox p a {
	margin: 10px 0 20px;
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
	background: linear-gradient(to bottom, #A38757 5%,#8E7348 59%,#765B3D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
}

#gFooter .fBox .rBox p a:hover {
	opacity: 0.7;
}

#gFooter .fBox .rBox p span {
	display: block;
	color: #808080;
	font-size: 1.6rem;
	font-weight: normal;
}

#gFooter .fSub {
	border-top: 2px solid #343434;
}

#gFooter .fSub .fWid {
	margin: 0 auto;
	padding: 19px 0 39px;
	width: 980px;
	box-sizing: border-box;
}

#gFooter .fSub ul {
	width: 62%;
	font-size: 0;
	float: left;
}

#gFooter .fSub li {
	display: inline-block;
	font-size: 1.4rem;
}

#gFooter .fSub li a {
	padding: 0 3px;
	color: #A48957;
}

#gFooter .fSub li a:hover {
	text-decoration: underline;
}

#gFooter .fSub p {
	width: 38%;
	float: right;
	font-size: 1.5rem;
	text-align: right;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding-top: 25px;
	}
	
	#gFooter .fBox {
		padding: 0 15px 15px;
		width: auto;
	}
	
	#gFooter .fBox .lBox {
		margin: 0 auto 10px;
		max-width: 328px;
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .fLogo {
		margin: 0 auto 15px;
		float: none;
	}
	
	#gFooter .fBox .textBox {
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .textBox p {
		font-size: 1.4rem;
	}
	
	#gFooter .fBox .textBox p span {
		font-size: 2rem;
	}
	
	#gFooter .fBox .textBox p a {
		font-size: 3rem;
	}
	
	#gFooter .fBox .textBox dd {
		padding: 0 90px 8px 4.6em;
	}
	
	#gFooter .fBox .textBox dd span {
		font-size: 1.2rem;
		min-width: 80px;
	}
	
	#gFooter .fBox .rBox {
		margin: 0 auto;
		max-width: 328px;
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .rBox p {
		font-size: 1.4rem;
	}
	
	#gFooter .fBox .rBox p a {
		margin: 8px 0;
		padding: 5px 0;
		max-width: 328px;
		font-size: 1.6rem;
	}
	
	#gFooter .fBox .rBox p span {
		font-size: 1.2rem;
	}
	
	#gFooter .fSub .fWid {
		padding: 10px 5px;
		width: auto;
		overflow: hidden;
	}
	
	#gFooter .fSub ul {
		display: none;
	}
	
	#gFooter .fSub p {
		float: none;
		width: auto;
		text-align: center;
		font-size: 1.1rem;
	}
}

@media all and (-ms-high-contrast:none) {
	#gFooter .fBox .textBox dd span {
		padding: 6px 0 2px;
	}
	
	#gFooter .fBox .rBox p a {
		padding: 14px 0 8px;
	}
}