@charset "UTF-8";
/* CSS Document */
.wrap {
  position: relative;
}

.classBoxRow {
  margin: 50px 0 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .classBoxRow {
    margin: 20px 0;
  }
}
.classBoxRow .classCurrent {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: initial;
  text-align: left;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 10px 40px 10px 20px;
}
.classBoxRow .classContent {
  display: inline-block;
  min-width: 200px;
}
.classBoxRow .classLink {
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.classBoxRow .classLink.open {
  display: block;
}
.classBoxRow .classLink > li {
  margin: 0;
}
.classBoxRow .classLink > li:not(:first-child) {
  border-top: 1px solid #ccc;
}
.classBoxRow .classLink > li > a.current {
  color: #746c65;
}
.classBoxRow .classLink a {
  min-width: auto;
  height: auto;
  border: 0;
  color: #2f2f2f;
  background-color: #fff;
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 14px 20px;
  position: relative;
}
.classBoxRow .classLink a.current {
  background-color: transparent;
}

.classNote {
  margin-bottom: 10px;
}

.storeBox {
  padding-top: 46px;
}

.storeItem {
  margin-bottom: 50px;
}
.storeItem:not(:last-child) {
  border-bottom: 1px solid #dfd4b7;
  padding-bottom: 50px;
}
.storeItem h2.title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .storeItem {
    margin-bottom: 35px;
  }
  .storeItem:not(:last-child) {
    padding-bottom: 35px;
  }
}

.menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.menuList .menuItem {
  width: 50%;
  padding: 0 10px 20px;
}
@media (max-width: 480px) {
  .menuList .menuItem {
    width: 100%;
  }
}
.menuList .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 52px;
  height: auto;
}
.menuList .title .text {
  font-size: 17px;
  font-weight: 500;
}

.albumList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px 30px;
}
.albumList.slick-slider.slick-dotted {
  margin-bottom: 50px;
}
.albumList li {
  width: 33.3333333333%;
  padding: 2px;
}
.albumList img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumList .slick-dots {
  top: calc(100% + 10px);
  bottom: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.albumList .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 10px;
}
.albumList .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.albumList .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #746c65;
  border-radius: 50%;
  opacity: 1;
}
.albumList .slick-dots li.slick-active button:before {
  background-color: #746c65;
  opacity: 1;
}
@media (max-width: 768px) {
  .albumList {
    display: block;
  }
}

/*內頁*/
.mainArea.ins {
  padding-top: 50px;
}

/****分享*****/
.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}