@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;
	box-sizing: border-box;
}
body, table, input, textarea, select, option {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, 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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #2d3748;
	line-height: 1.6;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #f7fafc;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	z-index: 1000;
}
.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.logo {
	width: 170px;
	height: 29px;
}
nav a {
	margin: 0 15px;
	text-decoration: none;
	color: #4a5568;
	font-size: 0.95rem;
	font-weight: 500;
}
@media all and (min-width: 993px) {
	.menu {
		display: none;
	}
	.menu-box {
		display: block !important;
	}
	nav a:hover {
		color: #2b6cb0;
	}
}
@media all and (max-width: 992px) {
	.logo {
		position: fixed;
		left: 20px;
		top: 23px;
		z-index: 101;
	}
	.menu {
		position: fixed;
		top: 19px;
		right: 20px;
		width: 36px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
		transition: all .3s ease;
	}
	.menu > div {
		margin: 0 auto;
		width: 100%;
		height: 30px;
		position: relative;
	}
	.menu span {
		background-color: #2b6cb0;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 15px;
	}
	.menu span:nth-of-type(3) {
		top: 30px;
	}
	.menu.on .top {
		-webkit-transform: translateY(15px) translateX(0) rotate(45deg);
		-ms-transform: translateY(15px) translateX(0) rotate(45deg);
		transform: translateY(15px) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-15px) translateX(0) rotate(-45deg);
		transform: translateY(-15px) translateX(0) rotate(-45deg);
	}
	header .btn {
		display: none;
	}
	.menu-box {
		display: none;
		padding: 0 20px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #fff;
		z-index: 90;
	}
	nav a {
		padding: 10px;
		display: block;
		margin: 0;
		font-size: 1.1rem;
		border-top: 1px solid #2b6cb0;
	}
	nav a:first-child {
		margin-top: 90px;
	}
	nav a:last-child {
		margin-bottom: 90px;
		border-bottom: 1px solid #2b6cb0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {}
@media all and (max-width: 896px) {}