@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: '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%;
    height: auto;
}
a,
a:link {
	color: #151515;
	text-decoration: none;
}
a:visited {
	color: #151515;
}
a:hover {
	color: #151515;
}
a:active {
	color: #151515;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #151515;
	font-size: 2rem;
	line-height: 1.9;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	overflow: hidden;
	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.4rem;
		line-height: 1.714;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1478px;
}
#gHeader .logo {
	margin-top: 40px;
}
@media all and (max-width: 896px) {
	#gHeader {
	}
	#gHeader .inner {
		padding: 0;
		max-width: inherit;
	}
	#gHeader .logo {
		width: 96px;
		margin-top: 19px;
		margin-left: 22px;
	}
	.menu {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 33px;
		right: 27px;
		z-index: 1110;
    position: fixed;
	}
	.menu span {
		/*background: #fff;*/
    background: #5C2E1B;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
	}
	.menu span:nth-child(2) {
		margin-top: 9px;
	}
	.menu span:nth-child(3) {
		margin-top: 18px;
	}
	.menu.on span {
    background: #fff;
	}
	.menu.on span:nth-child(1) {
		margin-top: 10px;
		transform: rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		margin-top: 10px;
		transform: rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		display: none;
		left: 0;
		top: 0;
		overflow: auto;
		background: url(../img/common/menu_bg03.png) no-repeat left 21px bottom 66px / 141px,
		url(../img/common/menu_bg02.png) no-repeat left bottom / 100%,
		url(../img/common/menu_bg01.png) repeat-y left top / 100%;
		z-index: 1100;
	}
	.menuBox .innerBox {
		overflow: auto;
		padding: 79px 0;
	}
	.menuBox .innerBox .naviUl li {
		margin-bottom: 31px;
		text-align: center;
	}
	.menuBox .innerBox .naviUl a {
		color: #fff;
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.333;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1px 20px 358px;
	position: relative;
	text-align: center;
	background: url(../img/common/f_bg01.png) no-repeat center bottom / 100%,
	url(../img/common/f_bg.png) no-repeat center top / cover;
	background-color: #404040;
}
#gFooter::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 575px;
	height: 899px;
	content: '';
	background: url(../img/common/f_bg02.png) no-repeat center bottom / 100%;
}
#gFooter .pageTop {
	margin: -20px auto 40px;
	width: 58px;
	background-color: #FFF;
	border-radius: 58px;
	overflow: hidden;
	position: relative;
	z-index: 20;
}
#gFooter .fLogo {
	margin-bottom: 38px;
	position: relative;
	z-index: 20;
}
#gFooter .fLogo a,
#gFooter .pageTop a {
	display: block;
}
#gFooter .fLogo a {
	margin: 0 auto;
}
#gFooter .fImg {
	padding-right: 138px;
	text-align: center;
}
#gFooter .fNavi {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	z-index: 1;
}
#gFooter .fNavi li {
	margin: 0 30px;
}
#gFooter .fNavi a {
	color: #FFF;
	font-weight: bold;
	font-family: YuGothic, "游ゴシック" , "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}
#gFooter .pageTop a:hover,
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .linkto_tanabe {
  margin-top: 30px;
  color: #FFF;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック" , "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}
#gFooter .linkto_tanabe a {
  color: #FFF;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1px 20px 227px;
		background: #404040 url(../img/common/f_bg.png) no-repeat center top / cover;
	}
	#gFooter::before {
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 1354px;
		height: 369px;
		content: '';
		transform: translate(-64%,0);
		background: url(../img/common/sp_f_bg01.png) no-repeat center bottom / 100%;
	}
	#gFooter::after {
		right: -55px;
		bottom: -55px;
		width: 310px;
		height: 580px;
		background-position: center top;
	}
	#gFooter .pageTop {
		margin: -27px auto 32px;
	}
	#gFooter .fLogo {
		margin-bottom: -22px;
	}
	#gFooter .fLogo a {
		width: 122px;
	}
	#gFooter .fLogo img {
		width: 122px;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter .fImg {
		position: relative;
		padding-right: 0;
		z-index: 100;
	}
	#gFooter .fImg img {
		margin-left: -80px;
	}
  #gFooter .linkto_tanabe {
    margin: 60px 0;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1480px) and (min-width: 897px) {
	#gFooter .fNavi a {
		font-size: 1.8rem;
	}
}