@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
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;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poetsen One", "Noto Sans TC", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background: #68361A;
}
@media (max-width: 768px) {
  body {
    line-height: 1.3;
  }
}

.container {
  padding: 72px 48px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 24px;
  }
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
}

body {
  cursor: none;
}

.cursor {
  width: 2.5rem;
  height: 2.5rem;
  border: 6px solid #BE8B55;
  border-radius: 50%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transform-origin: center;
  z-index: 100;
}
@media (max-width: 992px) {
  .cursor {
    display: none;
  }
}

.cursor-color-dodge {
  mix-blend-mode: color-dodge;
}

.cursor-overlay {
  background: #BE8B55;
  border: none;
  mix-blend-mode: overlay;
}

.cursor-multiply {
  background: #BE8B55;
  border: none;
  mix-blend-mode: multiply;
}

.cursor-different {
  background: white;
  border: none;
  mix-blend-mode: difference;
}

.cursor-color-burn {
  background: #BE8B55;
  border: none;
  mix-blend-mode: color-burn;
}

.cursor-point {
  width: 0.5rem;
  height: 0.5rem;
  background: #BE8B55;
  border: none;
  mix-blend-mode: color-burn;
}

.film {
  color: #F9F2E6;
  padding: 24px 48px;
}
@media (max-width: 992px) {
  .film {
    padding: 24px;
  }
}
.film h1 {
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .film h1 {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 2px;
  }
}
.film p {
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 0.85;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .film p {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}
.film .video {
  position: relative;
  height: 31vw;
  overflow: hidden;
}
.film .video video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.film .video .clip {
  transform: translateY(0vw);
}
.film .video .clip img {
  width: 100%;
}

/*跑馬燈*/
.newsTicker {
  font-size: 3.2vw;
  font-weight: 900;
  letter-spacing: 2px;
  display: flex;
  overflow: hidden;
  color: #F9F2E6;
  border-bottom: solid 1px;
  padding-bottom: 72px;
}
@media (max-width: 992px) {
  .newsTicker {
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 2px;
    padding-bottom: 24px;
  }
}
.newsTicker p {
  margin: 0 0.5em;
  line-height: 1;
}
.newsTicker p img {
  width: auto;
  height: 1em;
  margin-right: 0.1em;
  vertical-align: top;
}
.newsTicker section {
  display: flex;
  white-space: nowrap;
  animation: newsTicker 138s linear infinite;
  will-change: transform;
}

@keyframes newsTicker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*選單*/
.page-nav {
  position: relative;
  font-size: 7vw;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 72px 0;
  background: linear-gradient(to bottom, #68361a 0%, #955531 50%, #68361a 100%);
}
@media (max-width: 992px) {
  .page-nav {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 24px;
  }
}
.page-nav .photo {
  background-color: black;
}
.page-nav .photo img {
  width: 100%;
  transform: translateY(0%);
}
.page-nav .photo .left {
  position: absolute;
  left: 2vw;
  top: 0;
  aspect-ratio: 1/1;
  width: 22vw;
}
@media (max-width: 992px) {
  .page-nav .photo .left {
    display: none;
  }
}
.page-nav .photo .right {
  position: absolute;
  right: 2vw;
  bottom: -2vw;
  aspect-ratio: 4/3;
  width: 30vw;
  mix-blend-mode: soft-light;
}
@media (max-width: 992px) {
  .page-nav .photo .right {
    right: 24px;
    bottom: 0;
    width: 40vw;
  }
}
.page-nav ul li {
  position: relative;
  overflow: hidden;
}
.page-nav ul li a {
  display: block;
  color: #F9F2E6;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .page-nav ul li a {
    padding: 0.1em;
  }
}
.page-nav ul li a span {
  position: relative;
  padding-left: 26vw;
}
@media (max-width: 992px) {
  .page-nav ul li a span {
    padding-left: 0;
  }
}
.page-nav ul li a span small {
  font-size: 2vw;
  position: absolute;
  right: 0;
  top: 1.8vw;
  transform: translateX(115%);
}
@media (max-width: 992px) {
  .page-nav ul li a span small {
    font-size: 2.5vw;
  }
}
.page-nav ul li a .content-box {
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  background: #BE8B55;
  color: #F9F2E6;
  display: flex;
  overflow: hidden;
  transform: translateY(100%);
}
.page-nav ul li a .content-box .content-text {
  display: flex;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
.page-nav ul li a .content-box .content-text section {
  animation: newsTicker 15s linear infinite;
  animation-play-state: paused;
  will-change: transform;
  margin-right: 0.5em;
  font-size: 80%;
  line-height: 1.5;
}

/*特色*/
.feature-1 {
  background: #F9F2E6;
  color: #68361A;
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .feature-1 {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.feature-1 .photo {
  position: relative;
  width: 60%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (max-width: 992px) {
  .feature-1 .photo {
    width: 100%;
  }
}
.feature-1 .photo img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
}
.feature-1 .content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .feature-1 .content {
    width: 100%;
  }
}
.feature-1 .content h3 {
  font-size: 4.5vw;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 992px) {
  .feature-1 .content h3 {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
}
.feature-1 .content div {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  transform: translateY(20px);
  opacity: 0;
}
.feature-1 .content div p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .feature-1 .content div p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .feature-1 .content div {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}

.feature-2 {
  position: relative;
  background: #F9F2E6;
  color: #68361A;
}
.feature-2 .photo {
  position: absolute;
  left: 52vw;
  bottom: -2vw;
  width: 45%;
  aspect-ratio: 4/3;
  overflow: hidden;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .feature-2 .photo {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.feature-2 .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-2 .content {
  position: relative;
}
.feature-2 .content h3 {
  font-size: 12vw;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 24px;
  mix-blend-mode: multiply;
}
@media (max-width: 992px) {
  .feature-2 .content h3 {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
  }
  .feature-2 .content h3:not(:first-child) {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.feature-2 .content h3 span {
  opacity: 0.5;
}
.feature-2 .content div {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  max-width: 44vw;
}
@media (max-width: 992px) {
  .feature-2 .content div {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: inherit;
  }
}
.feature-2 .content div p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .feature-2 .content div p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

/*ZOOM*/
.zoom {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 56vw;
  background-color: #442c22;
  overflow: hidden;
}
.zoom section {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zoom .zoom-room img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(19%);
}
@media (max-width: 1258px) {
  .zoom .zoom-room img {
    transform: translateX(29%);
  }
}
@media (max-width: 992px) {
  .zoom .zoom-room img {
    transform: translateX(50%);
    width: auto;
    height: 70vh;
    top: auto;
    bottom: 0;
    right: 50%;
  }
}
.zoom .zoom-room .black {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
}
.zoom .zoom-door img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1258px) {
  .zoom .zoom-door img {
    transform: translateX(10%);
  }
}
@media (max-width: 992px) {
  .zoom .zoom-door img.pc {
    display: none;
  }
}
.zoom .zoom-door img.m {
  display: none;
}
@media (max-width: 992px) {
  .zoom .zoom-door img.m {
    display: block;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
.zoom .zoom-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 380px;
  height: auto;
  transform: translate(-155%, -60%);
}
@media (max-width: 1258px) {
  .zoom .zoom-title {
    width: 26vw;
    transform: translate(-170%, -50%);
  }
}
@media (max-width: 992px) {
  .zoom .zoom-title {
    width: 46vw;
    max-width: 250px;
    transform: translate(-50%, -153%);
  }
}
.zoom .zoom-title img {
  width: 100%;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}

/*推薦*/
.vh {
  height: 100vh;
  background-color: rgba(255, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  font-weight: bold;
}

.recommendation {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #F9F2E6;
}
.recommendation .point {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  .recommendation .point {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
}
.recommendation .point .photo {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .recommendation .point .photo {
    width: 100%;
    height: 40%;
  }
}
.recommendation .point .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommendation .point article {
  width: 50%;
  align-self: center;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .recommendation .point article {
    width: 100%;
    padding: 24px;
  }
}
.recommendation .point article h4 {
  font-size: 4.5vw;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 992px) {
  .recommendation .point article h4 {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 1px;
  }
}
.recommendation .point article h5 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  margin: 24px 0;
}
@media (max-width: 992px) {
  .recommendation .point article h5 {
    margin: 0 0 24px;
  }
}
.recommendation .point article p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 24px 0;
}
@media (max-width: 992px) {
  .recommendation .point article p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .section-title {
    margin-bottom: 24px;
  }
}
.section-title p {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #BE8B55;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .section-title p {
    font-size: 13vw;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
.section-title p span {
  color: #68361A;
  text-shadow: -2px -2px 0 #BE8B55, 2px -2px 0 #BE8B55, -2px 2px 0 #BE8B55, 2px 2px 0 #BE8B55;
}
.section-title h5 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 10px;
  color: #F9F2E6;
  margin-top: -55px;
}
@media (max-width: 992px) {
  .section-title h5 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 10px;
    margin-top: -5vw;
  }
}
.section-title.light p {
  color: #BE8B55;
}
.section-title.light p span {
  color: #F9F2E6;
  text-shadow: -2px -2px 0 #BE8B55, 2px -2px 0 #BE8B55, -2px 2px 0 #BE8B55, 2px 2px 0 #BE8B55;
}
.section-title.light h5 {
  color: #68361A;
}

/* setting all the variables and generating the gradient*/
.mouse-cursor-gradient-tracking::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #FFCC70, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}

/* size of the gradient on hover */
.mouse-cursor-gradient-tracking:hover::before {
  --size: 200px;
}

/*菜單*/
.menu {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(to bottom, #68361a 0%, #955531 100%);
  overflow: hidden;
}
.menu .container {
  max-width: 1258px;
}
.menu .menu-nav {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  background: #FFF0D6;
  border-radius: 5rem;
  position: relative;
  overflow: hidden;
}
.menu .menu-nav::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: 50px;
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #FFD68F, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
.menu .menu-nav:hover::before {
  --size: 200px;
}
.menu .menu-nav ul {
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 1rem;
}
.menu .menu-nav ul li {
  position: relative;
  flex-shrink: 0;
}
.menu .menu-nav ul li::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #68361A;
}
.menu .menu-nav ul li:last-child::after {
  display: none;
}
.menu .menu-nav ul li a {
  display: inline-block;
  color: #68361A;
  text-align: center;
  padding: 0.5rem 0.9rem;
  margin: 0.5rem 0;
  transition: all 0.2s;
}
.menu .menu-nav ul li a strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .menu .menu-nav ul li a strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
  }
}
.menu .menu-nav ul li a small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  opacity: 0.8;
  line-height: 1;
}
@media (max-width: 992px) {
  .menu .menu-nav ul li a small {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
  }
}
.menu .menu-nav ul li a:hover {
  transform: translateY(2px);
  filter: brightness(1.2);
}
.menu .menu-nav ul li a.active {
  filter: brightness(1.2);
  background: #68361A;
  color: #FFF0D6;
  border-radius: 5rem;
}
.menu .menu-nav ul li a.active:hover {
  transform: none;
  filter: none;
}
.menu .menu-items .intro {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .menu .menu-items .intro {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 24px;
  }
}
.menu .menu-items .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 60px), 1fr));
  gap: 60px;
}
@media (max-width: 992px) {
  .menu .menu-items .list {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 24px), 1fr));
    gap: 0 24px;
  }
}
.menu .menu-items .list dl {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  box-sizing: border-box;
  margin: 0;
  padding: 2rem 1rem;
  border-bottom: solid 1px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}
