@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 {
	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: 370px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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;
}
: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: 1280px;
	color: #000;
	font-size: 2rem;
	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;
	overflow: hidden;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
chrome_annotation {
	border: none !important;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	font-size: 1.8rem;
	font-weight: normal;
	background-color: #E5E5E5;
	padding: 4px 49px 8px;
}
#gHeader .hBox {
	width: 100%;
	padding: 20px 47px 6px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .comBtn {
	margin-top: 7px;
	flex: 1;
	justify-content: flex-end;
}

/* menu */
.menu {
	position: absolute;
	top: 18px;
  	right: 18px;
	height: 17px;
	width: 33px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(5.5px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(5.5px) translateX(0) rotate(-45deg);
	transform: translateY(5.5px) translateX(0) rotate(-45deg);
}
.menu .middle {
	opacity: 0;
}
.menu.active .bottom {
	-webkit-transform: translateY(-5.5px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-5.5px) translateX(0) rotate(45deg);
	transform: translateY(-5.5px) translateX(0) rotate(45deg);
}
.menu span {
	background: #000;
	border: none;
	height: 6px;
	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: 11px;
}	
@media all and (max-width: 896px) {
	#gHeader {
		min-height: 84px;
		position: relative;
		box-sizing: border-box;
	}
	#gHeader h1 {
		padding: 2px 15px 3px;
		font-size: 1rem;
		background-color: #F3F3F3;
	}
	#gHeader .hBox {
		padding: 2px 16px 9px;
		position: relative;
	}
	#gHeader .logo {
		width: 200px;
	}
}

/* gNavi */
@media all and (min-width: 897px) {
	#gNavi {
		margin-bottom: 70px;
		display: block !important;
	}
	#gNavi ul {
		margin-right: 17px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#gNavi ul li {
		margin: 0 21px;
	}
	#gNavi ul a {
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}
	#gNavi ul a:hover {
		opacity: 0.8;
	}
}
@media all and (min-width: 897px) and (max-width: 1300px)  {
	#gNavi ul li {
		margin: 0 15px;
	}
	#gNavi ul a {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		width: 100%;
		height: calc(100% - 84px);
		padding: 0;
		position: absolute;
		top: 84px;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		z-index: 88;
		display: none;
		overflow-y: auto;
	}
	#gNavi .innerBox {
		padding: 0 24px 45px;
	}
	#gNavi .naviUl {
		padding: 17px 18px 22px;
		background-color: #eeeeee;
		border-radius: 5px;
		margin-bottom: 25px;
	}
	#gNavi .naviUl a {
		padding-right: 14px;
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	#gNavi .naviUl li {
		border-bottom: 1px solid #dedede;
	}
	#gNavi .naviUl li:last-child {
		border-bottom: none;
	}
	#gNavi .telImg {
		margin-right: -3px;
		text-align: center;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 67px;
}
#gFooter address {
	padding: 16px 0 17px;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 500;
	background: url("../image/common/footer_bg.jpg") no-repeat left top / 100% 100%;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 19px;
	}
	#gFooter address {
		padding: 8px 0 7px;
		font-size: 1.15rem;
		letter-spacing: 0.05em;
	}
}