@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: 398px) {
	html {
		font-size: calc(1000vw / 399);
	}
}
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: #595757;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #595757;
}
a:hover {
	color: #595757;
}
a:active {
	color: #595757;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #595757;
	min-width: 95rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 8rem;
}
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;
	}
	#main {
		margin-bottom: 4.5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	padding: 4rem 2.9rem;
	align-items: center;
	max-width: 1220px;
	margin: auto;
}
#gHeader .lImg {
	width: 18rem;
}
#gHeader h1 {
	width: 14rem;
}
#gHeader h1 a {
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2.4rem 1.8rem;
	}
	#gHeader .lImg {
		width: 14rem;
	}
	#gHeader h1 {
		width: 10.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3rem 1.5rem 2.8rem;
	background-color: #5EB7E8;
}
#gFooter .content {
	max-width: 103rem;
	align-items: center;
}
#gFooter .fLogo {
	margin-bottom: 1.5rem;
	width: 17.1rem;
}
#gFooter .fBox {
	width: 31.8rem;
}
#gFooter .fBox .title {
	margin-bottom: 0.3rem;
	color: #FFF;
	font-size: 2.65rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#gFooter .fBox .title .sml {
	font-size: 1.6rem;
	vertical-align: 0.5rem;
	letter-spacing: 0.09em;
}
#gFooter .fBox .add {
	color: #fff;
	letter-spacing: 0.075em;
}
#gFooter .fBox .tel {
	color: #fff;
	font-size: 1.73rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
}
#gFooter .fBox .tel a {
	margin-left: 0.5rem;
	display: inline-block;
	color: #fff;
	font-size: 2.64rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.7rem 0 3.2rem;
		background-color: #5DB6E7;
	}
	#gFooter .content {
		max-width: 100%;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 1.5rem;
		width: 20rem;
	}
	#gFooter .fBox {
		width: auto;
		text-align: center;
	}
	#gFooter .fBox .add {
		font-size: 1.5rem;
	}
	#gFooter .fBox .tel {
		font-size: 1.9rem;
		justify-content: center;
	}
	#gFooter .fBox .tel a {
		margin-left: 0.5rem;
		font-size: 2.9rem;
		line-height: 1.3;
	}
}