@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 17px;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
}

#teaser {
  overflow-x: hidden;
  background-image: url(../../../../images/teaser-HRV-2022/bg-banner_M_02.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}

@media (min-width: 768px) {
  #teaser {
    background-image: url(../../../../images/teaser-HRV-2022/bg-banner_PC_02.jpg);
  }
}

#teaser .navbar {
  position: absolute;
  top: 0;
}

#teaser .img-banner {
  max-width: 100%;
  width: 100%;
}

#teaser .img-banner[src*='bg-banner_PC_01'] {
  display: none;
}

@media (min-width: 768px) {
  #teaser .img-banner[src*='bg-banner_PC_01'] {
    display: block;
  }
}

#teaser .img-banner[src*='bg-banner_M_01'] {
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #teaser .img-banner[src*='bg-banner_M_01'] {
    display: none;
  }
}

#teaser .container {
  padding-bottom: 50px;
}

@media (min-width: 450px) {
  #teaser .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  #teaser .container {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  #teaser .container {
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  #teaser .container {
    max-width: 65%;
  }
}

@media (min-width: 1200px) {
  #teaser .container {
    max-width: 1140px;
  }
}

#teaser .reserve-form {
  max-width: 850px;
  margin: auto;
  padding: 15px 15px 50px 15px;
  color: white;
  background-image: url("../../../../images/teaser-HRV-2022/reserve-form-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 450px) {
  #teaser .reserve-form {
    padding: 30px 30px 50px 30px;
  }
}

@media (min-width: 576px) {
  #teaser .reserve-form {
    padding: 50px 50px 70px 50px;
  }
}

@media (min-width: 768px) {
  #teaser .reserve-form {
    padding: 60px 60px 90px 60px;
  }
}

#teaser .btn-reserve {
  letter-spacing: 1.5px;
  background-image: url(../../../../images/teaser-HRV-2022/reserve-form-btn-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#teaser .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#teaser .col-5 {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  #teaser .col-5 {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  #teaser .col-12.order-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#teaser .col-12:first-child, #teaser .col-12:last-child, #teaser .col-12:nth-last-child(2) {
  text-align: center;
}

#teaser .col-12:nth-last-child(2) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
  #teaser .col-12:nth-last-child(2) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  #teaser .col-12:nth-last-child(2) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#teaser .col-12:nth-last-child(2) a {
  color: #c24c4c;
  text-decoration: underline;
}

#teaser p {
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 1.2rem;
}

#teaser p.h1 {
  font-family: '微軟正黑體';
  font-size: 2.5rem;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #teaser p.h1 {
    font-size: 3rem;
  }
}

#teaser p strong {
  padding-bottom: 5px;
  position: relative;
}

#teaser p strong::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, #494746), to(#494746));
  background: linear-gradient(#000, #000 50%, #494746 50%, #494746 100%);
}

.reserve-form label {
  font-weight: 400;
  letter-spacing: 1px;
}

.reserve-form label:not(label[for*="gender"]) {
  display: block;
  width: unset;
  margin-top: 2.2rem;
}

@media (min-width: 576px) {
  .reserve-form label:not(label[for*="gender"]) {
    margin-top: 2.5rem;
  }
}

.reserve-form label[for*="gender"] {
  vertical-align: baseline;
  margin-top: 75px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .reserve-form label[for*="gender"] {
    margin-top: 82px;
  }
}

@media (min-width: 768px) {
  .reserve-form label[for*="gender"] {
    margin-top: 77px;
  }
}

.reserve-form label[for*="gender-2"] {
  margin-left: 15px;
}

@media (min-width: 576px) {
  .reserve-form label[for*="gender-2"] {
    margin-left: 25px;
  }
}

.reserve-form input, .reserve-form select {
  min-width: calc(100% - 15px);
  width: 100%;
  background-color: black;
  color: white;
  padding: 12px;
  border: none;
  letter-spacing: 1.5px;
}

