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

/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/Roboto/Roboto-Regular.eot');
    src: url('../../font/Roboto/Roboto-Regular-.eot#iefix') format('embedded-opentype'),
    url('../../font/Roboto/Roboto-Regular.woff') format('woff'),
    url('../../font/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url('../../font/Roboto/Roboto-Light.eot');
    src: url('../../font/Roboto/Roboto-Light-.eot#iefix') format('embedded-opentype'),
    url('../../font/Roboto/Roboto-Light.woff') format('woff'),
    url('../../font/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/NotoSans/NotoSansCJKjp-Regular.eot');
    src: url('../../font/NotoSans/NotoSansCJKjp-Regular-.eot#iefix') format('embedded-opentype'),
    url('../../font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../../font/NotoSans/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 200;
    src: url('../../font/NotoSans/NotoSansCJKjp-Regular.eot');
    src: url('../../font/NotoSans/NotoSansCJKjp-Regular-.eot#iefix') format('embedded-opentype'),
    url('../../font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../../font/NotoSans/NotoSansCJKjp-Regular.ttf') format('truetype');
}*/

body,
table,
input, textarea, select, option {
	font-family: "Raleway", "Hiragino Kaku Gothic Pro", "メイリオ", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.english {
	font-family: "Raleway", 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: #848472;
	text-decoration: none;
}

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

a:hover {
	color: #848472;
	text-decoration: underline;
}

a:active {
	color: #848472;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  	min-width: 1100px;
	color: #666;
	font-size: 13px;
	font-weight: 100;/*FP追記*/
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	letter-spacing: 0.05em;
}

#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6998;
	background-color: #FFF;
}

#cover.coverNone {
	display: none;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .head01 {
	padding: 28px 0 8px;
	background-color: #FFF;
	position: relative;
	z-index: 7999;
	font-family: "Raleway", sans-serif;
}

#gHeader .specHead {
	height: 20px;
	position: relative;
	z-index: 6000;
	background-color: #FFF;
}

#gHeader .head01 .hBox {
	margin: 0 90px;
}

#gHeader .head01 .hBox .hLogo {
	float: left;
	position: relative;
	z-index: 100;
}

#gHeader .head01 .hBox .hLogo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .head01 .hBox ul {
	float: right;
	position: relative;
	z-index: 100;
}

#gHeader .head01 .hBox li {
	padding-left: 22px;
	float: left;
}

#gHeader .head01 .hBox li a {
	padding-left: 22px;
	display: block;
	position: relative;
	color: #848475;
	font-size: 14px;
	background: url("../../img/common/icon02.gif") no-repeat left 3px;
}

.head01 #gNavi .spec .product a {
	color: #848475;
}

#gHeader .head01 .hBox li:first-child a {
	background: url("../../img/common/icon01.gif") no-repeat left 3px;
}

#gHeader .head01 .hBox li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gHeader .head01 .hBox li a:after,
.ie9 #gHeader .head01 .hBox li a:after {
	left: 0;
}

#gHeader .head01 .hBox li a:hover {
	color: #DBDBC9;
	text-decoration: none;
	background: url("../../img/common/icon04.gif") no-repeat left 3px;
}

#gHeader .head01 .hBox li:first-child a:hover {
	background: url("../../img/common/icon03.gif") no-repeat left 3px;
}

#gHeader .head01 .hBox li a:hover:after {
	width: 100%;
}

#gHeader .head02 {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #FFF;
}

#gHeader .head02.animate {
	visibility: visible;
	opacity: 1;
}

#gHeader .head02 .hBox {
	margin: 0 0 0 35px;
}

#gHeader .head02 .hBox .hLogo {
	margin-top: 32px;
	float: left;
	position: relative;
	z-index: 100;
}

#gHeader .head02 .hBox .hLogo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .head02 .hBox .link {
	width: 133px;
	float: right;
	text-align: center;
	position: relative;
	z-index: 100;
    height: 100px;
}

#gHeader .head02 .hBox .link a {
	display: inline-block;
	font-size: 13px;
	width: 130px;
	background-color: #F0F0EF;
	position: relative;
	z-index: 2;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}

#gHeader .head02 .hBox .link a:hover {
	color: #FFF;
	text-decoration: none;
}

#gHeader .head02 .hBox .link a:before {
	left: -100%;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}

#gHeader .head02 .hBox .link a:hover:before {
	left: 0;
	background-color: #787865;
}

.head02 #gNavi {
	margin-top: -50px;
	text-align: center;
	position: relative;
	z-index: 90;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.head02 #gNavi li {
	margin: 0 10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: inline-block;
}

