@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 Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 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%;
}

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

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1220px;
	color: #000;
	font-size: 1.66rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	padding-top: 100px;
	text-align: left;
}

#main {
	margin-bottom: 60px;
}

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

a {
	-webkit-transition:  .3s; 
	transition: .3s;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}

	.menuBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	
	#main {
		margin-bottom: 20px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
		
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 101;
	box-sizing: border-box;
}

#gHeader > div {
	margin: 0 auto;
	max-width: 1190px;
}

h1 {
	float: left;
}

@media all and (max-width: 767px) {
	#gHeader {
		padding-bottom: 5px;
		height: 36px;
	}
	
	.menu {
		padding-top: 5px;
		right: 7px;
		top: 4px;
		display: block;
		position: absolute;
		width: 30px;
		height: 28px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #B0A272;
		box-sizing: border-box;
	}

	.menu p {
		color: #fff;
		font-size: 6px;
		text-align: center;
	}

	.menu .close {
		display: none;
	}

	.menu > div {
		margin: 0 auto;
		width: 18px;
		height: 12px;
		position: relative;
	}
	
	.menu span {
		background-color: #fff; 
		border: none;
		height: 1px;
		width: 18px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 3px;
	}
	
	.menu span:nth-of-type(3) {
		top: 6px;
	}	

	.menu.active span {
		background-color: #fff;
	}
	
	.menu.active .top {
		-webkit-transform: translateY(3px) translateX(0) rotate(45deg);
		-ms-transform: translateY(3px) translateX(0) rotate(45deg);
		transform: translateY(3px) translateX(0) rotate(45deg);
	}
	
	.menu.active .middle {
		opacity: 0;
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-3px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-3px) translateX(0) rotate(-45deg);
		transform: translateY(-3px) translateX(0) rotate(-45deg);
	}

	.menu.active .open {
		display: none;
	}

	.menu.active .close {
		display: block;
	}
	
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 100;
		background-color: #000;
		font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	}

	.menuBox .menuList {
		margin-top: 36px;
		border-top: 1px solid #000;
	}
	
	.menuBox .menuList li a {
		padding: 16px 17px;
		position: relative;
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #000;
	}

	.menuBox .menuList li a:after,
	.menuBox .btnList li a:after {
		margin-top: -1.5px;
		position: absolute;
		width: 3px;
		height: 3px;
		right: 10px;
		top: 50%;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(-45deg);
		content: "";
	}

	.menuBox .btnList {
		margin-bottom: 10px;
	}

	.menuBox .btnList li a {
		padding: 15px;
		display: block;
		position: relative;
		color: #fff;
		background: -moz-linear-gradient(top,#6D1726 0%,#410B1D);
		background: -webkit-gradient(linear, left top, left bottom, from(#6D1726),to(#410B1D));
	}

	.menuBox .btnList li a:after {
		border-color: #fff;
	}
	
	.menuBox .btnList li a img {
		margin-right: 5px;
		vertical-align: -3px;
	}

	.menuBox .btnList li:last-child a {
		padding: 13px 15px;
		color: #967f31;
		background: -moz-linear-gradient(top,#F7F0EA 0%,#AA995D);
		background: -webkit-gradient(linear, left top, left bottom, from(#F7F0EA),to(#AA995D));
	}
	
	.menuBox .btnList li:last-child a img {
		margin-right: 15px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 2.7%;
	float: right;
	width: 91%;
	font-size: 0;
	text-align: right;
}

#gNavi li {
	display: inline-block;
	width: 12.5%;
	font-size: 1.5rem;
	text-align: center;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#gNavi li:first-child {
	width: 8%;
}

#gNavi li:nth-child(2) {
	width: 12%;
}

#gNavi li:nth-child(3),
#gNavi li:nth-child(4) {
	width: 17.5%;
}

#gNavi li:last-child {
	width: 20%;
}

#gNavi li a {
	display: block;
}

#gNavi li span {
	margin-bottom: 4px;
	display: block;
}

#gNavi li:last-child {
	margin-right: 0;
}

#gNavi li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 1200px) {
	#container  {
		padding-top: 90px;
	}
	
	h1 img {
		height: 90px;
	}

	#gNavi li {
		font-size: 1.2rem;
	}
}

@media all and (max-width: 900px) {
	#container  {
		padding-top: 80px;
	}
	
	h1 img {
		height: 80px;
	}
	
	#gNavi li {
		font-size: 1rem;
	}
}

@media all and (max-width: 767px) {
	#container {
		padding-top: 36px;
	}
		
	h1 img {
		width: 122px;
		height: auto;
	}

	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

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

#pagePath a {
}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 60px;
	position: relative;
	border-top: 26px solid #BBCBD5;
	background-color: #5A5858;
}

#gFooter .fInner {
	margin: 0 auto 38px;
	padding-right: 6px;
	max-width: 986px;
}

#gFooter .fLogo {
	float: left;
}

#gFooter .fInner p {
	margin: 7px 0 0 15px;
	float: left;
	width: 390px;
	color: #fff;
	font-size: 1.05rem;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#gFooter .tel {
	margin-top: 12px;
	float: right;
}

#gFooter .copyright {
	padding: 16px 0;
	font-size: 1.6rem;
	text-align: center;
	background-color: #fff;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding-top: 10px;
		border-top: none;
	}

	#gFooter .fInner {
		margin-bottom: 10px;
	}
	
	#gFooter .fLogo {
		float: none;
		text-align: center;
	}
	
	#gFooter .fLogo img {
		width: 140px;
	}
	
	#gFooter .tel {
		float: none;
		text-align: center;
	}
	
	#gFooter .tel img {
		width: 210px;
	}
	
	#gFooter .fInner p {
		margin: 3px 10px 0;
		float: none;
		width: auto;
		text-align: center;
	}

	#gFooter .fInner p span {
		display: block;
		font-size: 0.85rem;
	}
	
	#gFooter .copyright {
		padding: 2px 0;
		font-size: 1rem;
	}
}