@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

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: #434343;
	text-decoration: none;
}

a:visited {
	color: #434343;
	text-decoration: none;
}

a:hover {
	color: #7f2d00;
	text-decoration: underline;
}
/*12.17に追記*/
a:hover img{
	opacity: .7;
}

a:active {
}

.sp {
	display: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #676767;
	line-height: 1.5;
	background-color: #f3efe9;
	position: relative;
	-webkit-text-size-adjust: none;
}

#container {
	position: relative;
	text-align: left;
}

#bread_crumb {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#main {
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 35px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
	padding: 0;
	position: relative;
	height: 42px;
	z-index: 100;
	background-size: cover;
}

#gHeader .Header .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}

#gHeader .Header .inner a.logo {
	position: absolute;
	top: 25px;
	display: block;
	width: 52%;
	height: 62px;
	background: url(../../img/common/h_logo.png) no-repeat left top;
}

#gHeader .Header .inner a:hover.logo {
	text-decoration: none;
}

#gHeader .Header .inner a.logo h1 {
	margin: 0;
	padding: 3px 0 5px;
	color: #6f2700;
	font-size: 12px;
	font-weight: bold;
}

#gHeader .Header .inner a.logo p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

#gHeader .Header .inner a.logo h1,
#gHeader .Header .inner a.logo p {
	margin-left: 152px;
}

#gHeader .Header .inner a.logo span {
	display: block;
}

#gHeader .Header .inner .Tel_fax {
	position: absolute;
	right: 115px;
	display: block;
	width: 24.2%;
	height: 80px;
	margin: 20px 0;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#gHeader .Header .inner .Tel_fax img {
	width: 100%;
}

#gHeader .Header .inner ul.sns_Link {
	position: absolute;
	top: 37px;
	right: 0;
}

#gHeader .Header .inner ul.sns_Link li {
	display: block;
	float: left;
	width: 39px;
	height: 39px;
	margin-left: 13px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: -50px auto 0;
	position: relative;
	z-index: 101;
}

#gNavi ul {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF;
}

#gNavi,
#gNavi ul {
	width: 100%;
	max-width: 1000px;
}

#gNavi li {
	/* width: 16.66%; */
	float: left;
	width: auto;
	height: auto;
}

#gNavi li img {
	width: 100%;
}

#gNavi .navi01 { width: 15.5%; }
#gNavi .navi02 { width: 19%; }
#gNavi .navi03 { width: 20.5%; }
#gNavi .navi04 { width: 15.5%; }
#gNavi .navi05 { width: 15.5%; }
#gNavi .navi06 { width: 14%; }

#gNavi .navi01 a,
#gNavi .navi01 img {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

#gNavi .navi06 a,
#gNavi .navi06 img {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

#gNavi .navi01 a {
	background: url(../../img/common/g_navi01_over.png) no-repeat;
	background-size: 100% auto;
}

#gNavi .navi02 a {
	background: url(../../img/common/g_navi02_over.png) no-repeat;
	background-size: 100% auto;
}
	
#gNavi .navi03 a {
	background: url(../../img/common/g_navi03_over.png) no-repeat;
	background-size: 100% auto;
}
	
#gNavi .navi04 a {
	background: url(../../img/common/g_navi04_over.png) no-repeat;
	background-size: 100% auto;
}

#gNavi .navi05 a {
	background: url(../../img/common/g_navi05_over.png) no-repeat;
	background-size: 100% auto;
}
	
#gNavi .navi06 a {
	background: url(../../img/common/g_navi06_over.png) no-repeat;
	background-size: 100% auto;
}

.spNavi {
	display: none;
}

#gNavi li a {
	display: block;
}

#gNavi li a:hover img {
	visibility: hidden;
}

/*------------------------------------------------------------
	footer gNavi
------------------------------------------------------------*/

#fgNavi {
	clear: both;
	background: url(../../img/common/bg_fgNavi.png) repeat-x center top;
	height: 83px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #e8e0d5;
}
#fgNavi li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 33px;
	padding : 0 12px 0 15px;
	line-height: 1.0;
	font-weight: bold;
}

#fgNavi li+ li {
  border-left: 1px dotted #aaa;
}

#fgNavi li a {
	color: #59493f;
	font-size: 12px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #aea296;
	padding-top: 45px;
	padding-bottom: 50px;
	border-top: 1px solid #a69889;
	color: #fff;
	text-align: center;
}

#gFooter .fLogo {
	margin-bottom: 20px;
}

#gFooter .store {
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 30px;
}

#gFooter .store strong {
	font-size: 14px;
}

#gFooter .fLink {
	background: url(../../img/common/bg_fLink.png) no-repeat center top;
	height: 61px;
	margin: 0 0 25px;
	text-align: center;
}

