body {
  font-family: "Arial", sans-serif;
  margin: 0;
}

/* google recaptcha 隱藏 */
.grecaptcha-badge {
  visibility: hidden;
}

h1,
h2 {
  font-weight: 800;
}
p {
  font-weight: 400;
}
.row {
  --bs-gutter-x: 0rem !important;
}

.no-download {
  pointer-events: none;
}

.rwd-pc {
  display: block;
}
.rwd-mo {
  display: none;
}

/* Section 1: Big Image */
.mb {
  display: block;
}
.pc {
  display: none;
}

#video-background {
  width: 100%;
}

.banner {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  aspect-ratio: 414 / 736;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url(./images/banner_bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .py-logo {
  position: absolute;
  right: 2.5%;
  top: 2.5%;
  width: 15%;
}
.banner .text {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 15%;
}
.banner .text img {
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner .text .s1-t1 {
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
  .banner {
    height: 100vh;
  }
  .banner .bg {
    background-image: url(./images/banner_bg1.png);
    background-position: bottom center;
  }
  .banner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    height: 100%;
    margin-bottom: unset;
  }
  .banner .text .s1-t1 {
    width: 90%;
    margin-bottom: 0;
  }
  .banner .text .s1-logo {
    width: 52.5%;
  }
  .banner .py-logo {
    right: 1%;
    top: 2%;
    width: 7%;
  }
}
#section1 {
  overflow: hidden;
}
#section1 .logo1 {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#section1 .desc {
  position: relative;
  bottom: 0;
}

/* Section 2: Image and Texts */
#section2 {
  padding: 50px 0 50px 0;
}

#section2 .first {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/*#section2 .first .taipei {
        background-image: url(https://photo.1pagedo.com/luxury/taipei1.gif);min-height: 500px;width: 100%;background-size: cover;}
*/
#section2 .first .title {
  color: #c0915f;
  font-size: 36px;
  padding-left: 20px;
}

#section2 .first .title-rwd {
  display: none;
}

#section2 .first .info {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}

#section2 .big-img {
  padding-top: 20px;
}

#section2 .second {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#section2 .second .title {
  color: #c0915f;
  font-size: 36px;
  padding-left: 20px;
}

#section2 .second .info {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}

#section2 .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

#section2 .row {
  padding-top: 20px;
}

/* Section 3: Image and Texts */
#section3 .big-img {
  padding-top: 20px;
}

#section3 .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

#section3 .title {
  color: #c0915f;
  font-size: 36px;
  padding-left: 20px;
}

#section3 .title-rwd {
  display: none;
}

#section3 .info {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}

/* Section 4: Image and Texts */
#section4 {
  padding: 40px 0 40px 0;
}

#section4 .container-carousel {
  display: flex;
  max-width: 100%;
  height: auto;
  background-color: #ffffff;
}

#section4 .container-carousel-rwd {
  display: none;
}

#section4 .left {
  width: 35%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section4 .left-block {
  position: relative;
  z-index: 99;
  margin-right: -200px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

#section4 .left-block h1 {
  color: #c0915f;
}

#section4 .left-block p {
  font-weight: bold;
  margin-top: 60px;
  font-size: 24px;
}

#section4 .right {
  width: 65%;
  position: relative;
}

#section4 .right img {
  width: 100%;
  display: block;
}

/* Section 5: Image and Texts */
#section5 {
  padding: 40px 0 40px 0;
}

#section5 .container-block {
  display: flex;
  max-width: 100%;
  height: auto;
  background-color: #ffffff;
}

#section5 .container-block-rwd {
  display: none;
}

#section5 .right {
  width: 35%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section5 .right-block {
  position: relative;
  z-index: 99;
  margin-left: -200px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

#section5 .right-block h1 {
  color: #c0915f;
}

#section5 .right-block p {
  font-weight: bold;
  margin-top: 60px;
  font-size: 24px;
}

#section5 .left {
  width: 65%;
  position: relative;
}

#section5 .left img {
  max-width: 100%;
  display: block;
}

/* Section 7: Centered Text on Image */
#section7 {
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 0.01%,
      rgba(0, 0, 0, 0.5) 53.5%,
      #000000 79.01%
    ),
    url("https://photo.1pagedo.com/luxury/company.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  color: white;
}

#section7 .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 186px;
}

#section7 .info .header {
  margin-top: 57px;
  font-size: 71px;
}