.reserve-form :focus-visible {
  outline: 0;
}

.reserve-form input:focus {
  border-radius: 0;
}

.reserve-form input:-internal-autofill-selected {
  /* appearance: menulist-button; */
  /* background-image: none !important; */
  background-color: #000000 !important;
  color: white !important;
}

.reserve-form input[name*="gender"] {
  width: unset;
  margin-left: 5px;
}

.reserve-form input[name*="verifyCode"] {
  min-width: unset;
  width: calc(100% - 92px - 19px);
  vertical-align: middle;
}

.reserve-form input[type="date"] {
  color-scheme: dark;
}

.reserve-form input[type="date"]::-webkit-calendar-picker-indicator {
  color: white;
  width: calc(100% - 47px);
  position: absolute;
}

.reserve-form input[type="date"]::-webkit-datetime-edit {
  padding-left: 19px;
  padding-top: 1px;
  letter-spacing: 1.5px;
  vertical-align: text-bottom;
}

.reserve-form input[type='radio'] {
  display: none;
}

.reserve-form input[type='radio'] + label::before {
  content: '';
  display: inline-block;
  visibility: visible;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  top: 1px;
  left: -3.5px;
  border: 3px solid white;
}

.reserve-form input[type='radio']:checked + label::before {
  background-color: #540000;
}

.reserve-form input[type="checkbox"] {
  display: none;
}

.reserve-form input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  display: inline;
  vertical-align: middle;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .reserve-form input[type="checkbox"] + label {
    font-size: 1.25rem;
  }
}

.reserve-form input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-radius: 1px;
}

@media (min-width: 768px) {
  .reserve-form input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    border: 1.5px solid white;
  }
}

.reserve-form input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 13px;
  background: #ffedda;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #ffedda, 4px 0 0 #ffedda, 4px -2px 0 #ffedda, 4px -4px 0 #ffedda, 4px -6px 0 #ffedda, 4px -8px 0 #ffedda;
          box-shadow: 2px 0 0 #ffedda, 4px 0 0 #ffedda, 4px -2px 0 #ffedda, 4px -4px 0 #ffedda, 4px -6px 0 #ffedda, 4px -8px 0 #ffedda;
  -webkit-transform: rotate(45deg) scale(1.35);
          transform: rotate(45deg) scale(1.35);
}

@media (min-width: 768px) {
  .reserve-form input[type="checkbox"]:checked + label:after {
    left: 5px;
  }
}

.reserve-form select {
  color: #7c7c7c;
}

.reserve-form select option {
  color: white;
}

.reserve-form select option:hover, .reserve-form select option:checked {
  background-color: #3b2f27;
}

.reserve-form img.verifyCode-img {
  border: 1px solid black;
}

.reserve-form .form-verification-reset {
  color: #c24c4c;
}

.reserve-form .btn-reserve {
  border: none;
  line-height: 3.5;
  width: 100%;
  max-width: 545px;
}

@media (min-width: 768px) {
  .reserve-form .btn-reserve {
    max-width: 60%;
  }
}

.infoBlock {
  width: 100%;
  display: block;
  margin-top: 1.5rem;
  background: #e2d2c0;
  padding: 0 15px;
  border: solid 16px #3b2f27;
}

@media (min-width: 768px) {
  .infoBlock {
    margin-top: 1rem;
  }
}

.infoBlock hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #3b2f27;
}

@media (min-width: 768px) {
  .infoBlock hr {
    display: none;
  }
}

.infoBlock .btn {
  width: 100%;
  padding: 0.5em 0.25em;
  display: block;
  font-size: 1em;
  border-radius: 4px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .infoBlock .btn:hover {
    background-color: #c9161c;
    color: #fff;
  }
}

.infoBlock .col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.infoBlock-header {
  display: none;
}

@media (min-width: 768px) {
  .infoBlock-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fbecdb;
    padding: 15px 0;
  }
}

