@import url(../fonts/flaticon/flaticon.css);
@import url(../css/revise.css);

.wow {
  visibility: hidden;
}
.wow.animate__animated {
  visibility: visible;
}

@font-face {
  font-family: SweiSpringCJKtc-Regular;
  src:
    url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Regular.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/gh/max32002/swei-spring@1.068/WebFont/CJK%20TC/SweiSpringCJKtc-Regular.woff)
      format("woff");
}
/*========================================================
                         基本設定
=========================================================*/

/* 基礎重置 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: url("../img/body-bg.png");
  background-repeat: repeat;
  background-position: left center;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 0.9rem;
  color: #231815;
  overflow-x: hidden;
  background-color: #fff;
}

p {
  margin: unset;
  font-family: "SweiSpringCJKtc-Regular";
}
/* google recaptcha 隱藏 */
.grecaptcha-badge {
  visibility: hidden;
}
section {
  min-height: 800px;
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  section {
    min-height: unset;
  }
}

/*========================================================
  device change
=========================================================*/
.mb {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*========================================================
                          區塊1
=========================================================*/

.section1 {
  background-image: url("../img/banner-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.s1 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 80%;
  height: 100%;
}
.s1-p1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
}
.splash1 {
  position: absolute;
  right: 17%;
  bottom: 13%;
  height: 30%;
}
.s1 .pic {
  margin-top: 25%;
  height: 40%;
}
.s1-t1 {
  height: 100%;
  object-fit: cover;
}
.s1 .text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 47.5%;
  margin-bottom: 25%;
}
.s1 .line-div {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c79f62;
  margin: 10% 0;
}
.s1-t2,
.s1-t3 {
  width: 100%;
  object-fit: cover;
}
.s1-t2 {
  width: 90%;
  align-self: flex-start;
}

