/* Scss Document */
header:before {
	background-image: url(../img/shoplist/key.jpg);
}
.nav_fix .nav_fixed {
	position: fixed;
	top: 0;
}
.nav_fixed {
	position: absolute;
	top: 144px;
	right: calc(50% + 257px);
	z-index: 99;
}
section {
	position: relative;
	padding-top: 150px;
}
section:after {
	background: url(../img/index/bg2.jpg) 0 0 repeat;
	position: absolute;
	top: 30px;
	width: calc(50% - 230px);
	content: '';
	left: 0;
	bottom: 0;
	z-index: 0;
}
section > * {
	position: relative;
	z-index: 1;
}
.bx-pager {
	text-align: center;
}
.bx-pager .bx-pager-item {
	display: inline-block;
	padding-top: 15px;
}
.bx-pager .bx-pager-item a {
	display: block;
	font-size: 0;
	margin: 0 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #321b00;
}
.bx-pager .bx-pager-item a.active {
	background-color: #9f3514;
}
.shop {
	margin-left: 330px;
	padding-bottom: 40px;
}
.shop h2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #321b00;
	font-size: 26px;
	line-height: 68px;
}
.shop h3 {
	font-weight: bold;
	color: #302b22;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	padding: 39px 0 27px;
}
.shop .contact {
	border-bottom: 2px solid #321b00;
	padding-bottom: 60px;
}
.js {
	padding-bottom: 10px;
}
.tbl_info {
	padding-bottom: 20px;
	font-weight:bold;
}
.tbl_info dl {
	border-bottom: 1px solid #321b00;
	display: table;
	width: 100%;
}
.tbl_info dl:last-child {
	border-bottom: none;
}
.tbl_info dl dt, .tbl_info dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 13px 0 13px;
	line-height: 26px;
}
.tbl_info dl dt {
	width: 190px;
	padding-left: 20px;
}
.shop_item {
	padding-bottom: 20px;
}
.shop_item .map {
	width: 320px;
}
.shop_item .map dt {
	margin-bottom: 20px;
	line-height: 0;
}
.shop_item .cnt_in {
	width: 320px;
	text-align: center;
	font-weight:bold;
}
.shop_item .cnt_in dd a {
	line-height: 50px;
}
.shop_item .cnt_in li {
	margin-bottom: 20px;
}
.shop_item .cnt_in li:last-child {
	margin-bottom: 0;
}
.shop_item:last-child {
	padding-bottom: 0;
}
.shop_item:last-child .contact {
	border: none;
}

.fnt_tel {
	font-size: 18px;
}
.oshirase{
	width: 670px;
	background: #b05600;
	color: #FFFFFF;
	margin: 0 auto 20px auto;
	padding: 10px 0;
}
.oshirase .waku{
	width: 650px;
	border: solid 1px #FFFFFF;
	margin: 0 auto;
}
.oshirase .waku .tit{
	text-align: center;
	font-size: 23px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
	margin-top: 20px;
	letter-spacing: 1px;
}
.oshirase .waku .txtx{
	text-align: center;
	line-height: 24px;
	margin: 15px 0 20px 0;
	font-size: 15px;
}