@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);
	}
}
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: #313131;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #313131;
}
a:hover {
	color: #313131;
}
a:active {
	color: #313131;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #313131;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin-bottom: 10rem;
	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;
	}
	#container {
		margin-bottom: 7.5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.2rem 2rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#gHeader h1 {
	margin-left: auto;
	width: 22.4rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.5rem;
	}
	#gHeader h1 {
		width: 13.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6rem 0;
}
#gFooter .content {
	max-width: 73rem;
}
#gFooter .logo {
	margin: 0 auto 2rem;
	width: 23.1rem;
}
#gFooter .imgtext {
	margin: 0 auto;
	width: 34.5rem;
}
#gFooter .ttl {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
}
#gFooter .txt {
	margin-bottom: 6.5rem;
	color: #000;
	letter-spacing: -0.03em;
	font-size: 1.5rem;
}
#gFooter .linkList {
	margin-bottom: 2.3rem;
}
#gFooter .linkList li {
	margin-right: 3.5rem;
}
#gFooter .linkList li:nth-child(4n) {
	margin-right: 0;
}
#gFooter .linkList a {
	padding-left: 2rem;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	background: url(../img/common/icon07.png) no-repeat left top 0.3rem / 1.4rem;
}
#gFooter .linkList a:hover {
	opacity: 0.7;
}
#gFooter .linkList a span {
	text-decoration: underline;
}
#gFooter .num {
	margin-bottom: 1.2rem;
	color: #000;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
}
#gFooter address {
	text-align: center;
	color: #000;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3rem 0 7rem;
	}
	#gFooter .content {
		padding: 0 1.3rem;
		max-width: 100%;
	}
	#gFooter .logo {
		margin-bottom: 2.1rem;
		width: 14.8rem;
	}
	#gFooter .imgtext {
		width: 28rem;
	}
	#gFooter .ttl {
		margin-bottom: 1rem;
		text-align: left;
		font-size: 1.4rem;
	}
	#gFooter .txt {
		margin-bottom: 5.5rem;
		color: #313131;
		letter-spacing: 0;
		font-size: 1.4rem;
	}
	#gFooter .linkList {
		margin: -1.5rem -1rem 2.3rem;
		justify-content: center;
	}
	#gFooter .linkList li {
		margin: 1.5rem 1rem 0 !important;
		width: fit-content;
		min-width: 31vw;
		text-align: center;
	}
	#gFooter .linkList a {
		padding-left: 1.8rem;
		background: url(../img/common/icon07.png) no-repeat left top 0.3rem / 1.4rem;
	}
	#gFooter .num {
		margin-bottom: 0.5rem;
		font-size: 0.9rem;
	}
	#gFooter address {
		font-size: 1rem;
		letter-spacing: 0.02em;
	}
}