@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
.bg-gray-orange {
  background: rgba(243, 152, 28, 0.3);
}

.btn-phone {
  background: #EF5525;
  color: #fff !important;
}
.btn-phone:hover {
  background: #F3981C;
}
.btn-phone .fa-phone-alt {
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 992px) {
  .btn-phone {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reserv-qa {
  margin-bottom: 20px;
}

.reserv-qa-title {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C372B;
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}
.reserv-qa-title:before {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #4C372B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border-radius: 8px;
  content: "Q";
  font-family: "roboto", sans-serif;
}
.reserv-qa-title.is-active .trial-qa-title-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.reserv-qa-title-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 1.4rem;
  color: #A2998D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reserv-qa-contents {
  text-align: center;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: rgba(243, 152, 28, 0.1);
  text-align: left;
  border-radius: 8px;
}
.reserv-qa-contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F3981C;
}
.reserv-qa-contents h3:before {
  content: "A";
  font-family: "roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  color: #202020;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  font-size: 2rem;
}
.reserv-qa-contents h3 + p {
  padding-left: 50px;
  color: #808080;
}
.reserv-qa-contents.is-open {
  padding: 10px;
  line-height: normal;
  height: auto;
  margin-top: 5px;
  opacity: 1;
}

.reserv-info {
  border: 1px solid #F3981C;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.reserv-info-header {
  background: #F3981C;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.reserv-info-body {
  padding: 15px;
}
@media (min-width: 768px) {
  .reserv-info-body {
    padding: 30px;
  }
}
.reserv-info-body .btn {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary).reserv-info-phone {
  color: #F3981C;
}

.reserv-info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F3981C;
  pointer-events: none;
}
.reserv-info-phone p {
  line-height: 1;
}
.reserv-info-phone p:first-child {
  margin-right: 20px;
}

.reserv-info-note {
  height: 100%;
  border: 1px solid #A2998D;
  border-radius: 8px;
  overflow: hidden;
}
.reserv-info-note dt {
  background: #A2998D;
  text-align: center;
  color: #fff;
  padding: 6.6666666667px 10px 10px;
}
.reserv-info-note dd {
  padding: 10px 10px 5px;
}

.reserv-campaign {
  position: relative;
  border-radius: 8px;
  background: #FBF8F4;
  height: 100%;
  border: 2px solid #A2998D;
  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;
  color: #4C372B;
  padding: 20px 10px 10px;
}
@media (min-width: 992px) {
  .reserv-campaign {
    padding: 22.5px 15px 15px;
  }
}
.reserv-campaign h3 {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.reserv-campaign h3 span {
  display: inline-block;
  background: #4C372B;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
}
.reserv-campaign h4 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.reserv-campaign h4 span {
  display: inline-block;
  position: relative;
}
.reserv-campaign h4 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: #4C372B;
}
.reserv-campaign ul {
  padding-left: 22.5px;
}
.reserv-campaign ul li {
  list-style: disc;
}
.reserv-campaign ul.reserv-campaign-note li {
  list-style: none;
}

.reserv-campaign-note {
  color: #A2998D;
  font-size: 1.2rem;
}
.reserv-campaign-note li {
  position: relative;
}
.reserv-campaign-note li:before {
  position: absolute;
  content: "※";
  left: -18px;
}

.reserv-hero {
  position: relative;
  padding-bottom: 45px;
}

.reserv-hero-banner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (min-width: 544px) {
  .reserv-hero-banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.reserv-hero-banner h1 {
  position: absolute;
  left: 0;
  top: 65%;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 30px 15px;
  color: #4C372B;
  margin-bottom: 0;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .reserv-hero-banner h1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px 75px 15px;
  }
}

.reserv-hero-contents {
  background: #fff;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  padding: 15px;
  margin-top: -30px;
}
.reserv-hero-contents h2 {
  text-align: center;
  color: #4C372B;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .reserv-hero-contents h2 {
    margin-bottom: 30px;
  }
}
.reserv-hero-contents p {
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .reserv-hero-contents {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .reserv-hero-contents {
    margin-top: -90px;
    max-width: 800px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .reserv-hero-contents {
    padding: 30px 45px 45px;
  }
}

.reserv-hero-original {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 544px) {
  .reserv-hero-original {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 45px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .reserv-flow .reserv-flow-item {
    position: relative;
  }
  .reserv-flow .reserv-flow-item:first-child:before, .reserv-flow .reserv-flow-item:nth-child(2):before {
    position: absolute;
    content: "►►►";
    right: 48%;
    bottom: -15px;
    color: #fff;
    font-size: 12px;
    z-index: 5;
    color: #4C372B;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .reserv-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .reserv-flow .reserv-flow-item {
    width: 33.3333%;
  }
  .reserv-flow .reserv-flow-item:first-child, .reserv-flow .reserv-flow-item:nth-child(2) {
    position: relative;
  }
  .reserv-flow .reserv-flow-item:first-child:after, .reserv-flow .reserv-flow-item:nth-child(2):after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 1px;
    top: 0;
    border-right: 1px dotted #A2998D;
  }
  .reserv-flow .reserv-flow-item:first-child:before, .reserv-flow .reserv-flow-item:nth-child(2):before {
    position: absolute;
    content: "►►►";
    right: -12px;
    top: 18px;
    color: #fff;
    font-size: 12px;
    z-index: 5;
  }
}

.reserv-flow-item {
  background: #FBF8F4;
}
.reserv-flow-item + .reserv-flow-item {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .reserv-flow-item + .reserv-flow-item {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .reserv-flow-item {
    border-radius: 0;
    overflow: visible;
  }
}
.reserv-flow-item h3 {
  background: #A2998D;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 14px;
}
@media (max-width: 767.98px) {
  .reserv-flow-item h3 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.reserv-flow-item h3 span {
  font-size: 3rem;
}
.reserv-flow-item h4 {
  color: #4C372B;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reserv-flow-item figure {
  text-align: center;
}
.reserv-flow-item img {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .reserv-flow-item {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.reserv-flow-item-inner {
  padding: 15px 10px;
}
@media (min-width: 544px) {
  .reserv-flow-item-inner {
    padding: 15px;
  }
}

.section-reserv-cta {
  position: relative;
}
@media (min-width: 544px) {
  .section-reserv-cta .btn-block {
    max-width: 350px;
  }
}
.section-reserv-cta:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #FBF8F4 transparent transparent transparent;
}

.bg-white + .section-reserv-cta:before {
  border-color: #fff transparent transparent transparent;
}

.custom-footer {
  margin-top: 0;
}
/*# sourceMappingURL=visit-reservation.css.map */