.head02 #gNavi .last {
	margin-left: 20px;
}

.head02 #gNavi .last a {
	padding-left: 20px;
	background: url("../../img/common/icon01.gif") no-repeat left 3px;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.naviBg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6997;
	visibility: hidden;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ie8 .naviBg {
	display: none;
	visibility: visible;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.naviBg.show {
	visibility: visible;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#gNavi {
	margin-top: -35px;
	text-align: center;
	position: relative;
	z-index: 90;
}

#gNavi ul {
	margin: 0 auto;
	width: 700px;
}

.head02 #gNavi ul {
	margin: 0 auto;
	width: 850px;
}

#gNavi li {
	margin: 0 10px;
	display: block;
	float: left;
	letter-spacing: 0.6px;/*FP追記*/
}

#gNavi .spec {
	margin: -15px 0;
}

#gNavi .spec span {
    padding: 15px 10px 12px;
	display: block;
	transition: background 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#gNavi .spec:hover span {
	background: #E1E1E1;
}

.head02 #gNavi .spec {
	margin: -15px 0;
}

.head02 #gNavi .spec:hover span {
	padding: 15px 10px 12px;
}

#gNavi .spec a:hover,
#gNavi .on > a {
	color: #848474;
}

#gNavi .spec .product {
	padding: 65px 0;
	display: block;
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	background-color: #E1E1E1;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ie8 #gNavi .spec .product {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	display: none;
}

.ie8 #gNavi .spec:hover .product {
	display: block;
}

#gNavi .spec.on .product {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

#gNavi .spec .product ul {
	margin: 0 auto;
	width: 810px;
}

#gNavi .spec .product li {
	margin-left: 0;
	width: 140px;
	float: left;
	color: #727364;
}

#gNavi .spec .product li p {
	margin-bottom: 15px;
	background: url("../../img/common/line02.gif") repeat-x left top;
}

#gNavi .spec .product li p span {
	margin: 0 auto !important;
	padding: 0 !important;
	display: block;
	width: 80px;
	background-color: #E1E1E1;
}

#gNavi .spec .product li .sub {
	margin: 20px 30px 0;
}

#gNavi .spec .product li:first-child {
	margin-right: 50px;
}

#gNavi .spec .product li span {
	margin-bottom: 20px;
	padding: 0 !important;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #848475;
	font-family: "Raleway", sans-serif;
}

#gNavi .spec .product li a {
	font-size: 12px;
}

#gNavi .spec .product li img {
	margin-bottom: 15px;
	display: block;
}

#gNavi .spec .product .mid {
	margin-right: 40px;
	width: 420px;
}

#gNavi .spec .product .mid .pho {
	float: left;
}

#gNavi .spec a:after {
	position: inherit;
	left: inherit;
	background-color: inherit;
	transition: none;
	-webkit-transform: none;
	transform: none;
}

#gNavi li a {
	position: relative;
	display: block;
	font-size: 15px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#gNavi li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gNavi li a:after,
.ie9 #gNavi li a:after {
	left: 0;
}

#gNavi li a:hover {
	color: #DBDBC9;
	text-decoration: none;
}

#gNavi li a:hover:after {
	width: 100%;
}

.head02 #gNavi .spec .product {
	top: 49px;
}

.head02 #gNavi .spec span {
	padding-bottom: 27px !important;
}

.head02 #gNavi .last a:hover {
	background: url("../../img/common/icon03.gif") no-repeat left 3px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 37px 0 0;
	border-top: 1px solid #E6E6E3;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1060px;
	position: relative;
}

#gFooter .fNavi {
	margin-bottom: 53px;
}

#gFooter .fNavi ul {
	width: 109px;
	float: left;
}

#gFooter .fNavi .navi02 {
	width: 129px;
}

#gFooter .fNavi .navi03 {
	width: 200px;
}

#gFooter .fNavi .navi04 {
	width: 156px;
}

#gFooter .fNavi .navi05 {
	width: 148px;
}

#gFooter .fNavi .navi06 {
	width: 143px;
}

#gFooter .fNavi .navi07 {
	width: 94px;
}

#gFooter .fNavi .navi08 {
	width: 81px;
}

#gFooter .fNavi ul a {
	font-size: 17px;
	font-weight: 500;/*FP追記*/
  	transition: 0.3s;
	-webkit-transition: 0.3s;
 	position: relative;
}

#gFooter .fNavi .subNavi {
	margin-top: 24px;
	width: auto;
	float: none;
}