@media screen and (min-width: 768px) {
  .s1 {
    width: 70%;
  }
  .s1-p1 {
    height: 60%;
  }
  .splash1 {
    right: 12.5%;
    bottom: 10%;
    height: 35%;
  }
  .s1 .pic {
    margin-top: 15%;
    height: 45%;
  }
  .s1 .text {
    width: 40%;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section1 {
    justify-content: center;
  }
  .s1 {
    width: 75%;
    height: 80%;
    align-items: center;
  }
  .s1-p1 {
    height: 80%;
  }
  .splash1 {
    right: 6.5%;
    bottom: 15%;
    height: 50%;
  }
  .s1 .text {
    width: 19%;
    margin-bottom: unset;
    margin-left: 5%;
    align-self: flex-end;
  }
  .s1 .pic {
    align-self: flex-start;
    margin-top: 5%;
    margin-right: 15%;
    height: 80%;
  }
}

@media screen and (min-width: 1500px) {
  .splash1 {
    right: 6%;
  }
  .s1 .text {
    width: 16%;
    margin-left: 5%;
  }
  .s1 .pic {
    height: 75%;
  }
}

/*========================================================
                          區塊2
=========================================================*/

.section2 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.s2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.s2-leaf {
  position: absolute;
  width: 10%;
  max-width: 40px;
  bottom: 30%;
  right: 10%;
}
.s2 .box {
  width: 95%;
  align-self: flex-start;
  display: flex;
}
.s2 .text {
  width: 90%;
}
section p {
  letter-spacing: 1px;
}
.s2-t1 {
  width: 75%;
  vertical-align: bottom;
}
.s2-t2 {
  width: 25%;
  margin: 3% 0 0 5%;
}
.s2-t2 img {
  width: 100%;
  object-fit: cover;
}
.s2-t3 {
  width: 70%;
  margin-bottom: 5%;
}
.s2 .pic,
.s3 .pic {
  width: 100%;
}
.s2 .pic span,
.s4 .pic span {
  position: absolute;
  left: 3px;
  bottom: 0;
  text-shadow:
    1px 1px 2px #000,
    1px 1px 2px #000;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
}
.park-gallery__main {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.park-gallery__main img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.park-gallery__thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.park-gallery__thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.park-gallery__thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 8;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .s2-t1 {
    width: 70%;
  }
  .s2-t2 {
    width: 17%;
    margin: 0 0 0 5%;
  }
  .s2 .box {
    width: 85%;
  }
  .s2 .text {
    width: 70%;
  }
  .s2 .pic span,
  .s4 .pic span {
    left: 10px;
    bottom: 3px;
    font-size: 16px;
  }
  .park-gallery__main img {
    aspect-ratio: 4 / 3;
    object-position: 50% 35%;
  }
  .park-gallery__thumb img {
    aspect-ratio: 4 / 3;
  }
  section p {
    font-size: 18px;
    line-height: 36px;
  }
  .s2-leaf {
    max-width: 50px;
    bottom: 30%;
    right: 10%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section2 {
    height: 100vh;
  }
  .s2 {
    flex-direction: row;
    justify-content: center;
  }
  .s2 .box {
    width: 50%;
    align-self: unset;
  }
  .s2 .text {
    width: 50%;
    padding: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s2 .pic {
    width: 75%;
    align-self: center;
  }
  .s2-t1 {
    width: 60%;
  }
  .s2-t2 {
    width: 12%;
  }
  .s2-t3 {
    max-width: 300px;
  }
  section p {
    font-size: 16px;
  }
  .s2-leaf {
    max-width: 45px;
    bottom: 15%;
    right: 40%;
  }
}

@media screen and (min-width: 1500px) {
  .s2 .pic {
    width: 70%;
  }
  .s2-t2 {
    width: 10%;
  }
  .s2-t3 {
    max-width: 380px;
  }
  section p {
    font-size: 18px;
  }
}

/*========================================================
                          區塊3
=========================================================*/
.section3 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.s3 {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section3 .bird {
  position: relative;
  width: 100%;
  height: 100%;
  right: -20%;
}
.section3 .bird img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s3-bird {
  transform-origin: right center;
  animation: s4-bird-sway 5s ease-in-out infinite;
}
@keyframes s4-bird-sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(3.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.s3-moon {
  z-index: -1;
}
.style2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.s3-t1 {
  width: 80%;
  margin-bottom: 8%;
}
.s3-t2 {
  width: 80%;
  margin: 8% 0 5% 0;
}
.pic .pic-swiper {
  width: 100%;
}
.pic .pic-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic .pic-swiper .pic-txt {
  position: absolute;
  color: #fff;
  text-shadow:
    1px 1px 2px #000,
    1px 1px 2px #000;
  left: 3%;
  bottom: 3%;
}
.pic .pic-swiper .swiper-pagination {
  position: absolute;
  bottom: 6%;
}

@media screen and (min-width: 768px) {
  .section3 .bird {
    width: 80%;
    right: -25%;
  }
  .s3 {
    width: 85%;
  }
  .s3-t1 {
    width: 62.5%;
  }
  .s3-t2 {
    margin: 12% 0 5% 0;
  }
  .s3 .text {
    width: 85%;
  }
  .pic .pic-swiper .pic-txt {
    font-size: 16px;
  }
  .pic .pic-swiper img {
    aspect-ratio: 4 / 3;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section3 {
    height: 100vh;
    overflow: unset;
  }
  .s3 {
    width: 90%;
    flex-direction: row-reverse;
  }
  .s3 .pic {
    width: 50%;
    height: 100%;
  }
  .s3 .pic-swiper {
    width: 85%;
  }
  .pic .pic-swiper .pic-txt {
    bottom: 1%;
  }
  .s3 .text {
    width: 50%;
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s3-t1 {
    width: 55%;
    margin: 0 0 5% 5%;
  }
  .s3-t2 {
    max-width: 350px;
    margin: 5% 0;
  }
  .s3-bird,
  .s3-moon {
    position: absolute;
    top: -22%;
    right: -5%;
    width: 35%;
  }
}

@media screen and (min-width: 1500px) {
  .s3-t1 {
    width: 50%;
  }
  .s3-t2 {
    max-width: 435px;
  }
}

/*========================================================
                         區塊4
=========================================================*/

.section4 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.s4 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.s4 .box {
  width: 90%;
  height: 100%;
  margin-top: 15%;
}
.s4 .title {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 15px;
  margin-bottom: 10%;
}
.s4 .text {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s4-t2 {
  width: 95%;
  margin: 8% 0;
}
.s4 .pic {
  position: relative;
  width: 100%;
}
.s4 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s4-t1 {
  flex: 1.2;
  padding: 5%;
  align-self: anchor-center;
}
.s4 .title img {
  width: 100%;
  object-fit: cover;
}
.s4-flower {
  flex: 0.75;
  align-self: flex-end;
  transform-origin: left bottom;

  animation: flower-sway 5s ease-in-out infinite;
  will-change: transform;
  pointer-events: none;
}
.s4-bird {
  flex: 0.75;
  position: relative;
  pointer-events: none;
  animation: bird-float 3.2s ease-in-out infinite;
  transform-origin: center;
}
.bird__wing,
.bird__body {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  display: block;
}
.bird__wing {
  z-index: -1;
  transform-origin: 50% 55%;
  animation: wing-flap 3s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.12));
}
.bird__body {
  transform-origin: 50% 55%;
  animation: body-bob 3s ease-in-out infinite;
  will-change: transform;
}

/* ====== Keyframes ====== */
@keyframes wing-flap {
  0% {
    transform: rotate(0deg) scaleY(1);
  }
  50% {
    transform: rotate(36deg) scaleY(0.9);
  }
  100% {
    transform: rotate(0deg) scaleY(1);
  }
}
@keyframes body-bob {
  0% {
    transform: rotate(1deg) translateY(0);
  }
  50% {
    transform: rotate(-1.5deg) translateY(2px);
  }
  100% {
    transform: rotate(1deg) translateY(0);
  }
}
@keyframes bird-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes flower-sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media screen and (min-width: 768px) {
  .s4 {
    width: 85%;
  }
  .s4-t1 {
    flex: 1;
    padding: 8%;
  }
  .s4 .text {
    width: 85%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section4 {
    height: 100vh;
    padding: unset;
  }
  .s4 {
    width: 90%;
    flex-direction: row;
  }
  .s4 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 85%;
    margin-top: unset;
    padding: 0 5%;
  }
  .s4 .text {
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 4%;
  }
  .s4-t1 {
    padding: 0 6%;
  }
  .s4 .title {
    height: 50%;
    margin-bottom: 5%;
    gap: 40px;
  }
  .s4-t2 {
    width: 80%;
  }
}

@media screen and (min-width: 1500px) {
  .s4 .title {
    padding: 5% 10%;
  }
}

/*========================================================
                         區塊5
=========================================================*/
.section5 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 40px 0;
}

.s5 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s5 .box {
  width: 100%;
  height: 100%;
  margin-bottom: 10%;
}

/* =========================
   Collage Stage
   ========================= */
.section5 .box .collage {
  --g: 14px;
  --cN: 78;
  --cW: 113;

  --sum: calc(var(--cN) + var(--cW) + var(--cN) + var(--cW));
  --pN: calc(var(--cN) / var(--sum) * 100%);
  --pW: calc(var(--cW) / var(--sum) * 100%);

  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 16px;
}

/* =========================
   Tile Base
   ========================= */
.section5 .box .tile {
  position: absolute;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);

  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  width: calc(var(--w) * 1%);
  height: calc(var(--h) * 1%);
}

.section5 .box .tile--photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left;
}
.section5 .box .tile--photo .s5-eng {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.section5 .box .tile--block {
  background: #4b301c87;
}

.section5 .box .tile--panelimg {
  display: grid;
  place-items: center;
}
.section5 .box .tile--slogan {
  background-color: #95825480;
  align-items: flex-start;
  justify-items: end;
}
.section5 .box .tile--brand {
  background-color: #8d5c129c;
}
.section5 .box .tile--panelimg img {
  height: auto;
  display: block;
  object-fit: contain;
}
.section5 .box .tile--brand img {
  width: 52%;
}
.section5 .box .tile--slogan img {
  width: 35%;
  margin: 15px 15px 0 0;
}

.section5 .box .tag {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  text-shadow:
    1px 1px 2px #000,
    1px 1px 2px #000;
  font-size: 12px;
  line-height: 1;
}
.section5 .box .tag--v {
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
}
.section5 .box .tag--right {
  left: auto;
  right: 5px;
}

.section5 .box .tile--tl {
  --x: 0;
  --y: 0;
  --w: 20;
  --h: 34;
}

.section5 .box .tile--kids {
  --x: 0;
  --y: 35;
  --w: 20;
  --h: 58;
}

.section5 .box .tile--building {
  --x: 22;
  --y: 7;
  --w: 28;
  --h: 59;
}

.section5 .box .tile--slogan {
  --x: 22;
  --y: 68;
  --w: 28;
  --h: 32;
}

.section5 .box .tile--brand {
  --x: 52;
  --y: 0;
  --w: 20;
  --h: 34;
}

.section5 .box .tile--family {
  --x: 52;
  --y: 35;
  --w: 20;
  --h: 58;
}

.section5 .box .tile--lobby {
  --x: 74;
  --y: 7;
  --w: 26;
  --h: 59;
}

.section5 .box .tile--br {
  --x: 74;
  --y: 68;
  --w: 26;
  --h: 32;
}

.s5 .text {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s5-t1 {
  width: 95%;
  margin: 5% 0;
}

@media screen and (min-width: 768px) {
  .s5 .box {
    margin: 15% 0 10% 0;
  }
  .s5-t1 {
    width: 80%;
  }
  .s5 .text {
    width: 80%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section5 {
    height: 100vh;
  }
  .s5 {
    flex-direction: row-reverse;
  }
  .s5 .box {
    display: flex;
    width: 50%;
    height: 100%;
    margin: unset;
  }
  .s5 .text {
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 6% 4% 6% 8%;
  }
  .section5 .box .collage {
    aspect-ratio: 4 / 3;
    max-height: 760px;
  }
  .section5 .box .tile--slogan img {
    width: 27%;
    max-height: 80%;
  }
  .section5 .box .tile--brand img {
    width: 42%;
    max-height: 80%;
  }
  .section5 .box .tag {
    font-size: 14px;
  }
}

@media screen and (min-width: 1500px) {
  .s5-t1 {
    width: 70%;
  }
}

/*========================================================
                         區塊6
=========================================================*/
.section6 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}
.section6 .box {
  width: 110%;
  max-width: 485px;
  position: relative;
}
.section6 .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s6-p1 {
  display: block;
}
.s6-t1 {
  position: absolute;
  right: 10%;
  bottom: 18%;
  width: 31%;
  height: 44%;
}
.s6-t1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s6-flower,
.s6-leaf {
  position: absolute;
}
.s6-flower {
  transform-origin: right bottom;
  animation: flower-sway 12s ease-in-out infinite;
  right: -2%;
  bottom: -5%;
  width: 65%;
  max-width: 250px;
}
.s6-leaf {
  width: 10%;
  max-width: 40px;
  bottom: 20%;
  left: 10%;
}

@media screen and (min-width: 768px) {
  .section6 .box {
    width: 85%;
    max-width: 900px;
  }
  .s6-t1 {
    height: 50%;
  }
  .s6-flower {
    right: -2%;
    bottom: -10%;
    max-width: 320px;
  }
  .s6-leaf {
    max-width: 50px;
    bottom: 15%;
    left: 10%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .section6 {
    flex-direction: row;
    align-items: center;
    padding: unset;
    margin-bottom: 5%;
  }
  .section6 .box {
    width: 50%;
    max-width: unset;
  }
  .s6-t1 {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    width: 50%;
    height: 55%;
  }
  .s6-t1 img {
    object-position: 75% center;
  }
  .s6-flower {
    width: 30%;
    bottom: -15%;
    max-width: 350px;
  }
  .s6-leaf {
    left: 55%;
    bottom: 22.5%;
    max-width: 42.5px;
  }
}

/*========================================================
                         預約賞屋
=========================================================*/

input,
select {
  background-color: #fff;
  border-radius: 0;
  color: #231815;
  outline-color: #af7b2b;
  border: 1px solid #af7b2b;
  padding-left: 15px;
  opacity: 0.8;
}
input:focus,
select:focus {
  scale: 1.01;
  opacity: 1;
}
input[type="text"],
input[type="phone"],
select {
  height: 45px;
  width: 100%;
}
select {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
::placeholder {
  color: #4d3e3a !important;
}
:-ms-input-placeholder {
  color: #4d3e3a !important;
}
::-ms-input-placeholder {
  color: #4d3e3a !important;
}
.reservation {
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 60px 0;
}
.reservation .box {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
.form-text {
  width: 70%;
  margin-bottom: 8%;
}
.reservation .input-block {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
/* 所有欄位預設一列寬 */
.reservation .input-block input,
.reservation .input-block select {
  flex: 1 1 100%;
}
.reservation .form_check_txt {
  font-family: "SweiSpringCJKtc-Regular";
  font-size: 14.4px;
  margin-left: 3px;
  line-height: 1.8;
}
.reservation .form_check_txt a {
  text-decoration: none;
}
.reservation .reg_btn {
  width: 100%;
  background-color: #af7b2b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  margin-top: 20px;
  padding: 10px 20px;
  line-height: normal;
}
.reservation .reg_disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.reservation .reg_btn:hover {
  background-color: #e2a954;
}
.reservation .reg_btn:focus {
  outline: unset;
}
.reservation .reg_disabled:hover {
  background-color: #e2a954;
  opacity: 0.6;
}
.reservation .msgerror {
  color: #c40101;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.input-error {
  border: 2px solid #ee7878 !important;
}
.input-error:focus {
  outline: 0;
  box-shadow: 0 0 10px 3px rgb(149 149 149) !important;
}
.priv {
  margin-bottom: 2%;
}
.info {
  margin-top: 4%;
}
.map-block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 5% 0;
}
.map {
  width: 100%;
  height: 350px;
}

/* 平板以上：兩欄排版邏輯 */
@media screen and (min-width: 768px) {
  .reservation .input-block .field-group-half {
    flex: 1 1 calc(50% - 7px);
  }
  .reservation .input-block .field-group-full {
    flex: 1 1 100%;
  }
  .form-text {
    width: 55%;
  }
}

@media screen and (min-width: 1100px),
  screen and (min-width: 1024px) and (max-height: 650px) {
  .reservation {
    height: 100vh;
    justify-content: center;
  }
  .res {
    max-width: 900px;
    margin: 5% 0;
  }
  .reservation .box {
    display: flex;
    max-width: 1100px;
    gap: 5%;
  }
  #myform {
    width: 50%;
  }
  .map-block {
    width: 50%;
    margin: unset;
  }
  .priv,
  .info {
    line-height: 32px;
  }
  .reservation .form_check_txt {
    font-size: 16px;
  }
  .form-text {
    width: 65%;
  }
}

@media screen and (min-width: 1500px) {
  .reservation .box {
    max-width: 1440px;
  }
  .res {
    max-width: 1000px;
  }
}

/*========================================================
                         側欄
=========================================================*/

.icon_Community a.js-btn-icon_Community {
  text-align: center;
  width: 50px;
  line-height: 47px;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: #000;
  font-size: 22px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  height: 50px;
  pointer-events: auto;
  overflow: hidden;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
  color: #fff;
  background-color: #451209;
  border-color: #451209;
}

.js-icon_Community .icon_li {
  position: relative;
  left: -100px;
}

.icon_li_img {
  max-width: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.js-icon_Community.active .icon_li {
  left: 0;
  pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.icon_li a:hover .icon {
  animation: go 3s linear infinite;
}

@keyframes go {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .icon_Community {
    transform: translateY(100%);
    transition: transform 0.35s ease;
  }

  .icon_Community.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .icon_Community {
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0;
    z-index: 999998;
    pointer-events: none;
  }

  .icon_Community_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }

  .icon_Community_ul .icon_li {
    width: 33.33%;
    border-right: 1px solid #fff;
  }

  .icon_Community_ul .icon_li:last-child {
    border-right: none;
  }

  .icon_Community_ul .icon_name {
    font-size: 0.75rem;
    padding-top: 2px;
  }

  .icon_img {
    display: block;
    background-color: #3f210e;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 11px 5px 3px 5px;
    text-decoration: none;
  }

  .icon_Community a {
    color: #fff;
    text-decoration: none;
  }

  .icon_Community a img {
    display: block;
    margin: 0 auto;
    width: 20px;
  }

  .icon_Community a:hover {
    background-color: #663300;
  }

  .icon_Community a:hover img {
    animation: go 3s linear infinite;
  }
}

@media (min-width: 992px) {
  .icon_Community {
    position: fixed;
    right: 20px;
    bottom: 92px;
    z-index: 9998;
    pointer-events: none;
  }

  .icon_Community_ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    margin-bottom: 59px;
  }

  .icon_img {
    background-color: #3f210e;
    border: none;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
    width: 50px;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon_img.active {
    width: 142px;
  }

  .icon_img.active .icon_name {
    text-indent: 0;
    opacity: 1;
  }

  .icon_img:hover {
    text-decoration: none;
    width: 142px;
  }

  .icon_img:before {
    opacity: 0;
  }

  .icon_img .icon {
    color: #fff;
    font-size: 22px;
    width: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .icon_img:hover .icon {
    text-decoration: none;
  }

  .icon_img:hover .icon_name {
    opacity: 1;
    text-indent: 0;
  }

  .icon_name {
    position: relative;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    overflow: hidden;
    font-family: Arial, "Microsoft JhengHei", sans-serif;
  }
}

/*========================================================
                         隱私權聲明
=========================================================*/

.fancybox-container {
  z-index: 9999999;
}

.modal-body {
  overflow-y: auto;
  padding: 20px;
}

.modal-header {
  border-bottom: none;
}

.modal-body h2 {
  text-align: center;
  margin-bottom: 20px;
}

.modal-body p span {
  font-weight: bold;
  font-size: 1.1rem;
}

.modal-dialog {
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .modal-body {
    padding: 20px 40px;
  }

  .modal-dialog {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .modal-body {
    padding: 20px 80px;
  }

  .modal-dialog {
    max-width: 1200px;
    margin-bottom: 0;
  }
}

/*========================================================
                         footer
=========================================================*/

footer {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #663300;
  color: #fff;
  margin-bottom: 68px;
}

footer p {
  margin: unset;
  font-size: 0.75rem;
}

@media screen and (min-width: 992px) {
  footer {
    height: 50px;
    margin-bottom: unset;
  }
}

.anim-clip-reveal-up {
  animation: clipRevealUp 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  opacity: 0;
}

@keyframes clipRevealUp {
  0% {
    opacity: 1;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.anim-clip-reveal-down {
  animation: clipRevealDown 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  opacity: 0;
}

@keyframes clipRevealDown {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