@media (max-width: 992px) {
  .menu .menu-items .list dl {
    padding: 1rem 0;
  }
}
.menu .menu-items .list dl dt {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dt {
    margin-bottom: 0.5rem;
  }
}
.menu .menu-items .list dl dt strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFF0D6;
  display: block;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dt strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }
}
.menu .menu-items .list dl dt strong i {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #FFF0D6;
  color: #68361A;
  border-radius: 5rem;
  display: inline-block;
  padding: 2px 8px;
  margin-left: 4px;
  white-space: nowrap;
  position: relative;
  bottom: 2px;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dt strong i {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }
}
.menu .menu-items .list dl dd {
  display: none;
  text-align: right;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dd {
    text-align: left;
    display: flex;
  }
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dd span {
    width: 50%;
  }
}
.menu .menu-items .list dl dd span:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dd span:not(:last-child) {
    margin-right: 0.2rem;
  }
}
.menu .menu-items .list dl dd em {
  background-color: white;
  border-radius: 5rem;
  padding: 0 12px;
  margin-right: 4px;
  color: #68361A;
}
@media (max-width: 992px) {
  .menu .menu-items .list dl dd em {
    padding: 0 8px;
  }
}
.menu .menu-items .list dl dd.description {
  text-align: left;
  padding-top: 1rem;
}

