.top-section {
    position: relative;
    text-align: center;
}
.top-section--shop {
    padding: 100px 0 100px;
    background: #fafafa;
    z-index: 10;
}
@media screen and (max-width: 768px){
	.top-section__ttl {
	    font-size: 25px;
	    line-height: 1.2;
	}
}
.top-section--shop .top-section__ttl {
    margin-bottom: 10px;
    padding-top: 45px;
}
.top-section__ttl::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-section--shop .top-section__ttl::before {
    width: 51px;
    height: 46px;
    background-image: url(/img/becks/ico_shop_2.png);
}
.top-section__txt {
    line-height: 2.142;
}
@media screen and (max-width: 768px){
	.top-section__txt {
	    line-height: 1.7857;
	    text-align: left;
	}
}
.top-section--shop .top-section__txt {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px){
	.is_pc {
	    display: none !important;
	}
}
.top-section__map-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
.top-section__ttl {
    position: relative;
    font-size: 40px;
    color: #b8004d;
}
@media screen and (max-width: 768px){
	.top-section--shop {
	    padding: 50px 0 50px;
	}
	.top-section__ttl {
	    font-size: 25px;
	    line-height: 1.2;
	}
	.top-section--shop .top-section__ttl {
	    margin-bottom: 5px;
	    padding-top: 55px;
	}
	.top-section--shop .top-section__ttl::before {
	    width: 52px;
	    height: 47px;
	}
	.top-section--shop .top-section__txt {
	    margin-bottom: 10px;
	}
	.top-section__map-ttl {
	    font-size: 14px;
	}
}



