@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: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 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;
}

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

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

a:hover {
	color: #404040;
	text-decoration: none;
}

a:active {
	color: #404040;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1260px;
	color: #0d1c2d;
	font-size: 13px;
    font-weight: 400;
	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;
}

.sp {
	display: none !important;
}

body.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

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

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	height: 79px;
}

#gHeader .hInner {
	padding: 13px 0 27px;
	margin: 0 auto;
	width: 1200px;
}

#gHeader h1 {
	float: left;
	padding: 6px 0 0 46px;
}

#gHeader h1 a {
	display: inline-block;
}

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

@media screen and (max-width: 767px) {	
	#gHeader {
		height: 60px;
	}
	
	#gHeader .hInner {
		padding: 11px 12px 12px;
		margin: 0 auto;
		width: auto;
		overflow: hidden;
	}
	
	#gHeader h1 {
		padding: 6px 0 0 0;
	}
	
	#gHeader h1 img {
		width: 189px;
	}
	
	#gHeader .menu {
		float: right;
		padding-top: 10px;
	}
	
	.spBox {
		position: fixed;
		left: 0;
		height: 100%;
		top: 0;
		overflow: auto;
		width: 100%;
	  background: #000;
		z-index: 900;
		display: none;
	}
	
	.spBox ul li {
		float: left;
		width: 100%;
	}
	
	.spBox ul li a {
		color: #fff;
		padding: 10px 15px;
		display: block;
	}
	
	.spBox .spInf {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 15px 20px 0 0;
	float: right;
}

#gNavi li {
	font-size: 14px;
	display: inline-block;
}

#gNavi li a {
	padding: 0 13px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}

#gNavi li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 20px 0;
	overflow: hidden;
}

#gFooter .copyright {
	color: #000;
	font-size: 14px;
	text-align: center;

}

@media screen and (max-width: 767px) {	
	#gFooter {
		padding: 10px 0;
	}
	
	#gFooter .copyright {
		font-size: 11px;
	}
}