#section7 .desc1 {
  margin-top: 390px;
  max-width: 725px;
  font-size: 1.5em;
  font-weight: 600;
}

#section7 .desc2 {
  max-width: 725px;
  margin-bottom: 26px;
}

/* Section 8: Images and Texts */
#section8 {
  background: url("https://photo.1pagedo.com/luxury/bg-left.png") center/cover
    no-repeat;
}

#section8 .info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 126px;
}

#section8 .desc {
  margin-top: 5%;
}

#section8 .avatar {
  display: block;
}

#section8 .rwd-avatar {
  display: none;
}

#section8 .detail {
  margin-top: 66px;
  font-size: 26px;
}

#section8 .kuo-top {
  display: flex;
}

#section8 .kuo-top .card {
  font-size: 28px;
  writing-mode: vertical-lr;
  border-width: 0;
}

#section8 #carousel-kuo-top {
  display: none;
}

#section8 #carousel-kuo-bottom {
  display: none;
}

#section8 #carousel-lian-bottom {
  display: none;
}

#section8 #carousel-tian-bottom {
  display: none;
}

#section8 .kuo-bottom {
  display: flex;
}

#section8 .kuo-bottom .card {
  font-size: 28px;
  writing-mode: vertical-lr;
  border-width: 0;
}

#section8 .kuo-top-img {
  width: 100%;
}

#section8 .kuo-bottom-img {
  width: 100%;
  max-height: 600px;
}

/* Section 9: Two Blocks */
#section9 {
  background: url("https://photo.1pagedo.com/luxury/tang-bg.png") center/cover
    no-repeat;
  color: white;
  background-color: #f8f9fa;
  padding-bottom: 20px;
}

#section9 .info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 191px;
  padding-bottom: 192px;
}

#section9 .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #015976;
}

#section9 .rwd-desc {
  display: none;
}

#section9 .tang-img {
  width: 100%;
  max-height: 366px;
}
/* Section 12: Image and Texts */
#section12 {
  padding: 50px 0 50px 0;
}

#section12 .first {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#section12 .first .title {
  color: #c0915f;
  font-size: 36px;
  padding-left: 20px;
}

#section12 .first .title-rwd {
  display: none;
}

#section12 .first .info {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}

#section12 .big-img {
  padding-top: 20px;
}

#section12 .second {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#section12 .second .title {
  color: #c0915f;
  font-size: 36px;
  padding-left: 20px;
}

#section12 .second .info {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}

#section12 .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

#section12 .row {
  padding-top: 20px;
}

.title-name {
  font-size: 64px;
  font-weight: 700;
  line-height: 87px;
  color: #c0915f;
}

.sub-title-name {
  font-size: 40px;
  font-weight: bold;
}

#location {
  padding: 40px 0 40px 0;
}

.location-img {
  width: 80%;
  margin: 40px auto 40px auto;
}

.advertisement .desc {
  background: url("https://photo.1pagedo.com/luxury/logo-bg.png") center/cover
    no-repeat;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.advertisement .detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}

.advertisement .detail-row {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  padding: 10px;
}

.advertisement .detail-row p {
  font-weight: bold;
}

