/* CSS Document */
.diningList .diningItem {
  margin-bottom: 40px;
}
.diningList .diningItem:nth-of-type(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1480px) {
  .diningList .diningItem:nth-of-type(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.diningList .diningItem:nth-of-type(even) .item .Txt .floor {
  right: unset;
  left: 10px;
}
@media (max-width: 1480px) {
  .diningList .diningItem:nth-of-type(even) .item .Txt .floor {
    left: unset;
    right: 10px;
  }
}
.diningList .diningItem:last-child {
  margin: 0;
}
.diningList .item {
  background: #f8f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1480px) {
  .diningList .item {
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.diningList .item .Img {
  width: 100%;
  max-width: 825px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .diningList .item .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@media (max-width: 1480px) {
  .diningList .item .Img {
    max-width: 1200px;
  }
}
.diningList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.diningList .item .Txt {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.diningList .item .Txt .innerBox {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-style: solid;
  border-color: #aa852f;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.diningList .item .Txt .innerBox > div {
  width: 100%;
}
.diningList .item .Txt .innerBox > div .textBox {
  width: 100%;
}
.diningList .item .Txt .ImgLogo {
  width: 100%;
  height: 70px;
  max-width: 220px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .diningList .item .Txt .ImgLogo {
    max-width: 150px;
    margin-bottom: 20px;
  }
}
.diningList .item .Txt .ImgLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.diningList .item .Txt .title {
  color: #aa852f;
  font-size: 24px;
  font-weight: 300;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .diningList .item .Txt .title:hover a {
    color: #504845;
  }
}
.diningList .item .Txt .text {
  width: 100%;
  margin-top: 20px;
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  letter-spacing: calc(18 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .diningList .item .Txt .text {
    font-size: 15px;
    line-height: 24px;
  }
}
.diningList .item .Txt .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 10px;
  left: unset;
  right: 10px;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 640px) {
  .diningList .item .Txt .floor {
    position: static;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .diningList .item .Txt .floor {
    margin-bottom: 20px;
  }
}
.diningList .item .Txt .floor p {
  width: 40px;
}
.diningList .item .Txt .floor .text {
  text-align: right;
  margin-top: -10px;
  color: #aa852f;
  font-size: 30px;
  font-weight: 300;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 100 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.diningList .item .Txt .floor .line {
  display: block;
  width: 1px;
  height: 60px;
  background: #e4d9be;
  margin: 0 10px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.diningList .item .Txt .floor .line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #aa852f;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.diningList .item .Txt .floor .unit {
  margin: -5px 0 0 -10px;
  color: #aa852f;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.diningList .item .Txt .btnBox {
  margin-top: 30px;
}

.customLinkBox {
  gap: 20px;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .customLinkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.customLinkBox .btn {
  width: 100%;
  max-width: 240px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 50 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.customLinkBox .btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  left: -5px;
  top: 0;
  pointer-events: none;
  z-index: -1;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
}
.customLinkBox .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -5px;
  pointer-events: none;
  z-index: -1;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
}
@media (min-width: 1181px) {
  .customLinkBox .btn:hover i {
    background: #504845;
  }
}
.customLinkBox .btn svg {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.customLinkBox .btn i {
  display: block;
  background: #a88567;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.innerContent .text {
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(28 / 18);
  letter-spacing: calc(18 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .innerContent .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .innerContent .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.innerContent .customLinkBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}