@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700;900&display=swap");
html,
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
main {
  height: 100%;
  font-size: 12px;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", Tahoma,
    Verdana, Arial, Helvetica, sans-serif;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

.other-btn {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  color: #fff;
  border: 1px solid rgb(211 200 144 / 0.6);
  padding: 0.7em 1em;
  display: inline-block;
  font-size: 3.1vw;
  transform: translateX(-50%);
}

.other-btn::before {
  content: "";
  background: url(../images/winery/slide-arrow.png) center center no-repeat;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin-right: 0.5em;
  background-size: 100% auto;
  /*margin-top: .25em;*/
  position: relative;
  transform: translateY(20%);
}
.other-btn:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  #menu {
    z-index: 5;
  }
}
