@charset "UTF-8";
body{overflow-x: hidden;}
img.homedight {
  position: absolute;
  transform-origin: center center;
  pointer-events: none;
  z-index: -1;
}
img.homedight.hd01 {
  top: 0;
  right: 0;
}
img.homedight.hd02 {
  top: -30px;
  right: 100px;
}
img.homedight.hd03 {
  bottom: 0;
  left: 0;
}
img.homedight.hd04 {
  top: 30%;
  left: 70px;
}
img.homedight.hd05 {
  top: 40%;
  right: 60px;
}
img.homedight.hd06 {
  bottom: 25%;
  right: 150px;
}
@media (max-width: 520px) {
  img.homedight {
    transform: scale(0.5);
  }
  img.homedight.hd01 {
    top: -10%;
    right: -10%;
  }
  img.homedight.hd02 {
    top: -30px;
    right: 0px;
  }
}

.mainArea {
  padding: 0;
  height: 680px;
  overflow: hidden;
  width: 1540px;
  margin: 0 auto;
}

.titleBox {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 0.6s 0.6s;
}

@keyframes arrowdown {
  0% {
    transform: translate(0%, 0);
  }
  25% {
    transform: translate(0%, -5%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  75% {
    transform: translate(0%, 5%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.homebanner {
  margin: 65px 65px 150px 140px;
  position: relative;
}
.homebanner ul {
  position: relative;
}
.homebanner a.scrolldown {
  position: absolute;
  z-index: 20;
  bottom: 50px;
  right: 20px;
  color: #fff;
  font-size: 13px;
  font-family: "Stardos Stencil", cursive;
  font-weight: 700;
  writing-mode: tb-rl;
  letter-spacing: 1px;
}
.homebanner a.scrolldown img {
  margin-top: 10px;
}
.homebanner a.scrolldown:hover {
  animation: arrowdown 900ms infinite ease-in-out;
}
@media (max-width: 1180px) {
  .homebanner {
    margin: 85px 20px 100px 20px;
  }
}
@media (max-width: 767px) {
  .homebanner {
    margin: 85px 20px 50px 20px;
  }
}

.thisShow {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.thisShow .titleBox {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.pointsArea {
  padding: 100px 0;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.pointsArea .wrap {
  width: 1640px;
}
.pointsArea ul.pointsList {
  display: flex;
}
.pointsArea ul.pointsList:hover li {
  width: calc(( 100% - 960px ) / 4);
}
.pointsArea ul.pointsList:hover li:hover {
  width: 960px;
}
.pointsArea ul.pointsList:hover li:hover .item .Txt {
  left: 0;
  max-width: 660px;
  width: 100%;
  bottom: 0;
  transform: translate(0%, 0%);
  flex-direction: row;
  padding: 40px;
}
.pointsArea ul.pointsList:hover li:hover .item .Txt article {
  padding-left: 20px;
}
.pointsArea ul.pointsList:hover li:hover .item .Txt h3 {
  font-size: 23px;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 3px;
}
.pointsArea ul.pointsList:hover li:hover .item .Txt p {
  display: block;
}
.pointsArea ul.pointsList:hover li:hover::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.pointsArea ul.pointsList li {
  position: relative;
  width: calc(100% / 5);
  overflow: hidden;
  border-right: 1px solid #fff;
  transition: 0.9s;
}
.pointsArea ul.pointsList li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}
.pointsArea ul.pointsList li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.33);
  transition: 1.2s;
}
.pointsArea ul.pointsList li .item .Img {
  position: relative;
  z-index: 5;
  height: 715px;
}
.pointsArea ul.pointsList li .item .Img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pointsArea ul.pointsList li .item .Txt {
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  transition: 0s;
}
.pointsArea ul.pointsList li .item .Txt h3 {
  font-size: 17px;
  color: #fff;
  padding: 15px 0;
  font-weight: 400;
}
.pointsArea ul.pointsList li .item .Txt p {
  display: none;
  color: #fff;
  font-size: 14px;
}
.pointsArea ul.pointsList li .item .Txt img.icon {
  border: 1px solid #fff;
  border-radius: 99em;
}
@media (max-width: 1660px) {
  .pointsArea .wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1440px) {
  .pointsArea ul.pointsList:hover li {
    width: calc(50% / 4);
  }
  .pointsArea ul.pointsList:hover li:hover {
    width: 50%;
  }
  .pointsArea ul.pointsList:hover li:hover .item .Txt {
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
  }
  .pointsArea ul.pointsList:hover li:hover .item .Txt article {
    padding-left: 0px;
  }
  .pointsArea ul.pointsList:hover li:hover .item .Txt h3 {
    text-align: center;
  }
  .pointsArea ul.pointsList li .item .Img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .pointsArea {
    padding: 50px 0;
    transform: translate(0, 0px);
  }
  .pointsArea ul.pointsList {
    display: block;
  }
  .pointsArea ul.pointsList:hover li {
    width: 100%;
  }
  .pointsArea ul.pointsList:hover li:hover {
    width: 100%;
  }
  .pointsArea ul.pointsList li {
    width: 100%;
  }
  .pointsArea ul.pointsList li .item .Img {
    height: 450px;
  }
  .pointsArea ul.pointsList li .item .Txt h3 {
    text-align: center;
  }
  .pointsArea ul.pointsList li .item .Txt p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .pointsArea ul.pointsList li.view::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
  .pointsArea ul.pointsList li.view .item .Txt {
    flex-direction: column;
    padding: 40px 20px;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  .pointsArea ul.pointsList li.view .item .Txt h3 {
    font-size: 23px;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
  }
  .pointsArea ul.pointsList li.view .item .Txt p {
    display: block;
  }
}

.catalogArea {
  position: relative;
  height: 100%;
  overflow: hidden;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.catalogArea .titleBox img.dight00 {
  position: absolute;
  left: 25%;
  top: 110%;
}


.catalogArea .btn {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 50;
}
.catalogArea .wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.catalogArea ul.drinkmenu {

  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 49%;
  transform: translate(-50%, 20%);
}
.catalogArea ul.drinkmenu li {
  opacity: 1;
  transition: 0.5s;
}
.catalogArea ul.drinkmenu li.view {
  opacity: 0;
}
.catalogArea ul.drinkmenu li img {
  filter: blur(5px);
  width: 154px;
  margin: 0 auto;
}
.catalogArea ul.drinktxt {
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 50;
  line-height: 2;
}
.catalogArea ul.drinktxt .slick-slide {
  height: auto;
}
.catalogArea ul.drinktxt li {
  writing-mode: tb-rl;
  color: #2c2c2c;
  font-size: 14px;
  cursor: pointer;
}
.catalogArea ul.drinktxt li::before {
  content: "●";
  color: #b5b5b5;
}
.catalogArea ul.drinktxt li:hover, .catalogArea ul.drinktxt li.slick-current {
  color: #ad9b6d;
}
.catalogArea ul.drinktxt li:hover::before, .catalogArea ul.drinktxt li.slick-current::before {
  color: #ad9b6d;
}
.catalogArea ul.singledrink {
  width: 450px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  position: relative;
  z-index: 40;
  transform: translate(0, -30px);
}
.catalogArea ul.singledrink li {
  pointer-events: none;
}
.catalogArea ul.singledrink li.view {
  pointer-events: auto;
}
.catalogArea ul.singledrink li.view .item .Img {
  opacity: 1;
  transform: translate(0px, 0);
  transition: 0.4s;
}
.catalogArea ul.singledrink li.view .item .Txt {
  opacity: 1;
  transform: translate(0px, 0);
  transition: 0.9s 0.5s;
}
.catalogArea ul.singledrink li .item {
  position: relative;
}
.catalogArea ul.singledrink li .item .Img {
  opacity: 0;
  position: relative;
  z-index: 5;
  transition: 0.6s;
  transform: translate(40px, 0);
  display: flex;
  justify-content: center;
  background: url(../image/bg_flower.png) no-repeat center center;
  background-size: 100%;
}
.catalogArea ul.singledrink li .item .Txt {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: calc(100% + 50px);
  transition: 0.6s;
  width: 340px;
  padding-top: 130px;
  transform: translate(40px, 0);
}

.catalogArea ul.singledrink li .item .Txt .mTitle{margin-bottom: 33px;}
.catalogArea ul.singledrink li .item .Txt .mTitle img{width: 40px;margin-left: 12px;}
.catalogArea ul.singledrink li .item .Txt p{margin-top: 14px;line-height: 24px;white-space: pre;}
.catalogArea ul.singledrink li .item .Txt h3{background: url(../image/bg_line.png) no-repeat 0 bottom;padding-bottom: 14px;}
.catalogArea ul.singledrink li .item .Txt article {
  padding: 10px 0;
}
.catalogArea ul.singledrink li .item .Txt .price {
  font-size: 19px;
  color: #2c2c2c;
  font-family: "Stardos Stencil", cursive;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.catalogArea ul.singledrink li .item .Txt .price b {
  width: 26px;
  height: 26px;
  background: #a93635;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 15px;
}
.catalogArea ul.singledrink li .item .Txt .price b:first-child {
  margin-left: 0;
}
.catalogArea ul.singledrink li .item .Txt article {
  font-size: 14px;
  color: #000;
}
.catalogArea .slick-list {
  overflow: visible;
}
.catalogArea .slick-dots {
  position: absolute;
  bottom: 36px;
  right: 0;
  transform: translate(50%, 0);
  width: 50vw;
  margin: 0;
  z-index: 50;
  text-align: right;
  padding: 0 20px;
}
.catalogArea .slick-dots li {
  pointer-events: auto !important;
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #569435;
}
.catalogArea .slick-dots li.slick-active{
  
  background: #569435;
}
.catalogArea .slick-dots li.slick-active button::before {
  border: 1px solid #569435;
  background: #569435;
}
.catalogArea .slick-dots li button {
  display: none;
  position: relative;
  background: none;
  font-size: 0;
  border: none;
}
.catalogArea .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  opacity: 1;
  margin: 0 8px;
  border: 1px solid #569435;
}
@media (max-width: 1400px) {
  .catalogArea ul.singledrink li .item .Txt {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .slick-dots {
    transform: translate(0%, 0);
    width: 50vw;
    bottom: 40px;
  }
  .catalogArea .slick-dots li {
    pointer-events: auto !important;
  }
  .catalogArea .slick-dots li.slick-active button::before {
    border: 1px solid #a93635;
    background: #a93635;
  }
  .catalogArea .slick-dots li button {
    position: relative;
  }
  .catalogArea .slick-dots li button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 7px;
    height: 7px;
    display: block;
    opacity: 1;
    border: 1px solid #ad9b6d;
  }
  .catalogArea ul.drinktxt {
    display: none;
  }
  .catalogArea ul.singledrink {
    width: 100%;
  }
  .catalogArea ul.singledrink li .item {
    overflow: hidden;
    position: relative;
    display: flex;
  }
  .catalogArea ul.singledrink li .item .Img {
    width: 40%;
    margin: 0;
  }
  .catalogArea ul.singledrink li .item .Img img {
    display: block;
    width: 100%;
  }
  .catalogArea ul.singledrink li .item .Txt {
    position: relative;
    width: 60%;
    left: auto;
  }
}
@media (max-width: 1023px) {
  .catalogArea .slick-dots {
    position: relative;
    bottom: auto;
    right: auto;
    transform: translate(0%, 0);
    width: 100%;
    margin: 0;
    z-index: 50;
    text-align: center;
    padding: 20px;
  }
  .catalogArea .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 0;
    text-align: center;
  }
  .catalogArea::before {
    display: none;
  }
  .catalogArea ul.drinkmenu {
    display: none;
  }
  .catalogArea ul.singledrink {
    padding: 0;
    width: 100%;
    transform: translate(0, 0px);
  }
  .catalogArea ul.singledrink li {
    pointer-events: auto;
  }
  .catalogArea ul.singledrink li .item {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .catalogArea ul.singledrink li .item .Img {
    opacity: 1;
    transform: translate(0, 0);
    width: 100%;
    margin: 0 auto;
  }
  .catalogArea ul.singledrink li .item .Txt {
    opacity: 1;
    transform: translate(0, 0);
    padding-top: 20px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalogArea ul.singledrink {
    overflow: hidden;
  }
  .catalogArea ul.singledrink li .item {
    padding: 0 10px;
  }
  .catalogArea ul.singledrink li .item .Txt h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (max-width: 520px) {
  .catalogArea .titleBox img.dight00 {
    left: 0%;
    top: 30%;
    transform: scale(0.5);
  }
}

.igArea {
  padding: 100px 0;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.igArea ul.igList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px;
}
.igArea ul.igList div.toptitle {
  width: 20%;
  padding: 12px;
  overflow: hidden;
  order: 4;
}
.igArea ul.igList div.toptitle .titleBox {
  padding-bottom: 15px;
}
.igArea ul.igList div.toptitle .articleArea {
  text-align: center;
  color: #000;
}
.igArea ul.igList div.toptitle .btn {
  margin-top: 20px;
  text-align: center;
}
.igArea ul.igList div.toptitle .btn a {
  margin: 0 auto;
}
.igArea ul.igList li {
  width: 20%;
  padding: 10px;
}
.igArea ul.igList li:nth-child(2) {
  order: 2;
}
.igArea ul.igList li:nth-child(3) {
  order: 3;
}
.igArea ul.igList li:nth-child(4) {
  order: 5;
}
.igArea ul.igList li:nth-child(5) {
  order: 6;
}
.igArea ul.igList li:nth-child(6) {
  order: 7;
}
.igArea ul.igList li:nth-child(7) {
  order: 8;
}
.igArea ul.igList li:nth-child(8) {
  order: 9;
}
.igArea ul.igList li:nth-child(9) {
  order: 10;
}
.igArea ul.igList li:nth-child(10) {
  order: 11;
}
.igArea ul.igList li:nth-child(11) {
  order: 12;
}
.igArea ul.igList li:nth-child(12) {
  order: 13;
}
.igArea ul.igList li:nth-child(13) {
  order: 14;
}
.igArea ul.igList li:nth-child(14) {
  order: 15;
}
.igArea ul.igList li:nth-child(15) {
  order: 16;
}
.igArea ul.igList li:nth-child(16) {
  order: 17;
}
.igArea ul.igList li:nth-child(17) {
  order: 18;
}
.igArea ul.igList li:nth-child(18) {
  order: 19;
}
.igArea ul.igList li:nth-child(19) {
  order: 20;
}
.igArea ul.igList li:nth-child(20) {
  order: 21;
}
.igArea ul.igList li .item {
  padding: 22px;
  border: 1px solid #ad9b6d;
  transition: 0.6s;
  background: #fff;
  position: relative;
}
.igArea ul.igList li .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.igArea ul.igList li .item svg.icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  fill: #fff;
}
.igArea ul.igList li .item img {
  border: 3px solid #e1e1e1;
  display: block;
  width: 100%;
  transition: 0.6s;
  z-index: 5;
  position: relative;
}
.igArea ul.igList li:hover .item::after {
  opacity: 1;
}
.igArea ul.igList li:hover .item img {
  border: 3px solid #ad9b6d;
}
@media (max-width: 1180px) {
  .igArea ul.igList div.toptitle {
    width: 33.33%;
    order: 1;
  }
  .igArea ul.igList li {
    width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .igArea ul.igList {
    justify-content: center;
  }
  .igArea ul.igList div.toptitle {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .igArea {
    padding: 50px 0;
  }
  .igArea ul.igList li {
    width: 50%;
  }
  .igArea ul.igList li .item {
    padding: 13px;
  }
}

.locationArea {
  background: #f8f8f8;
  padding: 100px 0;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.locationArea .wrap {
  position: relative;
}
.locationArea .wrap .infoBox {
  padding-right: 60px;
  float: left;
}
.locationArea .wrap .titleBox {
  padding-bottom: 20px;
  text-align: left;
}
.locationArea .wrap .titleBox h2 {
  text-align: left;
}
.locationArea .wrap .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.locationArea .wrap .topclass {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  z-index: 30;
}
.locationArea .wrap .topclass .allopen {
  font-size: 14px;
  color: #ad9b6d;
  font-family: "Noto Serif TC", serif;
  margin-right: 15px;
}
.locationArea .wrap .topclass .classtype {
  z-index: 20;
  position: relative;
}
.locationArea .wrap .topclass .classtype.typeulopen ul {
  visibility: visible !important;
  opacity: 1;
  transform: translate(0, 0px);
}
.locationArea .wrap .topclass .classtype b {
  font-size: 14px;
  color: #000;
  font-family: "Noto Serif TC", serif;
  display: block;
  padding: 5px 15px;
  line-height: 30px;
  border: 1px solid #e1e1e1;
  background: #fff;
  min-width: 120px;
  letter-spacing: 2px;
  font-weight: 400;
  cursor: pointer;
}
.locationArea .wrap .topclass .classtype b::after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  color: #8b8b8b;
  border-left: 1px solid #e1e1e1;
  padding-left: 15px;
  margin-left: 10px;

}
.locationArea .wrap .topclass .classtype ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #e1e1e1;
  visibility: hidden;
  opacity: 0;
  transition: 0.9s;
  transform: translate(0, -10px);
}
.locationArea .wrap .topclass .classtype ul div.mTitle {
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.locationArea .wrap .topclass .classtype ul div.mTitle:hover {
  color: #a93635;
}
.locationArea .wrap .locationBox {
  overflow: hidden;
}
.locationArea .wrap .serviceBox {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.locationArea .wrap .scrollbar-inner {
  margin-top: 15px;
  height: 450px;
  padding-right: 30px;
}
.locationArea .wrap .scrollbar-inner .mCustomScrollBox {
  overflow: visible;
}
.locationArea .wrap .scrollbar-inner .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.locationArea .wrap .scrollbar-inner .mCSB_scrollTools {
  transform: translate(150%, 0);
}
.locationArea .wrap .locationBar {
  border-top: 3px solid #a93635;
  border-bottom: 1px solid #ad9b6d;
  padding: 10px 30px 10px 0;
  display: flex;
}
.locationArea .wrap .locationBar div {
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif TC", serif;
}
.locationArea .wrap .locationList .store {
  font-size: 19px;
  color: #ad9b6d;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 3px;
}
.locationArea .wrap .locationBar, .locationArea .wrap .locationList {
  overflow: hidden;
  line-height: 35px;
}
.locationArea .wrap .locationBar li.location_li, .locationArea .wrap .locationList li.location_li {
  position: relative;
  width: 100%;
}
.locationArea .wrap .locationBar li.location_li .item, .locationArea .wrap .locationList li.location_li .item {
  margin-top: 10px;
  padding: 10px 0;
  background: #fff;
  display: flex;
}
.locationArea .wrap .locationBar .mTitle, .locationArea .wrap .locationList .mTitle {
  display: none;
}
.locationArea .wrap .locationBar .store, .locationArea .wrap .locationList .store {
  padding: 0px 30px;
  width: 250px;
}
.locationArea .wrap .locationBar .phonenumber, .locationArea .wrap .locationList .phonenumber {
  padding: 0 10px;
  width: 120px;
}
.locationArea .wrap .locationBar .address, .locationArea .wrap .locationList .address {
  padding: 0 10px;
  width: calc(100% - 500px);
}
.locationArea .wrap .locationBar .tel, .locationArea .wrap .locationBar .gps, .locationArea .wrap .locationList .tel, .locationArea .wrap .locationList .gps {
  padding: 0 10px;
  width: 55px;
}
.locationArea .wrap .locationBar .tel a, .locationArea .wrap .locationBar .gps a, .locationArea .wrap .locationList .tel a, .locationArea .wrap .locationList .gps a {
  width: 35px;
  height: 35px;
  border-radius: 99em;
  overflow: hidden;
  border: 1px solid #ad9b6d;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locationArea .wrap .locationBar .tel a svg, .locationArea .wrap .locationBar .gps a svg, .locationArea .wrap .locationList .tel a svg, .locationArea .wrap .locationList .gps a svg {
  fill: #ad9b6d;
}
.locationArea .wrap .locationBar .tel a:hover, .locationArea .wrap .locationBar .gps a:hover, .locationArea .wrap .locationList .tel a:hover, .locationArea .wrap .locationList .gps a:hover {
  background: #a93635;
}
.locationArea .wrap .locationBar .tel a:hover svg, .locationArea .wrap .locationBar .gps a:hover svg, .locationArea .wrap .locationList .tel a:hover svg, .locationArea .wrap .locationList .gps a:hover svg {
  fill: #fff;
}
@media (max-width: 1023px) {
  .locationArea .wrap .infoBox {
    padding-right: 0px;
    padding-bottom: 20px;
    float: none;
  }
  .locationArea .wrap .btn {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .locationArea {
    padding: 50px 0;
  }
  .locationArea .wrap .titleBox {
    text-align: center;
  }
  .locationArea .wrap .titleBox h2 {
    text-align: center;
  }
  .locationArea .wrap .articleArea {
    text-align: center;
  }
  .locationArea .wrap .locationBar .mTitle {
    display: none;
  }
  .locationArea .wrap .locationBar .store {
    padding: 0px 5px;
    width: 100%;
  }
  .locationArea .wrap .locationBar .phonenumber {
    display: none;
  }
  .locationArea .wrap .locationBar .address {
    display: none;
  }
  .locationArea .wrap .locationBar .tel, .locationArea .wrap .locationBar .gps {
    display: none;
  }
  .locationArea .wrap .locationList {
    position: relative;
  }
  .locationArea .wrap .locationList .item {
    flex-direction: column;
  }
  .locationArea .wrap .locationList .mTitle {
    display: none;
  }
  .locationArea .wrap .locationList .store {
    padding: 0px 10px;
    width: 100%;
  }
  .locationArea .wrap .locationList .phonenumber {
    width: 100%;
    line-height: 25px;
  }
  .locationArea .wrap .locationList .address {
    width: 100%;
    line-height: 25px;
  }
  .locationArea .wrap .locationList .tel {
    padding: 0 5px;
    width: 45px;
    position: absolute;
    right: 45px;
    top: 10px;
  }
  .locationArea .wrap .locationList .gps {
    padding: 0 5px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.newsArea {
  padding: 0 0 100px 0;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.newsArea .titleBox {
  padding-bottom: 30px;
}
.newsArea .wrap {
  position: relative;
  padding: 0 100px;
  width: 1640px;
}
.newsArea .btn {
  text-align: center;
  margin-top: 0;
}
.newsArea .newsarrow {
  position: absolute;
  top: 50%;
  transform: translate(0, 0%);
  display: flex;
  font-family: "Stardos Stencil", cursive;
  color: #ad9b6d;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 20;
  cursor: pointer;
}
.newsArea .newsarrow.newsprev {
  left: 60px;
}
.newsArea .newsarrow.newsnext {
  right: 60px;
}
.newsArea .newsarrow img.hover {
  display: none;
}
.newsArea .newsarrow:hover {
  color: #a93635;
}
.newsArea .newsarrow:hover img {
  display: none;
}
.newsArea .newsarrow:hover img.hover {
  display: block;
}
.newsArea .slick-list {
  overflow: inherit;
}
.newsArea .slick-dots {
  bottom: -10px;
  right: 0;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  z-index: 5;
  text-align: right;
}
.newsArea .slick-dots li {
  padding: 0 !important;
}
.newsArea .slick-dots li.slick-active button::before {
  border: 1px solid #a93635;
  background: #a93635;
}
.newsArea .slick-dots li button {
  position: relative;
}
.newsArea .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  display: block;
  opacity: 1;
  border: 1px solid #ad9b6d;
}
.newsArea ul.newsList li {
  padding: 30px 70px;
}
.newsArea ul.newsList li.slick-active .item {
  margin: 0 -40px;
}
.newsArea ul.newsList li:hover .item::after {
  opacity: 1;
}
.newsArea ul.newsList li:hover .item .Txt h3 {
  color: #fff;
  font-weight: 400;
}
.newsArea ul.newsList li:hover .item .Txt h3 a {
  color: #fff;
}
.newsArea ul.newsList li:hover .item .Txt p {
  color: #fff;
}
.newsArea ul.newsList li:hover .item .Txt a.more {
  color: #ad9b6d;
}
.newsArea ul.newsList li:hover .item .Txt a.more:hover {
  color: #ad9b6d;
}
.newsArea ul.newsList li:hover .item .Txt .date {
  background: #a93635;
}
.newsArea ul.newsList li .item {
  position: relative;
  border: 1px solid #e1e1e1;
  transition: 0.9s;
  margin: 0;
  padding: 18px;
  display: flex;
}
.newsArea ul.newsList li .item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/bg.jpg);
  opacity: 0;
  transition: 0.9s;
}
.newsArea ul.newsList li .item .Img {
  position: relative;
  z-index: 2;
  width: 275px;
  flex: 0 0 275px;
}
.newsArea ul.newsList li .item .Img img {
  border: 3px solid #e1e1e1;
  display: block;
  width: 100%;
}
.newsArea ul.newsList li .item .Txt {
  overflow: hidden;
  z-index: 2;
  margin: 30px 15px;
}
.newsArea ul.newsList li .item .Txt .newIcon {
  font-size: 14px;
  color: #ad9b6d;
  font-family: "Noto Serif TC", serif;
}
.newsArea ul.newsList li .item .Txt h3 {
  font-size: 17px;
  color: #000;
  font-family: "Noto Serif TC", serif;
  margin: 20px 0;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
.newsArea ul.newsList li .item .Txt h3 a {
  color: #000;
}
.newsArea ul.newsList li .item .Txt p {
  color: #6b6b6b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
.newsArea ul.newsList li .item .Txt a.more {
  color: #000;
  font-size: 13px;
  transition: 0.9s;
  cursor: pointer;
  font-family: "Noto Serif TC", serif;
  margin-top: 20px;
  padding: 10px 20px 10px 0;
  line-height: 25px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.newsArea ul.newsList li .item .Txt a.more::after {
  content: "";
  width: 26px;
  height: 10px;
  display: block;
  background: url(../images/arrow-gray.png);
  z-index: 10;
  transition: 0.9s;
}
.newsArea ul.newsList li .item .Txt a.more:hover {
  color: #a93635;
}
.newsArea ul.newsList li .item .Txt .date {
  border: 1px solid #e1e1e1;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-family: "Stardos Stencil", cursive;
  font-size: 14px;
  color: #ad9b6d;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translate(-20px, -1px);
  transition: 0.6s;
  z-index: 20;
}
.newsArea ul.newsList li .item .Txt .date strong {
  display: block;
  font-size: 28px;
  letter-spacing: 0px;
}
@media (max-width: 1660px) {
  .newsArea .wrap {
    width: 100%;
    padding: 0 100px;
  }
}
@media (max-width:1508px) {
  .mainArea{width: 1200px;}
  .catalogArea .slick-dots{bottom:75px;}
  .catalogArea ul.singledrink{width: 320px;}
  .catalogArea ul.drinkmenu{top: 42%;}
  .mainArea{height: 620px;}
  .catalogArea ul.singledrink li .item .Img{padding-top: 120px;}
 }
 @media (max-width:769px) {
  .mainArea{width: 100%;height: auto;}
  .catalogArea ul.singledrink li .item .Txt .mTitle img{width: 24px;}
  .catalogArea ul.singledrink li .item .Txt .mTitle span{font-size: 18px;}
  .f1{background-size: cover;}
  .catalogArea ul.singledrink li .item .Img{padding-top: 0;}
  .catalogArea .slick-dots{bottom: 0;}
  .f1 .f4t{padding-top: 36px;}
  .catalogArea ul.singledrink li .item .Txt .mTitle{margin-bottom: 16px;}

  }
@media (max-width: 767px) {
  .newsArea {
    padding: 0 0 50px 0;
  }
  .newsArea .slick-dots {
    bottom: -10px;
    right: 0;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    z-index: 5;
    text-align: center;
  }
  .newsArea .newsarrow.newsprev {
    left: 5px;
  }
  .newsArea .newsarrow.newsnext {
    right: 5px;
  }
  .newsArea .wrap {
    padding: 0 20px;
  }
  .newsArea ul.newsList li {
    padding: 0 30px 30px 30px;
  }
  .newsArea ul.newsList li.slick-active .item {
    margin: 0 0px;
  }
  .newsArea ul.newsList li .item {
    display: block;
  }
  .newsArea ul.newsList li .item .Img {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .newsArea ul.newsList li .item .Txt {
    margin: 20px 0px;
  }
}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
  text-align: left;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}