@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-feature-settings: 'palt';
	background-color: #FFF;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
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.2rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	box-sizing: border-box;
	padding: 68px 45px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
#gHeader h1 {
	width: 645px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 29px 29px;
	}
	#gHeader h1 {
		width: 177px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 99px 0 52px;
	background-color: #FFD200;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1660px;
}
#gFooter .fNavi {
	margin: -59px 0 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi li {
	margin: 59px 34px 0;
	display: flex;
	width: calc((100% - 260px) / 3);
}
#gFooter .fNavi li a {
	padding: 20px;
	width: 100%;
	font-size: 3.6rem;
	text-align: center;
	box-sizing: border-box;
	border-radius: 45px;
	background-color: #fff;
}
#gFooter .fNavi .list01 {
	width: 47.95%;
}
#gFooter .copyright {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	text-align: center;
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	#gFooter .fNavi li {
		margin: 59px 20px 0;
		width: calc((100% - 120px) / 3);
	}
	#gFooter .fNavi li a {
		padding: 1.25vw;
		font-size: 2.25vw;
	}
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 32px 20px 21px;
	}
	#gFooter .fBox {
		max-width: inherit;
	}
	#gFooter .fNavi {
		margin: 0 0 48px;
		display: block;
	}
	#gFooter .fNavi li {
		margin: 0 auto 22px;
		width: 203px;
		display: block;
	}
	#gFooter .fNavi li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .fNavi li a {
		padding: 8px;
		display: block;
		font-size: 1.6rem;
	}
	#gFooter .fNavi .list01 {
		width: 100%;
		max-width: 326px;
	}
	#gFooter .fNavi .list01 small {
		font-size: 1rem;
	}
	#gFooter .copyright {
		font-size: 1rem;
	}
}
@media all and (max-width: 359px) {
	#gFooter .fNavi li a {
		font-size: 1.5rem;
	}
}