@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "メイリオ" , "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , 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;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #4C4948;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 153px;
	padding-top: 68px;
	border-top: 4px solid #5c4a34;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
	    margin-bottom: 46px;
		padding-top: 26px !important;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px 100px 23px;
	background-color: #5c4a34;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1100px;
}

#gHeader .leftBox {
	float: left;
}

#gHeader .logo {
	margin-right: 28px;
	float: left;
}

#gHeader h1 {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.18;
	letter-spacing: -2px;
	float: left;
}

#gHeader .hLink {
	float: right;
}

#gHeader a:hover {
	opacity: 0.8;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		margin-bottom: 0;
		padding: 14px 10px 6px 19px;
	}
	
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader h1 {
		margin-top: -1px;
		font-size: 9px;
		letter-spacing: -1px;
	}
	
	#gHeader .logo img {
		width: 162px;
	}
	
	#gHeader .logo {
		margin-right: 24px;
	}
	
	#gHeader .hLink {
		display: none;
	}
	
	.menuBox {
		width: 100%;
		height: 42px;
		position: fixed;
		bottom: 0;
		left: 0;
		border-top: 1px solid #d5d2cd;
		background-color: #006136;
		z-index: 100;
	}
	
	.menuBox a {
		display: block;
	}
	
	.menuBox .menu {
		width: 63px;
		float: right;
		text-align: center;
		border-left: 1px solid #648e6a;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 110;
	}
	
	.menuBox .link img {
		width: 25px;
	}
	
	.menuBox .menu img {
		width: 31px;
	}
	
	.menuBox .menu a {
		padding: 8px 1px 8px 0;
	}
	
	.menuBox .link {
		text-align: center;
	}
	
	.menuBox .link a {
		padding: 9px 57px 9px 0;
		color: #fff;
		font-size: 16px;
		letter-spacing: 2px;
	}
	
	.menuBox .link img,
	.menuBox .link span {
		vertical-align: middle;
	}
	
	.menuBox .link img {
		margin-right: 13px;
		vertical-align: -6px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1100px;
}

#gNavi li {
	width: 275px;
	float: left;
	text-align: center;
}

#gNavi a {
	padding: 15px 0 14px;
	color: #4C4948;
	font-size: 15px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	letter-spacing: -1px;
	background: url(../../image/line01.gif) no-repeat right top 25px;
}

#gNavi a:hover {
	background-color: #e8eeec;
}

#gNavi a span {
	margin-bottom: 5px;
	display: block;
}

#gNavi .nav04 a {
	background-image: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		width: 100%;
		position: fixed;
		bottom: 42px;
		left: 0;
		z-index: 100;
		background-color: #fff;
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transition: transform 0.5s ease-in-out;
	}
	
	#gNavi.on {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	
	#gNavi a span {
		display: inline-block;
	}
	
	#gNavi li {
		width: auto;
		float: none;
	}
	
	#gNavi a {
		padding: 12px 28px 8px;
		font-size: 18px;
		font-weight: normal;
		font-family: "メイリオ" , "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , sans-serif;
		line-height: 1;
		text-align: left;
		background: none;
		border-bottom: 1px solid #f6ede4;
	}
	
	#gNavi li span {
		margin-right: 15px;
	}
	
	#gNavi li img {
		width: 21px;
		vertical-align: -3px;
	}
	
	#gNavi .close a {
		padding: 11px 13px 12px;
		text-align: right;
		border-bottom: none;
		background-color: #5c4a34;
	}
	
	#gNavi .close img {
		width: 48px;
		vertical-align: 0;
	}
	
	#gNavi a:hover {
    	background-color: #fff;
	}
	
	#gNavi .close a:hover {
    	background-color: #5c4a34;
	}
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}

#gFooter .fBox {
	padding: 58px 0 53px;
	background-color: #EEE6DC;
}

#gFooter .fBox .fLogo {
	margin-bottom: 51px;
	text-align: center;
}

#gFooter .fBox .fLogo a:hover {
	opacity: 0.8;
}

#gFooter .fBox .textUl {
	margin-bottom: 52px;
}

#gFooter .fBox .textUl,
#gFooter .fBox .linkUl {
	text-align: center;
	letter-spacing: 1px;
}

#gFooter .fBox .textUl li {
	margin: 0 14px;
	font-size: 16px;
	display: inline-block;
}

#gFooter .fBox .linkUl li {
	margin: 0 14px;
	display: inline-block;
}

#gFooter .fBox .linkUl li a {
	color: #4C4948;
	font-size: 16px;
	text-decoration: underline;
}

#gFooter .fBox .linkUl li a:hover {
	text-decoration: none;
}

#gFooter .fBox .textUl li:first-child {
	margin: 0 0 6px 0;
	display: block;
}
#gFooter .fBox .textUl li:nth-child(4){
	display: block;
	margin-top:6px;
}
#gFooter .copyRight {
	padding: 22px 0 20px;
}

#gFooter .copyRight p {
	margin: 0 auto;
	width: 1100px;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-align: center;
}

#gFooter a {
	color: #4C4948;
}

#gFooter a:hover {
	text-decoration: underline;
}

#gFooter .fBox .textUl li a[href^="tel:"]:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-bottom: 42px;
	}
	
	#gFooter .copyRight p {
		width: auto;
		font-size: 12px;
	}
	
	#gFooter .fBox .linkUl {
		display: none;
	}
	
	#gFooter .copyRight {
    	padding: 9px 0 6px;
	}
	
	#gFooter .fBox .textUl {
		margin: -2px 0 0;
		text-align: left;
	}
	
	#gFooter .fBox .textUl li,
	#gFooter .fBox .textUl li:first-child {
		margin: 2px 0 0;
		display: block;
		font-size: 14px;
		letter-spacing: 0;
	}
	
	#gFooter .fBox {
    	padding: 19px 10px 12px;
	}
	
	#gFooter .fBox .fLogo {
		margin: 0 0 11px -2px;
		text-align: left;
	}
	
	#gFooter .fBox .fLogo img {
		width: 196px;
	}
	
	#gFooter a:hover {
		text-decoration: none;
	}
