@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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", 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: #221714;
	text-decoration: none;
}

a:visited {
	color: #221714;
}

a:hover {
	color: #221714;
}

a:active {
	color: #221714;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #221714;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(../../img/common/body_bg.gif) repeat 12px top;
}

#container {
	text-align: left;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}

.sp {
	display: none !important;
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 13px;
		background-size: 13px auto;
	}

	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 {
	min-height: 519px;
	background: #FBE5E8 url(../../img/common/header_bg.jpg) no-repeat center center;
}

#gHeader h1 {
	padding: 98px 35px 0 0;
	text-align: center;
}

@media all and (max-width: 767px) {
	#gHeader {
		position: relative;
		min-height: inherit;
		background: none;
	}
	
	#gHeader .spImg {
		width: 100%;
	}
	
	#gHeader h1 {
		padding: 0;
		position: absolute;
		width: 100%;
		top: 0;
		height: 100%;
	}
		
	#gHeader h1 img {
		width: 45%;
	}
	
	#gHeader h1 .infoSpan {
		display: table;
		width: 100%;
		height: 100%;
	}
	
	#gHeader h1 .ttl {
		display: table-cell;
		vertical-align: middle;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 31px 0 40px;
	overflow: hidden;
	text-align: center;
	background-color: #040000;
}

#gFooter .copyright {
	color: #fff;
	font-size: 11px;
	letter-spacing: 1.5px;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding: 15px 5px;
	}
	
	#gFooter .copyright {
		font-size: 11px;
		letter-spacing: 0;
	}
}