@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: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #000;
	font-size: 1.9rem;
	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: 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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.3rem 0.7rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
#gHeader h1 a {
	display: flex;
	align-items: flex-end;
}
#gHeader h1 .logo01 {
	width: 21.9rem;
	mix-blend-mode: darken;
}
#gHeader h1 .logo02 {
	margin: 0 0 0.4rem -0.6rem;
	width: 24.1rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 2rem 0.9rem;
	}
	#gHeader h1 a {
		display: block;
	}
	#gHeader h1 .logo01 {
		width: 15.7rem;
		display: block;
	}
	#gHeader h1 .logo02 {
		margin: 1.5rem 0 0 0.9rem;
		width: 15rem;
		display: block;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	font-size: 1.7rem;
	text-align: right;
	font-weight: 800;
	letter-spacing: 0.05em;
	position: relative;
}
#gFooter .content {
	position: relative;
}
#gFooter .content::before {
	width: 94.3rem;
	height: 102.2rem;
	content: "";
	position: absolute;
	left: -59.7rem;
	bottom: -6.7rem;
	z-index: -1;
	background: url(../image/index/bg09.png) no-repeat center top / 100%;
	pointer-events: none;
}
#gFooter .logo {
	margin-left: auto;
	width: 40.6rem;
}
#gFooter .mapInfo {
	margin:2.6rem 0 0.8rem;
}
#gFooter .mapInfo a {
	margin-left: 1.1rem;
	padding-left: 1.9rem;
	font-size: 1.9rem;
	line-height: 1.1;
	color: #376CC1;
	border-bottom: 1px solid #376CC1;
	display: inline-block;
	background: url(../navi-img/arrow_icon03.png) no-repeat center left / 1.7rem;
}
#gFooter .link {
	display: flex;
	justify-content: flex-end;
}
#gFooter .link p {
	margin-left: 3rem;
}
#gFooter .link a {
	font-size: 1.9rem;
	letter-spacing: 0;
}
#gFooter .timeInfo {
	margin: 1.1rem 0 5.4rem;
}
#gFooter address {
	padding: 1.4rem 0 2.8rem;
	position: relative;
	z-index: 1;
}
#gFooter address::after {
	width: 999rem;
	height: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
	background: #F7F7F7;
}
@media all and (min-width: 1025px) {
	#gFooter .mapInfo a:hover,
	#gFooter .link a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		font-size: 1.3rem;
	}
	#gFooter .content::before {
		width: 28rem;
		height: 46.8rem;
		left: -2rem;
		bottom: 0.4rem;
		transform: scaleX(-1);
		background-image: url(../image/index/bg04_sp.png);
	}
	#gFooter .timeInfo {
		margin: 0.4rem 0 2rem;
	}
	#gFooter .link {
		display: block;
	}
	#gFooter .link p {
		margin-left: auto;
	}
	#gFooter .link a {
		font-size: 1.5rem;
	}
	#gFooter .link p + p {
		margin-top: 0.2rem;
	}
	#gFooter .mapInfo a {
		font-size: 1.5rem;
	}
	#gFooter address {
		padding: 1rem 0 1.3rem;
	}
	#gFooter .mapInfo {
		margin: 3.2rem 0 0.1rem;
	}
	#gFooter .mapInfo a {
		margin: 0.5rem 0 0 auto;
		display: block;
		width: fit-content;
	}
	#gFooter .logo {
		width: 30.5rem;
	}
}