@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) and (max-width: 1150px) {
	html {
		font-size: calc(1000vw / 1150);
	}
}
@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;
	font-optical-sizing: auto;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 1024px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 7.2rem;
	padding: 6.4rem 0 3.1rem;
	background-color: #CCE5F7;
}
#gFooter .topText {
	margin-bottom: 6.2rem;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
#gFooter .topText .sub a {
	color: #0084B1;
	text-decoration: underline;
}
#gFooter .inner {
	margin: 0 auto 5.8rem;
	max-width: 92rem;
}
#gFooter .inner .lBox {
	align-items: center;
	width: 55rem;
}
#gFooter .inner .lBox .logo01 {
	margin-right: 3.9rem;
	width: 10.7rem;
}
#gFooter .inner .lBox .fLogo {
	width: 39.7rem;
}
#gFooter .inner .lBox .logo01 a,
#gFooter .inner .lBox .fLogo a {
	display: block;
}
#gFooter .inner .lBox .logo01 a:hover,
#gFooter .inner .lBox .fLogo a:hover {
	opacity: 0.7;
}
#gFooter .inner .textBox {
	padding-top: 0.2rem;
	width: calc(100% - 59.2rem);
}
#gFooter .inner .textBox .text {
	font-size: 1.6rem;
	line-height: 1.24;
}
#gFooter .inner .textBox .tel {
	margin-top: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1.24;
}
#gFooter .inner .textBox .tel a {
	margin-top: -0.2rem;
	padding: 0.2rem 0;
	display: block;
	font-size: 1.6rem;
	line-height: 1.24;
}
#gFooter .fBox address {
	font-size: 1rem;
	text-align: center;
}
@media all and (min-width: 1024px) {
	#gFooter .topText .sub a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 4rem;
		padding: 4rem 2rem 2rem;
	}
	#gFooter .topText {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#gFooter .inner {
		margin: 0 auto 3rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .inner .lBox {
		width: auto;
		display: block;
	}
	#gFooter .inner .lBox .logo01 {
		margin: 0 auto 3rem;
	}
	#gFooter .inner .lBox .fLogo {
		margin: 0 auto 2rem;
		width: 24rem;
	}
	#gFooter .inner .textBox {
		padding-top: 0;
		width: auto;
	}
	#gFooter .inner .textBox .text {
		font-size: 1.4rem;
		text-align: center;
	}
	#gFooter .inner .textBox .tel {
		margin-top: 0.5rem;
		justify-content: center;
		font-size: 1.4rem;
	}
	#gFooter .inner .textBox .tel a {
		font-size: 1.4rem;
	}
}