/*-----列表頁-----*/
.row .side {
  width: 350px;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 40px;
  display: block;
  border-radius: 10px;
}
.site-main.has-side .content {
  width: calc(100% - 400px);
  float: right;
}
.side .form-title {
  position: relative;
  box-sizing: border-box;
  color: #525252;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}
.side .form-title:hover {
  color: #9e7a4e;
}
.side .form-title i {
  position: absolute;
  top: 12px;
  right: 0;
  transition: all 0.3s ease;
}
.side .form-title:hover i {
  transform: rotate(180deg);
}
.side .form-title.arrow-top i {
  transform: rotate(0deg);
}
.side .form-title i {
  transform: rotate(180deg);
}
.side .form-radio {
  display: block;
  margin: 0 0 10px;
  color: #666666;
  cursor: pointer;
}
.side .form-radio input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  visibility: hidden;
  outline: 0;
  z-index: 150;
  width: 17px;
  height: 17px;
}
.side .form-radio:before {
  background-image: url("../../images/common/products/form_checkbox.png");
}
.side .form-wrap + .form-wrap {
  margin-top: 25px;
}
.no-order-area {
  font-size: 18px;
  color: #9e7a4e;
}
/*------------ product-list ------------*/
.products-list {
}
.products-list li {
  width: 100%;
  padding: 0 0px 45px;
}
.products-list > li > .box {
  margin: 0px auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 10px;
}
.products-list > li > .box .cover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  font-size: 0;
}
.products-list .pic {
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s;
  z-index: 1;
  border-radius: 10px;
}
.products-list .pic img {
  width: 100%;
}
.products-list .text {
  margin: 0;
  padding: 40px 40px;
  padding-right: 120px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 310px);
  box-sizing: border-box;
}
.products-list .box .more {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #dad6cf;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  position: absolute;
  top: 45%;
  cursor: pointer;
  transition: all 0.5s ease;
  right: 45px;
}
.products-list .box:hover .more {
  background: #9e7a4e;
}
.products-list .box .more::after {
  content: "";
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: relative;
  z-index: 5;
  top: -15px;
  display: block;
  transition: all 0.4s;
  left: 9px;
}
.products-list .tag-list {
  position: relative;
  margin-bottom: 10px;
}
.products-list .tag-list .tag.city {
  position: relative;
  color: #9e7a4e;
  background: transparent;
  font-size: 16px;
  border: unset;
  padding: 0;
}
.products-list .city::before {
  font-family: "icon-font" !important;
  content: "\e1111";
  position: relative;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.products-list .name {
  box-sizing: border-box;
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  letter-spacing: 1px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 12px;
  transition: 0.3s;
}
.products-list .box:hover .name {
  color: #9e7a4e;
}
.products-list .description {
  font-size: 15px;
  line-height: 1.5;
  color: #858585;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-list .info {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c5673f;
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  border-radius: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.products-sect .more {
}
/*------------ end列表頁 ------------*/
/*------------ 詳細頁 ------------*/
.content .row {
  display: flex;
  align-items: flex-start;
}
.pd-intro {
  width: calc(100% - 380px);
  box-sizing: border-box;
  padding-right: 50px;
}
.pd-side {
  width: 380px;
  background: #f5f1eb;
  box-sizing: border-box;
  padding: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.btn.order {
  font-weight: normal;
  transition: all 0.3s;
  background: #cb9172;
  color: #fff;
  border: unset;
  height: 65px;
  font-size: 16px;
  line-height: 65px;
  border-radius: 0;
  letter-spacing: 1px;
  margin: 20px auto 80px;
  display: block;
  max-width: 200px;
  border-radius: 10px;
}
.btn.order:hover {
  background: #d9a488;
}
/*-----pd-side-----*/
.pd-side .block {
  box-sizing: border-box;
  position: relative;
}
.pd-side .block + .block {
  margin-top: 12px;
}
.pd-side .block-title {
  color: #585858;
  font-size: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d5ce;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.pd-side .block-content {
  font-size: 15px;
  color: #717171;
}
.pd-side .block-content .schedule {
  color: #ac8666;
  font-size: 18px;
}
.pd-side .block-content .schedule.expired {
  text-decoration: line-through;
}
/*-----pd-intro-----*/
.pd-intro .tag-list {
  gap: 10px;
  display: flex;
}
.pd-intro .tag-list .tag {
  padding: 0;
  border: unset;
  font-size: 16px;
  border-radius: 10px;
  position: relative;
  color: #9e7a4e;
  line-height: 1;
  box-sizing: border-box;
  padding: 7px 25px;
  border: 1px solid #9e7a4e;
  transition: all 0.3s;
  box-sizing: border-box;
}
.pd-intro .tag-list .tag.city::before {
  font-family: "icon-font" !important;
  content: "\e1111";
  position: relative;
  margin-right: 3px;
}
.pd-intro .tag-list .tag.city {
  color: #fff;
  background: #9e7a4e;
}
.pd-intro .product-name {
  font-family: "Noto Serif TC", serif;
  color: #525252;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.pd-intro .txt-box {
  margin-bottom: 50px;
  color: #858585;
}
.info-group {
  display: flex;
  gap: 10px;
  margin: 50px 0;
}
.info-group .info {
  width: 25%;
  background: #ffffff;
  color: #878787;
  font-size: 18px;
  display: block;
  border-left: 5px solid #d9c8b3;
  display: flex;
  flex-direction: column;
  padding: 20px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.info-group .info.loc {
  position: relative;
}
.info-group .info.loc:hover {
  background: #ad8766;
  color: #fff;
}
.info-group .info.loc:before {
  content: "";
  mask: url(../../images/common/products/infoloc_ic.svg);
  background: #ad8766;
  position: absolute;
  left: 65px;
  top: 24px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-group .info.loc:hover:before {
  background: #fff;
}
.info-group .info.loc .cover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  font-size: 0;
}
.info-group .info .text {
  color: #ae8866;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-group .info.loc:hover .text {
  color: #fff;
}
/*-----album-list-----*/
.album-list .slick-arrow {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: rgba(158, 122, 78, 0.5);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  position: absolute;
  z-index: 80;
  top: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.album-list .slick-arrow:hover {
  background: #9e7a4e;
}
.album-list .slick-prev {
  left: 10px;
  transform: rotate(180deg);
}
.album-list .slick-next {
  right: 10px;
}
.album-list .slick-prev::after {
  content: "";
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: relative;
  z-index: 5;
  top: -15px;
  display: block;
  transition: all 0.4s;
  left: 9px;
}
.album-list .slick-next::after {
  content: "";
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: relative;
  z-index: 5;
  top: -15px;
  display: block;
  transition: all 0.4s;
  left: 9px;
}
.album-list {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.album-list .box {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0px;
}
.album-list .box .open-album.cover {
  position: absolute;
  font-size: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.album-fancybox .text-box {
  display: none;
}
/*------------ products-detail ------------*/
.products-detail {
  margin: 80px 0 0 0;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 20px;
}
.products-detail .title {
  text-align: left;
  color: #9e794d;
  font-size: 20px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px;
  padding-bottom: 10px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
  .site-main.has-side .content {
    width: calc(100% - 380px);
  }
  .products-list {
    margin: 0 -10px 0;
  }
  .products-list li {
    width: 50%;
    padding: 0 10px 45px;
  }
  .products-list li:nth-child(2n + 1) {
    clear: left;
  }
  .products-list > li > .box {
    display: block;
    max-width: 330px;
  }
  .products-list .text {
    margin: 0;
    padding: 25px 20px;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .products-list .description {
    height: 65px;
    -webkit-line-clamp: 3;
  }
  .products-list .more {
    display: none;
  }
  .info-group {
    display: flex;
    gap: 10px;
    margin: 50px 0;
    flex-wrap: wrap;
  }
  .info-group .info {
    width: calc(50% - 5px);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .content .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 767px;
    margin: 0 auto;
  }
  .pd-intro {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }
  .pd-intro .txt-box {
    margin-bottom: 30px;
  }
  .pd-side {
    width: 100%;
  }
  .album-list {
    margin-bottom: 30px;
  }
  .btn.order {
    margin: 20px auto 50px;
  }
  .products-detail {
    max-width: 767px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .row .side {
    width: 100%;
    padding: 25px 30px;
    margin-bottom: 20px;
  }
  .site-main.has-side .content {
    width: 100%;
  }
  .side .form-title {
    font-size: 18px;
  }
  .side .form-wrap + .form-wrap {
    margin-top: 15px;
  }
  .products-list li {
    width: 33.33%;
  }
  .products-list li:nth-child(2n + 1) {
    clear: none;
  }
  .products-list li:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  .products-list li {
    width: 50%;
  }
  .products-list li:nth-child(3n + 1) {
    clear: none;
  }
  .products-list li:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .sort_icon .ibtn.one {
    display: inline-block;
  }
  .sort_icon .ibtn.four {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .products-list {
    margin: 0;
  }
  .products-list li {
    width: 100%;
    padding: 0 0px 30px;
  }
}
@media screen and (max-width: 484px) {
  .sort_box .control-box span {
    display: none;
  }
  .sort_box .form-control.sort-pc {
    display: none;
  }
  .sort_box .form-control.sort-mobile {
    display: block;
    width: 80px;
  }
  .info-group {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .info-group .info {
    width: 100%;
    box-sizing: border-box;
  }
  .pd-side {
    padding: 30px 20px;
  }
  .products-detail {
    padding: 30px 20px;
  }
}
/*product_column欄位*/
.products_column_one .item {
  width: 100%;
}
.products_column_two .item {
  width: 50%;
}
.products_column_two .item:nth-child(n) {
  clear: inherit;
}
.products_column_two .item:nth-child(2n + 1) {
  clear: left;
}
.products-list.products_column_two > li > .box,
.products-list.products_column_two .text {
  max-width: unset;
  width: 100%;
}
/*!product_column欄位*/
