@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: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",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%;
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

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

#container {
	text-align: left;
}

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.5rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 22px 0;
}

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

#gHeader .hBox .logo {
	margin: 2px 25px 0 0;
	float: left;
}

#gHeader .hBox .logo img {
	width: 150px;
}

#gHeader .hBox h1 {
	width: 935px;
	float: left;
	font-weight: normal;
	line-height: 1.375;
}

@media all and (max-width: 767px) {
	#gHeader {
		padding: 30px 15px 37px;
	}
	
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader .hBox .logo {
		margin: 0 0 20px;
		float: none;
		text-align: center;
	}
		
	#gHeader .hBox h1 {
		width: auto;
		float: none;
		font-size: 1.2rem;
		line-height: 1.5;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 198px;
	padding: 19px 0 25px;
	text-align: center;
	background-color: #333;
}

#gFooter .copyright {
	color: #fff;
	font-size: 1.4rem;
}

@media all and (max-width: 767px) {
	#gFooter {
		margin-top: 139px;
		padding: 12px 0 13px;
	}
	
	#gFooter .copyright {
		font-size: 1rem;
	}

}