#gFooter .fNavi .subNavi li {
	padding-bottom: 8px;
}

#gFooter .fNavi .subNavi a {
	color: #8C8C7E;
	font-size: 11px;
	font-weight: normal;
}

#gFooter .fNavi a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #gFooter .fNavi a:after,
.ie9 #gFooter .fNavi a:after {
	left: 0;
}

#gFooter .fNavi a:hover {
	color: #DBDBC9;
	text-decoration: none;
}

#gFooter .fNavi a:hover:after {
	width: 100%;
}

#gFooter .fLinkList01 {
	margin-bottom: 58px;
}

#gFooter .fLinkList01 li {
	width: 230px;
	float: left;
}

#gFooter .fLinkList01 li a {
	display: block;
	overflow: hidden;
	zoom: 1;
}

#gFooter .fLinkList01 li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .fLinkList01 li a:hover p {
    color: #848472 !important;
}

#gFooter .fLinkList01 li a .photo {
	float: left;
}

#gFooter .fLinkList01 li a .txtBox {
	width: 170px;
	float: right;
	display: table;
	font-family: "Raleway", sans-serif;
}

#gFooter .fLinkList01 li a .txtBox p {
	display: table-cell;
	vertical-align: middle;
	color: #777;
	font-size: 16px;
}

#gFooter .fLinkList01 .last a .txtBox p {
	font-size: 13px;
}

#gFooter .fLinkList01 .last a .txtBox p span {
	display: block;
	font-size: 18px;
	line-height: 1.1;
}

#gFooter .sns_box {
	position: absolute;
	right: 0;
	bottom: 90px;
}


#gFooter .sns_box ul li {
	float: left;
}

#gFooter .sns_box ul li.tw {
	padding: 0 5px;
}

#gFooter .subBox .lBox {
	width: 600px;
	float: left;
}

#gFooter .subBox .lBox .txtLinkUl01 {
	width: 200px;
	float: left;
}

#gFooter .subBox .lBox .txtLinkUl01 {
	width: 230px;
	float: left;
	font-family: "Raleway", sans-serif;
}

#gFooter .subBox .lBox .txtLinkUl01 li {
	margin-right: 22px;
	float: left;
}

#gFooter .subBox .lBox .txtLinkUl01 a {
	padding-left: 22px;
	display: block;
	color: #848475;
	font-size: 14px;
	background: url("../../img/common/icon02.gif") no-repeat left 3px;
}

#gFooter .subBox .lBox .txtLinkUl01 li:first-child a {
	background: url("../../img/common/icon01.gif") no-repeat left 3px;
}

#gFooter .subBox .lBox .txtLinkUl02 {
	width: 355px;
	margin-top: 3px;
	float: right;
}

#gFooter .subBox .lBox .txtLinkUl02 li {
	display: inline-block;
	color: #8C8C7E;
	font-size: 11px;
}

#gFooter .subBox .lBox .txtLinkUl02 li a {
	margin: 0 2px;
	display: inline-block;
	color: #8C8C7E;
}

#gFooter .copyright {
	float: right;
}

#gFooter .copyright p {
	margin-top: 3px;
	color: #8C8C7E;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-family: "Raleway", sans-serif;
}

#gFooter .subBox .lBox .txtLinkUl01 li a,
#gFooter .subBox .lBox .txtLinkUl02 li a {
    position: relative;
    transition: 0.3s;
	-webkit-transition: 0.3s;
 	position: relative;
}

#gFooter .subBox .lBox .txtLinkUl01 li a:after,
#gFooter .subBox .lBox .txtLinkUl02 li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #DBDBC9;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#gFooter .subBox .lBox .txtLinkUl01 li a:hover,
#gFooter .subBox .lBox .txtLinkUl02 li a:hover {
	color: #DBDBC9;
	text-decoration: none;
}

.ie8 #gFooter .subBox .lBox .txtLinkUl01 li a:after,
.ie9 #gFooter .subBox .lBox .txtLinkUl01 li a:after {
	left: 0;
}

.ie8 #gFooter .subBox .lBox .txtLinkUl02 li a:after,
.ie9 #gFooter .subBox .lBox .txtLinkUl02 li a:after {
	left: 0;
}

#gFooter .subBox .lBox .txtLinkUl01 li a:hover:after,
#gFooter .subBox .lBox .txtLinkUl02 li a:hover:after {
	width: 100%;
}

.sp {
	display: none !important;
}

.spMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8000;
	display: none;
	overflow-y: auto;
	background-color: rgba(57,57,57,0.9);
}

.spMenu .subMenu {
	padding: 15px;
	font-family: "Raleway", sans-serif;
}

.spMenu .close {
	margin-bottom: 46px;
	text-align: right;
}

.spMenu .spNavi {
	margin: 0 auto 45px;
	width: 224px;
}

.menumiddle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 230px;
	height: 334px;
}

.spMenu .spNavi li {
	margin-bottom: 7px;
	width: 122px;
	float: left;
}

.spMenu .spNavi li:nth-child(2n) {
	width: 75px !important;
	float: right;
}

.spMenu .spNavi a {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 0.04em;
	vertical-align: middle;
    min-height: 45px;
}

.spMenu a:hover {
	text-decoration: none;
}

.spMenu .spNavi li:nth-child(4) a {
	padding-top: 8px;
	min-height: 37px;
}

.spMenu .spNavi li:nth-child(3),
.spMenu .spNavi li:nth-child(4) {
    margin-bottom: 20px;
}

.spMenu .linkList {
	margin-bottom: 25px;
	text-align: center;
}

.spMenu .linkList li {
	margin: 0 7px;
	display: inline-block;
}

.spMenu .linkList li a {
	padding-left: 20px;
	display: block;
	color: #FFF;
	background: url("../../img/common/icon20.gif") no-repeat left center;
	background-size: 14px 14px;
}

.spMenu .linkList li:first-child a {
	background: url("../../img/common/icon19.gif") no-repeat left center;
	background-size: 10px 11px;
}

.spMenu .txtLinkList {
	text-align: center;
}

.spMenu .txtLinkList li {
	display: inline;
	font-size: 9px;
	color: #FFF;
}

.spMenu .txtLinkList li a {
	color: #FFF;
	font-weight: 200;
}

.spMenu li {
	opacity: 0;
	filter: alpha(opacity=0);
}





@media screen and (max-width: 1300px) {

	
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	#gHeader .head01 .hBox .hLogo a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#gHeader .head01 .hBox li a:after {
		display: none;
	}

	#gHeader .head01 .hBox li a:hover {
		color: #848472;
		background: url("../../img/common/icon02.gif") no-repeat left 3px;
	}
	
	.head02 #gNavi .last a:hover {
		background: url("../../img/common/icon01.gif") no-repeat left 3px;
	}

	#gHeader .head01 .hBox li:first-child a:hover {
		background: url("../../img/common/icon01.gif") no-repeat left 3px;
	}
	
	#gNavi li a {
		transition: none;
		-webkit-transition: none;
	}

	#gNavi li a:after {
		display: none;
	}

	#gNavi li a:hover {
		color: #848472;
	}
	
	#gNavi .spec:hover span {
		background: #FFF;
	}
	
	#gNavi ul {
		width: 620px;
	}

	#gNavi li {
		margin: 0 5px;
		font-family: "Raleway", sans-serif;
	}
	
	#gHeader .head01 .hBox {
		margin: 0 30px;
	}
	
	#gHeader .head02 .hBox .link a:hover {
		color: #848472;
	    background-color: #f0f0ef;
	}
	
	#gHeader .head02 .hBox .link a:hover:before {
		display: none !important;
	}
	
	#gFooter .fLinkList01 li a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#gFooter .fNavi ul a {
		transition: none;
		-webkit-transition: none;
	}
	
	#gFooter .fNavi a:after {
		display: none !important;
	}

	#gFooter .fNavi a:hover {
		color: #848472;
	}
	
	#gFooter .fLinkList01 li a:hover p {
		color: #848472 !important;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a::after, 
	#gFooter .subBox .lBox .txtLinkUl02 li a::after {
			display: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a:hover,
	#gFooter .subBox .lBox .txtLinkUl02 li a:hover {
			color: #848472;
	}


}

