@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 {
	margin-right: 0 !important;
	overflow: visible !important;
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	html {
		font-size: calc(1000vw / 1100);
	}
}
@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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	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: 6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 1.5rem 0.7rem;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 120rem;
	align-items: center;
}
#gHeader .link li {
	margin-right: 1.9rem;
}
#gHeader .link li:last-child {
	margin-right: 0;
}
#gHeader .link li img {
	height: 6rem;
}
#gHeader .comBtn {
	margin: 0 -0.2rem 0 0;
	width: 26.8rem;
}
#gHeader .comBtn a {
	padding-right: 2.5rem;
	font-size: 1.4rem;
	background-size: 0.5rem auto;
	background-position: right 2.3rem center;
}
@media all and (min-width: 897px) and (max-width: 990px) {
	#gHeader .link li img {
		height: 4.5rem;
	}
	#gHeader .comBtn a {
		min-height: 4.5rem;
	}
} 
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.9rem;
	}
	#gHeader .hBox {
		max-width: 100%;
		display: block;
	}
	#gHeader .link li {
		margin-right: 1.2rem;
	}
	#gHeader .link li img {
		height: 4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.2rem 1rem 1.9rem;
	background-color: #333333;
}
#gFooter address {
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1rem;
	}
}