@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	}
body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	line-height: 1.8;
	background-color: #000;
	}
a{
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a img{
	text-decoration: none;
	border: none;
	}

/*↓clearfix*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/* =======================================
    layout
======================================= */
.container{
	display: block;
	width: 1200px;
	margin: 0 auto;
	}
.contents{
	display: block;
	width: 1000px;
	margin: 0 auto;
	}
.header{
	padding-top: 20px;
	}
.footer{
	width: 100%;
	padding-top: 55px;
	background-image: url(../img/bg-footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	}
.mb20{	margin-bottom: 20px;	}
.mb40{
	margin-bottom: 40px;
	}
.mb60{
	margin-bottom: 60px;
	}
	
/* =======================================
    header
======================================= */
.logo{
	display: block;
	float: left;
	width: 211px;
	height: 60px;
	margin: 0 0 0 34px;
	}
.logo img{
	display: block;
	}
	
/*          言語ナビゲーション            */
ul.nav-lan{
	display: block;
	float: right;
	list-style-type: none;
	font-size: 0;
	}
ul.nav-lan li{
	display: inline-block;
	margin-right: 10px;
	}
ul.nav-lan li:last-child{
	margin-right: 0;
}
ul.nav-lan li a{
	display: block;
	border: solid 1px #960;
	}
.nav-kaigai{
	float: right;
	width: 100%;
	text-align: right;
	margin: -15px 0 10px;
}
.nav-kaigai li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.nav-kaigai li:last-child{
	margin-right: 0;
}
.nav-kaigai a{
	display: block;
	color: #fff;
	text-decoration: none;
	clear: both;
	padding: 0 1rem;
	border: solid 1px #960;
}
/*          店舗ナビゲーション            */
.header .cf:nth-of-type(2){
	width: 1172px;
	margin: 0 auto;
	}
ul.nav-shop{
	display: table;
	table-layout: fixed;
	width: 100%;
	list-style-type: none;
	font-size: 0;
	margin-bottom: 20px;
	}
ul.nav-shop li{
	display: table-cell;
	margin-right: 5px;
	}
ul.nav-shop li:last-child{
	margin-right: 0;
	}
ul.nav-shop li a{
	display: block;
	width: 105px;
	height: 60px; 
	}
ul.nav-shop li a:hover{
	background-image: url(../img/bg-nav-shop.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
a.btn-menu{
	display: none;
	float: left;
	width: 120px;
	height: 45px;
	text-decoration: none;
	margin-left: 30px;
	}
a.btn-menu img{
	display: block;
	}
	
/* =======================================
    採用バナー　SNSアイコン
======================================= */
.bnr-recruit{
	display: block;
	width: 1000px;
	height: 150px;
	margin-bottom: 65px;
	}
.bnr-recruit img{
	display: block;
	}
ul.sns{
	display: none;
	float: right;
	list-style-type: none;
	font-size: 0;
	margin: 0 17px 20px 0;
	}
ul.sns li{
	display: inline-block;
	margin-right: 13px;
	}
ul.sns li a,
ul.sns li a img{
	display: block;
	}
	
/* =======================================
    page top
======================================= */
#page-top{
	display: block;
	position: fixed;
	right: 40px;
	bottom: 20px;
	color: #fff;
		-ms-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
	}
#page-top img{
	display: block;
	width: 62px;
	height: 100px;
	}

	
/* =======================================
    footer
======================================= */
img.logo-footer{
	display: block;
	float: left;
	width: 232px;
	height: 65px;
	margin: 5px 0 0 20px;
	}
ul.nav-footer{
	display: block;
	float: right;
	width: 857px;
	list-style-type: none;
	font-size: 0;
	margin-bottom:45px;
	}
ul.nav-footer li{
	display: inline-block;
	margin-bottom: 15px;
	}
ul.nav-footer li a,
ul.nav-footer li span{
	display: block;
	width: 106px;
	color: #e7dbcf;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-right: solid 1px #e7dbcf;
	}
ul.nav-footer li:first-child a,
ul.nav-footer li:nth-of-type(9) a,
ul.nav-footer li:nth-of-type(9) span{
	border-left: solid 1px #e7dbcf;
	}
ul.nav-footer li:last-child a{
	display: none;
	width: 140px;
	}
ul.nav-footer li.nav-fot-ban a{
	letter-spacing: -1px;
}
ul.nav-footer li.btn-menu{
	display: none;
	float: right;	
	margin-right: 14px;
	}
li.btn-menu a{
	display: block;
	width: 120px;
	height: 45px;
	text-decoration: none;
	}
li.btn-menu a img{
	display: block;
	}
.footer p{
	color: #a6937c;
	text-align: right;
	margin-bottom: 40px;
	}
.footer p small{
	padding-right: 20px;
	}

/* 追加　20160406 by Satoru */
.copyright a {
	font-size: 0.8rem;
	color: #e7dbcf;
	text-decoration: none;
}

