@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap'); /* Zen Maru Gothic */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #1A1311;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	--font-zen-maru-gothic: 'Zen Maru Gothic', sans-serif;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 4rem;
	display: block;
}
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;
	}
	#main {
		margin-bottom: 50px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 52%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	z-index: 999;
}
#gHeader .hInner {
	margin: 0 auto;
	padding: 0 20px;
	width: 420px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: white;
	border-radius: 0 0 15px 15px;
}
#gHeader .hInner h1 {
	margin: 0;
	width: auto;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
}
#gHeader {
	padding: 13px 0;
}
#gHeader h1 {
	margin: 0 auto;
	width: 142px;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 13px 0 12px;
	}
	#gHeader .hInner {
		margin: 0 9px 0 9px;
		padding: 0 24px 0 14px;
		width: auto;
		height: 41px;
		justify-content: center;
	}
	#gHeader .hInner .logo {
		margin-right: 7px;
		width: 100px;
	}
	#gHeader .hInner h1 {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 374px) {
	#gHeader .hInner h1 {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 37px;
	font-size: 1rem;
	text-align: center;
}
#gFooter .linkUl {
	margin: 0 4rem 3rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7rem;
}
#gFooter .linkUl li {
	width: fit-content;
}
#gFooter .linkUl a {
	display: block;
	text-decoration: underline;
	font-size: 1.4rem;
	font-weight: 300;
}
#gFooter .linkUl a::before {
	margin-right: 0.5rem;
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../img/common/icon01.png) no-repeat left center / 100%;
}
#gFooter sup {
	font-size: 60%;
}
@media all and (min-width: 897px) {
	#gFooter .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 16px;
		font-size: 1rem;
	}
	#gFooter .linkUl {
		margin: 0 2rem 5.4rem;
		display: block;
	}
	#gFooter .linkUl li {
		margin: 0 auto;
		width: fit-content;
	}
	#gFooter .linkUl li + li {
		margin-top: 2.5rem;
	}
}