@charset "UTF-8";
/* 一覧 */
.shop-all {
  width: 1120px;
  margin: 0 auto 120px;
  font-size: 14px;
  overflow: hidden;
}

.shop-all__ttl {
  margin-bottom: 35px;
}

.shop-all__info {
  padding: 30px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 55px;
}
.shop-all__info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-all__info-list li + li {
  padding-top: 20px;
}
.shop-all__info-list li::before {
  content: 'INFO';
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 4px 8px;
  background: #ababab;
  color: #fff;
  margin-right: 20px;
  letter-spacing: 1px;
}

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-list__item {
  width: 540px;
  margin-bottom: 60px;
}
.shop-list__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-list__item-detail {
  margin-bottom: 15px;
  line-height: 1.7;
}
.shop-list__item-detail span {
  display: block;
}
.shop-list__item:nth-child(odd) {
  margin-right: 40px;
}

/* 詳細 */
.shop-detail {
  width: 1120px;
  margin: 0 auto 120px;
  font-size: 14px;
  overflow: hidden;
}

.shop-detail__ttl {
  margin-bottom: 35px;
}

.shop-detail__img {
  width: 1120px;
  height: 450px;
  margin-bottom: 55px;
  position: relative;
}
.shop-detail__img li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.shop-detail__img li.is-active {
  opacity: 1;
}

.shop-detail__name {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 35px;
}

.shop-detail__info {
  padding: 30px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 50px;
}
.shop-detail__info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-detail__info-list li + li {
  padding-top: 20px;
}
.shop-detail__info-list li::before {
  content: 'INFO';
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 4px 8px;
  background: #ababab;
  color: #fff;
  margin-right: 20px;
  letter-spacing: 1px;
}

.shop-detail__detail-info {
  margin-bottom: 45px;
}

.detail-info__ttl {
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
}
.detail-info__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-info__txt {
  width: 540px;
}
.detail-info__txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-info__txt dt {
  font-weight: bold;
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detail-info__txt dt::after {
  content: '：';
}
.detail-info__txt dd {
  width: 420px;
  margin-bottom: 15px;
}
.detail-info__txt dd span {
  display: block;
}
.detail-info__txt dd span:nth-child(2) {
  margin-top: 8px;
  font-weight: bold;
}
.detail-info__txt-access {
  line-height: 1.7;
  display: block;
  padding-bottom: 30px;
}
.detail-info__map {
  width: 540px;
  height: 330px;
}

.shop-detail__floor-guide {
  margin-bottom: 45px;
}

.floor-guide {
  background: #f5f5f5;
  padding: 55px 40px;
  text-align: center;
  overflow: hidden;
}
.floor-guide__ttl {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 44px;
}
.floor-guide__block {
  margin-bottom: 30px;
}
.floor-guide__floor {
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.floor-guide__label {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.5px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.floor-guide__label-sex {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.floor-guide__label-detail {
  color: #999;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
.floor-guide__category {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
}
.floor-guide__brand {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}
