@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.86rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #EDE8E8;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	margin: 0 auto;
	width: 50rem;
	position: relative;
	z-index: 2;
}
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 {
		padding-bottom: 0;
	}
	#main {
		width: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0.4rem 2.6rem 0.4rem 0.4rem;
	margin: 0 auto;
	width: 50rem;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
#gHeader h1 {
	width: 10.2rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .rLink {
	width: 13rem;
}
#gHeader .rLink a {
	display: block;
}
#gHeader .rLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.3rem 2rem 0.3rem 0.3rem;
		width: auto;
	}
	#gHeader h1 {
		width: 7.6rem;
	}
	#gHeader .rLink {
		width: 9.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1.3rem 0 0.6rem;
	margin: 0 auto;
	width: 50rem;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
#gFooter .fLogo {
	margin: 0 auto 1.1rem;
	width: 15.3rem;
}
#gFooter address {
	text-align: center;
	color: #000;
	font-size: 1.33rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 1rem;
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 0.8rem;
		width: 11.4rem;
	}
	#gFooter address {
		font-size: 1rem;
	}
}