@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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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;
	opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.7;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}
#container {
	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) {
	a:hover {
		opacity: 1;
	}
	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 {
	background: url(../../img/common/bg10.jpg) repeat left top;
}
#gHeader .hBox {
	margin: 0 auto;
	padding-left: 80px;
	width: 1300px;
	box-sizing: border-box;
	align-items: center;
}
#gHeader .hBox h1 {
	padding-top: 10px;
}
#gHeader .hBox h1 a {
	display: block;
}
#gHeader .hBox h1 a:hover {
	opacity: 1;
}
#gHeader .linkUl {
	margin-left: 28px;
}
#gHeader .linkUl li {
	width: 240px;
}
#gHeader .linkUl li a {
	padding: 13px 10px 12px 65px;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
	background: #71664d url(../../img/common/icon02.png) no-repeat left 22px center;
}
#gHeader .linkUl li:nth-child(2) a {
	padding: 16px 10px 16px 65px;
	font-size: 1.6rem;
	background: url(../../img/common/icon03.png) no-repeat left 24px center, url(../../img/common/bg06.png) no-repeat left top;
}
#gHeader .rBox .link {
	margin-bottom: 24px;
	padding-top: 5px;
	text-align: right;
}
#gHeader .rBox .link a {
	padding-left: 15px;
	color: #4d4021;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: url(../../img/common/icon01.png) no-repeat left center;
}
#gNavi li {
	margin-left: 18px;
	display: inline-block;
}
#gNavi li a {
	color: #4d4021;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 22px 15px 15px;
		width: auto;
	}
	#gHeader .hBox h1 {
		padding-top: 0;
		width: 195px;
	}
	#gHeader .menu-trigger {
		display: block;
		position: absolute;
		right: 12px;
		top: 15px;
		width: 30px;
		height: 25px;
		-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: #4d4021;
	}
	#gHeader .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	#gHeader .menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	#gHeader .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		-ms-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) 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(-11px) rotate(45deg);
		-ms-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	#gHeader .menuBox {
		padding: 40px 20px;
		position: fixed;
		display: none          ;
		top: 55px;
		left: 0;
		width: 100%;
		overflow: auto;
		height: calc(100vh - 55px);
		box-sizing: border-box;
		background-color: #fff;
		z-index: 888;
	}
	#gHeader .linkUl {
		padding-bottom: 50px;
		margin: 0 0 50px;
	}
	#gHeader .linkUl li {
		margin-bottom: 10px;
		width: auto;
	}
	#gHeader .linkUl li a {
		font-size: 2rem;
	}
	#gHeader .linkUl li:nth-child(2) a {
		padding: 16px 10px 16px 65px;
		background: url(../../img/common/icon03.png) no-repeat left 24px center, url(../../img/common/bg06.png) repeat left top;
	}
	#gHeader .rBox .link {
		text-align: center;
	}
	#gNavi li {
		margin: 0 0 18px;
		display: block;
	}
	#gNavi li a {
		display: block;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .pageTop {
	position: relative;
}
#gFooter .pageTop a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: url(../../img/common/bg07.jpg);
}
#gFooter .pageTop a span {
	padding-left: 30px;
	background: url(../../img/common/icon13.png) no-repeat left center;
}
#gFooter .pageTop::after {
	position: absolute;
	width: 111px;
	height: 83px;
	top: -80px;
	right: 80px;
	background: url(../../img/common/bg08.png) no-repeat left top;
	content: '';
}
#gFooter .bgBox {
	background-color: #35322b;
}
#gFooter .bgBox .fBox {
	margin: 0 auto;
	padding: 55px 0 45px;
	width: 1140px;
	color: #fff;
}
#gFooter .bgBox .fBox a {
	color: #fff;
	font-weight: 500;
}
#gFooter .bgBox .fBox a:hover {
	opacity: 1;
}
#gFooter .bgBox .fBox .fLogo {
	margin-bottom: 34px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
#gFooter .bgBox .fBox .lBox {
	width: 350px;
}
#gFooter .bgBox .fBox .lBox p {
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
}
#gFooter .bgBox .fBox .rBox {
	width: 730px;
}
#gFooter .bgBox .fBox .fNavi {
	font-size: 1.5rem;
	font-weight: bold;
}
#gFooter .bgBox .fBox .fNavi li {
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
#gFooter .bgBox .fBox .fNavi li:last-child {
	margin-bottom: 0;
}
#gFooter .bgBox .fBox .fNavi li a:hover {
	text-decoration: underline;
}
#gFooter .bgBox .fBox .fNavi li a + .subNavi {
	margin-top: 10px;
}
#gFooter .bgBox .fBox .fNavi li a + .inNavi {
	margin-top: 10px;
}
#gFooter .bgBox .fBox .fNavi > li {
	margin-right: 50px;
}
#gFooter .bgBox .fBox .fNavi .liStyle01 {
	margin-right: 0;
}
#gFooter .bgBox .fBox .fNavi > li:nth-child(4n) {
	margin-right: 0;
}
#gFooter .bgBox .fBox .inNavi {
	padding-left: 30px;
	font-weight: normal;
}
#gFooter address {
	padding: 22px 0;
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.2em;
	background-color: #000;
}
@media all and (max-width: 896px) {
	#gFooter .pageTop::after {
		right: 20px;
	}
	#gFooter .bgBox .fBox {
		padding: 30px 20px;
		width: auto;
		display: block;
	}
	#gFooter .bgBox .fBox .fLogo {
		margin-bottom: 24px;
		font-size: 2.2rem;
	}
	#gFooter .bgBox .fBox .lBox {
		margin-bottom: 30px;
		width: auto;
	}
	#gFooter .bgBox .fBox .lBox p {
		font-size: 1.2rem;
	}
	#gFooter .bgBox .fBox .rBox {
		width: auto;
	}
	#gFooter .bgBox .fBox .fNavi {
		padding: 0 20px;
		font-size: 1.4rem;
		display: block;
	}
	#gFooter .bgBox .fBox .fNavi li a:hover {
		text-decoration: none;
	}
	#gFooter .bgBox .fBox .fNavi > li {
		margin: 0 0 30px;
	}
	#gFooter .bgBox .fBox .fNavi .liStyle01 {
		margin-right: 0;
	}
	#gFooter .bgBox .fBox .inNavi {
		padding-left: 20px;
	}
	#gFooter address {
		padding: 18px 0;
		letter-spacing: 0;
	}
}

@media all and (-ms-high-contrast:none) {
	#gHeader .rBox .link {
		padding-top: 15px;
	}
	#gHeader .linkUl li a {
		padding-top: 16px;
	}
	#gFooter .pageTop a {
		padding-top: 24px;
	}
	#gFooter .pageTop a span {
		padding-top: 6px;
	}
}