@charset "utf-8";

.box-kv {
  display: block;
  width: auto;
}
.box-kv .box-kv-td {
  display: block;
}
.box-kv .box-kv-td:first-child {
  width: auto;
}

.slidesjs-navigation {
	display: none;
}

.slidesjs-pagination {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.slidesjs-pagination .slidesjs-pagination-item {
	display: inline-block;
}
.slidesjs-pagination .slidesjs-pagination-item a {
	background-color: #bebebe;
	text-indent: -9999px;
	display: inline-block;
	height: 10px;
	width: 10px;
    border-radius: 200em;
	margin: 0 8px;
}
.slidesjs-pagination  .slidesjs-pagination-item a.active {
	background-color: #b99844;
}


.bn-campaign {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
	display: none !important;
}
.bn-campaign li {
	width: calc( 50vw - 10px );
    margin-bottom: 10px;
}


.tabs-mixnews {
    margin: 15px 0 0px;
    display: flex;
    flex-wrap: nowrap;
}

.tabs-mixnews a {
	line-height: 40px;
    width: calc(100vw / 3);
    border-left: none;
    border-radius: 0;
    margin: 0;
}
.tabs-mixnews a.tabs-mixnews--news {
	border-right: none;
}


ul.mixnews a {
  padding: 15px 15px;
  font-size: 14px;
}

.bg-shoplist {
  width: auto;
  position: relative;
  left: 0;
}
.bg-shoplist .inner {
	width: auto;
    margin: 0 15px;
}
.navi-shoplist-wrapper {
  overflow: scroll;
  position: relative;
  margin: 0 -15px;
    top: -30px;
    overflow-x: scroll;
    height: 152px;
    -webkit-overflow-scrolling: touch;
}

.navi-shoplist {
	width: 945px;
    top: 0;
}
.navi-shoplist a {
  background-color: #b99844;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70px;
  border-radius: 2px;
  display: block;
  height: 124px;
  width: 114px;
  position: relative;
}
.shoplist {
	display: block;
}
.shoplist a {
    height: 160px;
    width: auto;
    padding: 15px 15px 0 175px;
    margin: 0 0 12px;
}
.shoplist .thumb {
  width: 160px;
}
.shoplist .label.label-shop-category {
  font-weight: 300;
  font-size: 11px;
  color: #868686;
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid #868686;
  border-radius: 2px;
}
.shoplist .shopname {
	font-size: 14px;
    display: block;
    margin: 8px 0;
}
.shoplist .tel {
	font-size: 13px;
    font-weight: 300;
    color: #939393;
}
.shoplist .more {
	left: 175px;
    bottom: 8px;
}
.box-access {
  font-size: 13px;
  margin: 0 15px;
}
.box-access .leads {
  font-size: 20px;
  margin-bottom: 20px;
}

.box-access .gmap {
  margin: 0 0 40px;
}

.box-access .banners {
	margin: 40px -10px 0;
    justify-content: space-around;
}
.box-access .banners p {
	width: calc( 50vw - 10px );
}