.menu.light {
  background: #955531;
}
.menu.light .bg-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #F9F2E6;
  border-radius: 5rem;
}
.menu.light .menu-nav {
  background: #BE8B55;
}
.menu.light .menu-nav::before {
  background: radial-gradient(circle closest-side, #BA6913, transparent);
}
.menu.light .menu-nav ul li::after {
  background: #F9F2E6;
}
.menu.light .menu-nav ul li a {
  color: #F9F2E6;
}
.menu.light .menu-nav ul li a:hover {
  transform: translateY(2px);
  color: #FFF0D6;
}
.menu.light .menu-nav ul li a.active {
  background: #F9F2E6;
  color: #955531;
  transform: none;
}
.menu.light .menu-items .intro {
  color: #3F2C21;
}
.menu.light .menu-items .list dl {
  color: #3F2C21;
  border-bottom: solid 1px #BE8B55;
}
.menu.light .menu-items .list dl dt strong {
  color: #68361A;
}
.menu.light .menu-items .list dl dt strong i {
  background: #68361A;
  color: #F9F2E6;
}
.menu.light .menu-items .list dl dd em {
  background-color: #3F2C21;
  color: #F9F2E6;
}

.reservation {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}
@media (max-width: 1258px) {
  .reservation {
    flex-wrap: wrap;
  }
}
.reservation section {
  flex: 1;
}
@media (max-width: 1258px) {
  .reservation section {
    flex: auto;
  }
}
.reservation .photo {
  position: relative;
  width: 33%;
  height: 100%;
  aspect-ratio: 1/1.2;
}
@media (max-width: 1258px) {
  .reservation .photo {
    order: 2;
    width: 50%;
  }
}
.reservation .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1258px) {
  .reservation .content {
    order: 1;
    width: 100%;
  }
}
.reservation .content .info {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 1258px) {
  .reservation .content .info {
    margin-bottom: 24px;
  }
}
.reservation .content .info ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 1rem;
  padding-left: 1.5em;
}
.reservation .content .info ul li svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: -1.5em;
}
.reservation .content .info ul li a {
  color: white;
  transition: all 0.2s;
}
.reservation .content .info ul li a:hover {
  text-decoration: underline;
  color: #FFF0D6;
}
.reservation .content .media {
  display: flex;
  justify-content: center;
}
.reservation .content .media a {
  display: inline-block;
  color: white;
  margin-right: 48px;
}
.reservation .content .media a:last-child {
  margin-right: 0;
}

