@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1370px) {
	html {
		font-size: calc(1000vw / 1370);
	}
}
@media all and (max-width: 379px) {
	html {
		font-size: calc(1000vw / 380);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		overflow: hidden;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
#gHeader h1 {
	margin: 0 auto;
	width: 69.6rem;
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		margin: 0 -3rem;
		text-align: center;
		width: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 9.2rem 0 4.2rem;
	background-color: #FFD000;
}
#gFooter .title {
	margin-bottom: 0.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
#gFooter .info {
	margin-bottom: 5.6rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.02em;
}
#gFooter .info a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin: 0 auto 0.5rem;
	width: 33.2rem;
}
#gFooter address {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1.8rem 0 3.9rem;
	}
	#gFooter .title {
		margin-bottom: 0.3rem;
		font-size: 1.1rem;
	}
	#gFooter .info {
		margin-bottom: 2.6rem;
		font-size: 0.9rem;
	}
	#gFooter .fLogo {
		margin-bottom: 0.8rem;
		width: 16.6rem;
	}
	#gFooter address {
		font-size: 0.9rem;
	}
}