@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 {
	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 Sans JP', sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #F4FAFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	width: 226px;
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader h1 a {
	display: inline-block;
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		width: 131px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid #cad8e0;
}
#gFooter .fBox {
	padding: 30px 20px 118px;
	text-align: center;
	background: #fff;
}
#gFooter .fBox .fLogo {
	margin: 0 auto 9px;
	width: 203px;
}
#gFooter .fBox .fTtl {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}
#gFooter .fBox .fAdr {
	margin-bottom: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
}
#gFooter .fBox address {
	font-style: normal;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}
#gFooter .fBtnList {
	padding: 9px 10px 11px 26px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	background-color: rgb(255, 254, 224);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	z-index: 100;
}
#gFooter .fBtnList .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
#gFooter .fBtnList .btn a {
	margin: 0 auto;
	width: 494px;
	display: block;
}
#gFooter .fBtnList .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 70px;
		background: #fff;
	}
	#gFooter .fBox {
		padding: 24px 15px 20px;
	}
	#gFooter .fBox .fLogo {
		width: 150px;
	}
	#gFooter .fBox .fTtl {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	#gFooter .fBox .fAdr {
		margin-bottom: 9px;
		font-size: 1.2rem;
	}
	#gFooter .fBtnList {
		padding: 5px 9px;
	}
	#gFooter .fBtnList .btn a {
		width: 350px;
		max-width: 100%;
	}
}