.slider1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #section2 {
    padding: 0px 0 10px 0;
  }

  #section2 .first .title {
    display: none;
  }

  #section2 .first .title-rwd {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
  }

  #section2 .big-img {
    display: none;
  }

  #section2 .first .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  #section2 .second .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
    padding: 0;
  }

  #section2 .big-img {
    display: none;
  }

  #section2 .second .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  #section3 .big-img {
    display: none;
  }

  #section3 .title {
    display: none;
  }

  #section3 .title-rwd {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
  }

  #section3 .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  #section4 {
    padding: 20px 0 20px 0;
  }

  #section4 .container-carousel {
    display: none;
  }

  #section4 .container-carousel-rwd {
    display: block;
    padding: 10px 30px 10px 30px;
  }

  #section4 .container-carousel-rwd .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
    padding-top: 20px;
  }

  #section4 .container-carousel-rwd .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  #section4 .left {
    width: 100%;
    justify-content: flex-start;
  }

  #section4 .left-block {
    margin-right: 0px;
    padding: 10px;
  }

  #section4 .left-block p {
    margin-top: 30px;
    font-size: 14px;
  }

  #section4 .right {
    display: none;
  }

  #section5 {
    padding: 20px 0 20px 0;
  }

  #section5 .container-block {
    display: flex;
    flex-direction: column;
  }

  #section5 .container-block-rwd {
    display: block;
    padding: 10px 30px 10px 30px;
  }

  #section5 .container-block-rwd .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
    padding-top: 20px;
  }

  #section5 .container-block-rwd .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  #section5 .right {
    width: 100%;
    justify-content: flex-start;
  }

  #section5 .right-block {
    padding-top: 20px;
    margin: 0 10%;
  }
  #section5 .right-block h1 {
    font-size: 24px;
  }

  #section5 .right-block p {
    margin-top: 30px;
    font-size: 14px;
  }

  #section5 .left {
    width: 100%;
  }

  #section7 .info {
    margin-left: 0;
    justify-content: center;
    align-items: center;
  }

  #section7 .desc1 {
    margin-top: 110px;
    max-width: 325px;
    font-size: 1.2em;
  }

  #section7 .desc2 {
    max-width: 325px;
  }

  #section8 .info {
    padding: 30px 0;
  }

  #section8 .avatar {
    display: none;
  }

  #section8 .rwd-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #section8 .detail {
    margin: 0;
    font-size: 16px;
    text-align: start !important;
  }

  #section8 .kuo-top {
    display: none;
  }

  #section8 #carousel-kuo-top {
    display: block;
  }

  #section8 #carousel-kuo-top .card {
    writing-mode: vertical-lr;
    border-width: 0;
    width: 100%;
  }

  #section8 #carousel-kuo-bottom {
    display: block;
  }

  #section8 #carousel-kuo-bottom .card {
    color: white;
    writing-mode: vertical-lr;
    border-width: 0;
    width: 100%;
  }

  #section8 #carousel-lian-top {
    display: block;
  }

  #section8 #carousel-lian-top .card {
    writing-mode: vertical-lr;
    border-width: 0;
    width: 100%;
  }

  #section8 #carousel-lian-bottom {
    display: block;
  }

  #section8 #carousel-lian-bottom .card {
    color: white;
    writing-mode: vertical-lr;
    border-width: 0;
    width: 100%;
  }

  #section8 #carousel-tian-top {
    display: block;
  }

  #section8 #carousel-tian-top .card {
    writing-mode: vertical-lr;
    border-width: 0;
    width: 100%;
  }

  #section8 #carousel-tian-bottom {
    display: block;
  }

  #section8 #carousel-tian-bottom .card {
    color: white;
    writing-mode: vertical-lr;
    border-width: 0;
    width: 100%;
  }

  #section8 .kuo-bottom {
    display: none;
  }

  #section9 .info {
    padding: 30px 0;
  }

  #section9 .desc {
    display: none;
  }

  #section9 .rwd-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #015976;
  }

  #section12 {
    padding: 0px 0 10px 0;
  }

  #section12 .first .title {
    display: none;
  }

  #section12 .first .title-rwd {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
  }

  #section12 .big-img {
    display: none;
  }

  #section12 .first .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  #section12 .second .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #c0915f;
    padding: 0;
  }

  #section12 .big-img {
    display: none;
  }

  #section12 .second .info {
    font-size: 14px;
    padding: 10px 0 10px 0;
    font-weight: bold;
  }

  .title-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    text-align: start !important;
  }

  .sub-title-name {
    font-size: 24px;
    text-align: start !important;
  }
  /* tang carousel */

  #carousel-tang .card-img-overlay {
    color: #ffffff;
    writing-mode: vertical-lr;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #video-background {
    height: 100%;
  }

  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  #section4 .left-block {
    padding: 20px;
  }

  #section4 .left-block p {
    font-size: 14px;
    margin-top: 10px;
  }
  #section4 .right img {
    height: 350px;
  }

  #section5 .right-block {
    padding: 10px;
  }

  #section5 .right-block p {
    font-size: 14px;
    margin-top: 10px;
  }

  #section5 .left img {
    height: 350px;
  }
  .rwd-pc {
    display: none;
  }
  .rwd-mo {
    display: block;
  }

  #section2 .first,
  #section2 .second {
    width: 100%;
    max-width: 100%;
  }
  #section2 .first .taipei {
    min-height: 300px;
    background-size: cover;
  }
  #section2 .row {
    padding-top: 20px;
    margin: 0 10%;
  }

  #section3 .desc {
    padding-top: 20px;
    margin: 0 10%;
  }

  .slider1 {
    width: 100%;
  }

  #section12 .second {
    width: 100%;
    max-width: 100%;
  }
  #section12 .row {
    padding-top: 20px;
    margin: 0 10%;
  }

  #carousel-tang .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }
}