/* FP追記
----------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	
	body {
		min-width: inherit;
	}
    
    #container {
        padding-top: 0px;
    }
	
	#cover {
		/*display: none;*/
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
    #gHeader {
        position: fixed;
        width: 100%;
        top: 0;
		left: 0;
		box-sizing: border-box;
		background-color: #FFF;
		z-index: 10000;
    }
	
	#gHeader .specHead {
		display: none;
	}
    
	#gHeader .head01 {
		margin: 0;
		padding: 14px 15px 9px;
		width: auto !important;
	}
	
	#gHeader .head01 .hBox {
		min-width: inherit;
		margin: 0;
		padding-right: 0;
	}
	
	#gHeader .head01 .hBox .hLogo {
		margin-top: 2px;
	}
	
	#gHeader .head01 .hBox .hLogo img {
		width: 72px;
	}
	
	#gHeader .head01 .hBox .hLogo a:hover img {
		opacity: 1;
	}
	
	#gHeader .head01 .hBox ul {
		display: none;
	}
	
	#gHeader .head01 .hBox .menu {
		float: right;
	}
	
	#gHeader .head02 {
		display: none !important;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	.head01 #gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 37px 0 0;
	}
	
	#gFooter .fBox {
		margin: 0 auto;
		width: auto;
	}
	
	#gFooter .fNavi {
		margin: 0 auto 45px;
		width: 224px;
	}
	
	#gFooter .fNavi ul {
		margin-top: 0;
		width: 105px !important;
		float: left;
	}
    
    #gFooter .fNavi ul li {
        min-height: 45px;
				font-family: "Raleway", sans-serif;
    }
	
	#gFooter .fNavi ul:nth-child(2n) {
		width: 75px !important;
		float: right;
	}
    
    #gFooter .fNavi ul:nth-child(5),
    #gFooter .fNavi ul:nth-child(6) {
        margin-top: 20px;
    }
	
	#gFooter .fNavi ul:nth-child(4) li {
		padding-top: 8px;
        min-height: 37px;
	}
	
	#gFooter .fNavi ul a {
		color: #848472;
		font-weight: 300;/*FP追記*/
		word-break: break-all;
		line-height: 1;
		transition: none;
	}
	
	#gFooter .sns_box {
		width: 112px;
		position: static;
		margin: 42px auto 43px;
	}
	
	#gFooter .fNavi .subNavi {
		display: none;
	}
	
	#gFooter .fNavi .subNavi a {
		color: #8C8C7E;
		font-size: 11px;
		font-weight: normal;
		line-height: 2.5;
	}
	
	#gFooter .fNavi a:after {
		display: none;
	}
	
	#gFooter .fNavi a:hover {
		color: #8C8C7E;
	}
	
	#gFooter .fLinkList01 {
		margin: 0 auto 35px;
		padding: 30px 48px 12px;
		width: auto;
		background-color: #F5F5F4;
	}
	
	#gFooter .fLinkList01 li {
		margin: 0 auto 15px;
		width: 224px;
		float: none;
	}

	#gFooter .fLinkList01 li a .photo img {
		width: 30px;
	}
	
	#gFooter .fLinkList01 li a .txtBox {
		width: 185px;
	}
	
	#gFooter .fLinkList01 li a .txtBox p {
		font-size: 15px;
	}
	
	#gFooter .fLinkList01 .last {
		margin-bottom: 0;
	}
	
	#gFooter .fLinkList01 .last a .txtBox p {
		font-size: 9px;
	}
	
	#gFooter .fLinkList01 .last a .txtBox p span {
		margin-left: 5px;
		display: inline-block;
		font-size: 13px;
	}
	
	#gFooter .subBox .lBox {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 {
		margin-bottom: 35px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li {
		margin: 0 10px;
		display: inline-block;
		float: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 a {
		padding-left: 15px;
		font-size: 14px;
		background: url("../../img/common/icon02.gif") no-repeat left 7px;
		background-size: 11px 11px;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li:first-child a {
		background: url("../../img/common/icon01.gif") no-repeat left 6px;
		background-size: 10px 11px;
	}
	
	#gFooter .fLinkList01 li a:hover img {
		opacity: 1;
	}
	
	#gFooter .subBox .lBox .txtLinkUl02 {
		width: auto;
		margin-top: 0;
		float: none;
		text-align: center;
	}
	
	#gFooter .subBox .lBox .txtLinkUl02 li {
		display: inline-block;
		font-size: 12px;
	}
	
	#gFooter .subBox .lBox .txtLinkUl02 li a {
		margin: 0 2px;
	}
	
	#gFooter .copyright {
		float: none;
		text-align: center;
	}
	
	#gFooter .copyright p {
		margin-top: 0;
		font-size: 8px;
	}

	#gFooter .fLinkList01 li a:hover p {
		color: #848472 !important;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a::after, 
	#gFooter .subBox .lBox .txtLinkUl02 li a::after {
			display: none;
	}
	
	#gFooter .subBox .lBox .txtLinkUl01 li a:hover,
	#gFooter .subBox .lBox .txtLinkUl02 li a:hover {
			color: #848472;
	}
	

	
	



/*add */
.spMenu {
	z-index:10005;
}



