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

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

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

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

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

#container {
	text-align: left;
}

#main {
	margin-bottom: 128px;
}

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

#gHeader p {
	margin-bottom: 19px;
	font-size: 12px;
}

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

#gHeader .hInner {
	width: 500px;
	float: left;
}

#gHeader .tel {
	margin-top: 14px;
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
}

#gFooter .pageTop {
	position: fixed;
	right: 40px;
	bottom: 60px;
	z-index: 999;
}

#gFooter .pageTop a {
	opacity: 0.8;
}

#gFooter .pageTop a:hover {
	opacity: 1;
}

#gFooter .copyright {
	padding: 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #000;
}

.sp {
	display: none !important;
}

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

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

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a {
		opacity: 1 !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	body {
		min-width: inherit;
	}
	
	#gHeader {
		padding: 5px 9px 8px;
	}
	
	#gHeader .hBox {
		margin: 0;
		width: auto;
	}
	
	#gHeader .hInner {
		margin-top: 3px;
		width: auto;
	}
	
	#gHeader .tel {
		margin-top: 0;
		text-align: right;
	}
	
	#gHeader .tel a {
		display: block;
	}
	
	#gHeader p {
		margin-bottom: 0px;
		font-size: 8px;
	}
	
	#gHeader p span {
		color: #E60012;
	}
	
	#gFooter .pageTop {
		right: 20px;
		bottom: 20px;
	}
	
	#gFooter .pageTop img {
		width: 63px;
		height: 63px;
	}
	
	#gFooter .copyright {
		padding: 9px 0;
		font-size: 10px;
	}
	
	#main {
		margin-bottom: 80px;
	}
	
}