@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #707070;
	text-decoration: none;
}
a:visited {
	color: #707070;
}
a:hover {
	color: #707070;
}
a:active {
	color: #707070;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #707070;
	font-size: 1.6rem;
	line-height: 1.375;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#container {
	padding-top: 148px;
	text-align: left;
}
#main {
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 65px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 52px 15px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 999;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1008px;
	display: flex;
	justify-content: space-between;
}
.naviUl {
	margin: 1px -15px 0 0;
	display: flex;
	justify-content: flex-end;
	line-height: 1;
}
.naviUl li {
	margin-left: 2px;
}
.naviUl li:first-child {
	margin-left: 0;
}
.naviUl a {
	padding: 4px 20px 6px;
	color: #BDBEC6;
	display: inline-block;
	letter-spacing: 0.5px;
}
.naviUl .on a {
	color: #fff;
	background-color: #BDB8AE;
}
.naviUl li:first-child.on a {
	background-color: #BDB8AE;
}
.naviUl li:nth-child(2).on a {
	background-color: #CDC0C0;
}
.naviUl li:nth-child(3).on a {
	background-color: #BDB8AE;
}
.naviUl li:nth-child(4).on a {
	background-color: #BCAFA8;
}
/* menu */
.menu {
	position: absolute;
	top: 24px;
	right: 18px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #707070;
}
.menu.active .middle {
	opacity: 0;
	background: #707070;
}
.menu.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #707070;
}
.menu span {
	background: #707070;
	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: 7px;
}
.menu span:nth-of-type(3) {
	top: 14px;
}
@media all and (min-width: 897px) {
	.naviUl a:hover {
		color: #fff;
		background-color: #BDBEC6;
	}
	.naviUl {
		display: flex !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox h1 img {
		width: 200px;
	}
	#gHeader {
		padding: 20px 15px;
	}
	#gHeader .naviUl {
		display: none !important;
	}
	.naviUl li {
		margin: 0 0 23px;
		display: block;
	}
	.naviUl li a {
		display: block;
		font-size: 1.5rem;
	}
	.menuBox {
		width: 100%;
		height: calc(100% - 64px);
		position: fixed;
		top: 64px;
		left: 0;
		overflow-y: auto;
		background-color: #fff;
		z-index: 1000;
		display: none;
	}
	.menuBox .naviUl {
		padding: 20px 20px;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 50px;
	margin-top: 99px;
}
#gFooter .copyright {
	font-size: 1.2rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 30px;
		margin-top: 60px;
	}
	#gFooter .copyright {
		font-size: 1rem;
	}
}