@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: Meiryo, "メイリオ", "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;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 48px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		margin-bottom: 81px;
	}
	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 48px;
	border-top: 9px solid #d6b200;
	background-color: #f7e8c1;	
}

#gHeader .hBox {
	border-top: 2px solid #C8A500;
}

#gHeader .hInner {
	padding: 33px 0 20px;
	border-top: 7px solid #FBCF00;
}

#gHeader h1 {
	margin-bottom: 39px;
	text-align: center;
}

#gHeader .hInner p {
	margin: 0 auto;
	width: 700px;
	font-size: 18px;
	line-height: 1.65;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	#gHeader {
		margin-bottom: 25px;
		border-top-width: 5px;
	}
	
	#gHeader .hBox {
		border-top-width: 1px;
	}

	#gHeader .hInner {
		padding: 19px 12px 17px;
		border-top-width: 3px;
	}

	#gHeader h1 {
		margin-bottom: 19px;
	}

	#gHeader h1 img {
		margin: 0 auto;
		width: 290px;
	}
	
	#gHeader .hInner p {
		margin: 0 14px;
		width: auto;
		font-size: 12px;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 14px 0 17px;
	background-color: #f7e8c1;
}

#gFooter .copyright {
	margin: 0 auto;
	width: 960px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding: 18px 12px 14px;
		border-top: 1px solid #CBCBCB;
	}
	
	#gFooter .copyright {
		width: auto;
		font-size: 12px;
	}
	
	#gFooter .copyright span {
		display: none;
	}
}