/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;700&family=Outfit:wght@300;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Outfit', 'Noto Sans TC', sans-serif;
  background: #333333;
}

#app {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#app.show {
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  letter-spacing: 2px;
}

p {
  line-height: 35px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: justify;
  color: white;
}

p + p {
  margin-top: 35px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  padding: 25px 50px;
  z-index: 99;
}

.header .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navList li {
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.header .navList li .openNavBar {
  position: relative;
  width: 30px;
  height: 20px;
  border-top: white 2px solid;
  border-bottom: white 2px solid;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .navList li .openNavBar:before {
  content: '';
  position: absolute;
  top: calc( 50% - 1px);
  width: 30px;
  height: 2px;
  background: white;
}

.header .navList li .openNavBar:hover {
  height: 30px;
}

.header .navList li + li {
  margin-left: 25px;
}

.header .logo {
  position: absolute;
  top: 35px;
  left: calc( 50% - 100px);
  width: 200px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.content {
  position: relative;
  width: 100%;
}

.layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper {
  width: calc( 100% - 50px);
  max-width: 768px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 50px;
}

.footerPattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerPattern img {
  height: 65px;
  margin-right: 15px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.footerPattern p {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.footer .copyright {
  color: white;
  font-size: 12px;
}

.button {
  position: relative;
  display: inline-block;
  color: white;
  text-align: center;
  border: white 1px solid;
  cursor: pointer;
}

.button__content {
  padding: 15px 25px;
  line-height: 15px;
}

.button__BG {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: white;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.button__BG__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  line-height: 15px;
  color: #333333;
}

.button:hover .button__BG {
  height: 100%;
}

.button:hover {
  letter-spacing: 0;
}

.mainNav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 0;
  height: 100%;
  padding: 50px 0;
  background: rgba(30, 33, 30, 0.95);
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.mainNav > li {
  color: white;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.mainNav > li.RWDShow {
  display: none;
}

.mainNav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}

.mainNav > li > a > img {
  height: 15px;
  margin-right: 10px;
}

.mainNav > li + li {
  margin-top: 15px;
}

.mainNav .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.mainNav .socialList li {
  -webkit-transition: .3s;
  transition: .3s;
}

.mainNav .socialList li img {
  height: 25px;
}

.mainNav .socialList li + li {
  margin-left: 15px;
}

.mainNav .socialList li:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}

.mainNav.open {
  width: 25%;
  padding: 50px;
  opacity: 1;
}

.mainNav.open li {
  opacity: 1;
}

.closeNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: luminosity;
  z-index: 99;
}

.closeNav.open {
  display: block;
}

.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  z-index: 999;
}

.cover--index {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  p {
    line-height: 25px;
    font-size: 14px;
  }
  p + p {
    margin-top: 35px;
  }
  .header {
    height: 65px;
    padding: 15px;
    z-index: 99;
  }
  .header .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .navList li {
    font-size: 14px;
  }
  .header .navList li + li {
    margin-left: 15px;
  }
  .header .logo {
    top: 22.5px;
    left: calc( 50% - 80px);
    width: 160px;
    height: 20px;
  }
  .header a.reservations {
    display: none;
  }
  .button {
    font-size: 12px;
  }
  .button__content {
    width: 80px;
    padding: 5px 0;
    line-height: 15px;
  }
  .button__BG__content {
    padding: 5px 0;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px;
  }
  .footerPattern {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
  }
  .footerPattern img {
    height: 35px;
    margin-right: 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .footerPattern p {
    font-size: 12px;
    line-height: 12px;
    color: white;
  }
  .mainNav > li {
    color: white;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .mainNav > li.RWDShow {
    display: block;
  }
  .mainNav > li > a {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .mainNav > li > a > img {
    height: 10px;
  }
  .mainNav > li + li {
    margin-top: 15px;
  }
  .mainNav .socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .mainNav .socialList li {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .mainNav .socialList li img {
    height: 25px;
  }
  .mainNav .socialList li + li {
    margin-left: 15px;
  }
  .mainNav .socialList li:hover {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  .mainNav.open {
    width: 65%;
    padding: 50px;
    opacity: 1;
  }
  .mainNav.open li {
    opacity: 1;
  }
}

.content--index {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content--index .indexSlide {
  width: 100%;
  height: 100%;
}

.content--index .indexSlide__item {
  width: 100%;
  height: 100%;
}

.content--index .indexSlide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content--index .indexSlide * {
  height: 100%;
}

.content--index .star {
  position: absolute;
  top: 100px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.content--index .star img {
  width: 35px;
}

.info {
  padding: 100px 0;
}

.banner--info {
  margin-top: -100px;
}

.banner--info img {
  width: 100%;
  height: calc(200vh/3);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#map {
  width: 100%;
  height: 650px;
  text-align: center;
}

.menu {
  padding: 50px 0;
}

.menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.menuList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.menuList li img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.menuList li .detail {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
}

.menuList li .detail p {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
}

.menuList li .detail__list {
  width: 100%;
  max-width: 500px;
  line-height: 35px;
  color: white;
}

.menuList li .detail__list > * + * {
  margin-top: 25px;
}

.menuList li .detail__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.menuList li .detail__list li .head {
  color: #91a7af;
}

.menuList > li + li {
  margin-top: 50px;
}

.insideTitle {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  color: #91a7af;
  letter-spacing: 2px;
}

.insideTitle--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0 50px;
  text-align: left;
}

.insideContent + * {
  margin-top: 50px;
}

.insideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.insideList li {
  line-height: 35px;
  letter-spacing: 1px;
  color: #91a7af;
}

.insideList li br {
  display: none;
}

.header--inside,
.content--inside,
.footer--inside {
  position: static;
}

@media screen and (max-width: 768px) {
  .info {
    padding: 50px 0;
  }
  .banner--info {
    margin-top: -65px;
  }
  .banner--info img {
    height: 200px;
  }
  #map {
    height: 350px;
  }
  .menu {
    padding: 25px 0;
  }
  .menuList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menuList li img {
    width: 100%;
  }
  .menuList li .detail {
    width: 100%;
    padding: 50px;
  }
  .insideTitle {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .insideContent + * {
    margin-top: 35px;
  }
  .insideList li {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .insideList li + li {
    margin-top: 10px;
  }
  .insideList li span {
    display: none;
  }
  .insideList li br {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */