@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);
	}
}
@media all and (min-width: 897px) {
	html {
		font-size: 89.3%;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF9F2;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	width: 11.6rem;
	position: absolute;
	left: 1.4rem;
	top: 1rem;
	z-index: 100;
}
#gHeader h1 a {
	opacity: 1;
}
@media all and (min-width: 897px) {
	#gHeader h1 {
		width: 193px;
		position: fixed;
		left: 25px;
		top: 22px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3rem 1rem 0.8rem;
	text-align: center;
	background: #fff;
}
#gFooter .fLogo {
	margin: 0 auto 1.3rem;
	width: 21.8rem;
}
#gFooter .fLogo span {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1rem;
}
#gFooter p {
	margin-bottom: 1rem;
	font-size: 1rem;
}
#gFooter .fNavi {
	margin: 1.6rem auto 1.8rem;
	max-width: 25rem;
	gap: 0.3rem 1.1rem;
}
#gFooter .fNavi li a {
	font-size: 1rem;
	text-decoration: underline;
	opacity: 1;
}
#gFooter .fBtmText {
	margin-bottom: 1.8rem;
	text-align: right;
}
#gFooter address {
	color: #999;
	font-size: 0.9rem;
}
@media all and (min-width: 897px) {
	#gFooter {
		background: none;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
}