.infoBlock-header .infoBlock-td {
  color: #3b2f27;
  font-weight: 600;
}

.infoBlock-tr {
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .infoBlock-tr {
    padding: 7.5px 0;
  }
  .infoBlock-tr:nth-of-type(even) {
    background-color: #fbecdb;
  }
}

.infoBlock-td {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  color: #3b2f27;
}

@media (min-width: 768px) {
  .infoBlock-td {
    font-size: 0.875em;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  .infoBlock-td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .infoBlock-td {
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .infoBlock-local,
  .infoBlock-add,
  .infoBlock-phone,
  .infoBlock-booking {
    padding-left: calc(15px + 2.8em);
    padding-right: 60px;
    position: relative;
  }
}

.infoBlock-local::before,
.infoBlock-add::before,
.infoBlock-phone::before,
.infoBlock-booking::before {
  width: 2em;
  font-weight: 500;
  margin-right: 1em;
  position: absolute;
  top: 0;
  left: 15px;
}

@media (min-width: 768px) {
  .infoBlock-local::before,
  .infoBlock-add::before,
  .infoBlock-phone::before,
  .infoBlock-booking::before {
    display: none;
  }
}

.infoBlock-radio {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
      order: 6;
  cursor: pointer;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .infoBlock-radio {
    width: 50px;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
        order: initial;
  }
}

.infoBlock-radio input[type='radio'] {
  margin: 0;
}

@media (max-width: 767.98px) {
  .infoBlock-radio input[type='radio'] {
    display: none;
  }
}

.infoBlock-radio input[type='radio'] + label {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
  background-color: transparent;
}

.infoBlock-radio input[type='radio'] + label::before {
  display: none;
}

@media (min-width: 768px) {
  .infoBlock-radio input[type='radio'] + label::before {
    display: inline-block;
    top: 1px;
    left: 12px;
  }
}

.infoBlock-radio input[type='radio'] + label .btn {
  border-radius: 0;
  border: 2px solid #42332f;
  background-color: transparent;
  color: #42332f;
  font-weight: 500;
}

@media (min-width: 768px) {
  .infoBlock-radio input[type='radio'] + label .btn {
    display: none;
  }
}

.infoBlock-radio input[type='radio']:checked:after {
  width: 14px;
  height: 14px;
  top: -1.4px;
  left: 8.6px;
}

.infoBlock-radio input[type='radio']:checked + label .btn {
  background-color: #42332f;
  color: #ffedda;
}

.infoBlock-local {
  text-align: left;
}

.infoBlock-local::before {
  content: '據點';
}

@media (min-width: 768px) {
  .infoBlock-local {
    width: 8em;
  }
}

.infoBlock-add {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.infoBlock-add::before {
  content: '地址';
}

.infoBlock-add a {
  display: block;
  color: #3b2f27;
  padding: 10px;
  position: absolute;
  top: -10px;
  right: 10px;
}

.infoBlock-add a i {
  font-size: 20px;
}

@media (min-width: 576px) {
  .infoBlock-add a {
    right: 30px;
  }
}

@media (min-width: 768px) {
  .infoBlock-add a {
    display: none;
  }
}

.infoBlock-phone::before {
  content: '電話';
}

@media (min-width: 768px) {
  .infoBlock-phone {
    width: 10em;
  }
}

.infoBlock-map {
  display: none;
}

@media (min-width: 768px) {
  .infoBlock-map {
    display: block;
    text-align: center;
    width: calc(2em + 20px);
  }
  .infoBlock-map a {
    font-size: 20px;
    display: block;
    color: #3b2f27;
  }
}

@media (min-width: 992px) {
  .infoBlock-map {
    width: calc(4em + 20px);
  }
  .infoBlock-map a {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .infoBlock-map {
    width: calc(4em + 30px);
  }
}
/*# sourceMappingURL=teaser-HRV-2022.css.map */