footer {
  background-color: #BE8B55;
  color: white;
  text-align: center;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  footer {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 16px 24px 24px;
  }
}
footer img {
  vertical-align: middle;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  footer img {
    margin-bottom: 0.5rem;
  }
}
footer span {
  transform: translateY(0.2em);
  display: inline-block;
  margin-right: 0.5rem;
}
@media (max-width: 992px) {
  footer span {
    display: block;
  }
}
footer span:last-child {
  margin-right: 0;
}

.download {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
.download .burger {
  width: 115px;
  height: 73px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background: url(../images/download.svg) left center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .download .burger {
    width: 90px;
    height: 55px;
    top: 0;
    transform: translate(100%, 0%);
    padding-left: 20px;
  }
}
.download .burger:hover {
  width: 125px;
  filter: brightness(1.2);
}
@media (max-width: 992px) {
  .download .burger:hover {
    width: 90px;
  }
}
.download .burger .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #68361A;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .download .burger .text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 8px;
  }
}
.download .burger .btn .x, .download .burger .btn .y, .download .burger .btn .z {
  position: relative;
  height: 3px;
  width: 26px;
  background: #F9F2E6;
  border-radius: 2px;
  transition: all 0.2s ease-out;
  top: 0;
  transform-origin: top;
}
@media (max-width: 992px) {
  .download .burger .btn .x, .download .burger .btn .y, .download .burger .btn .z {
    width: 22px;
  }
}
.download .burger .btn .y {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .download .burger .btn .y {
    margin: 5px 0;
  }
}
.download .burger .collapse {
  background: #BE8B55;
  transition: all 0.2s ease-out;
}
.download .burger .collapse.rotate45 {
  transform: rotate(45deg);
  transition: all 0.1s ease-out;
}
.download .burger .collapse.rotate135 {
  transform: rotate(135deg);
  transition: all 0.1s ease-out;
}
.download .circle {
  width: 0px;
  height: 100vh;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
  transition: all 0.7s cubic-bezier(0.35, 0.25, 0.33, 0.94);
}
.download .circle.expand {
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
.download .dm {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  text-align: center;
}
.download .dm.open {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.download .dm.open img {
  max-width: 800px;
}
.download .dm ul li {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.2s linear;
  margin-bottom: 24px;
}
.download .dm ul li img {
  width: 100%;
  height: auto;
}
.download .dm ul li.animate {
  opacity: 1;
  transform: translateY(0px);
}
.download .dm ul li.animate:nth-of-type(1) {
  transition-delay: 0.4s;
}
.download .dm ul li.animate:nth-of-type(2) {
  transition-delay: 0.6s;
}
.download .dm ul li.animate:nth-of-type(3) {
  transition-delay: 0.8s;
}
.download .dm ul li.animate:nth-of-type(4) {
  transition-delay: 1s;
}

.newsWrap {
  overflow: hidden;
  padding: 2.5vh 2.5vw;
}
.newsWrap .section-title {
  height: 22vh;
  margin-bottom: 0;
}
.newsWrap .news {
  width: 300%;
  height: 68vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.newsWrap .news .panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  will-change: transform;
  padding: 48px calc(2.5vw + 48px);
  overflow: hidden;
}
@media (max-width: 1258px) {
  .newsWrap .news .panel {
    padding: 24px calc(2.5vw + 24px);
  }
}
.newsWrap .news .panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90vw;
  height: 100%;
  background-color: #F9F2E6;
  z-index: -1;
  border-radius: 2rem;
}
.newsWrap .news .panel .logo {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .newsWrap .news .panel .logo {
    height: 30px;
  }
}
.newsWrap .news .panel .logo img {
  width: auto;
  height: 100%;
}
.newsWrap .news .panel .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .newsWrap .news .panel .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
}
.newsWrap .news .panel .title a {
  color: black;
}
.newsWrap .news .panel .article {
  display: flex;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}
