.shopwrapper {
  font-family: '微軟正黑體';
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

/* @media (max-width: 640px) {
  .shopwrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
} */

.shop {
  box-shadow: 0px 0px 18px #cac8c9;
  -webkit-box-shadow: 0px 0px 18px #cac8c9;
  -moz-box-shadow: 0px 0px 18px #cac8c9;
  padding: 70px 80px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 992px) {
  .shop {
    padding: 50px 50px;
  }
}

@media (max-width: 640px) {
  .shop {
    padding: 30px;
  }
}

@media (max-width: 350px) {
  .shop {
    padding: 30px 15px;
  }
}

.shop__page {
  margin: 40px 0;
}

.shop__cat {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #666666;
  padding-bottom: 8px;
  line-height: 1em;
}

.shop__cat__item {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.shop__cat__item a {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.shop__cat__item a:hover {
  color: #6a1017;
}

@media (max-width: 480px) {
  .shop__cat__item a {
    font-size: 13px;
  }
}

.shop__cat__item:after {
  content: '';
  margin: 0 15px;
  height: 15px;
  width: 1px;
  background-color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.shop__cat__item:last-child:after {
  display: none;
}

.shop__cat__item.active a {
  color: #6a1017;
}

.shoplist {
  list-style: none;
  padding-left: 0;
}

.shoplist__item {
  padding: 55px 0;
  display: flex;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.shoplist__item__left img {
  width: 120px;
}

.shoplist__item__left .shoplist__link {
  position: absolute;
  right: 0;
  top: 55px;
  font-size: 14px;
  color: #353535;
  height: 35px;
  border: 1px solid #8e8e8e;
  width: 140px;
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.shoplist__item__left .shoplist__link:focus {
  outline: none;
}

@media (max-width: 992px) {
  .shoplist__item__left img {
    display: block;
  }

  .shoplist__item__left .shoplist__link {
    position: relative;
    width: 120px;
    top: 10px;
  }
}

@media (max-width: 480px) {
  .shoplist__item__left img {
    width: 90px;
  }

  .shoplist__item__left .shoplist__link {
    width: 90px;
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .shoplist__item__left img {
    width: 70px;
  }

  .shoplist__item__left .shoplist__link {
    width: 70px;
  }
}

.shoplist__item__imformation {
  padding-left: 40px;
  flex: 1;
}

@media (max-width: 640px) {
  .shoplist__item__imformation {
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .shoplist__item__imformation {
    padding-left: 20px;
  }
}

@media (max-width: 350px) {
  .shoplist__item__imformation {
    padding-left: 15px;
  }
}

@media (max-width: 640px) {
  .shoplist__item {
    padding: 25px 0;
  }
}

.imformation__top {
  padding-right: 150px;
}

.imformation__top p {
  margin-bottom: 3px;
}

.imformation__top .cat {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.imformation__top .name {
  color: #6a1017;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1em;
  /* word-break: break-all; */
}

.imformation__top .add {
  color: #353535;
  font-size: 14px;
  letter-spacing: 0.06em;
}

@media (max-width: 992px) {
  .imformation__top {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .imformation__top .cat {
    font-size: 13px;
  }

  .imformation__top .name {
    font-size: 15px;
  }

  .imformation__top .add {
    font-size: 13px;
    line-height: 1.25em;
  }
}

@media (max-width: 350px) {
  .imformation__top .cat {
    font-size: 12px;
  }

  .imformation__top .name {
    font-size: 13px;
  }

  .imformation__top .add {
    font-size: 12px;
  }
}

.imformation__bottom {
  display: flex;
  margin-top: 30px;
}

.imformation__bottom .imformationbox {
  flex: 3;
}

.imformation__bottom .imformationbox.large {
  flex: 4;
}

@media (max-width: 854px) {
  .imformation__bottom {
    flex-direction: column;
    margin-top: 10px;
  }

  .imformation__bottom .imformationbox {
    margin-bottom: 15px;
  }
}

.imformationbox {
  position: relative;
  padding: 0 25px;
}

.imformationbox:before {
  content: '';
  height: 90%;
  top: 5%;
  left: 0;
  width: 1px;
  background-color: #9a9a9a;
  position: absolute;
}

.imformationbox .tit {
  font-size: 14px;
  font-weight: bold;
  color: #353535;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.imformationbox .imfo {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.07em;
}

.imformationbox img {
  width: 100%;
  max-width: 166px;
}

@media (max-width: 480px) {
  .imformationbox .tit {
    margin-bottom: 8px;
  }

  .imformationbox {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 350px) {
  .imformationbox {
    padding: 0 0 0 15px;
  }

  .imformationbox .tit {
    font-size: 13px;
  }
}

.shop__en {
  color: #575757;
  font-size: 75px;
  line-height: 1em;
  letter-spacing: -3.75px;
  text-align: center;
  position: relative;
  margin-top: 0.6em;
  margin-bottom: 26px;
  font-weight: bold;
  font-family: "Microsoft JhengHei";
}

.shop__subtit {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .shop__en {
    font-size: 50px;
  }

  .shop__subtit {
    margin-bottom: 20px;
  }

  .shop__subtit br {
    display: none;
  }
}