@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", 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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin: 0 auto;
	max-width: 120rem;
	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;
	}
	#container {
		margin: 0 2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10rem 0 10.6rem;
	text-align: center;
}
#gHeader h1 img {
	width: 47.8rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 8.5rem;
	}
	#gHeader h1 img {
		width: 24rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6rem 0 9rem;
	text-align: center;
}
#gFooter .fLogo {
	margin-bottom: 2.5rem;
}
#gFooter .fLogo img {
	width: 17.3rem;
}
#gFooter p {
	margin-bottom: 4rem;
	line-height: 2;
	letter-spacing: 0.14em;
}
#gFooter .fBnr { 
	margin: 1.8rem 0;
}
#gFooter .fBnr img {
	width: 17.3rem;
}
#gFooter address {
	font-size: 1.2rem;
	letter-spacing: 0.16em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.5rem 0 5.7rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2.5rem;
	}
	#gFooter p {
		margin: 0 -2rem 4rem;
	}
	#gFooter address {
		font-size: 1.2rem;
	}
}