.top-section__shop-wrap {
    padding: 0 10px;
}
.top-section__map-wrap {
    padding: 24px 30px 30px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .top-section__map-wrap {
        padding: 15px;
    }
}
.top-section__shop-wrap .top-section__map-wrap {
    position: relative;
    float: left;
    width: 50%;
    left: 10px;
}
@media screen and (max-width: 768px){
    .top-section__shop-wrap .top-section__map-wrap {
        width: 100%;
        left: 0 !important;
        float: none;
        height: auto !important;
    }
}
.top-section__shop-wrap .top-section__map-wrap:first-child {
    left: -10px;
}
.top-section__map-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
.shop-detail__name {
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.shop-detail__txt-area {
    text-align: left;
}
.shop-detail__info {
    margin-bottom: 15px;
}
.shop-detail__info-item {
    padding: 4px 0 4px 28px;
    background-repeat: no-repeat;
}
.shop-detail__info-item--access {
    background-image: url(/img/common/ico_access_1.png);
    background-size: 15px auto;
    background-position: 2px 5px;
}
.shop-detail__info-item--time {
    background-image: url(/img/common/ico_time_1.png);
    background-size: 20px auto;
    background-position: left 5px;
}
.shop-detail__info-item--phone {
    background-image: url(/img/common/ico_phone_1.png);
    background-size: 14px auto;
    background-position: 2px 5px;
}
.shop-detail__table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}
.shop-detail__table th {
    padding: 10px 20px;
    width: 160px;
    box-sizing: border-box;
    background: #eee9e5;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}
.shop-detail__table td {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
}
.top-section__shop-wrap::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
@media screen and (max-width: 768px){
    .top-section__shop-wrap {
        padding: 0;
    }
    .top-section__shop-wrap .top-section__map-wrap:first-child {
        margin-bottom: 30px;
    }
    .top-section__map-ttl {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .shop-detail__name {
        font-size: 14px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 768px){
    .shop-detail__table th {
        width: 80px;
        padding: 10px 10px;
        white-space: inherit;
    }
}
@media screen and (max-width: 768px){
    .shop-detail__table td {
        padding: 10px;
    }
}


.ekiben-banner-list__item img, .ekiben-item-list__img img, .access-block__img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots,
.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------
  ekiben
---------------------------------------------- */
/* .ekiben {
  padding-bottom: 140px;
} */

.ekiben::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .ekiben {
    padding-bottom: 60px;
  }
}

.ekiben__ttl {
  margin-bottom: 35px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 32px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .ekiben__ttl {
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.ekiben-slider-wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .ekiben-slider-wrap {
    margin: 0 -20px 45px;
  }
}

.ekiben-slider-wrap .slick-dots {
  text-align: center;
}

.ekiben-slider-wrap .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.ekiben-slider-wrap .slick-dots button {
  display: block;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.ekiben-slider-wrap .slick-dots .slick-active button {
  background: #299040;
}

.ekiben-slider {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ekiben-slider {
    margin-bottom: 10px;
  }
}

.ekiben-slider__item img {
  display: block;
  width: 100%;
}

.ekiben-slider-thumb-wrap {
  position: relative;
  padding: 15px 0;
  background: #F5F1E5;
}

@media screen and (max-width: 768px) {
  .ekiben-slider-thumb-wrap {
    display: none !important;
  }
}

.ekiben-slider-thumb-wrap .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 50;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  border: none;
  box-shadow: none;
  left: -45px;
  background-image: url(/img/corporate/ico_prev_1.png);
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.ekiben-slider-thumb-wrap .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 50;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  border: none;
  box-shadow: none;
  right: -45px;
  background-image: url(/img/corporate/ico_next_1.png);
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.ekiben-slider-thumb {
  width: 850px;
  margin: 0 auto;
}

.ekiben-slider-thumb__item {
  width: 160px;
  margin: 0 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.ekiben-slider-thumb__item img {
  display: block;
  width: 100%;
  border: 3px solid transparent;
  outline: none;
}

.ekiben-slider-thumb__item:focus {
  outline: none;
}

.ekiben-slider-thumb__item.slick-current img {
  border: 3px solid #299040;
}

.ekiben-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .ekiben-page-link {
    margin-bottom: 40px;
  }
}

.ekiben-page-link__item {
  width: 140px;
  height: 60px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
  line-height: 60px;
  box-sizing: border-box;
  margin: 0 5px;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ekiben-page-link__item {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
  }
}

.ekiben-page-link__item a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
}

.ekiben-page-link__item a::before {
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-left: 3.5px solid transparent;
  border-top: 6px solid #0963AD;
  border-right: 3.5px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ekiben-block {
  border-top: 1px solid #ddd;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .ekiben-block {
    padding: 40px 0;
    border-top: none;
    position: relative;
  }
  .ekiben-block::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    content: "";
    height: 1px;
    background: #ddd;
  }
}

.ekiben-block__ttl {
  position: relative;
  font-size: 30px;
  margin-bottom: 45px;
  text-align: center;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.ekiben-block__ttl::before {
  position: absolute;
  bottom: -5px;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: #299040;
}

.ekiben-banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .ekiben-banner-list {
    display: block;
  }
}

.ekiben-banner-list__item {
  width: 400px;
  margin: 0 7px;
}

@media screen and (max-width: 768px) {
  .ekiben-banner-list__item {
    width: 100%;
    margin: 0 0 5px;
  }
}

.ekiben-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 846px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ekiben-item-list {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 365px) {
  .ekiben-item-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.ekiben-item-list__item {
  width: 250px;
  margin: 0 16px 40px;
}

.ekiben-item-list__link {
  text-decoration: none;
  color: #333;
}

.ekiben-item-list__link:hover .reccomend-list__img {
  opacity: .7;
  filter: alpha(opacity=70);
}

.ekiben-item-list__img {
  margin-bottom: 10px;
}

.ekiben-item-list__category {
  display: inline-block;
  border: 1px solid #D0C7AD;
  background: #F5F1E5;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 15px;
  border-radius: 2px;
  margin-bottom: 5px;
  line-height: 1;
}

.ekiben-item-list__name {
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  line-height: 1.6;
}

.ekiben-item-list__price {
  font-weight: bold;
}

.ekiben-dtl {
  margin-bottom: 50px;
}

.ekiben-dtl::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.ekiben-dtl__ttl {
  margin-bottom: 20px;
  width: 400px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.31;
}

@media screen and (max-width: 768px) {
  .ekiben-dtl__ttl {
    width: 100%;
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.ekiben-dtl__category {
  display: inline-block;
  border: 1px solid #D0C7AD;
  background: #F5F1E5;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 15px;
  border-radius: 2px;
  margin-bottom: 35px;
  line-height: 1;
}

.ekiben-dtl__sub-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.ekiben-dtl__data {
  border-top: 1px solid #ddd;
  width: 510px;
  margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
  .ekiben-dtl__data {
    width: auto;
  }
}

.ekiben-dtl__data dt {
  float: left;
  width: 84px;
  padding: 12px 0;
}

.ekiben-dtl__data dd {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.ekiben-dtl__data dd a {
  text-decoration: none;
}

.ekiben-dtl__data dd a:hover {
  text-decoration: underline;
}

.ekiben-dtl__data-price {
  font-weight: bold;
}

.ekiben-dtl__txt {
  line-height: 2;
}
.ekiben-dtl__txt__attention {
  font-size: 0.9em;
}

.ekiben-dtl-slider-wrap {
  width: 405px;
  float: right;
}

@media screen and (max-width: 768px) {
  .ekiben-dtl-slider-wrap {
    width: auto;
    margin: 0 -15px;
    float: none;
  }
}

.ekiben-dtl-slider {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .ekiben-dtl-slider {
    margin-bottom: 10px;
  }
}

.ekiben-dtl-slider img {
  display: block;
  width: 100%;
}

.ekiben-dtl-slider .slick-dots {
  text-align: center;
}

.ekiben-dtl-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.ekiben-dtl-slider .slick-dots button {
  display: block;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.ekiben-dtl-slider .slick-dots .slick-active button {
  background: #299040;
}

.ekiben-dtl-slider-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
*/
}

@media screen and (max-width: 768px) {
  .ekiben-dtl-slider-thumb {
    display: none !important;
  }
}

.ekiben-dtl-slider-thumb__item {
  width: 90px;
  margin: 0 7px;
  cursor: pointer;
}

.ekiben-dtl-slider-thumb__item img {
  display: block;
  width: 100%;
}
