@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 {
	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: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",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%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F0F0F0;
	font-feature-settings: "palt";
	text-align: justify;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
	box-sizing: border-box;
	padding: 30px 100px 0;
}
#gHeader .hLogo {
	width: 103px;
}
#gNavi {
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
}
#gNavi li {
	margin-left: 50px;
}
#gNavi a {
	letter-spacing: 0.3px;
	font-size: 1.3rem;
	font-weight: 500;
	display: block;
	border-bottom: 1px solid transparent;
	transition: .3s;
	font-family: 'Noto Sans JP',sans-serif;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		color: #b4b4b4;
		border-bottom-color: #b4b4b4;
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 30px 15px 0;
	}
	#gHeader .menu {
		margin-top: -9px;
		width: 32px;
		height: 17px;
		position: relative;
	}
	#gHeader .menu span {
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		height: 1px;
		background-color: #000;
	}
	#gHeader .menu span:nth-child(2) {
		top: 8px;
	}
	#gHeader .menu span:nth-child(3) {
		top: 16px;
	}
	#gNavi {
		margin-top: 5px;
		display: none;
	}
	.menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 30px 15px;
		z-index: 9999;
		background-color: rgba(0,0,0,0.75);
		display: none;
	}
	.menuBox .logo {
		width: 103px;
	}
	.menuBox .close {
		position: absolute;
		right: 18px;
		top: 25px;
		width: 25px;
		height: 25px;
	}
	.menuBox .close span {
		position: absolute;
		left: -20%;
		width: 140%;
		top: 13px;
		height: 1px;
		background-color: #fff;
		transform: rotate(45deg);
	}
	.menuBox .close span:last-child {
		transform: rotate(-45deg);
	}
	.menuBox .contact {
		position: absolute;
		right: 20px;
		top: 50%;
		width: 30px;
		transform: translateY(-50%);
	}
	.menuBox ul {
		padding: 0 10px 120px;
		margin: auto 0;
		height: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.menuBox ul li:not(:last-child) {
		margin-bottom: 25px;
	}
	.menuBox ul a {
		letter-spacing: 0.3px;
		font-size: 2.5rem;
		font-weight: 500;
		color: #fff;
		font-family: 'Noto Sans JP',sans-serif;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
	padding: 180px 0 184px;
}
#gFooter .logo {
	margin: 0 auto 52px;
	width: 103px;
}
#gFooter address {
	font-size: 1.3rem;
	color: #646464;
	font-style: normal;
	font-family: 'Noto Sans JP',sans-serif;
}
#gFooter .pagetop {
	display: none;
	position: fixed;
	right: 105px;
	bottom: 35px;
	width: 70px;
}
#gFooter .contact {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 50%;
	width: 30px;
	transform: translateY(50%);
}
#gFooter .contact a,
#gFooter .pagetop a {
	display: block;
	position: relative;
}
#gFooter .contact a img,
#gFooter .pagetop a img {
	display: block;
	transition: .3s;
}
#gFooter .contact a::before,
#gFooter .pagetop a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/pagetop_over.png) no-repeat center;
	background-size: contain;
	content: "";
	opacity: 0;
	transition: .3s;
	z-index: 1;
}
#gFooter .contact a::before {
	background-image: url(../../img/contact_over.png);
}
@media all and (min-width: 897px) {
	#gFooter .contact a:hover img,
	#gFooter .pagetop a:hover img {
		opacity: 0;
	}
	#gFooter .contact a:hover:before,
	#gFooter .pagetop a:hover:before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gFooter .pagetop {
		right: 10px;
	}
	#gFooter .contact {
		display: none !important;
	}
}