.newsWrap .news .panel .article .content {
  width: 50%;
}
@media (max-width: 992px) {
  .newsWrap .news .panel .article .content {
    display: none;
  }
}
.newsWrap .news .panel .article .content section {
  margin-bottom: 24px;
}
.newsWrap .news .panel .article .content h6 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #68361A;
  margin-bottom: 0.5rem;
}
@media (max-width: 1258px) {
  .newsWrap .news .panel .article .content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}
.newsWrap .news .panel .article .content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.newsWrap .news .panel .article .content p:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 1258px) {
  .newsWrap .news .panel .article .content p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}
.newsWrap .news .panel .article .content section.desktop {
  display: block;
}
@media (max-width: 1258px) {
  .newsWrap .news .panel .article .content section.desktop {
    display: none;
  }
}
.newsWrap .news .panel .article .picture {
  width: 50%;
}
@media (max-width: 992px) {
  .newsWrap .news .panel .article .picture {
    width: 100%;
  }
}
.newsWrap .news .panel .article .picture img {
  width: 100%;
}
.newsWrap .news .panel .article .picture iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.newsWrap .news .panel .source {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 1rem;
  align-self: end;
}
@media (max-width: 992px) {
  .newsWrap .news .panel .source {
    align-self: center;
  }
}/*# sourceMappingURL=all.css.map */