@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 {
	width: 100%;
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	color: #505050;
}
a:hover {
	color: #505050;
}
a:active {
	color: #505050;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	width: 750px;
	font-weight: 500;
	color: #505050;
	font-size: 2.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 749px) {
	body {
		width: auto;
	}
	html {
		font-size: 1.33vw;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 5;
	margin: 0 0 -2.4rem;
	padding: 2.4rem 1rem 2.7rem;
	background: url(../img/index/bg01.png) no-repeat center bottom;
	background-size: cover;
}
#gHeader h1 {
	max-width: 27.5rem;
	margin: 0 auto;
}
@media all and (max-width: 749px) {
	#gHeader {
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 15.7rem;
	background-color: #000000;
}
address {
	padding: 3.4rem 2rem;
	font-style: normal;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.14em;
	color: white;
}
.btmBox {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 1000;
}
.btmBox .btnUl {
	max-width: 750px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2.7rem 1.3rem;
	background: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 749px) {
}