@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: Meiryo, "小塚ゴシック Pr6N", "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;
	max-width: 100%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 81px;
	overflow: hidden;
}

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

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

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 87px;
	padding: 205px 0 119px;
	background: #1A1A1A;
}

#gHeader .mainImg {
	margin: 0 auto;
	width: 590px;
	position: relative;
}

#gHeader .mainImg h1 {
	margin-bottom: 69px;
}

#gHeader .mainImg .title {
	margin: 0 52px 127px;
	padding: 11px 5px 9px;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 5px;
	background-color: #ffe500;
}

#gHeader .mainImg .lineTxt {
	margin-left: 77px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 6px;
}

#gHeader .mainImg .lineTxt span {
	margin-bottom: 28px;
	padding-bottom: 6px;
	display: inline-block;
	background: url(../../img/index/line_bg.jpg) repeat left bottom;
}

#gHeader .mainImg .lineTxt span:last-child {
	margin-bottom: 0;
}

#gHeader .mainImg .photo {
	position: absolute;
	top: -19px;
	right: -359px;
}

@media all and (max-width: 767px) {
	#gHeader {
		margin-bottom: 40px;
		padding: 60px 15px 50px;
	}

	#gHeader .mainImg {
		margin: 0 auto;
		width: auto;
		position: relative;
	}

	#gHeader .mainImg h1 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	#gHeader .mainImg h1 img {
		max-width: 100%;
	}

	#gHeader .mainImg .title {
		margin: 0 17px 42px;
		padding: 11px 11px 9px;
		font-size: 1rem;
		text-align: center;
		letter-spacing: 5px;
	}

	#gHeader .mainImg .lineTxt {
		margin-left: 20px;
		font-size: 1.3rem;
		letter-spacing: 2px;
	}

	#gHeader .mainImg .lineTxt span {
		margin-bottom: 9px;
	}

	#gHeader .mainImg .lineTxt span:last-child {
		margin-bottom: 0;
	}

	#gHeader .mainImg .photo {
		margin: 0 50px 30px;
		position: static;
		top: auto;
		right: auto;
		text-align: center;
	}
	
	#gHeader .mainImg .photo img {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 49px;
	position: relative;
}

#gFooter .copyright {
  	font-size: 1.2rem;
	transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	-webkit-transform: scale(0.75);
    line-height: 1.778;
    text-align: center;
}

#gFooter .pageTop {
	position: absolute;
	bottom: 0;
	right: 0;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#gFooter .pageTop img {
		width: 60px;
	}
	
	#gFooter {
		padding-bottom: 83px;
	}
	
	#gFooter .copyright {
		font-size: 0.9rem;
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
	}
}