@charset "utf-8";
.box-kv {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.box-kv  img {
  width: 100%;
}
.box-kv .box-kv-td {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.box-kv .box-kv-td:first-child {
  width: 75%;
}



.topSlides {
}


.slidesjs-container {
	width: 100% !important;
}
.slidesjs-navigation {
  background-color: #b99844;
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-indent: -9999px;
  color: rgba(255,255,255,0);
  z-index: 999;
}
.slidesjs-navigation:hover,
.slidesjs-navigation:focus {
  color: rgba(255,255,255,0);
}
.slidesjs-navigation:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 8px;
    left: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.slidesjs-navigation.slidesjs-previous {
  right: 35px;
}
.slidesjs-navigation.slidesjs-previous:before {
    transform: rotate(-135deg);
    left: 11px;
}
#contents  #side, #contents aside {
  display: none;
}
#contents #main {
  width: auto;
  float: none;
}
.tabs-mixnews {
	text-align: center;
    margin: 30px 0;
}
.tabs-mixnews a,
.btn-pressrelease {
  line-height: 32px;
  font-weight: 300;
  color: #282828;
  display: inline-block;
  text-align: center;
  width: 140px;
  border: 1px solid #818181;
  border-radius: 2px;
  margin: 0 5px;
}
.tabs-mixnews a:hover,
.tabs-mixnews a:focus,
.tabs-mixnews a.active,
.btn-pressrelease {
  background-image: -moz-linear-gradient( 270deg, rgb(94,94,94) 0%, rgb(44,44,44) 100%);
  background-image: -webkit-linear-gradient( 270deg, rgb(94,94,94) 0%, rgb(44,44,44) 100%);
  background-image: -ms-linear-gradient( 270deg, rgb(94,94,94) 0%, rgb(44,44,44) 100%);
  background-image: linear-gradient( 270deg, rgb(94,94,94) 0%, rgb(44,44,44) 100%);
  color: #fff;
}
.btn-pressrelease {
	font-weight: 300;
    margin-top: 75px;
  color: #fff !important;
}
ul.mixnews {
  margin: 0 0 40px;
  border-top: 1px solid #e6e6e6;
}
ul.mixnews li {
  border-bottom: 1px solid #e6e6e6;
}
ul.mixnews a {
  font-weight: 300;
  color: #282828;
  display: block;
  padding: 12px 18px;
  font-size: 13px;
}
ul.mixnews a:hover {
	background-color: #eaeaea;
}
ul.mixnews .date {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  display: inline-block;
  margin-right: 15px;
}
ul.mixnews .label {
  font-size: 11px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
    width: 90px;
    display: inline-block;
    padding: 3px 0 4px;
    margin-right: 15px;
}
ul.mixnews .label.label-news {
	color: #e59509;
	border: 1px solid #e59509;
}
ul.mixnews .label.label-event {
	color: #3d83d1;
	border: 1px solid #3d83d1;
}
ul.mixnews .label.label-recommend {
	color: #309b42;
	border: 1px solid #309b42;
}
ul.mixnews .label.label-campaign {
	color: #ca3e1e;
	border: 1px solid #ca3e1e;
}
ul.mixnews .label.label-new {
	width: auto;
	color: #fff;
    background-color: #d53540;
	border: 1px solid #d53540;
    font-size: 9px;
    padding: 3px;
    margin-left: 10px;
    margin-right: 0;
}
.btn.btn-outline-large {
  font-size: 16px;
  font-weight: 300;
  color: #282828;
  display: inline-block;
  margin: 0px;
  padding: 13px 109px;
  border: 1px solid #818181;
  border-radius: 2px;
  text-align: center;
}
.btn.btn-outline-large:hover,
.btn.btn-outline-large:focus {
  color: #282828;
  background-color: #eaeaea;
}
.btn.btn-outline-large.white {
	border-color: #fff;
    color: #fff;
}
.btn.btn-outline-large.white:hover,
.btn.btn-outline-large.white:focus {
  color: #282828;
  background-color: #eaeaea;
}
.bg-shoplist {
  width: 100vw;
  position: relative;
  left: calc( -1 * (100vw - 950px) / 2);
  background-image: url(../images/top/bg-shoplist.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0 70px;
  margin: 60px 0 0;
}
.bg-shoplist .inner {
	width: 950px;
    margin: 0 auto;
}
.navi-shoplist {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
    top: -30px;
}
.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;
}
.navi-shoplist a.navi-shoplist-all {
	background-image: url(../images/top/navi-shoplist-all.svg);
}
.navi-shoplist a.navi-shoplist-mentai {
	background-image: url(../images/top/navi-shoplist-mentai.svg);
}
.navi-shoplist a.navi-shoplist-wagashi {
	background-image: url(../images/top/navi-shoplist-wagashi.svg);
}
.navi-shoplist a.navi-shoplist-sweets {
	background-image: url(../images/top/navi-shoplist-sweets.svg);
}
.navi-shoplist a.navi-shoplist-demo {
	background-image: url(../images/top/navi-shoplist-demo.svg);
}
.navi-shoplist a.navi-shoplist-souvenir {
	background-image: url(../images/top/navi-shoplist-souvenir.svg);
}
.navi-shoplist a.navi-shoplist-fashion {
	background-image: url(../images/top/navi-shoplist-fashion.svg);
}
.navi-shoplist a.navi-shoplist-cafe {
	background-image: url(../images/top/navi-shoplist-cafe.svg);
  background-size: 95% auto;
}
@media screen and (min-width: 767px) {
/*
	iOSでclickがダブルタップになるバグ対応
*/
.navi-shoplist a:hover:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 43%;
    bottom: -28px;
    border-color: #b99844 transparent transparent transparent;
    border-width: 14px 10px;
    border-style: solid;
}
}
.navi-shoplist a.active:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 43%;
    bottom: -28px;
    border-color: #b99844 transparent transparent transparent;
    border-width: 14px 10px;
    border-style: solid;
}
.shoplist {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shoplist a {
	background-color: #fff;
  font-weight: 600;
  color: #282828;
  display: block;
  position: relative;
  height: 180px;
  width: 460px;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px 20px 0 200px;
  margin: 0 0 20px;
}
.shoplist .thumb {
  background-position: center center;
  background-size: cover;
  width: 180px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.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: 18px;
    display: block;
    margin: 8px 0;
}
.shoplist .tel {
	font-size: 13px;
    font-weight: 300;
    color: #939393;
}
.shoplist .more {
	color: #d53540;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    left: 200px;
    bottom: 20px;
}
.box-access {
  font-size: 12px;
  text-align: center;
  padding: 50px 0;
}
.box-access .leads {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.label-white {
  font-weight: 300;
  font-size: 10px;
  color: #282828;
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid #818181;
  border-radius: 2px;
  min-width: 50px;
  text-align: center;
}
.box-access .gmap {
  height: 260px;
}
.box-access .fb-page {
  margin: 60px auto 0;
}

.box-access .banners {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 60px -40px 0;
}
