@charset "UTF-8";
@media (min-width: 1024px) {
  .member-sortlist {
    display: none;
  }
}

.box-store .tab {
  margin: 0 -15px;
}

@media (min-width: 1024px) {
  .box-store .tab {
    margin: 0 0 25px;
  }
}

@media (min-width: 1024px) {
  .owl-carousel.carousel__nav--over .owl-nav [class*=owl-] span {
    padding-top: 80px;
  }
}

.storeinfo {
  padding: 0;
  margin: 0 -15px 15px;
  position: relative;
}

@media (min-width: 1024px) {
  .storeinfo {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .storeinfo__slider {
    width: 43.85%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.storeinfo__slider .carousel__dotbox--over .owl-dots {
  bottom: 5px;
}

.storeinfo__imgbox {
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  .storeinfo__imgbox {
    border-radius: 10px;
  }
}

.storeinfo__imgbox::after {
  content: "";
  display: block;
  padding-top: 73.33333%;
}

.storeinfo__imgbox-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.storeinfo__infobox {
  padding: 15px;
  position: relative;
}

@media (min-width: 1024px) {
  .storeinfo__infobox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 3.5%;
  }
}

.storeinfo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .storeinfo__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.storeinfo__location {
  font-size: 14px;
  padding-right: 10px;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .storeinfo__location {
    margin-right: 20px;
    padding-right: 0;
  }
}

.storeinfo__location-link {
  color: #f09400;
  text-decoration: none;
}

.storeinfo__location-link:focus, .storeinfo__location-link:active {
  color: #666;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .storeinfo__location-link:hover {
    color: #666;
    text-decoration: none;
  }
}

.storeinfo__view {
  font-size: 12px;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.storeinfo__view-icon {
  font-size: 16px;
  margin: 0 2px 0 0;
}

.storeinfo__view-value {
  margin: 0 5px 0 0;
}

.storeinfo__tagbox {
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  .storeinfo__tagbox {
    margin-bottom: 20px;
  }
}

.storeinfo__title {
  line-height: 1.4;
  margin: 0 0 15px;
  font-size: 22px;
  color: #333;
}

@media (min-width: 1024px) {
  .storeinfo__title {
    font-size: 26px;
  }
}

.store-data {
  margin: 0;
}

@media (min-width: 1024px) {
  .store-data {
    padding: 20px 0 0 0;
    border-top: 1px solid #f0aa00;
  }
}

.store-data__item {
  margin-bottom: 10px;
}

.store-data__heading {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-data__title {
  font-weight: bold;
  color: #333;
}

.store-data__storelist__title-btn-collapse {
  font-size: 18px;
}

.store-data__dl {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
}

.store-data__dl--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.store-data__dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 88px;
}

.store-data__dt::after {
  content: '：';
}

.store-data__field-iconbox {
  color: #888;
  margin: -2px 5px 0 0;
}

.store-data__field-icon {
  font-size: 20px;
}

.store-data__field-text {
  margin-right: 5px;
}

.store-data__dd a {
  color: #333;
}

.storelist__dl--column .store-data__dd {
  padding-left: 24px;
}

.store-data__dd .listtext__item {
  margin-bottom: 5px;
}

.store-data__dd .listtext__item:last-child {
  margin-bottom: 0;
}

.store-data__opentime {
  padding: 10px 0;
}

.store-data__opentime-item {
  margin-bottom: 10px;
}

.store-data__btn-map {
  text-decoration: none;
  padding: 0 .25em;
  display: inline-block;
}

@media (min-width: 1024px) {
  .store-data__btn-map {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
}

@media (min-width: 1024px) {
  .store-data__btn-map:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.store-data__btnbox {
  margin-top: 1.5em;
}

@media (min-width: 1024px) {
  .store-data__btnbox {
    text-align: right;
  }
}

.section-coupon {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .section-coupon {
    margin: 0 0 30px;
    padding: 20px;
    border-radius: 5px;
  }
}

/*# sourceMappingURL=pg_store.css.map */