@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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "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,
a:link {
	color: #505050;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #505050;
}
a:hover {
	color: #505050;
}
a:active {
	color: #505050;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #505050;
	min-width: 750px;
	font-size: 2.5rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	margin: 0 auto;
	width: 750px;
	position: relative;
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 30px 0 166px;
    text-align: center;
	background-color: #000000;
}
#gFooter address {
	color: #fff;
	font-size: 1.816rem;
	font-style: inherit;
	letter-spacing: 0.14em;
}
#gFooter .fixBanner {
	padding: 25px 0 29px;
	width: 100%;
	max-width: 750px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.7);
	z-index: 10000;
}
#gFooter .fixList  {
	margin: 0 auto;
	width: 96.8%;
	display: flex;
	justify-content: space-between;
}
#gFooter .fixList li {
	margin-right: 12px;
}
#gFooter .fixList li:last-of-type {
	margin-right: 0;
}
@media all and (min-width: 897px) {
	.fixList li a:hover {
		opacity: 0.8;
	}
}