@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@00;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

:focus {
  outline: 0;
}

address, caption, cite, code, dfn,
em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.justwrap {
  position: relative;
  display: block;
}

.justselect {
  opacity: 0;
  width: 100%;
  display: block !important;
  position: absolute;
  background: transparent;
  height: 100%;
  z-index: 900;
  border: none;
}

.selectbox {
  width: 100%;
  position: relative;
  z-index: 1000;
  pointer-events: none;
}

.selectbox__label {
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
  color: #202020;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

.selectbox__label:after {
  content: "";
  display: inline;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #DDD9C7;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 70%;
  }
}

@media screen and (max-width: 1266px) {
  html {
    font-size: 55%;
  }
}

body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  background-color: #112A4F;
}

.noto-serif-semibold, .reserve .block-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}

.noto-serif-bold {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}

.noto-sans-regular {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

.noto-sans-black {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.main {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/index/bg-top.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-word {
  color: #fff;
  width: 100%;
  height: 100%;
}

.main-word .main-word__top,
.main-word .main-word__bottom {
  position: relative;
  width: 100%;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-word .main-word__top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.3vw;
}

.main-word .main-word__bottom {
  gap: 3vmin;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5vw;
}

.main-word .title {
  letter-spacing: 1px;
  font-size: 3.8vmin;
  color: #DDD9C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.main-word .slogan img {
  width: 100%;
  height: auto;
}

.main-word .slogan-1 {
  width: 35vmin;
}

.main-word .slogan-2 {
  width: 30.3vmin;
}

.main-word h3.title {
  padding-top: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4.1vmin;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.main-word h5 {
  font-size: 2.2vmin;
  color: #DDD9C7;
}

.reserve {
  position: relative;
  min-height: 100vh;
  background-color: #112A4F;
  background-image: url(../images/index/bg-bottom.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10vmin;
}

.reserve .container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
  width: 86%;
  margin: 0 auto;
}

.reserve .block-title {
  position: relative;
  color: #fff;
  margin-bottom: 5vw;
  font-size: 4.6vmin;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  background-image: url(../images/index/title-bg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20vmin;
}

.reserve .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: .5px;
  background-color: #fff;
}

.reserve .btn-row {
  margin-top: 1.8vw;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-yellow {
  background-color: #DDD9C7;
  color: #102648;
  width: 100%;
  font-size: 2.8vmin;
  letter-spacing: .6vw;
  font-weight: 900;
}

.btn-yellow:hover {
  background-color: #D8D1B4;
}

.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row > div {
  width: 50%;
}

.row .col__left {
  padding: 0 5.5vw;
}

.row .col__right {
  padding-left: 2.8vmin;
  padding-right: 5.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row .col__right .full-height {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd9c7;
  -webkit-transition: .2s;
  transition: .2s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd9c7;
  -webkit-transition: .2s;
  transition: .2s;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ddd9c7;
  -webkit-transition: .2s;
  transition: .2s;
}

input::placeholder,
textarea::placeholder {
  color: #ddd9c7;
  -webkit-transition: .2s;
  transition: .2s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(221, 217, 199, 0.5);
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(221, 217, 199, 0.5);
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: rgba(221, 217, 199, 0.5);
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: rgba(221, 217, 199, 0.5);
}

.form-group {
  margin-bottom: 1.8vw;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-control {
  width: 100%;
  border: none;
}

select.form-control {
  -webkit-appearance: none;
  background-color: transparent;
}

.selectbox .selectbox__label:after {
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 12px;
  right: 1vw;
}

.form-control,
.selectbox .selectbox__label {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 2.8vmin;
  padding: 0 1.2vw;
  background-color: transparent;
  border: 1px solid #DCDDDD;
  color: #DDD9C7;
}

input.form-control,
.selectbox .selectbox__label {
  height: 6.5vmin;
  line-height: 6.5vmin;
}

textarea.form-control {
  height: 100%;
  padding-top: 1vw;
  background-color: rgba(255, 255, 255, 0.28);
  border-color: transparent;
}

.checkbox-group {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #DDD9C7;
  padding-left: 36px;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 300;
}

.checkbox-group .link {
  font-weight: 600;
}

.checkbox-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-group:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox-group input:checked ~ .checkmark {
  background-color: #fff;
}

.checkbox-group input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-group .checkmark {
  position: absolute;
  left: 0;
  top: calc((100% - 22px) / 2);
  height: 22px;
  width: 22px;
  background-color: #DDD9C7;
}

.checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 0;
  width: 7px;
  height: 14px;
  border: solid #102648;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slogan-3 {
  position: absolute;
  right: 3.5vw;
  bottom: 1vw;
  width: 37.9vmin;
}

.slogan-3 img {
  width: 100%;
  height: auto;
}

.btn-home {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1366px) {
  input.form-control,
  .selectbox .selectbox__label,
  .btn-yellow {
    height: 45px;
    line-height: 45px;
  }
  .form-control,
  .selectbox .selectbox__label,
  .btn-yellow,
  .checkbox-group {
    font-size: 18px;
  }
  .checkbox-group {
    padding-left: 26px;
  }
  .checkbox-group .checkmark {
    top: calc((100% - 18px) / 2);
    height: 18px;
    width: 18px;
  }
  .checkbox-group .checkmark:after {
    left: 5px;
    top: 0;
    width: 6px;
    height: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 86%;
    margin: 0 auto;
  }
  .row > div {
    width: 100%;
  }
  .row .col__left,
  .row .col__right {
    padding: 0;
  }
  .row .col__left {
    margin-bottom: 1.8vw;
  }
  textarea.form-control {
    min-height: 25vh;
  }
}

@media (orientation: portrait) {
  .main {
    background-image: url(../images/index/bg-top-m.jpg);
    background-size: cover;
  }
  .main-word .slogan-1 {
    width: 60vw;
  }
  .main-word .slogan-2 {
    width: 42vw;
  }
  .main-word .title,
  .main-word h3.title {
    font-size: 5.5vw;
  }
  .main-word h5 {
    font-size: 3.5vw;
  }
  .main-word .main-word__top {
    padding-bottom: 9vh;
  }
  .main-word .main-word__bottom {
    gap: 16px;
    padding-top: 5vh;
    padding-bottom: 0;
  }
  .reserve {
    background-image: url(../images/index/bg-bottom-m.jpg);
  }
  .reserve .block-title {
    height: 22vmin;
    background-image: url(../images/index/title-bg-m.jpg);
  }
  .reserve .block-title::after {
    bottom: 2px;
  }
  .thanks .main-word__top {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thanks .main-word__bottom {
    padding-top: 0;
    padding-bottom: 5vh;
  }
}

@media screen and (max-width: 480px) {
  .form-control,
  .selectbox .selectbox__label {
    padding: 0 12px;
  }
  .selectbox .selectbox__label:after {
    right: 12px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 8px;
  }
  input.form-control,
  .selectbox .selectbox__label,
  .btn-yellow {
    height: 35px;
    line-height: 35px;
  }
  .form-control,
  .selectbox .selectbox__label,
  .btn-yellow,
  .checkbox-group {
    font-size: 14px;
  }
  .form-group {
    margin-bottom: 12px;
  }
  .checkbox-group {
    padding-left: 18px;
  }
  .checkbox-group .checkmark {
    top: calc((100% - 14px) / 2);
    height: 14px;
    width: 14px;
  }
  .checkbox-group .checkmark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 8px;
  }
  .main-word .title {
    font-size: 22px;
    gap: 8px;
  }
  .main-word h3.title {
    font-size: 24px;
  }
  .main-word h5 {
    font-size: 14px;
  }
  .row {
    width: 280px;
  }
  .row .col__left {
    margin-bottom: 12px;
  }
  .reserve .btn-row {
    margin-top: 12px;
  }
  .reserve .block-title {
    font-size: 20px;
  }
  .slogan-3 {
    width: 158px;
  }
}
