@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: 1365px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 376px) and (max-width: 767px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@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: #1f2b61;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1f2b61;
}
a:hover {
	color: #1f2b61;
}
a:active {
	color: #1f2b61;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1f2b61;
	font-size: 1.6rem;
	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;
	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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .logo {
	width: 12.8rem;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 100.8rem;
}
@media all and (max-width: 767px) {
	#gHeader .logo {
		width: 9.4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0.9rem 0 4.4rem;
}
#gFooter .fBox {
	display: flex;
	justify-content: space-between;
}
#gFooter .hp_image {
	margin-top: 0.3rem;
	width: 15.8rem;
}
#gFooter .snsgroup .innerBox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 0 0.5rem;
}
#gFooter .l_footerCopyright p {
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 0.05em;
	flex: 1;
}
#gFooter .snsgroup {
	margin-top: 4.8rem;
}
.fb_iframe_widget_fluid {
	line-height: 1;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 1.8rem 1rem;
	}
	#gFooter .fBox {
		display: block;
		text-align: center;
	}
	#gFooter .l_footerCopyright p .is_block {
		display: block;
		margin-top: 0.5rem;
	}
	#gFooter .hp_image {
		margin: 0 auto;
	}
	#gFooter .l_footerCopyright p {
		font-size: 1.4rem;
	}
	#gFooter .snsgroup {
		margin-top: 4.3rem;
	}
}

.subBnrBox01, .subBnrBox02 {
	width: 665px;
	margin-right: auto;
	margin-left: auto;
}
.subBnrBox01 a:hover,
.subBnrBox02 a:hover {
	opacity: 0.7;
}
.subBnrBox02 {
	margin-top: 1.5rem;
}
@media all and (max-width: 767px) {
	.subBnrBox01, .subBnrBox02 {
		width: 100%;
	}
}