#gFooter .fLink li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 20px;
	padding : 0 12px 0 15px;
	line-height: 1.0;
}

#gFooter .fLink  li+ li {
  border-left: 1px dotted #fff;
}

#gFooter .fLink li a img {
	vertical-align: middle;
}

#gFooter a {
	color: #fff;
	font-size: 12px;
}

#gFooter .copyright {
	clear: both;
	font-size: 12px;
	line-height: 1.8;
}

@media all and (min-width: 641px) and (max-width: 1365px){
	#container {
		text-align: left;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		height: auto;
		background-size: 100% auto;
	}

	#gHeader h1 {
		margin-left: 7%;
	}
	
	#gHeader .menu {
		display: none;
	}

	#gHeader .Header .inner a.logo span {
		display: inline;
	}
	#gHeader .Header .inner .Tel_fax img {

		vertical-align:middle;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		background-color: #aea296;
		padding-top: 3.8%;
		padding-bottom: 4.3%;
	}

	#gFooter .fLogo {
		margin-bottom: 1%;
	}

}

@media all and (min-width: 0px) and (max-width: 640px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	/*------------------------------------------------------------
		レイアウト
	------------------------------------------------------------*/
	html,body {
		overflow-x: hidden;
	}
	
	#container {
		width: auto;
		text-align: left;
	}
	#bread_crumb {
		margin-left: 3%;
	}	
	.topArea {
		margin-top: 45px;
		padding: 0 !important;
		background: #f3efe9 url(../../img/common/bg_toparea.png) repeat-x 0 0 !important;
		height: 12px;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 0 15px 36%;
		height: auto;
		background-size: 100% auto;
		background-color: #FAFAFA;
	}
	.fixarea {
		position: fixed;
		z-index: 9999;
		background: #fff;
		border-top: 3px solid #aea296;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
	}
	.fixarea h1 {
		margin: 12px 0 0 14px;
		float: left;
		color: #6f2700;
		font-size: 12px;
		line-height: 2.7;
		font-weight: bold;
	}

	.fixarea h1 a {
		display: inline-block;
		width: 60px;
		margin-right: 8px;
	}

	.fixarea h1 img {
		width: 100%;
	}
	.fixarea .menu {
		display: block;
		float: right;
		margin: 11px 14px 0 0;
	}
	.fixarea .menu img {
		width: 40px;
	}

	.fixarea .menu a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=100)";  /* ie 8 */
		-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 1;              /* Safari 1.x */
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
		min-width: auto;
	}

	.spNavi {
		display: block;
		right: -78%;

 		position: fixed;
		top: 60px;

		width: 78%;
		height: 100%;
		overflow: auto;
		background-color: #AA1125;
		border-radius: 0 0 0 8px;
		z-index: 1000;
	}
.comLinkUl {
}
	.spNavi li {
		padding: 0 10px;
		font-size: 15px;
	}
	
	.spNavi li a {
		padding: 12px;
		display: block;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px dotted #EEE;
	}
	
	.spNavi li a img {
		margin-right: 13px;
	}
	
	.spNavi li:last-child a {
		border-bottom: none;
	}
	
	.fixarea .menu .spClose {
		display: none;
	}
	
	.fixarea .on .spImg01 {
		display: none;
	}
	
	.fixarea .on .spClose {
		display: block;
	}
	/*------------------------------------------------------------
		footer gNavi
	------------------------------------------------------------*/
	#fgNavi {
		display: none;
	}		
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		background-color: #aea296;
		padding-bottom: 30px;
	}
	
	#gFooter .fLogo {
		margin-bottom: 3px;
	}
	
	#gFooter .fLogo img {
		width: 135px;
	}
	
	#gFooter .store span { display: block; }

	#gFooter .fLink {
		background: none;
		height: auto;
	}

	#gFooter .fLink li {
		width: 46%;
		margin: 0 0 1%;
		padding : 0;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	}

	#gFooter .fLink li a {
		display: block;
		background-color: #a29487;
		width: 100%;
		padding : 8% 0;
		line-height: 1.0;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
		color: #fff;
	}

	#gFooter .fLink  li+ li {
	  border-left: none;
	}

	#gFooter .fLink li a {
		font-size: 10px;
	}

	#gFooter .fLink li a img {
		width: 5%;
	}

	#gFooter .copyright {
		font-size: 8px;
	}
}
@media all and (min-width: 975px) and (max-width: 1365px){
	#gHeader .inner h1 {
		margin-left: 7%;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		margin: -50px auto 0;
		max-width: 1000px;
	}

	#gNavi li {
		width: auto;
	}
}
