@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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","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%;
	height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1310px;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 59px 10px 10px;
	height: 130px;
	box-sizing: border-box;
	background-color: #000;
}
#gHeader .h-box {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
#gHeader h1 {
	position: absolute;
	left: 8px;
	top: -28px;
}
#gHeader .h-img {
	position: absolute;
	right: 0;
	top: -35px;
}
#gHeader .h-tel {
	position: absolute;
	right: -2px;
	top: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#gHeader .h-tel a {
	margin-left: 10px;
	color: #fff;
	display: inline-block;
	font-size: 2.6rem;
	letter-spacing: 0.12em;
}
#gHeader ul {
	padding-right: 8px;
	text-align: center;
}
#gHeader li {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
}
#gHeader li a {
	padding: 0 18px;
	color: #fff;
	display: inline-block;
}
#gHeader li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px;
		height: auto;
	}
	#gHeader .h-box {
		width: auto;
	}
	#gHeader h1 {
		position: static;
		width: 160px;
	}
	#gHeader .h-img {
		display: none;
	}
	#gHeader .h-tel {
		display: none;
	}
	#gHeader ul {
		position: absolute;
		right: 0;
		top: 6px;
		padding-right: 0;
	}
	#gHeader li {
		font-size: 1.4rem;
	}
	#gHeader li a {
		padding: 0 5px;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 146px 0;
	text-align: center;
	background-color: #000;
}
#gFooter .f-logo {
	margin-bottom: 82px;
}
#gFooter .f-img {
	margin: 0 46px 20px 0;
}
#gFooter .f-txt {
	margin-bottom: 42px;
	color: #fff;
	line-height: 1.875;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#gFooter .f-txt a {
	color: #fff;
}
#gFooter .copyright {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.page-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 2;
}
.page-top a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 30px 10px 50px;
	}
	#gFooter .f-logo {
		width: 130px;
		margin: 0 auto 20px;
	}
	#gFooter .f-img {
		margin: 0 auto 20px;
		width: 220px;
	}
	#gFooter .f-txt {
		margin-bottom: 15px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#gFooter .copyright {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.page-top {
		width: 30px;
		bottom: 10px;
	}

}