.video-container {
  position: relative;
}
.custom-controls {
  display: none;
}

/*========================================================
                          nav
=========================================================*/

.navbar {
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  /* Sticky */
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s;
}
.navbar .navbar-Link {
  display: flex;
  flex-direction: column;
}
.navbar .navbar-Link .btn {
  flex: 1;
  font-size: 1rem;
  color: #fff;
  padding: 20px;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  transition: all 0.4s;
  box-shadow: 0 0 0;
  text-shadow: 0 0 10px rgba(67, 66, 66, 0.678);
}
.navbar .navbar-Link .btn:hover,
.navbar .navbar-Link .btn:active {
  border-color: transparent;
}
.navbar .navbar-Link .btn:hover i,
.navbar .navbar-Link .btn:active i {
  font-size: 2.2rem;
  transition: all 0.4s;
}
.navbar .navbar-Link .btn i {
  display: block;
  font-size: 1.5rem;
}
.navbar .navbar-Link .btn span {
  display: block;
  font-size: 0.8rem;
}
.navbar.Sticky {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .navbar {
    box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: auto;
    width: 100%;
    background-color: rgba(252, 252, 252, 0.571);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .navbar .navbar-brand {
    display: none;
  }
  .navbar .navbar-Link {
    width: 100%;
    flex-direction: row;
  }
  .navbar .navbar-Link .btn {
    min-width: auto;
    font-size: 14px;
    padding: 10px 0;
    padding-bottom: 14px;
    text-shadow: 0 0 0;
    color: #3e002f;
    border-left: 1px solid rgba(118, 114, 114, 0.1921568627);
  }
  .navbar .navbar-Link .btn:hover,
  .navbar .navbar-Link .btn:active {
    border-color: transparent;
    border-left: 1px solid rgba(118, 114, 114, 0.1921568627);
  }
  .navbar .navbar-Link .btn:hover i,
  .navbar .navbar-Link .btn:active i {
    font-size: 1rem;
  }
  .navbar .navbar-Link .btn i {
    display: block;
    font-size: 1.2rem;
  }
  .navbar .navbar-Link .btn span {
    display: none;
  }
}

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

.form-text {
  width: 70%;
  margin-bottom: 8%;
}
input,
select {
  background-color: #eeeeef;
  border-radius: 0;
  color: #333;
  outline-color: #d87635;
  border: 1px solid #d87635;
  padding-left: 15px;
}
input:focus,
select:focus {
  scale: 1.01;
}
input[type="text"],
input[type="phone"],
select {
  height: 45px;
  width: 100%;
}
select {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
::placeholder {
  color: #333 !important;
}
:-ms-input-placeholder {
  color: #333 !important;
}
::-ms-input-placeholder {
  color: #333 !important;
}
.reservation {
  background-color: #3e002f;
  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%;
}
.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 {
  color: #f2f2f2;
  font-size: 14.4px;
  margin-left: 3px;
  line-height: 1.8;
}
.reservation .form_check_txt a {
  text-decoration: none;
  color: #f2f2f2;
}
.reservation .reg_btn {
  width: 100%;
  background-color: #c0915f;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  margin-top: 20px;
  padding: 10px 20px;
  line-height: normal;
}
.reservation .reg_disabled {
  cursor: no-drop;
  opacity: 0.8;
}
.reservation .reg_btn:hover {
  background-color: #e6b37de7;
  color: #333;
  opacity: 0.8;
}
.reservation .reg_btn:focus {
  outline: unset;
}
.reservation .reg_disabled:hover {
  background-color: #e6b37de7;
  opacity: 0.8;
}
.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;
}
.reservation .priv {
  color: #f2f2f2;
  margin-bottom: 2%;
}
.reservation .info {
  margin-top: 4%;
  color: #f2f2f2;
}
.map-block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 5% 0 15% 0;
}
.map {
  width: 100%;
  height: 350px;
}

.btn-block {
  width: 100%;
}

/* 平板以上：兩欄排版邏輯 */
@media screen and (min-width: 768px) {
  .reservation .input-block .field-group-half {
    flex: 1 1 calc(50% - 7px); /* 兩欄，中間 gap 是14px */
  }

  .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;
    padding: 80px 0;
  }
  .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;
  }
  .reservation .priv,
  .reservation .info {
    font-size: 17px;
  }
  .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;
  }
}

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

.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;
  }
}
