@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 (min-width: 897px) {
	html {
		font-size: 125%;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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 {
	color: #231815;
	text-decoration: none;
	transition: 0.3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 1.2rem;
	line-height: 1.2;
	font-feature-settings: "palt";
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 2.5rem;
	display: block;
}
@media all and (min-width: 897px) {
	#container {
		margin: 0 auto;
		width: 37.5rem;
	}
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hInner {
	padding: 1.6rem 0.8rem 1.6rem 1.2rem;
	align-items: center;
}
#gHeader h1 {
	width: 16.6rem;
}
#gHeader .tel {
	width: 14.6rem;
}
#gNavi li {
	width: 25%;
}
#gNavi a {
	display: block;
	padding: 0.8rem;
	color: #fff;
	font-size: 1.24rem;
	font-weight: 700;
	text-align: center;
	background: #EE7500;
}
#gNavi li:nth-child(2) a {
	background: #8BC221;
}
#gNavi li:nth-child(3) a {
	background: #675CA6;
}
#gNavi li:nth-child(4) a {
	background: #1B4FA1;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1.8rem 1rem;
	background: #0C7B68;
}
#gFooter .fLink {
	display: flex;
	gap: 0 1.3rem;
	justify-content: center;
}
#gFooter .fLink a {
	color: #fff;
	font-size: 0.9rem;
}
@media all and (min-width: 897px) {
	#gFooter .fLink a:hover {
		opacity: 0.7;
	}
}