@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: 768px) and (max-width: 1100px) {
	html {
		font-size: calc(1000vw / 1100);
	}
}
@media all and (max-width: 767px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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: 2.2rem;
	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;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox h1 {
	padding: 0.5rem 0 0.6rem;
	width: 37rem;
}
@media all and (max-width: 767px) {
	#gHeader .hBox {
		padding: 0.2rem 2rem 0.1rem;
	}
	#gHeader .hBox h1 {
		width: 20.4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	background-color: #FFF;
}
#gFooter .fBox .inner {
	margin: 0 auto;
	padding: 2.5rem 0 2.5rem;
	max-width: 68rem;
	align-items: center;
	box-sizing: border-box;
}
#gFooter .fBox .inner .fLogo {
	width: 7.9rem;
}
#gFooter .fBox .inner .fNavi {
	padding-bottom: 0.1rem;
	width: calc(100% - 9.6rem);
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .inner .fNavi li {
	margin-right: 3.3rem;
	position: relative;
}
#gFooter .fBox .inner .fNavi li:last-child {
	margin-right: 0;
}
#gFooter .fBox .inner .fNavi li::before {
	position: absolute;
	top: 0.5rem;
	right: -1.9rem;
	font-size: 1.6rem;
	content: '|';
}
#gFooter .fBox .inner .fNavi li:last-child::before {
	display: none;
}
#gFooter .fBox .inner .fNavi li a {
	font-size: 1.6rem;
	text-decoration: underline;
}
#gFooter .fBox .inner .fNavi li a:hover {
	opacity: 0.8;
}
#gFooter .fBox address {
	padding: 1.6rem 0 1.6rem;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	background-color: #E50013;
}
@media all and (max-width: 767px) {
	#gFooter .fBox {
		background: transparent;
	}
	#gFooter .fBox .inner {
		display: none;
	}
	#gFooter .fBox address {
		padding: 0.5rem 0.5rem 0.6rem;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
}