/*------------------------------------*\
  RESET
  \*------------------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

img,
svg {
  max-width: 100%;
}

body {
  background-color: #E6E2DB;
  font-family: "ltc-caslon-pro", serif;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 100;
  color: #050505;
}
body.no-scroll {
  overflow: hidden;
}
body.disabled-page:before {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
}
body * {
  outline: none !important;
}

p {
  font-weight: 100;
}

a,
svg {
  text-decoration: none;
  color: #E6E2DB;
}
a:hover,
svg:hover {
  text-decoration: none;
}
a.link-dark:hover,
svg.link-dark:hover {
  color: #E6E2DB;
}
a.button,
svg.button {
  color: #000;
  background: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 4px 25px;
  border: 1px solid #FFF;
  font-weight: 600;
}
a.button:hover,
svg.button:hover {
  text-decoration: none;
  color: #FFF;
  background: #000;
}

.wrapper {
  max-width: 1640px;
  padding: 0 50px;
  margin: auto;
}

.md-wrapper {
  max-width: 995px;
  margin: auto;
  padding: 0 10px;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
header a.inquiry {
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 20px 35px 14px;
  display: inline-block;
  color: #000;
  background: #fff;
  line-height: 1;
  font-weight: bold;
  top: 30px;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.4s;
}
header a.inquiry:hover {
  background: #000;
  color: #FFF;
}
@media only screen and (max-width: 1180px) {
  header a.inquiry {
    right: 20px;
    padding: 14px 20px 10px;
    top: 20px;
    font-size: 12px;
  }
}

h1, h2 {
  text-align: center;
}

h1 {
  font-size: 59px;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
}

#home h2 {
  margin-bottom: 10px;
}

.banner {
  background: url(/img/banner.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 8%;
  z-index: 2;
}
.banner h1, .banner h2 {
  color: #fff;
  padding: 0 35px;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 1;
}
.banner .play {
  color: #FFF;
  position: absolute;
  top: 62%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner .play img {
  display: block;
  margin: auto;
  width: 25px;
  margin-bottom: 13px;
}
.banner .play:hover {
  opacity: 0.8;
}
.banner a.link-down {
  color: #FFF;
  position: absolute;
  bottom: 40px;
  background-image: url(/img/arrow-down-white.svg);
  width: auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.banner .video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner iframe {
  background: #FFF;
  height: 100%;
  width: 160vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link-down {
  display: block;
  color: #050505;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-bottom: 18px;
  background: url(/img/arrow-down.svg) no-repeat bottom center;
  font-size: 20px;
  letter-spacing: 0.13em;
  background-size: 45px;
}
.link-down:hover {
  color: #414141;
}

.inner-banner {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
.inner-banner h3 {
  color: #FFF;
  font-size: 34px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  line-height: 1.4;
}
.inner-banner h3 span {
  text-transform: none;
  font-size: 0.9em;
  font-style: italic;
}
.inner-banner .video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.inner-banner iframe {
  background: #000;
  width: 105vw;
  height: 53vw;
  min-height: 73vw;
  min-width: 89vw;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1180px) {
  .inner-banner iframe {
    height: 72vw;
    min-height: 54vw;
    width: 111vw;
    min-width: 167vw;
  }
  .inner-banner .video-wrapper {
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .inner-banner iframe {
    height: 158vw;
    min-height: 213vw;
    width: 237vw;
    min-width: 143vw;
  }
}

.mt-6 {
  margin-top: 5rem;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 22px;
}

span.swiper-pagination-bullet {
  height: 2px;
  width: 19px;
  border-radius: 1px;
  background: #FFF;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}

.swiper-button-next, .swiper-button-prev {
  top: auto;
  bottom: 23px;
  width: 11px;
  height: 20px;
  background: url(/img/next-arrow.svg) no-repeat;
  background-size: cover;
  left: 58%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .swiper-button-next, .swiper-button-prev {
    left: 62%;
  }
}
@media only screen and (max-width: 680px) {
  .swiper-button-next, .swiper-button-prev {
    left: 70%;
  }
}

.swiper-button-prev {
  background-image: url(/img/prev-arrow.svg);
  left: 42%;
}
@media only screen and (max-width: 1180px) {
  .swiper-button-prev {
    left: 38%;
  }
}
@media only screen and (max-width: 680px) {
  .swiper-button-prev {
    left: 29%;
  }
}

p {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.6;
  padding: 0 30px;
  font-weight: 100;
}
p.wide {
  max-width: 1080px;
}
p.alt-txt {
  font-family: "ltc-caslon-pro", serif;
  padding: 0;
}
p.alt-txt span {
  display: block;
  line-height: 1.2;
  margin-bottom: 14px;
}
p.alt-txt span.italics {
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.8;
}

#main p {
  margin: 10px auto 25px;
  max-width: 1300px;
}

h2 {
  text-align: center;
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
}
h2.alt {
  font-size: 50px;
  text-transform: uppercase;
  font-style: normal;
}
h2.alt span {
  font-style: italic;
  font-size: 40px;
  text-transform: none;
}

h3 {
  font-size: 40px;
  text-transform: uppercase;
}

h5 {
  font-size: 25px;
  text-transform: uppercase;
}
h5 i {
  font-style: italic;
  text-transform: none;
}
h5.alt {
  font-size: 30px;
}

h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
h6 i {
  font-style: italic;
}
h6.alt {
  font-size: 16px;
}

.map-area h2 {
  margin-top: 0;
}
.map-area .show-map {
  height: 57vw;
  max-height: 870px;
}
@media only screen and (max-width: 1380px) {
  .map-area .show-map {
    height: 50vw;
  }
}
@media only screen and (max-width: 1080px) {
  .map-area .show-map {
    height: 43vw;
  }
}
@media only screen and (max-width: 780px) {
  .map-area {
    background: none;
  }
  .map-area .show-map {
    height: 96vw;
    background: url(/img/map.jpg) no-repeat center;
    background-size: contain;
  }
}

#register {
  max-width: 1200px;
  margin: auto;
  padding: 60px 25px;
  text-align: center;
}
#register h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 70px;
}
#register h6 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}
#register label {
  font-family: "proxima-nova", sans-serif;
  color: #615D5B;
  font-size: 12px;
  letter-spacing: 0.06em;
}
#register label span {
  display: inline-block;
  padding-top: 7px;
}
#register input[type=checkbox], #register input[type=radio] {
  margin-top: 0.25em;
  vertical-align: top;
  /* background-color: #fff; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #615D5B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  width: 2em;
  height: 2em;
  border-radius: 100px;
  margin-right: 8px;
}
#register input:checked[type=checkbox], #register input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #615D5B;
}
#register input[type=text], #register input[type=email], #register input[type=tel], #register select {
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px solid #615D5B;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "proxima-nova", sans-serif;
  color: #615D5B;
  font-weight: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.06em;
  border-radius: 0;
}
#register input[type=text]::placeholder, #register input[type=email]::placeholder, #register input[type=tel]::placeholder, #register select::placeholder {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  color: #615D5B;
}
#register input[type=text].missing, #register input[type=email].missing, #register input[type=tel].missing, #register select.missing {
  border-bottom: 1px solid red;
}
#register select {
  background: url(/img/select-arrow.svg) no-repeat 97%;
  background-position-x: calc(100% - 7px);
  padding-right: 34px;
}
#register button {
  font-size: 30px;
  outline: none;
  border: none;
  color: #050505;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  width: 220px;
  padding: 15px 0 10px;
  border: 1px solid #615D5B;
  background: transparent;
  cursor: pointer;
}
#register button:hover {
  color: #615D5B;
  background: #fff;
}
#register button.submit {
  background: #615D5B;
  color: #FFF;
}

footer {
  font-size: 11px;
  font-weight: 100;
  text-align: left;
  border-top: 1px solid #bfbfbf;
  padding: 45px 0;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.3px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline-block;
}
footer a {
  color: #615D5B;
  font-weight: bold;
  display: block;
  letter-spacing: 0.08em;
  margin: 0 13px;
}

.grecaptcha-badge {
  display: none !important;
}

.inline-response, .form-done {
  display: none;
}

p.inline-response.reveal-response {
  display: block;
  font-size: 25px;
}

span.error-message {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: -5px;
  font-family: "proxima-nova", sans-serif;
}

@media only screen and (max-width: 1080px) {
  .inner-banner h3 {
    font-size: 19px;
    padding: 0 10px;
  }
  #register h4 {
    font-size: 25px;
  }
  #register h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  div#mainbody {
    width: 100vw;
    overflow: hidden;
  }
  body {
    font-size: 16px;
  }
  .wrapper {
    padding: 0 20px;
    max-width: 100vw;
    overflow: hidden;
  }
  .inner-banner h3 {
    font-size: 20px;
    line-height: 1;
  }
}
/* new */
.disclaimer {
  font-size: 16px;
  text-transform: uppercase;
}

.caption {
  position: relative;
}

.caption .disclaimer {
  position: absolute;
  opacity: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  bottom: 0;
  margin: 0;
  width: 100%;
}

.caption:hover .disclaimer {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

h4 {
  font-family: "adobe-caslon-pro", serif;
  font-size: 24px;
}

footer p.large {
  font-size: 18px;
}

footer p.large a {
  font-weight: 300;
  letter-spacing: normal;
}

footer .border-right {
  border-right: 1px solid #ccc;
}

@media (max-width: 1200px) {
  footer .border-right {
    border-right: none;
  }
}
@media only screen and (max-width: 575px) {
  .link-down {
    font-size: 16px;
  }
  .four_seasons {
    min-height: 0 !important;
    margin-top: 0 !important;
  }
  .inner-banner iframe {
    height: 0;
    min-height: 50vw;
    width: 150vw;
    min-width: 150vw;
  }
  h2.alt {
    font-size: 32px;
  }
}