@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;
	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 {
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #666;
	font-size: 1.6rem;
	line-height: 28px;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

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

#wrapper {
	text-align: left;	
	min-height: calc(100vh - 150px);
}

#main {
	min-height: calc(100vh - 336px);	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 11px 13px 7px;
	position: relative;
	background: #333;
}

#gHeader h1 {
	margin-top: -6px;
	width: 168px;
	float: left;
}
#gHeader h1 img{
	height:41px;
}
#gHeader .menu {
	width: 32px;
	height: 32px;
	float: right;
	position: relative;
}

#gHeader .menu img {
	display: block;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

#gHeader .menu .open {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

#gHeader .menu .closeBtn,
#gHeader .menu a.on .open {
	opacity: 0;
}

#gHeader .menu a.on .closeBtn {
	opacity: 1;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: none;
	padding: 5px 0 60px;
	width: 100%;
	height: calc(100vh - 50px);
	position: fixed;
	left: 0;
	top: 50px;
	overflow: auto;
	border-top: 1px solid #FFF;
	background: #333;
	box-sizing: border-box;
	z-index: 1000;
}

#gNavi ul {
	margin-bottom: 40px;
}

#gNavi li a {
	padding: 15px 5px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px dashed #FFF;
}

#gNavi li:last-child a {
	border-bottom: none;
}

#gNavi li.tel a {
	padding: 16px 5px;
	color: #333;
	background-color: #fff;
}

#gNavi li.tel a .sm {
	margin-bottom: 8px;
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin-bottom: 48px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	height:70px;
	padding: 20px 5px 11px;
	background: #eee;
	margin-top:30px;
}

#gFooter .copyright {
	color: #666;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: -0.2px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

