html {
  font-size: 16px; }

body {
  width: 100%;
  margin: 0px;
  font-family: Microsoft JhengHei; }

header {
  z-index: 1100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  margin: 0 3vw; }
  header .logo {
    display: flex;
    order: 1;
    min-width: 150px;
    width: 13vw; }
    header .logo img {
      width: 100%; }
  header nav {
    display: flex;
    order: 2;
    margin-left: auto; }
    @media (max-width: 1024px) {
      header nav {
        display: none; } }
    header nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 15px 0; }
      header nav ul li {
        padding-left: 45px; }
        header nav ul li a {
          color: white;
          text-decoration: none;
          cursor: pointer; }
          header nav ul li a:hover {
            opacity: 0.7; }
  header .social {
    display: flex;
    order: 3;
    margin-left: 2vw;
    align-items: center; }
    @media (max-width: 1024px) {
      header .social {
        display: none; } }
    header .social img {
      width: 30px;
      height: 30px; }

#gotop {
  position: fixed;
  border-radius: 10px;
  right: 25px;
  bottom: 30px;
  padding: 10px;
  font-size: 25px;
  background: #7e6c3d;
  cursor: pointer;
  z-index: 1000;
  width: 30px;
  display: none; }
  #gotop img {
    width: 100%; }

* {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial; }

.container {
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .container {
      width: 100%;
      max-width: 1280px; } }
  @media (max-width: 1024px) {
    .container {
      width: 100%; } }
  .container:after {
    display: block;
    content: '';
    clear: both; }

footer {
  background-color: black;
  margin-top: -10px; }
  footer .footer_data {
    padding: 40px;
    color: white;
    font-size: 16px; }
    footer .footer_data .footer_left {
      float: left;
      width: 30%;
      text-align: center; }
      @media (max-width: 750px) {
        footer .footer_data .footer_left {
          float: none;
          width: 95%; } }
    footer .footer_data .footer_mid {
      float: left;
      width: 40%;
      padding-top: 20px;
      text-align: center; }
      @media (max-width: 750px) {
        footer .footer_data .footer_mid {
          float: none;
          width: 95%; } }
    footer .footer_data .footer_right {
      float: left;
      width: 29%;
      padding-top: 40px;
      text-align: center; }
      @media (max-width: 750px) {
        footer .footer_data .footer_right {
          float: none;
          width: 95%;
          padding-top: 0px; } }
      footer .footer_data .footer_right img {
        width: 50px; }
    footer .footer_data .line {
      display: block;
      float: left;
      height: 80px;
      border-right: 2px white solid;
      margin-top: 30px; }
      @media (max-width: 750px) {
        footer .footer_data .line {
          display: none; } }
    footer .footer_data:after {
      display: block;
      content: '';
      clear: both; }

#map {
  height: 400px; }

.copy_r {
  margin: 0 auto;
  text-align: center;
  background-color: black;
  color: #ffffff82;
  padding: 10px 0; }
  .copy_r a {
    text-decoration: none;
    color: #ffffff82;
    cursor: pointer; }

.outer_bg_white {
  background-color: white;
  padding-bottom: 1px; }

header {
  position: initial; }
  header nav a {
    color: black !important; }

.title {
  text-align: center; }
  .title img {
    width: 100%; }

.copy_r {
  margin-bottom: 101vh; }

.banner_outer {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0vw;
  z-index: -10000; }
  .banner_outer .banner_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .banner_outer .banner_img.active {
      opacity: 1;
      z-index: 10; }
  .banner_outer .banner_hp {
    background-image: url(../images/hp.jpg); }
  .banner_outer .banner_eat {
    background-image: url(../images/eat-bg.jpg); }
  .banner_outer .banner_drink {
    background-image: url(../images/drink-bg.jpg); }
  .banner_outer .banner_visit {
    background-image: url(../images/visit-bg.jpg); }

.middle_text {
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  text-align: center;
  opacity: 1;
  box-sizing: border-box;
  z-index: -1000;
  position: fixed;
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .middle_text .other_data {
    color: white;
    font-size: 16px; }
    @media (max-width: 400px) {
      .middle_text .other_data .newline {
        display: block;
        margin: 10px; } }
    .middle_text .other_data .dash {
      display: initial; }
      @media (max-width: 400px) {
        .middle_text .other_data .dash {
          display: none; } }
  .middle_text nav {
    margin: 0 auto;
    display: inline-flex; }
    @media (max-width: 400px) {
      .middle_text nav {
        display: block;
        margin-top: 25px; } }
    .middle_text nav div img {
      width: 20vw;
      padding: 0 30px 30px 30px;
      border-bottom: 3px solid rgba(255, 255, 255, 0); }
      @media (max-width: 400px) {
        .middle_text nav div img {
          padding-bottom: 15px;
          width: 125px; } }
      .middle_text nav div img.active {
        border-bottom: 3px solid white; }

.mobilemenu-trigger {
  background-color: transparent !important; }
  .mobilemenu-trigger .box .bar {
    background-color: black; }

/*# sourceMappingURL=visit.css.map */
