@charset "UTF-8";
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100vw;
  /* height: 100vh; */
  justify-content: center;
  align-items: center;
}

.container_top,
.container_bottom, .floor_map {
  display: none;
}

.pc {
  font-size: 40px;
  font-weight: bold;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  /* background-color: #333; */
}

h1,
.text_box {
  color: #333;
  font-size: 30px;
  /* background: linear-gradient(30deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33.33%, rgba(255, 255, 255, 0) 66.66%, rgba(255, 255, 255, 0) 100%);

  background: -webkit-linear-gradient(30deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33.33%, rgba(255, 255, 255, 0) 66.66%, rgba(255, 255, 255, 0) 100%);

  background-size: 310% 100%;

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  background-position-x: 100%; */
  /* transition: 2s background-position-x ease-in-out */
}

h6 {
  width: 80%;
  font-size: 24px;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
  /* transform: translateY(50%); */
  color: #333;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -36px;
}

/*  所有手機 */
@media (max-width: 1080px) {
  .pc,
  h6 {
    display: none;
  }
  /* html {
    background-color: transparent;
    height: 100%;
    justify-content: center;
    align-items: center;
  } */
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    /* background-color: #210e00; */
    font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
    /* background-image: url("images/ex_header_bg.jpg"); */
    /* background-size: cover; */
    /* position: relative; */
    /* background-color: transparent; */
    /* height: 100%; */
    /* justify-content: center;
    align-items: center; */
    background-color: #f3c101;
  }
  header {
    margin: 10px auto;
    display: none;
  }
  .container_top,
  .container_bottom {
    width: 90%;
    /* position: absolute; */
    /* left: 50%;
    transform: translateX(-50%); */
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .container_top {
    top: 25px;
    margin-top: 50px;
  }
  .container_top .logo_box {
    display: flex;
    flex-wrap: wrap;
  }
  .container_top .logo {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container_top .logo:first-child {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .container_top .logo:first-child .showtime {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
  }
  .container_top img {
    max-width: 80%;
  }
  .container_top .logo:first-child img {
    max-width: 60%;
  }
  .container_bottom {
    /* top:180px; */
    width: 100%;
    margin-top: 50px;
  }
  .container_bottom .fullbtn_box {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .container_bottom .fullbtn_box .btn {
    display: block;
    background-color: #563713;
    color: #fff;
    box-sizing: border-box;
    padding: 18px 15px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
  }
  .container_bottom .aem_banner {
    margin: 20px auto 0px;
    text-align: center;
  }
  .title_box {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }
  .title_box .big {
    font-size: 9vw;
    font-weight: 700;
    line-height: 12vw;
  }
  .title_box .small {
    font-size: 6vw;
    font-weight: 500;
  }
  .menu_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #563713;
    box-shadow: 0 3px 4px 2px rgba(72, 38, 0, 0.9);
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 10px 30px 10px;
    margin-bottom: 0px;
  }
  .menu_box .import_menu,
  .menu_box .menu {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .menu_box .import_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .menu_box .menu {
    background-color: #3d260b;
  }
  .menu_box .btn_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 18px 15px;
    border-bottom: 1px solid #563713;
    box-sizing: border-box;
  }
  .menu_box .btn_box.top {
    width: 49%;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3d260b;
    border-radius: 15px;
    padding: 10px 0px;
  }
  .menu_box .btn_box.top .icon {
    justify-content: center;
  }
  .menu_box .btn_box:last-child {
    border-bottom: none;
  }
  .menu_box .btn_box .icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .menu_box .btn_box .icon svg {
    color: #fff;
    width: 25px;
  }
  .menu_box .btn_box .btn {
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
  }
  .menu_box .btn_box .btn.btn_en {
    font-size: 13px;
  }
  .floor_map {
    width: 90%;
    margin: auto;
    display: block;
  }
  .floor_map img {
    max-width: 100%;
  }
  .floor_map .map_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .floor_map .map_info svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}