@charset "UTF-8";
.areainfo {
  padding: 0;
  position: relative;
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .areainfo {
    margin: 0 0 35px;
  }
}

.areainfo__imgbox-outer {
  margin: 0 0 20px;
  position: relative;
}

@media (min-width: 1024px) {
  .areainfo__imgbox-outer {
    margin: 0 0 30px;
  }
}

.areainfo__imgbox {
  overflow: hidden;
  position: relative;
}

.areainfo__imgbox::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.areainfo__imgbox::after {
  content: "";
  display: block;
  padding-top: 22.93333%;
}

.areainfo__imgbox-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.areainfo__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 1024px) {
  .areainfo__title {
    font-size: 32px;
  }
}

.areainfo__infobox {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .areainfo__infobox {
    margin: 0 0 35px;
  }
}

.areainfo__desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .areainfo__desc {
    font-size: 16px;
  }
}

.areainfo__tagbox {
  background: #f4f4f4;
  margin: 0 -15px;
  padding: 10px 15px;
}

@media (min-width: 1024px) {
  .areainfo__tagbox {
    margin: 0;
  }
}

.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_area.css.map */