@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&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:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.en01 {
	font-family: 'Lato', 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%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	/* color: #3E3A39; */
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#container {
	text-align: left;
}
a:hover {
	opacity: 0.7;
}
#main {
	display: block;
	padding-bottom: 75px;
}
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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 48px 10px 44px;
}
#gHeader .hBox {
	max-width: 1384px;
	margin: 0 auto;
}
#gHeader h1 {
	padding-left: 31px;
}
#gHeader h1 a:hover {
	opacity: 1;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 15px;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader h1 {
		padding-left: 0;
		width: 117px;
		position: relative;
		z-index: 3;
	}
	#gHeader .menu-trigger {
		display: block;
		position: absolute;
		right: 12px;
		top: 12px;
		width: 25px;
		height: 20px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		z-index: 1;
	}
	#gHeader .menu-trigger span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	#gHeader .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	#gHeader .menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	#gHeader .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		-ms-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#gHeader .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		-ms-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	
}
 /*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 2px;
	width: 800px;
	display: block;
}
#gNavi ul {
	justify-content: flex-end;
}
#gNavi li a {
	padding: 0px 50px 2px;
	height: 43px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	border-right: 2.5px solid #000;
 }
 #gNavi li:first-child a {
	border-left: 2.5px solid #000;
 }
 #gNavi li a:hover {
	 opacity: 0.7;
 }
@media all and (max-width: 896px) {
	#gNavi {
		margin-top: 0;
		width: auto;
		display: none;
	}
	#gNavi {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		overflow: auto;
		height: 100vh;
		background-color: #fff;
	}
	#gNavi ul {
		margin-bottom: 10px;
		padding: 100px 0;
		display: block;
	}
	#gNavi li a {
		padding: 10px 20px 10px;
		height: auto;
		display: block;
		border-bottom: 1px solid #000;
		border-right: none;
	 }
	 #gNavi li:first-child a {
		border-left: none;
	 }
	#gNavi li:last-child a {
		padding-top: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background-color: #3e3a39;
}
#gFooter a {
	color: #fff;
}
#gFooter address {
	display: block;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	font-style: normal;
	background-color: #dae000;
}
#gFooter .hBox {
	margin: 0 auto;
	padding: 25px 0;
	width: 1180px;
}
#gFooter .fLogo {
	margin: 7px 60px 10px 0;
	width: 113px;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter .addBox .address {
	margin-bottom: 12px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
#gFooter .mapBtn {
	width: 442px;
}
#gFooter .mapBtn a {
	padding: 7px;
	display: block;
	text-align: center;
	font-size: 2.3rem;
	border-radius: 50px;
	letter-spacing: 0.05em;
	border: 1px solid #FFF;
}
#gFooter .rBox {
	margin-right: -50px;
	margin-top: 10px;
	width: 555px;
}
#gFooter .rBox > li {
	display: flex;
}
#gFooter .rBox a {
	display: block;
	font-size: 1.4rem;
}
#gFooter .rBox .linkUl > li {
	margin-bottom: 9px;
	display: flex;
}
#gFooter .rBox .linkUl > li > a {
	font-size: 1.6rem;
	margin-right: 15px;
	width: 115px;
}
#gFooter .rBox .linkUl > li > .line {
	background: url(../../img/common/icon04.png) no-repeat right center / 29px auto;
}
#gFooter .pageTop {
	position: fixed;
	right: 20px;
	bottom: 250px;
	width: 52px;
}
#gFooter .pageTop a {
	display: block;
}
@media all and (max-width: 896px) {
	#gFooter .hBox {
		padding: 25px 20px;
		width: auto;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 20px 0 0;
		width: 70px;
	}
	#gFooter .lBox {
		margin-bottom: 40px;
		align-items: center;
	}
	#gFooter .addBox .address {
		margin-bottom: 5px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#gFooter .mapBtn {
		width: 100%;
	}
	#gFooter .mapBtn a {
		padding: 5px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#gFooter .rBox {
		margin-right: 0;
		margin-top: 0;
		width: auto;
	}
	#gFooter .rBox > li {
		display: block;
	}
	#gFooter .rBox a {
		display: block;
		font-size: 1.4rem;
	}
	#gFooter .rBox .linkUl > li {
		margin-bottom: 5px;
		display: block;
	}
	#gFooter .rBox .linkUl li li {
		margin-bottom: 5px;
	}
	#gFooter .rBox .linkUl > li > a {
		margin-bottom: 5px;
		padding-right: 40px;
		font-size: 1.6rem;
		margin-right: 15px;
		width: auto;
		display: inline-block;
	}
	#gFooter .pageTop {
		position: fixed;
		right: 0;
		bottom: 50px;
		width: 25px;
	}
}

@media all and (-ms-high-contrast:none) {
	#gNavi li a {
		padding-top: 10px;
	}
}