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

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(../../img/common/bg01.jpg) repeat-x top left #FFF;
	background-size: auto 10px;
}

#container {
	text-align: left;
}

#main {
	min-height: 600px;
}

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

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		background: url(../../img/common/bg01.jpg) repeat-x top left #FFF;
	    background-size: auto 10px;
	}
	
	#main {
		background: none;
	}

	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: relative;
}

#gHeader .hBox {
	margin-top: -101px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
}

#gHeader .hBox h1 {
	margin-bottom: 42px;
}

#gHeader .hBox h1 img {
	width: 465px;
}

#gHeader .hBox .hLink {
	text-align: center;
}

#gHeader .hBox .hLink li {
	margin: 0 14px;
	display: inline-block;
}

#gHeader .hBox .hLink li img {
	height: 22.5px;
}

#gHeader .hBox .hLink li a:hover img {
	opacity: 0.7;
}

.menuBox {
	display: none;
}


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

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		position: relative;
	}
	
	#gHeader .hBox {
		margin-top: -54px;
		position: absolute;
	}
	
	#gHeader .hBox h1 {
		margin-bottom: 20px;
	}
	
	#gHeader .hBox h1 img {
		width: 232.5px;
	}
		
	#gHeader .hBox .hLink li {
		margin: 0 3px;
	}
	
	#gHeader .hBox .hLink li img {
		height: 17px;
	}
	
	.menu {
		position: fixed;
		top: 20px;
		right: 10px;
		z-index: 9999;
	}
	
	.menuBox {
		padding: 50px 0;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		background: url(../../img/common/bg01.jpg) no-repeat left top #fff;
		background-size: auto 10px;
		display: none;
	}
	
	.menuBox ul li {
		border-bottom: 1px solid #000;
	}
	
	.menuBox ul li a {
		padding: 10px 30px;
		display: block;
		font-weight: bold;
		color: #000;
		font-size: 20px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 53px 0 22px;
	background: url(../../img/common/bg01.jpg) repeat-x left top #fff;
	background-size: auto 10px;
	border-bottom: 2px solid #000;
}

#gNavi.on {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

#gNavi .naviBox {
	width: 960px;
	margin: 0 auto;
}

#gNavi .naviBox .naviLogo {
	float: left;
}

#gNavi .naviBox .naviLogo img {
	width: 142.5px;
}

#gNavi .naviBox ul {
	margin-top: 9px;
	width: 765px;
	float: right;
}

#gNavi .naviBox ul li {
	padding-right: 27px;
	display: inline-block;
}

#gNavi .naviBox ul li img {
	height: 22.5px;
}

#gNavi .naviBox ul li a:hover img {
	opacity: 0.7;
}

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

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 48px 0 26px;
	position: relative;
	background-color: #000;
}

#gFooter .fBox {
	width: 954px;
	margin: 0 auto 23px;
}

#gFooter .fBox .fLogo {
	float: left;
}

#gFooter .fBox .fLogo img {
	height: 54.5px;
}

#gFooter .fBox .fNavi {
	margin-top: 20px;
	width: 460px;
	float: right;
}

#gFooter .fBox .fNavi li {
	margin-right: 31px;
	float: left;
}

#gFooter .fBox .fNavi li a:hover img {
	opacity: 0.7;
}

#gFooter .fBox .fNavi li:last-child {
	margin-right: 0;
}

#gFooter .fBox .fNavi li img {
	height: 23px;
}

#gFooter .fTxt {
	width: 960px;
	margin: 0 auto 62px;
	line-height: 1.75;
	font-size: 13px;
	color: #fff;
}

#gFooter .fTxt a {
	color: #fff;
}

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

#gFooter .copyright {
	text-align: center;
	color: #fff;
	font-size: 13px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		text-align: center;
		padding: 20px 10px;
	}
	
	#gFooter .fBox {
		width: auto;
		margin: 0 auto 20px;
	}
	
	#gFooter .fBox .fLogo {
		float: none;
		text-align: center;
	}
	
	#gFooter .fBox .fLogo img {
		height: 50px;
	}
	
	#gFooter .fBox .fNavi {
		margin-top: 20px;
		float: none;
		width: auto;
	}
	
	#gFooter .fBox .fNavi li {
		margin-right: 5px;
		text-align: left;
		float: none;
		display: inline-block;
	}
	
	#gFooter .fBox .fNavi li:last-child {
		margin-right: 0;
	}
	
	#gFooter .fBox .fNavi li img {
		height: 17px;
	}
	
	#gFooter .fTxt {
		width: auto;
		margin: 0 auto 20px;
		line-height: 1.5;
		font-size: 12px;
	}
	
	#gFooter .copyright {
		font-size: 12px;
	}

}