/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  cursor: pointer;
  display: block;
  left: 300px;
  line-height: 18px;
  position: absolute;
  top: 300px;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  position: relative;
  width: 150px;
  text-align: left;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  background: #f4f3f1;
  box-sizing: border-box;
  display: none;
  padding: 10px;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  color: #3D3935;
  font: 700 16px/25px "ITC New Baskerville", serif;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.language-jp .ui-datepicker .ui-datepicker-header {
  font-family: "Noto Serif JP", serif !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  border: 2px solid #CEB4A9;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  height: 10px;
  position: absolute;
  text-indent: -10000px;
  top: 6px;
  transform: rotate(45deg);
  transition: border-color 500ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #3D3935;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #CEB4A9;
  border-bottom: 2px solid #CEB4A9;
  left: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 32px;
  line-height: 32px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 400 italic 14px/32px "ITC New Baskerville", serif;
  color: #CEB4A9;
  padding-bottom: 0;
}
.language-jp .ui-datepicker .ui-datepicker-calendar th {
  font-family: "Noto Serif JP", serif !important;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #3D3935;
  border: none;
  padding: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(61, 57, 53, 0.2);
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: rgba(206, 180, 169, 0.7);
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #CEB4A9;
  color: #fff;
  box-sizing: border-box;
}

.ui-datepicker-trigger {
  background: url("../images/common.svg") -260px -80px no-repeat;
  float: left;
  width: 21px;
  height: 21px;
  margin: 8px 0 0 8px;
  overflow: hidden;
  text-indent: -100em;
}

#hebs-gallery {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hebs-gallery .close-button {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 12px;
  width: 17px;
  z-index: 2;
}
#hebs-gallery .close-button:hover {
  background-position: -40px 0;
}
#hebs-gallery .close-button:active {
  background-position: -80px 0;
}
#hebs-gallery .galleria-container {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
#hebs-gallery .category-selector {
  background: #454545;
  border-color: #454545;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 5px 0 0 20px;
  padding: 0 35px 0 10px;
  position: relative;
  z-index: 2;
}
#hebs-gallery .category-selector + .select-icon {
  border-top-color: #fff;
  margin-top: 17px;
  position: relative;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  bottom: 120px;
  left: 0;
  overflow: hidden;
  padding: 20px 72px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
    z-index: 1;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 63px;
  margin-top: -31px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 33px;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  background-position: 0 -40px;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -50px -40px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -100px -40px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    background-position: 0 -200px;
    height: 22px;
    left: 15px;
    margin-top: -11px;
    width: 22px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -30px -200px;
  }
  #hebs-gallery .galleria-image-nav-left:active {
    background-position: -60px -200px;
  }
}
#hebs-gallery .galleria-image-nav-right {
  background-position: 0 -120px;
  right: 20px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -50px -120px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -100px -120px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    background-position: 0 -230px;
    height: 22px;
    margin-top: -11px;
    right: 15px;
    width: 22px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -30px -230px;
  }
  #hebs-gallery .galleria-image-nav-right:active {
    background-position: -60px -230px;
  }
}
#hebs-gallery .galleria-loader {
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  background: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  height: 80px;
  margin: 0 6px 0 0;
  width: 80px;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  display: none;
  height: 21px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 21px;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -200px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -25px -200px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -55px -200px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -200px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -230px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -25px -230px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -55px -230px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -230px;
}
#hebs-gallery .galleria-info {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#hebs-gallery .galleria-info .galleria-info-description {
  color: #fff;
  left: 300px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  right: 300px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#testimonials {
  color: #fff;
  font-size: 18px;
  font-size: 2vw;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  #testimonials {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  #testimonials {
    font-size: 18px;
  }
}
#testimonials .bg {
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  width: 100%;
}
#testimonials .bg img {
  display: none;
}
#testimonials .bg:after {
  background: rgba(222, 165, 141, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#testimonials .slideshow {
  overflow: hidden;
  padding: 8vh 0;
}
@media only screen and (max-width: 979px) {
  #testimonials .slideshow {
    padding: 4vh 4vw;
  }
}
@media only screen and (max-width: 979px) {
  #testimonials .slideshow {
    padding: 30px 30px 20px;
  }
}
#testimonials .slick-list {
  overflow: hidden;
}
#testimonials .slide-copy {
  margin: 0 auto;
  width: 55%;
}
@media only screen and (max-width: 979px) {
  #testimonials .slide-copy {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #testimonials .slide-copy {
    width: 100%;
  }
}
#testimonials h1 {
  color: #fff;
  font: bold 40px/1 "Gill Sans", "Arial", sans-serif;
  font-size: 3vh;
  margin-bottom: 7vh;
}
@media (max-height: 800px) {
  #testimonials h1 {
    font-size: 24px;
  }
}
@media (min-height: 1333.3333333333px) {
  #testimonials h1 {
    font-size: 40px;
  }
}
.language-jp #testimonials h1 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
#testimonials .name {
  margin-top: calc(7vh - 20px);
  font-size: 24px;
  font-size: 2vh;
}
@media (max-height: 900px) {
  #testimonials .name {
    font-size: 18px;
  }
}
@media (min-height: 1200px) {
  #testimonials .name {
    font-size: 24px;
  }
}
#testimonials .slick-arrow {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #testimonials .slick-arrow {
    height: 30px;
    width: 30px;
  }
}
#testimonials .slick-prev {
  background-position: 0 -200px;
  left: 20px;
}
@media only screen and (max-width: 979px) {
  #testimonials .slick-prev {
    left: 0;
  }
}
#testimonials .slick-prev:hover {
  background-position: -200px -200px;
}
@media only screen and (max-width: 767px) {
  #testimonials .slick-prev {
    background-position: -290px -260px;
  }
  #testimonials .slick-prev:hover {
    background-position: -230px -260px;
  }
}
#testimonials .slick-next {
  background-position: -50px -200px;
  right: 20px;
}
@media only screen and (max-width: 979px) {
  #testimonials .slick-next {
    right: 0;
  }
}
#testimonials .slick-next:hover {
  background-position: -250px -200px;
}
@media only screen and (max-width: 767px) {
  #testimonials .slick-next {
    background-position: -320px -260px;
  }
  #testimonials .slick-next:hover {
    background-position: -260px -260px;
  }
}

.rooms-module {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rooms-module .categories-descr .category-descr {
  display: none;
  padding-top: 20px;
}
.rooms-module .categories-descr .category-descr.active {
  display: block;
}
.rooms-module .price {
  text-decoration: none;
  position: absolute;
  font: 22px/24px "ITC New Baskerville", serif;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px rgba(61, 57, 53, 0.6);
}
.language-jp .rooms-module .price {
  font-family: "Noto Serif JP", serif !important;
}
.rooms-module .price strong {
  font-size: 36px;
  font-weight: 700;
}
.rooms-module h3 {
  font-family: "Gill Sans", "Arial", sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
  font-weight: normal;
}
.language-jp .rooms-module h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
.rooms-module.template-2 .category-selector {
  text-align: left;
}
.rooms-module.template-2 .features {
  margin-bottom: 20px;
}
.rooms-module.template-2 .features span {
  display: inline-block;
  margin-right: 20px;
}
.rooms-module.template-2 .rooms-entry {
  background-color: #F4F3F1;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.rooms-module.template-2 .rooms-entry .description h3 {
  color: #3D3935;
}
.rooms-module.template-2 .rooms-icon {
  display: inline-block;
  font-size: 24px;
  margin: 10px;
  vertical-align: top;
}
.rooms-module.template-2 .additional-list {
  display: none;
}
.rooms-module.template-2 .thumbnail {
  float: none;
  background: #000;
  height: 100%;
  position: absolute;
  left: 320px;
  right: 0;
  top: 0;
  margin: 0;
}
.rooms-module.template-2 .bg {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  transform: scale(1);
  transition: transform 500ms ease-in-out;
  width: 100%;
  z-index: 0;
}
.rooms-module.template-2 .bg img {
  display: none;
  width: 100%;
}
.rooms-module.template-2 .price {
  bottom: 30px;
  right: 30px;
}
.rooms-module.template-2 .description {
  box-sizing: border-box;
  background: #F4F3F1;
  min-height: 500px;
  padding: 20px;
  position: relative;
  width: 320px;
  z-index: 1;
  font-size: 14px;
}
.rooms-module.template-2 .description nav {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
}
.rooms-module.template-2 .description nav .room-button {
  margin-top: 10px;
  width: 100%;
  background: none;
  border: 2px solid #3D3935;
  box-sizing: border-box;
  color: #3D3935;
  display: inline-block;
  font: 400 14px/38px "ITC New Baskerville", serif;
  height: 40px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  position: relative;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 500ms ease-in-out;
}
.language-jp .rooms-module.template-2 .description nav .room-button {
  font-family: "Noto Serif JP", serif !important;
}
.rooms-module.template-2 .description nav .room-button:hover, .rooms-module.template-2 .description nav .room-button.active {
  border: 2px solid #CEB4A9;
  background: #CEB4A9;
  color: #fff;
}
.rooms-module.template-2 .description nav .room-button.room-book-button {
  color: #fff;
  background: #CEB4A9;
  border: 2px solid #CEB4A9;
}
.rooms-module.template-2 .description nav .room-button.room-book-button:hover, .rooms-module.template-2 .description nav .room-button.room-book-button.active {
  background: none;
  color: #3D3935;
  border: 2px solid #3D3935;
}
.rooms-module.template-2 .description nav .room-button:first-child {
  margin-top: 0;
}
.rooms-module.template-2 .fulldescription {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: -100%;
  padding: 30px;
  position: absolute;
  top: 0;
  transition: left 500ms ease-in-out;
  width: calc(100% - 320px);
  z-index: 0;
}
@media only screen and (min-width: 1400px) {
  .rooms-module.template-2 .fulldescription {
    padding: 40px;
  }
}
.rooms-module.template-2 .fulldescription.expanded {
  left: 320px;
}
.rooms-module.template-2 .fulldescription ul li:before {
  background: #fff;
}
.rooms-module.template-2 .fulldescription .close-fulldescr {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 15px;
  text-indent: -9999em;
  top: 15px;
  width: 14px;
  z-index: 99;
}
.rooms-module.template-2 .fulldescription .close-fulldescr:before, .rooms-module.template-2 .fulldescription .close-fulldescr:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 6px;
  width: 14px;
}
.rooms-module.template-2 .fulldescription .close-fulldescr:before {
  transform: rotate(45deg);
}
.rooms-module.template-2 .fulldescription .close-fulldescr:after {
  transform: rotate(-45deg);
}
.rooms-module.template-2 .fulldescription .close-fulldescr:hover:before, .rooms-module.template-2 .fulldescription .close-fulldescr:hover:after, .rooms-module.template-2 .fulldescription .close-fulldescr:active:before, .rooms-module.template-2 .fulldescription .close-fulldescr:active:after {
  opacity: 0.8;
}
.rooms-module.template-2 .fulldescription .centered {
  color: #fff;
  height: 420px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms-module.template-2 .features {
    -moz-column-count: 1;
         column-count: 1;
  }
  .rooms-module.template-2 .features span {
    display: block;
  }
  .rooms-module.template-2 .rooms-entry {
    margin-bottom: 20px;
  }
  .rooms-module.template-2 .read-more {
    display: none;
  }
  .rooms-module.template-2 .bg {
    position: relative;
    display: block;
    min-height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
  }
  .rooms-module.template-2 .thumbnail {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
  .rooms-module.template-2 .thumbnail .price {
    right: 20px;
    font-size: 14px;
  }
  .rooms-module.template-2 .thumbnail .price strong {
    font-size: 20px;
  }
  .rooms-module.template-2 .description {
    min-height: 320px;
    margin-left: 0;
    min-height: 0;
    text-align: left;
    width: 100%;
  }
  .rooms-module.template-2 .description nav {
    position: relative;
    padding: 0;
  }
  .rooms-module.template-2 .description nav .room-button {
    line-height: 26px;
    height: 28px;
    font-size: 12px;
  }
}
.rooms-module.template-3 a {
  text-decoration: none;
}
.rooms-module.template-3 .rooms-entry {
  background-color: #F4F3F1;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.rooms-module.template-3 .thumbnail {
  float: none;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 50%;
  z-index: 0;
  margin: 0;
}
.rooms-module.template-3 .thumbnail img {
  display: none;
  width: 100%;
}
.rooms-module.template-3 .rooms-item-gallery {
  bottom: 20px;
  left: 20px;
}
.rooms-module.template-3 .price {
  bottom: 30px;
  right: 0;
  margin-right: 30px;
}
.rooms-module.template-3 .description {
  box-sizing: border-box;
  margin-left: 50%;
  min-height: 460px;
  padding: 30px 40px 30px 30px;
  position: relative;
  width: 50%;
  z-index: 1;
}
.rooms-module.template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 10px;
  font-size: 18px;
}
.rooms-module.template-3 .description nav a {
  text-decoration: underline;
  margin-right: 30px;
}
.rooms-module.template-3 .description nav a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-module.template-3 h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .rooms-module.template-3 .rooms-entry {
    height: auto;
    margin: 0;
    color: #3D3935;
  }
  .rooms-module.template-3 .thumbnail {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 40%;
  }
  .rooms-module.template-3 .price {
    display: none;
  }
  .rooms-module.template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    margin: 0;
    min-height: 0;
  }
  .rooms-module.template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
  .rooms-module.template-3 .description nav a {
    margin: 5px 0;
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
  }
}

.rooms-item-gallery {
  background: #CEB4A9 url("../images/common.svg") no-repeat -586px -22px;
  border-radius: 50%;
  bottom: 20px;
  width: 52px;
  height: 52px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
}
.rooms-item-gallery:hover {
  background-color: rgba(153, 120, 31, 0.6);
}

.single-room h3 {
  text-align: left;
}
.single-room .background {
  float: none;
  height: 400px;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) {
  .single-room .background {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .single-room .background {
    height: 250px;
  }
}
.single-room .button {
  background: #fff;
  border: 2px solid #3D3935;
  color: #3D3935;
}
.single-room .button:hover {
  background: #CEB4A9;
  border: 2px solid #CEB4A9;
  color: #fff;
}

.features li, .amenities li {
  width: calc(50% - 120px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .features li, .amenities li {
    display: block;
    width: auto;
  }
}

#home-rooms {
  position: relative;
  padding: 20px 40px;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
}
#home-rooms:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1400px) {
  #home-rooms {
    padding: 40px;
  }
}
@media only screen and (max-width: 979px) {
  #home-rooms {
    padding: 20px 0;
  }
}
#home-rooms .rooms-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  color: #54534A;
}
#home-rooms .rooms-wrapper {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#home-rooms .rooms-wrapper .slick-track {
  display: flex;
}
#home-rooms .rooms-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
#home-rooms .center-column {
  position: relative;
  max-width: 100%;
  padding: 0;
}
#home-rooms .room-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  width: 33.3333333333%;
  margin: 0 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1400px) {
  #home-rooms .room-entry {
    margin: 0 20px;
  }
}
#home-rooms .room-entry .thumbnail {
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #home-rooms .room-entry .thumbnail {
    height: 260px;
  }
}
#home-rooms .room-entry .rooms-content {
  position: relative;
  z-index: 2;
}
#home-rooms .room-entry .header {
  padding: 20px 20px 10px 20px;
}
@media only screen and (max-width: 767px) {
  #home-rooms .room-entry .header {
    padding: 20px 0 10px 0;
    text-align: center;
  }
}
#home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
  color: #3D3935;
  font: 19px/1.5 "ITC New Baskerville", serif;
  font-size: 1.3vw;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1153.8461538462px) {
  #home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
    font-size: 15px;
  }
}
@media (min-width: 1461.5384615385px) {
  #home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  #home-rooms .room-entry h4, #home-rooms .room-entry .header-link {
    font-size: 18px;
  }
}
.language-jp #home-rooms .room-entry h4, .language-jp #home-rooms .room-entry .header-link {
  font-family: "Noto Serif JP", serif !important;
}
#home-rooms .room-entry .header-link {
  text-decoration: none;
}
#home-rooms .room-entry .price {
  color: #3D3935;
  position: relative;
  font: italic 18px/1 "ITC New Baskerville", serif;
  font-size: 1.5vw;
  text-transform: lowercase;
  text-decoration: none;
  padding-top: 20px;
}
@media (max-width: 933.3333333333px) {
  #home-rooms .room-entry .price {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #home-rooms .room-entry .price {
    font-size: 18px;
  }
}
.language-jp #home-rooms .room-entry .price {
  font-family: "Noto Serif JP", serif !important;
}
#home-rooms .room-entry .price:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 1px;
  background: #CEB4A9;
}
#home-rooms .room-entry .wrapper {
  width: auto;
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 0 20px;
  font-size: 14px;
}
.language-jp #home-rooms .room-entry .wrapper {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media only screen and (max-width: 767px) {
  #home-rooms .room-entry .wrapper {
    padding: 0;
    line-height: 1.2;
    text-align: center;
  }
}
#home-rooms .room-entry .wrapper p {
  margin-bottom: 15px;
}
#home-rooms .room-entry .wrapper nav {
  text-align: center;
  font-size: 0;
  margin-top: auto;
}
#home-rooms .room-entry .wrapper nav .button {
  padding: 0 0;
  width: calc(50% - 20px);
}
#home-rooms .room-entry .wrapper nav .read-more-button {
  margin-right: 20px;
}
@media only screen and (min-width: 1400px) {
  #home-rooms .room-entry .wrapper nav .read-more-button {
    margin-right: 40px;
  }
}
#home-rooms .room-entry .wrapper nav .read-more-button.no-margin {
  margin-right: 0;
}
#home-rooms .arrows {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 979px) {
  #home-rooms .arrows {
    display: none;
  }
}
#home-rooms .arrows .slick-arrow {
  background-position: -130px 0;
}
#home-rooms .arrows .slick-prev {
  left: -30px;
}
#home-rooms .arrows .slick-next {
  right: -30px;
  background-position: -170px 0;
}

#rewards-block {
  background-color: #c1c1c1;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 150px 0 140px;
  position: relative;
  text-align: center;
}
#rewards-block .center-column {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #rewards-block .center-column {
    width: 100%;
  }
}
#rewards-block .bg {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#rewards-block .bg img {
  display: none;
}
#rewards-block .bg:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
#rewards-block h1 {
  color: #fff;
  margin: 0 0 60px;
}
#rewards-block h1, #rewards-block h2 {
  text-transform: uppercase;
}
#rewards-block h1 + h2 {
  margin-top: -60px;
}
#rewards-block h2 {
  color: #FFCC3D;
  font-weight: 400;
  margin-bottom: 60px;
}
#rewards-block nav {
  font-size: 0;
  margin-top: 60px;
}
#rewards-block .button {
  background-color: #444;
  color: #FFCC3D;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  width: 204px;
}
#rewards-block .button:nth-child(2n) {
  background-color: #FFCC3D;
  color: #444;
}
#rewards-block .button:hover {
  background-color: #fff;
  color: #444;
}
@media only screen and (max-height: 800px) {
  #rewards-block {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 979px) {
  #rewards-block {
    padding: 60px 0 40px;
  }
  #rewards-block .center-column {
    width: 75%;
  }
  #rewards-block h1 {
    margin-bottom: 30px;
  }
  #rewards-block nav {
    margin-top: 30px;
  }
}

.home-tiles {
  position: relative;
  z-index: 2;
  text-align: center;
}
.language-jp .home-tiles {
  font-family: "Noto Serif JP", serif !important;
}
.home-tiles .center-column {
  overflow: hidden;
}
.home-tiles .wrapper {
  font-size: 0;
  margin: 0 -20px 40px -20px;
}
@media only screen and (max-width: 1144px) {
  .home-tiles .wrapper {
    margin: 0 -10px 40px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-tiles .wrapper {
    margin: 0;
    margin-bottom: 40px;
  }
}
.home .home-tiles .wrapper {
  margin-bottom: 0 !important;
}
.home-tiles .h1 {
  font-family: "ITC New Baskerville", serif;
  color: #3D3935;
  font-size: 32px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 714.2857142857px) {
  .home-tiles .h1 {
    font-size: 25px;
  }
}
@media (min-width: 914.2857142857px) {
  .home-tiles .h1 {
    font-size: 32px;
  }
}
.language-jp .home-tiles .h1 {
  font-family: "Noto Serif JP", serif !important;
}
.home-tiles .h1:after {
  content: "";
  position: absolute;
  background: #CEB4A9;
  bottom: -0.7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 22%;
  opacity: 0.5;
  height: 1px;
}
@media only screen and (min-width: 1400px) {
  .home-tiles .h1:after {
    bottom: -12px;
  }
}
@media only screen and (max-width: 860px) {
  .home-tiles .h1:after {
    bottom: -7px;
  }
}
.home-tiles .home-tile {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  vertical-align: top;
  margin: 10px;
}
@media only screen and (min-width: 1400px) {
  .home-tiles .home-tile {
    width: calc((100% - 120px) / 3);
    margin: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .home-tiles .home-tile {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .home-tiles .home-tile {
    width: 100%;
    margin: 5px 0 5px 0;
  }
}
.home-tiles .home-tile .thumbnail {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.home-tiles .home-tile .home-tile-content {
  position: relative;
  padding: 40px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-tiles .home-tile .home-tile-content {
    padding: 20px;
  }
}
.home-tiles .home-tile .home-tile-content h4 {
  font: 26px/1.2 "ITC New Baskerville", serif;
  font-size: 1.7vw;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: margin 500ms ease-in-out;
}
@media (max-width: 1176.4705882353px) {
  .home-tiles .home-tile .home-tile-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 1529.4117647059px) {
  .home-tiles .home-tile .home-tile-content h4 {
    font-size: 26px;
  }
}
.language-jp .home-tiles .home-tile .home-tile-content h4 {
  font-family: "Noto Serif JP", serif !important;
}
.home-tiles .home-tile .home-tile-content .home-tile-link-wrapper {
  display: block;
  overflow: hidden;
}
.home-tiles .home-tile .home-tile-content .home-tile-link {
  position: relative;
  font: 20px "ITC New Baskerville", serif;
  font-size: 1.5vw;
  text-decoration: none;
  transition: 500ms ease-in-out;
  padding-top: 24px;
  line-height: 2;
  color: #3D3935;
}
@media (max-width: 1333.3333333333px) {
  .home-tiles .home-tile .home-tile-content .home-tile-link {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .home-tiles .home-tile .home-tile-content .home-tile-link {
    font-size: 24px;
  }
}
.language-jp .home-tiles .home-tile .home-tile-content .home-tile-link {
  font-family: "Noto Serif JP", serif !important;
}
.home-tiles .home-tile .home-tile-content .home-tile-link:hover {
  color: #CEB4A9;
}
.home-tiles .home-tile .home-tile-content .home-tile-link:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  opacity: 0.5;
  height: 1px;
  background: #CEB4A9;
}

.block-tiles {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: left;
  font-family: "ITC New Baskerville", serif;
}
.language-jp .block-tiles {
  font-family: "Noto Serif JP", serif !important;
}
.block-tiles .center-column {
  overflow: hidden;
}
.block-tiles .block-tile {
  overflow: hidden;
  margin: 0 0 20px;
  border: 1px solid #E3E1DF;
}
.block-tiles .block-tile .block-tiles-wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .block-tiles .block-tile .block-tiles-wrapper {
    padding-left: 10px;
  }
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content {
  float: left;
  min-height: 420px;
  width: 35%;
  padding-top: 10px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 {
  font: 36px/1.2 "ITC New Baskerville", serif;
  font-size: 2vw;
  margin: 0 0 12px;
  font-weight: normal;
  text-decoration: none;
}
@media (max-width: 900px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 {
    font-size: 36px;
  }
}
.language-jp .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 {
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (max-width: 979px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 a {
  text-decoration: none;
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h3 a:hover {
  color: #3D3935;
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h4 {
  font: italic 24px/1 "ITC New Baskerville", serif;
  font-size: 1.5vw;
  margin: 15px 0 10px;
  color: #3D3935;
}
@media (max-width: 933.3333333333px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h4 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h4 {
    font-size: 24px;
  }
}
.language-jp .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h4 {
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (max-width: 979px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content h4 {
    font-size: 22px;
  }
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content .block-tile-text {
  color: #3D3935;
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content .layouts {
  overflow: hidden;
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #3D3935;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content .layouts span {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.block-tiles .block-tile .block-tiles-wrapper .block-tiles-content .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #CEB4A9;
}
@media only screen and (max-width: 767px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-tiles-content .layouts span:before {
    font-size: 30px;
  }
}
.block-tiles .block-tile .block-tiles-wrapper .block-thumbnail {
  position: absolute;
  top: 10px;
  left: 35%;
  right: 10px;
  bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 979px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-thumbnail {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .block-tiles .block-tile .block-tiles-wrapper .block-thumbnail {
    position: static;
    height: 300px;
    width: 100%;
  }
}

.wedding-tiles {
  position: relative;
  z-index: 2;
  text-align: center;
}
.wedding-tiles .center-column {
  overflow: hidden;
}
.wedding-tiles .wrapper {
  font-size: 0;
  margin: 0 -20px 40px -20px;
}
@media only screen and (max-width: 1144px) {
  .wedding-tiles .wrapper {
    margin: 0 -10px 40px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .wrapper {
    margin: 0;
    margin-bottom: 40px;
  }
}
.wedding-tiles .h1 {
  font-family: "ITC New Baskerville", serif;
  color: #3D3935;
  font-size: 32px;
  font-size: 3.5vw;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 714.2857142857px) {
  .wedding-tiles .h1 {
    font-size: 25px;
  }
}
@media (min-width: 914.2857142857px) {
  .wedding-tiles .h1 {
    font-size: 32px;
  }
}
.language-jp .wedding-tiles .h1 {
  font-family: "Noto Serif JP", serif !important;
}
.wedding-tiles .h1:after {
  content: "";
  position: absolute;
  background: #CEB4A9;
  bottom: -0.7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 22%;
  opacity: 0.5;
  height: 1px;
}
@media only screen and (min-width: 1400px) {
  .wedding-tiles .h1:after {
    bottom: -12px;
  }
}
@media only screen and (max-width: 860px) {
  .wedding-tiles .h1:after {
    bottom: -7px;
  }
}
.wedding-tiles .wedding-tile {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  vertical-align: top;
  margin: 10px;
}
@media only screen and (min-width: 1400px) {
  .wedding-tiles .wedding-tile {
    width: calc((100% - 120px) / 3);
    margin: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .wedding-tiles .wedding-tile {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .wedding-tile {
    width: 100%;
    margin: 5px 0 5px 0;
  }
}
.wedding-tiles .wedding-tile .thumbnail {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wedding-tiles .wedding-tile .wedding-tile-content {
  position: relative;
  padding: 40px;
  text-align: center;
  z-index: 2;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wedding-tiles .wedding-tile .wedding-tile-content {
    padding: 20px;
  }
}
.wedding-tiles .wedding-tile .wedding-tile-content h4 {
  font: 26px/1.2 "ITC New Baskerville", serif;
  font-size: 1.7vw;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: margin 500ms ease-in-out;
}
@media (max-width: 1176.4705882353px) {
  .wedding-tiles .wedding-tile .wedding-tile-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 1529.4117647059px) {
  .wedding-tiles .wedding-tile .wedding-tile-content h4 {
    font-size: 26px;
  }
}
.language-jp .wedding-tiles .wedding-tile .wedding-tile-content h4 {
  font-family: "Noto Serif JP", serif !important;
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link-wrapper {
  display: block;
  overflow: hidden;
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
  position: relative;
  font: 20px "ITC New Baskerville", serif;
  font-size: 1.5vw;
  text-decoration: none;
  transition: 500ms ease-in-out;
  padding-top: 24px;
  line-height: 2;
  color: #3D3935;
}
@media (max-width: 1333.3333333333px) {
  .wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
    font-size: 24px;
  }
}
.language-jp .wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link {
  font-family: "Noto Serif JP", serif !important;
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link:hover {
  color: #CEB4A9;
}
.wedding-tiles .wedding-tile .wedding-tile-content .wedding-tile-link:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  opacity: 0.5;
  height: 1px;
  background: #CEB4A9;
}

.weather-widget {
  color: #3D3935;
  font-family: "ITC New Baskerville", serif;
  position: absolute;
  top: 50%;
  right: 260px;
  transform: translateY(-50%);
  transition: all 500ms ease-in-out;
  /* WEATHER FORECAST ICONS */
}
.language-jp .weather-widget {
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (max-width: 979px) {
  .booking-opened .weather-widget {
    right: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .weather-widget {
    right: 126px;
  }
  .booking-opened .weather-widget {
    right: 126px;
  }
}
.weather-widget .current-weather {
  cursor: pointer;
  height: 70px;
  width: 90px;
  box-sizing: border-box;
  line-height: 68px;
}
.weather-widget .current-weather > span {
  float: left;
  font-size: 20px;
}
.weather-widget .current-weather .ic {
  background-position-x: 0;
  margin-top: 6px;
}
.weather-widget .forecast {
  display: none;
  position: absolute;
  box-sizing: border-box;
  padding: 25px 30px 30px 30px;
  white-space: nowrap;
  font-size: 0;
  top: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0 0 5px 5px;
  z-index: 50;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast {
    top: 75%;
    right: 25%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    width: 200px;
  }
}
.weather-widget .forecast-city {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.weather-widget .forecast-region {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #bcbcbc;
}
.weather-widget .forecast-controls {
  position: absolute;
  right: 30px;
  top: 15px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-controls {
    position: initial;
    display: block;
    overflow: auto;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.weather-widget .forecast-controls button {
  margin-left: 5px;
  float: left;
  width: 36px;
  height: 20px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.weather-widget .forecast-controls button:hover, .weather-widget .forecast-controls button.active {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-controls button.celcius {
    margin-left: 35%;
  }
}
.weather-widget .forecast-list {
  height: 155px;
  margin-top: 22px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-list {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
}
.weather-widget .forecast-day {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 8px 0 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day {
    display: block;
    overflow: auto;
    height: 65px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
}
.weather-widget .forecast-day > span {
  display: block;
}
.weather-widget .forecast-day > span.day, .weather-widget .forecast-day > span.date {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -2px;
  line-height: 16px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day > span.day, .weather-widget .forecast-day > span.date {
    margin-top: 0;
    position: absolute;
    top: 30%;
    left: 20%;
  }
}
.weather-widget .forecast-day > span.date {
  padding-bottom: 32px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day > span.date {
    padding-bottom: 0;
    position: absolute;
    top: 55%;
  }
}
.weather-widget .forecast-day > span.ic {
  opacity: 1;
  margin-bottom: 27px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day > span.ic {
    margin-bottom: 0;
    position: absolute;
    top: 5%;
    right: 20%;
  }
}
.weather-widget .forecast-day .temp {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  padding-left: 7px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day .temp {
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 5%;
    right: 25%;
  }
}
.weather-widget .forecast-day:first-child {
  padding: 0;
  width: 90px;
  border: 0;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day:first-child {
    display: block;
    overflow: auto;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
}
.weather-widget .forecast-day:first-child > span {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}
.weather-widget .forecast-day:first-child > span.day, .weather-widget .forecast-day:first-child > span.date {
  margin-top: 0;
  line-height: 18px;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day:first-child > span.day, .weather-widget .forecast-day:first-child > span.date {
    margin-top: 0;
    position: absolute;
    top: 30%;
    left: 20%;
  }
}
.weather-widget .forecast-day:first-child > span.date {
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day:first-child > span.date {
    margin-top: 0;
    position: absolute;
    top: 55%;
  }
}
.weather-widget .forecast-day:first-child > span.ic {
  opacity: 1;
  margin-bottom: 16px;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day:first-child > span.ic {
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    right: 20%;
  }
}
.weather-widget .forecast-day:first-child > span.temp {
  padding: 0;
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (max-width: 979px) {
  .weather-widget .forecast-day:first-child > span.temp {
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 10%;
    right: 15%;
  }
}
#header .weather-widget.visible:hover .forecast {
  display: block;
}
.weather-widget .ic {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/weather-sprite.svg) no-repeat 0 100px;
}
.no-svg .weather-widget .ic {
  background-image: url(../images/weather-sprite.png);
}
.weather-widget .cms-icon-weather-thunderstorm {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-drizzle {
  background-position: -50px 0;
}
.weather-widget .cms-icon-weather-rain-light {
  background-position: -50px 0;
}
.weather-widget .cms-icon-weather-rain-heavy {
  background-position: -50px -700px;
}
.weather-widget .cms-icon-weather-snow {
  background-position: -50px -850px;
}
.weather-widget .cms-icon-weather-atmosphere {
  background-position: -50px -250px;
}
.weather-widget .cms-icon-weather-clouds {
  background-position: -50px -200px;
}
.weather-widget .cms-icon-weather-clear {
  background-position: -50px -950px;
}
.weather-widget .cms-icon-weather-tornado {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-tropicalstorm {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-hurricane {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-cold {
  background-position: -50px -450px;
}
.weather-widget .cms-icon-weather-hot {
  background-position: -50px -950px;
}
.weather-widget .cms-icon-weather-windy {
  background-position: -50px -350px;
}
.weather-widget .cms-icon-weather-hail {
  background-position: -50px -500px;
}
.weather-widget .cms-icon-weather-calm {
  background-position: -50px -450px;
}
.weather-widget .cms-icon-weather-breeze {
  background-position: -50px -250px;
}
.weather-widget .cms-icon-weather-gale {
  background-position: -50px -350px;
}
.weather-widget .cms-icon-weather-storm {
  background-position: -50px -1000px;
}

.main-navigation-visible #header .weather-widget .forecast {
  display: none !important;
}

#feeds {
  position: relative;
  padding: 80px 0;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  #feeds {
    padding: 50px 0;
  }
}
#feeds *, #feeds *:before, #feeds *:after {
  box-sizing: inherit;
}
#feeds:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F4F3F1;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
  z-index: 10;
}
#feeds.loading:before {
  opacity: 0;
}
#feeds .center-column {
  z-index: 20;
}
#feeds h4 {
  position: relative;
  font-family: "ITC New Baskerville", serif;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.259em;
  margin-bottom: 30px;
  color: #3D3935;
  text-transform: uppercase;
}
@media (max-width: 685.7142857143px) {
  #feeds h4 {
    font-size: 24px;
  }
}
@media (min-width: 914.2857142857px) {
  #feeds h4 {
    font-size: 32px;
  }
}
.language-jp #feeds h4 {
  font-family: "Noto Serif JP", serif !important;
}
#feeds h4:after {
  content: "";
  position: absolute;
  background: #CEB4A9;
  bottom: -0.7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 22%;
  opacity: 0.5;
  height: 1px;
}
@media only screen and (min-width: 1400px) {
  #feeds h4:after {
    bottom: -7px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds h4:after {
    bottom: 37px;
  }
}
#feeds .instagram-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 44px;
  color: #3D3935;
  font-family: "Gill Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}
.language-jp #feeds .instagram-link {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media only screen and (max-width: 767px) {
  #feeds .instagram-link {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 20px;
  }
}
#feeds .instagram-link:hover {
  color: #CEB4A9;
}
#feeds .instagram-link:hover:before {
  transform: scale(1.2);
}
#feeds .instagram-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 26px;
  background: url("../images/sprite.svg") -39px -49px no-repeat;
  transition: 500ms ease-in-out;
  transform: scale(1);
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 24px;
  height: 24px;
  transform-origin: 50% 50%;
  border: 3px solid transparent;
  border-top-color: #CEB4A9;
  border-bottom-color: #CEB4A9;
  border-radius: 50%;
  transform: translateY(-50%, -50%);
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  margin: 0 -20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .feed-item, #feeds .photo {
  position: relative;
  float: left;
  width: calc(20% - 40px);
  margin: 0 20px 40px;
  height: auto;
  font: italic 14px/18px "Gill Sans", "Arial", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #F4F3F1;
  color: #3D3935;
  transition: 500ms ease-in-out;
  background-size: cover;
}
#feeds .feed-item:nth-child(n+11), #feeds .photo:nth-child(n+11) {
  display: none;
}
@media screen and (max-width: 1400px) {
  #feeds .feed-item, #feeds .photo {
    width: calc(25% - 40px);
  }
  #feeds .feed-item:nth-child(n+9), #feeds .photo:nth-child(n+9) {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #feeds .feed-item, #feeds .photo {
    width: calc(33.3333333333% - 40px);
  }
  #feeds .feed-item:nth-child(n+7), #feeds .photo:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #feeds .feed-item, #feeds .photo {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  #feeds .feed-item:nth-child(n+5), #feeds .photo:nth-child(n+5) {
    display: none;
  }
}
.language-jp #feeds .feed-item, .language-jp #feeds .photo {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
#feeds .feed-item .c-instagram-feed__date, #feeds .feed-item .c-instagram-feed__comment-count, #feeds .feed-item .c-instagram-feed__like-count, #feeds .feed-item .c-instagram-feed__text, #feeds .photo .c-instagram-feed__date, #feeds .photo .c-instagram-feed__comment-count, #feeds .photo .c-instagram-feed__like-count, #feeds .photo .c-instagram-feed__text {
  display: none;
}
#feeds .feed-item .c-instagram-feed__link, #feeds .photo .c-instagram-feed__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#feeds .feed-item:hover:after, #feeds .photo:hover:after {
  transform: scale(1.2);
}
#feeds .feed-item:hover .feed-thumb:after, #feeds .photo:hover .feed-thumb:after {
  background: rgba(0, 0, 0, 0.4);
}
#feeds .feed-item:before, #feeds .photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:after, #feeds .photo:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  background: url("../images/sprite.svg") 0 -50px no-repeat;
  z-index: 5;
  transition: 500ms ease-in-out;
  transform: scale(1);
}
#feeds .feed-item.invisible, #feeds .photo.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb, #feeds .photo .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3D3935;
}
#feeds .feed-item .feed-thumb:after, #feeds .photo .feed-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 500ms ease-in-out;
}
#feeds .feed-item .feed-thumb div, #feeds .photo .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div, #feeds .photo.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-link, #feeds .photo .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-controls {
  margin-top: -20px;
  text-align: right;
}
#feeds.items-per-view-10 .feed-items {
  margin: 0 -20px;
}
#feeds.items-per-view-10 .feed-items .feed-item, #feeds.items-per-view-10 .feed-items .photo {
  width: calc(20% - 40px);
  margin: 0 20px 40px;
}
#feeds.items-per-view-10 .feed-items + .feed-controls {
  margin-top: -20px;
}
#feeds.items-per-view-8:before {
  left: 38%;
}
#feeds.items-per-view-8 .feed-items {
  margin: 0 -15px;
}
#feeds.items-per-view-8 .feed-items .feed-item, #feeds.items-per-view-8 .feed-items .photo {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
#feeds.items-per-view-8 .feed-items + .feed-controls {
  margin-top: -15px;
}
#feeds.items-per-view-6:before {
  left: 50%;
}
#feeds.items-per-view-6 .feed-items {
  margin: 0 -15px;
}
#feeds.items-per-view-6 .feed-items .feed-item, #feeds.items-per-view-6 .feed-items .photo {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 30px;
}
#feeds.items-per-view-6 .feed-items + .feed-controls {
  margin-top: -15px;
}
#feeds.items-per-view-4:before {
  left: 26%;
}
#feeds.items-per-view-4 .feed-items {
  margin: 0 -10px;
}
#feeds.items-per-view-4 .feed-items .feed-item, #feeds.items-per-view-4 .feed-items .photo {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
#feeds.items-per-view-4 .feed-items + .feed-controls {
  margin-top: -10px;
}
#feeds.items-per-view-2 .feed-items {
  margin: 0 -5px;
}
#feeds.items-per-view-2 .feed-items .feed-item, #feeds.items-per-view-2 .feed-items .photo {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
#feeds.items-per-view-2 .feed-items + .feed-controls {
  margin-top: -5px;
}

#main-menu-close {
  cursor: pointer;
  display: none;
  height: 46px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 6vw;
  top: 12vh;
  transition: opacity 500ms ease-in-out;
  width: 46px;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  #main-menu-close {
    display: block;
    right: 4vw;
    top: 4vh;
  }
}
#main-menu-close:before, #main-menu-close:after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: -7px;
  position: absolute;
  width: 20px;
}
#main-menu-close:before {
  top: 21px;
  transform: rotate(45deg);
}
#main-menu-close:after {
  bottom: 21px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #main-menu-close {
    height: 80px;
    line-height: 80px;
    left: 20px;
    top: 0;
  }
  #main-menu-close:before, #main-menu-close:after {
    display: none;
  }
}

#about-section {
  position: relative;
}
#about-section .bg {
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-blend-mode: luminosity;
  height: 100%;
  position: absolute;
  width: 100%;
}
#about-section .bg img {
  display: none;
}
#about-section .bg:after {
  background: rgba(26, 69, 146, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#about-section .center-column {
  color: #fff;
  font-size: 0;
  padding: 8vh 4vw;
}
@media only screen and (max-width: 767px) {
  #about-section .center-column {
    padding: 30px 20px;
    text-align: left;
  }
}
#about-section * {
  color: inherit;
}
#about-section h1 {
  font-size: 70px;
  font-size: 7vh;
  margin-bottom: 6vh;
  text-align: center;
}
@media (max-height: 428.5714285714px) {
  #about-section h1 {
    font-size: 30px;
  }
}
@media (min-height: 1000px) {
  #about-section h1 {
    font-size: 70px;
  }
}
#about-section .menus, #about-section .copy {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#about-section .copy {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .copy {
    width: 100%;
  }
}
#about-section .block {
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 2vh 4vw;
  vertical-align: top;
  width: calc(50% - 20px - 4vw);
}
@media only screen and (max-width: 767px) {
  #about-section .block {
    font-size: 12px;
    margin: 10px;
    width: calc(100% - 20px);
  }
}
#about-section .block h2 {
  font-size: 30px;
  font-weight: 500;
  font-size: 2.5vw;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  #about-section .block h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #about-section .block h2 {
    font-size: 30px;
  }
}
#about-section .menus {
  font-size: 0;
  overflow: hidden;
  width: calc(50% + 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .menus {
    width: 100%;
  }
}
#about-section .thumb {
  background-size: cover;
  display: inline-block;
  font-weight: bold;
  margin: 0 30px 30px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(33.3% - 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .thumb {
    margin: 10px;
    width: calc(33.3% - 20px);
  }
}
#about-section .thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 500ms ease-in-out;
  width: 100%;
}
#about-section .thumb:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
#about-section .thumb img {
  display: block;
  visibility: hidden;
  width: 100%;
}
#about-section .thumb .vertical {
  height: 100%;
  left: 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#about-section .thumb.c-1 {
  width: 100%;
}
#about-section .thumb.c-2, #about-section .thumb.c-3, #about-section .thumb.c-4, #about-section .thumb.c-5.i-3, #about-section .thumb.c-5.i-4 {
  float: left;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  #about-section .thumb.c-2, #about-section .thumb.c-3, #about-section .thumb.c-4, #about-section .thumb.c-5.i-3, #about-section .thumb.c-5.i-4 {
    width: calc(50% - 20px);
  }
}

#specials {
  padding-bottom: 6vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #specials {
    padding-bottom: 0;
  }
}
#specials .block {
  position: relative;
  margin: 0 0 6vh;
  text-align: left;
}
#specials .block .centered h1::after {
  left: 0;
  transform: none;
}
#specials .block:nth-child(2n+1) .thumbnail {
  left: calc(50% + 30px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  #specials .block:nth-child(2n+1) .thumbnail {
    left: auto;
  }
}
#specials .block:nth-child(2n+1) .thumbnail + .center-column .copy {
  margin: 0 50% 0 0;
}
@media only screen and (max-width: 767px) {
  #specials .block:nth-child(2n+1) .thumbnail + .center-column .copy {
    margin-right: 0;
  }
}
#specials .block:nth-child(2n+1) .centered {
  padding: 0 4vw 0 0;
}
@media only screen and (max-width: 767px) {
  #specials .block:nth-child(2n+1) .centered {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #specials .block {
    margin-bottom: 40px;
  }
}
#specials .button {
  margin: 0 20px 20px 0;
  background: #fff;
  border: 2px solid #3D3935;
  color: #3D3935;
}
#specials .button:hover {
  background: #CEB4A9;
  border: 2px solid #CEB4A9;
  color: #fff;
}
#specials .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: calc(50% + 30px);
  height: 100%;
}
#specials .thumbnail img {
  display: none;
}
#specials .thumbnail + .center-column .copy {
  margin-left: 50%;
  height: 50vh;
  max-height: 500px;
}
@media only screen and (max-width: 767px) {
  #specials .thumbnail + .center-column .copy {
    height: auto;
    margin-left: 0;
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  #specials .thumbnail {
    background: none;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    right: auto;
  }
  #specials .thumbnail img {
    display: block;
    width: 100%;
  }
}
#specials .centered {
  padding-left: 4vw;
}
@media only screen and (max-width: 767px) {
  #specials .centered {
    padding: 0;
  }
}
#specials h1 {
  font-size: 22px;
  font-size: 2vw;
  text-align: left;
  margin-bottom: 4vh;
}
@media (max-width: 900px) {
  #specials h1 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  #specials h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #specials h1 {
    margin-bottom: 20px;
  }
}
#specials h1 a {
  color: inherit;
  text-decoration: none;
}

.specials .widget-area:has(.specials-layout),
.specials #content:has(.specials-layout) {
  background: #EEE;
}

.widget-area .specials-layout .block {
  flex: 0 0 calc(33.33% - 26.66px);
}
@media (max-width: 1120px) {
  .widget-area .specials-layout .block {
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .widget-area .specials-layout .block {
    flex: 0 0 100%;
  }
}

#content .specials-layout .block {
  flex: 0 0 calc(33.33% - 26.66px);
}
@media (max-width: 1340px) {
  #content .specials-layout .block {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 960px) {
  #content .specials-layout .block {
    flex: 0 0 100%;
  }
}

.specials-layout {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.specials-layout .block {
  display: flex;
  flex-direction: column;
  background: #FFF;
  height: auto;
  overflow: hidden;
}
.specials-layout .block .thumbnail {
  flex: 0 0 250px;
  overflow: hidden;
  margin: 0 !important;
}
.specials-layout .block .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.specials-layout .block .page-content {
  position: relative;
  height: 100%;
  padding: 16px 20px 90px 20px;
}
.specials-layout .block .page-content h1 {
  font-size: 24px !important;
  line-height: 1.2 !important;
}
.specials-layout .block .page-content h1 a {
  text-decoration: none;
}
.specials-layout .block .page-content .centered p:last-child {
  margin-bottom: 0;
}
.specials-layout .block .page-content .buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.specials-layout .block .page-content .buttons .button {
  flex: 1 1 50%;
  font-size: 15px !important;
  padding: 0 15px !important;
  height: 50px !important;
  line-height: 48px !important;
}

#sidebar {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #sidebar {
    padding-top: 100px;
  }
}
.side-menu-visible #sidebar {
  right: 0;
}
#sidebar .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 979px) {
  #sidebar .top-menu {
    max-width: 60%;
  }
}
#sidebar .top-menu ul {
  overflow: hidden;
}
#sidebar .top-menu li {
  float: none;
  margin-left: 0;
}
#sidebar .top-menu a {
  display: block;
  font: 20px/1.5 "Gill Sans", "Arial", sans-serif;
  text-decoration: none;
  color: #327d7d;
}
.language-jp #sidebar .top-menu a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
#sidebar .top-menu a:hover, #sidebar .top-menu a.active {
  color: #54baba;
}
#sidebar .main-menu {
  width: 90%;
  background: #327d7d;
  z-index: 20;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  background: none;
  padding-bottom: 25px;
}
@media only screen and (max-width: 979px) {
  #sidebar .main-menu {
    max-width: 60%;
  }
}
#sidebar .main-menu .vertical, #sidebar .main-menu .horizontal {
  transition: all 500ms ease-in-out;
  transform: rotate(-90deg);
}
#sidebar .main-menu .closed .horizontal {
  opacity: 1;
}
#sidebar .main-menu .opened {
  opacity: 1;
}
#sidebar .main-menu .opened .vertical, #sidebar .main-menu .opened .horizontal {
  transform: rotate(90deg);
  background: #54baba !important;
}
#sidebar .main-menu .opened .horizontal {
  opacity: 0;
}
#sidebar .main-menu .plus {
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
}
#sidebar .main-menu .plus .horizontal, #sidebar .main-menu .plus .vertical {
  position: absolute;
  background-color: #327d7d;
}
#sidebar .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 5px;
  margin-top: 7px;
}
#sidebar .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 8px;
  margin-top: 4px;
}
#sidebar .main-menu .menu.level-1 {
  display: block;
  width: 100%;
  padding-top: 25px;
}
#sidebar .main-menu .menu.level-1 > li {
  display: block;
  text-align: center;
  position: relative;
}
#sidebar .main-menu .menu.level-1 > li > a {
  height: 40px;
  font: 16px/40px "Gill Sans", "Arial", sans-serif;
  text-align: center;
  text-decoration: none;
  color: #327d7d;
  padding: 0;
  display: inline-block;
  max-width: calc(100% - 90px);
  font-size: 26px;
  line-height: 36px;
}
.language-jp #sidebar .main-menu .menu.level-1 > li > a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
#sidebar .main-menu .menu.level-1 > li > a.active, #sidebar .main-menu .menu.level-1 > li:hover > a {
  color: #54baba;
}
#sidebar .main-menu .menu.submenu {
  background: #54baba;
  min-width: 180px;
  position: relative;
  left: auto;
  top: auto;
  display: block;
  background: none;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
#sidebar .main-menu .menu.submenu.opened {
  max-height: 600px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #54baba;
  margin-bottom: 10px;
}
#sidebar .main-menu .menu.submenu a {
  display: block;
  height: auto;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #1f4d4d;
}
#sidebar .main-menu .menu.submenu a:hover, #sidebar .main-menu .menu.submenu a.active {
  color: #54baba;
}
#sidebar .main-menu li:hover .menu.submenu {
  display: block;
}
#sidebar .main-menu li:last-child .menu.submenu, #sidebar .main-menu li:nth-last-child(2) > .menu.submenu {
  left: auto;
  right: auto;
}
#sidebar .main-menu li:last-child .menu.submenu a, #sidebar .main-menu li:nth-last-child(2) > .menu.submenu a {
  text-align: center;
}

#content .property-logo.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #content .property-logo.mobile {
    display: block;
    max-width: calc(100% - 40px);
    margin: 30px 0 10px 20px;
  }
}

#property-info {
  box-sizing: border-box;
  float: right;
  padding: 100px 0 50px;
  margin-left: 30px;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  #property-info {
    float: none;
    margin: 0 0 20px;
    padding: 20px 20px 0;
    width: 100%;
  }
}
#property-info + .page-content-wrapper {
  overflow: hidden;
}
#property-info .property-logo {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #property-info .property-logo {
    display: none;
  }
}
#property-info .button {
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
#property-info h3 {
  font-size: 16px;
  font-weight: bold;
}
#property-info .menus {
  margin: 0 0 20px;
}
#property-info .menus li {
  padding: 0 0 10px;
}
#property-info .menus li:after {
  display: none;
}
#property-info .menus a {
  font-size: 14px;
}

.widget-area {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.language-jp .widget-area {
  font-family: "Noto Serif JP", serif !important;
}
.widget-area .center-column > p {
  padding: 0 60px;
}
@media only screen and (max-width: 979px) {
  .widget-area .center-column > p {
    padding: 0 0;
  }
}

/* VENUES TEMPLATE 4 */
.venues {
  overflow: hidden;
  font-family: "ITC New Baskerville", serif;
}
.language-jp .venues {
  font-family: "Noto Serif JP", serif !important;
}
.venues * {
  box-sizing: border-box;
}
.venues article {
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid #E3E1DF;
}
.venues article .tab-buttons {
  overflow: hidden;
}
.venues article .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #CEB4A9;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venues article .tab-buttons span {
    width: 33.3%;
  }
}
.venues article .tab-buttons span:hover, .venues article .tab-buttons span.active {
  background: #fff;
  color: #3D3935;
}
@media only screen and (max-width: 767px) {
  .venues article .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venues article .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venues article .content {
    padding-left: 10px;
  }
}
.venues article .content .amenities li {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .venues article .content .amenities li {
    float: none;
  }
}
.venues article .content .tabs {
  float: left;
  min-height: 420px;
  width: 35%;
  padding-top: 25px;
  padding-right: 30px;
}
@media only screen and (max-width: 979px) {
  .venues article .content .tabs {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .venues article .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venues article .content .tabs .tab {
  display: none;
}
.venues article .content .tabs .tab.active {
  display: block;
}
.venues article .content .tabs h3 {
  font: 36px/1.2 "ITC New Baskerville", serif;
  font-size: 2vw;
  margin: 0 0 12px;
  font-weight: normal;
}
@media (max-width: 900px) {
  .venues article .content .tabs h3 {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .venues article .content .tabs h3 {
    font-size: 36px;
  }
}
.language-jp .venues article .content .tabs h3 {
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (max-width: 979px) {
  .venues article .content .tabs h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.venues article .content .tabs h3 a {
  text-decoration: none;
}
.venues article .content .tabs h3 a:hover {
  color: #CEB4A9;
}
.venues article .content .tabs h4 {
  font: italic 24px/1 "ITC New Baskerville", serif;
  font-size: 1.5vw;
  margin: 15px 0 10px;
  color: #3D3935;
}
@media (max-width: 933.3333333333px) {
  .venues article .content .tabs h4 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .venues article .content .tabs h4 {
    font-size: 24px;
  }
}
.language-jp .venues article .content .tabs h4 {
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (max-width: 979px) {
  .venues article .content .tabs h4 {
    font-size: 22px;
  }
}
.venues article .content .tabs p {
  color: #3D3935;
}
.venues article .content .tabs ul > li {
  position: relative;
  padding-left: 14px;
  margin: 5px 0;
}
.venues article .content .tabs ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #CEB4A9;
  border-radius: 100%;
}
.venues article .content .tabs .layouts {
  overflow: hidden;
}
.venues article .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #3D3935;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .venues article .content .tabs .layouts span {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.venues article .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #CEB4A9;
}
@media only screen and (max-width: 767px) {
  .venues article .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venues article .content .tabs .venue-block-controls {
  padding-top: 15px;
  font-weight: bold;
  clear: both;
  display: block;
}
.venues article .content .tabs .venue-features {
  display: block;
  clear: both;
  padding-top: 15px;
}
.venues article .content .tabs .venue-features li {
  display: block;
  width: 100%;
}
.venues article .content .background-gallery-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
}
.venues article .content .background {
  position: absolute;
  top: 10px;
  left: 35%;
  right: 10px;
  bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 979px) {
  .venues article .content .background {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .venues article .content .background {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.venues article .buttons {
  background: #CEB4A9;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venues article .buttons {
    padding: 8px 0;
  }
}
.venues article .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venues article .buttons .inner-wrapper {
    float: none;
  }
}
.venues article .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venues article .buttons .inner-wrapper a + a {
  border-left: 1px solid #CEB4A9;
}
@media only screen and (max-width: 767px) {
  .venues article .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venues article .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #CEB4A9;
  }
}
.venues article .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

.single-venue .thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 20px;
  display: block;
}
.single-venue .thumbnail img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  overflow: hidden;
  margin: 15px 0;
}
.single-venue .layouts span {
  width: auto;
  display: inline-block;
  font-size: 13px;
  color: #3D3935;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
  }
}
.single-venue .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #CEB4A9;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:before {
    font-size: 30px;
  }
}
.single-venue .links a {
  margin: 5px;
}

.venues-module .venue-entry {
  display: none;
}
.venues-module .venue-entry.visible-venue {
  display: block;
}

#blog-feed {
  margin: 40px -10px 0 -10px;
}
@media only screen and (min-width: 1400px) {
  #blog-feed {
    margin: 40px -20px 0 -20px;
  }
}
#blog-feed article {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) {
  #blog-feed article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 979px) {
  #blog-feed article {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #blog-feed article {
    width: 100%;
  }
}
#blog-feed .thumbnail {
  width: 100%;
  padding-top: 70%;
  margin: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  #blog-feed .thumbnail {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #blog-feed .thumbnail {
    padding-top: 50%;
  }
}
#blog-feed .description {
  background-color: #f7f7f7;
  padding: 20px;
  float: left;
}
@media only screen and (min-width: 1400px) {
  #blog-feed .description {
    padding: 40px;
  }
}

.careers {
  padding: 0 5% 50px;
}
@media only screen and (min-width: 1400px) {
  .careers {
    padding: 0 8% 90px;
  }
}
@media only screen and (max-width: 979px) {
  .careers {
    padding: 0 0 30px;
  }
}
.careers h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.careers.last dl:last-child {
  border-bottom: 0;
}
.careers dt {
  color: #444;
  font: 16px/1 "ITC New Baskerville", serif;
  margin-bottom: 20px;
  font-weight: bold;
}
.language-jp .careers dt {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media only screen and (max-width: 767px) {
  .careers dt {
    margin-bottom: 10px;
  }
}
.careers dd {
  margin-bottom: 20px;
}
.careers .block-list-item {
  padding: 0;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 24px;
  height: 24px;
  transform-origin: 50% 50%;
  border: 3px solid transparent;
  border-top-color: #CEB4A9;
  border-bottom-color: #CEB4A9;
  border-radius: 50%;
  transform: translateY(-50%, -50%);
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "ITC New Baskerville", serif;
  text-transform: uppercase;
  color: #3D3935;
}
.language-jp .hotel-location-map h4, .language-jp .poi-map-canvas h4 {
  font-family: "Noto Serif JP", serif !important;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #595855;
  width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .map-content {
    width: 250px;
  }
}
.map-content .thumbnail {
  background-size: cover;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .map-content .thumbnail {
    display: none;
  }
}
.map-content .thumbnail img {
  display: none;
}
.map-content > .wrapper {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .map-content > .wrapper {
    padding: 10px;
  }
}
.map-content h3, .map-content p {
  font-family: "ITC New Baskerville", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  white-space: normal;
}
.language-jp .map-content h3, .language-jp .map-content p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media only screen and (max-width: 767px) {
  .map-content h3, .map-content p {
    font-size: 12px;
  }
}
.map-content h3 {
  color: #CEB4A9;
  text-transform: uppercase;
}
.map-content nav .button {
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
  font-size: 12px;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .map-content nav .button {
    font-size: 10px;
  }
}
.map-content nav .button.directions:after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 500ms ease-in-out;
}
.map-content nav .button.directions:hover:after {
  border-color: #CEB4A9;
}
.map-content nav .button.link {
  background: #fff;
  border-color: #fff;
  color: #CEB4A9;
}
.map-content nav .button.link:hover {
  border-color: #CEB4A9;
}
.map-content nav.two-buttons .button {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .map-content nav.two-buttons .button {
    height: 40px;
    line-height: 38px;
  }
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

.leaflet-container a {
  color: #595855;
}

.leaflet-popup-content .button {
  color: white;
}

.pressroom {
  font-size: 0;
  padding: 7vh 0 8vh;
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 15px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(33% - 30px);
}
.pressroom .pressroom-item .time {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    display: inline-block;
    width: calc(100% - 30px);
  }
  .home .pressroom .pressroom-item {
    width: 280px;
  }
}
.pressroom .pressroom-item.hide {
  display: none;
}
.pressroom .slideshow {
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pressroom .slideshow {
    margin: 20px 0;
    overflow: hidden;
  }
}
.pressroom header {
  background: rgba(0, 0, 0, 0.2);
  height: 200px;
  position: relative;
}
.pressroom header h1 {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  margin: 0;
  padding: 0 30px;
  text-transform: none;
}
.pressroom header .button {
  display: none;
}
.home .pressroom header .button {
  background: none;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 20px;
}
.home .pressroom header .button:hover {
  background-color: #fff;
  color: #000;
}
.pressroom .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pressroom .thumbnail img {
  display: none;
}
.pressroom .links a {
  background: transparent url("../images/sprite.svg") no-repeat 0 -130px;
  color: #838383;
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  padding: 0;
  position: relative;
  text-indent: -1000em;
  width: 30px;
}
.pressroom .links a:after {
  color: inherit;
  content: attr(data-label);
  display: block;
  font-size: 11px;
  left: 50%;
  padding-top: 5px;
  position: absolute;
  text-decoration: none;
  text-indent: 0;
  top: 100%;
  transform: translateX(-50%);
  transition: opacity 500ms ease-in-out;
  opacity: 0;
  white-space: nowrap;
}
.pressroom .links a:hover:after {
  opacity: 1;
}
.pressroom .links a.view-gallery {
  background-position: -71px -130px;
}
.pressroom .links a.pdf {
  background-position: 0 -130px;
}
@media only screen and (max-width: 979px) {
  .pressroom .links {
    margin-top: 20px;
  }
  .pressroom .links a:after {
    font-size: 12px;
    padding-top: 0;
  }
}
.pressroom .description {
  background-color: #EAEAEA;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #838383;
  padding: 30px;
}
.home .pressroom .description {
  display: none;
}
.pressroom nav {
  margin-top: 35px;
}
.pressroom .button {
  padding: 0 95px;
}
@media only screen and (max-width: 767px) {
  .pressroom {
    padding: 20px 0 30px;
    text-align: center;
  }
  .pressroom .center-column {
    padding: 0;
  }
  .pressroom h1, .pressroom nav {
    box-sizing: border-box;
    margin: 0 15px;
  }
  .pressroom .button {
    padding: 0;
    width: 100%;
  }
}

.galleries {
  font-size: 0;
  padding-bottom: 60px;
  text-align: left;
}
.galleries .h1 {
  color: #fff !important;
  font: 32px/1 "ITC New Baskerville", serif;
  font-size: 1.5vw;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1600px) {
  .galleries .h1 {
    font-size: 24px;
  }
}
@media (min-width: 2133.3333333333px) {
  .galleries .h1 {
    font-size: 32px;
  }
}
.language-jp .galleries .h1 {
  font-family: "Noto Serif JP", serif !important;
}
.galleries .gallery {
  background-color: #3D3935;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 300px;
  line-height: 20px;
  margin-bottom: 110px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(50% - 20px);
}
.galleries .gallery:nth-child(2n) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    margin: 0 0 60px !important;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
  }
}
.galleries .gallery a {
  color: inherit;
}
.galleries .gallery:hover .thumbnail:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.galleries .slideshow {
  text-align: left;
}
.galleries .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  float: none;
  margin: 0;
  height: 100%;
  width: 100%;
}
.galleries .thumbnail img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .galleries .thumbnail {
    background: none !important;
  }
  .galleries .thumbnail img {
    display: block;
    visibility: hidden;
    width: 100%;
  }
}
.galleries .thumbnail:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 500ms ease-in-out;
  top: 0;
  width: 100%;
}
.galleries .description {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .galleries .description {
    padding: 20px;
  }
}
.galleries .button {
  background: #FFC832;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  padding: 0 40px;
  position: absolute;
  transform: translateX(-50%);
}
.galleries .button:hover {
  background-color: #444;
}
.galleries .gallery-tile-content {
  position: relative;
  padding: 40px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .galleries .gallery-tile-content {
    padding: 20px;
  }
}
.galleries .gallery-tile-content h4 {
  font: 1.8vw/1.2 "ITC New Baskerville", serif;
  font-size: 1.8vw;
  margin-bottom: 10px;
  color: #3D3935;
  text-transform: uppercase;
  transition: margin 500ms ease-in-out;
}
@media (max-width: 888.8888888889px) {
  .galleries .gallery-tile-content h4 {
    font-size: 16px;
  }
}
@media (min-width: 1444.4444444444px) {
  .galleries .gallery-tile-content h4 {
    font-size: 26px;
  }
}
.language-jp .galleries .gallery-tile-content h4 {
  font-family: "Noto Serif JP", serif !important;
}

#home-gallery {
  font-size: 0;
}
#home-gallery .images {
  margin: 0 -15px;
}
#home-gallery .images:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1400px) {
  #home-gallery .images {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1144px) {
  #home-gallery .images {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 979px) {
  #home-gallery .images {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .images {
    margin: 0 -5px;
  }
}
#home-gallery .image {
  display: none;
  float: left;
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
#home-gallery .image:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: background 500ms ease-in-out;
}
#home-gallery .image:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
#home-gallery .image.current-category {
  display: block;
}
#home-gallery .image.hidden-on-desktop {
  display: none;
}
@media only screen and (min-width: 1400px) {
  #home-gallery .image {
    width: calc(20% - 40px);
    margin: 0 20px 40px;
  }
  #home-gallery .image.hidden-on-desktop {
    display: block;
  }
  #home-gallery .image.hidden-on-wide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1144px) {
  #home-gallery .image {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px 30px;
  }
  #home-gallery .image.hidden-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  #home-gallery .image {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  #home-gallery .image.hidden-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .image {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  #home-gallery .image.hidden-on-mobile {
    display: none;
  }
}
#home-gallery .gallery-controls {
  text-align: right;
}
#home-gallery .gallery-controls .hidden-on-tablet {
  display: none;
}
@media only screen and (min-width: 1400px) {
  #home-gallery .gallery-controls .hidden-on-wide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  #home-gallery .gallery-controls {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  #home-gallery .gallery-controls .hidden-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .gallery-controls .hidden-on-tablet {
    display: inline-block;
  }
  #home-gallery .gallery-controls .hidden-on-mobile {
    display: none;
  }
}
#home-gallery img {
  display: block;
  width: 100%;
}
#home-gallery ul {
  font-size: 0;
  margin-top: 30px;
  max-height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #home-gallery ul {
    margin-top: 20px;
  }
}
#home-gallery li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 650px;
  width: 50%;
}
#home-gallery li a {
  float: left;
  margin: 0 15px 30px 15px;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  #home-gallery li a {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
}
#home-gallery li a img {
  display: block;
  width: 100%;
}
#home-gallery li a.s-620x295, #home-gallery li a.s-620x620 {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  #home-gallery li a.s-620x295, #home-gallery li a.s-620x620 {
    width: calc(100% - 20px);
  }
}

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.form-content {
  padding: 0 50px;
}
@media only screen and (min-width: 1400px) {
  .form-content {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 979px) {
  .form-content {
    padding: 0;
  }
}

.form {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0 10px calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form h3 {
    padding: 10px 0;
  }
}
.form label {
  float: left;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  text-align: right;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text) {
  float: left;
  margin: 0 10px 0 0;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text).checkbox-group {
  margin-bottom: 10px;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text) input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text) label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text).group label {
  display: block;
}
.form p span:not(.ui-selectmenu-icon):not(.ui-selectmenu-text).group label input {
  margin-right: 0.4em;
}
.form input[type=text],
.form input[type=date],
.form textarea,
.form select {
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #53565a;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
}
@media screen and (min-width: 1200px) {
  .form input[type=text],
  .form input[type=date],
  .form textarea,
  .form select {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=date],
  .form textarea,
  .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 1230px) {
  .form textarea {
    width: 520px;
  }
}
.form select {
  float: left;
}
.form select + .select-icon {
  margin-top: 17px;
}
.form textarea {
  height: 240px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form input.date-pick {
  float: left;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#home-poi {
  position: relative;
  z-index: 10;
}

.poi {
  overflow: hidden;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  position: absolute;
  right: 80px;
  top: calc(100% + 80px);
  border-radius: 3px;
  background: #515049;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .poi-zoom {
    right: 20px;
    top: calc(100% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .poi-zoom {
    right: 10px;
    top: calc(100% + 10px);
  }
}
.poi-zoom .poi-zoom-button {
  display: block;
  position: relative;
  height: 29px;
  width: 29px;
  margin-top: 1px;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  background: #53524a;
  color: #fff;
  transition: background 300ms;
}
.poi-zoom .poi-zoom-button:first-child {
  margin-top: 0;
}
.poi-zoom .poi-zoom-button:hover {
  background: #CEB4A9;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 3px;
  position: absolute;
  left: 9px;
  top: 13px;
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 3px;
  height: 11px;
  position: absolute;
  left: 13px;
  top: 9px;
}

.poi-map {
  position: relative;
  height: 800px;
  z-index: 10;
}

.poi-overlay {
  position: relative;
  text-align: center;
  z-index: 20;
}
.home .poi-overlay .category-selector {
  margin: 0;
  border-top: 1px solid #e4e2e0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .home .poi-overlay .category-selector {
    border-top: none;
  }
}
.poi-overlay .category-selector .button {
  padding-left: 40px;
  color: #CEB4A9;
}
@media only screen and (min-width: 1400px) {
  .poi-overlay .category-selector .button {
    padding-left: 60px;
    padding-right: 40px;
    display: block !important;
  }
}
.home .poi-overlay .category-selector .button {
  font-size: 16px;
  margin: 0;
  border: none;
  border-left: 1px solid #e4e2e0;
}
.home .poi-overlay .category-selector .button:first-child {
  border-left: none;
}
@media only screen and (min-width: 1400px) {
  .home .poi-overlay .category-selector .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1144px) {
  .home .poi-overlay .category-selector .button {
    font-size: 14px;
  }
}
.poi-overlay .category-selector .button.active, .poi-overlay .category-selector .button:hover {
  color: #3D3935;
}
.poi-overlay .category-selector .button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 11px;
  left: 0;
}
@media only screen and (min-width: 1400px) {
  .poi-overlay .category-selector .button:before {
    left: 18px;
  }
}
.poi-overlay .category-selector .button.icon-dining:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-sights:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-bars-lounges:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-theaters:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}
.home .poi-overlay .category-selector select {
  margin: 0 10px 20px;
  width: calc(100% - 20px);
}

@media only screen and (max-width: 767px) {
  .category-selector button {
    display: inline-block;
  }
}
@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts//HeBS-Icons.woff2?6etkr6") format("woff2"), url("../fonts//HeBS-Icons.ttf?6etkr6") format("truetype"), url("../fonts//HeBS-Icons.woff?6etkr6") format("woff"), url("../fonts//HeBS-Icons.svg?6etkr6#HeBS-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "\e937";
}

.rooms-icon-classroom-set-up:before {
  content: "\e938";
}

.rooms-icon-cabaret-set-up:before {
  content: "\e939";
}

.rooms-icon-boardroom-set-up:before {
  content: "\e93a";
}

.rooms-icon-u-shaped-set-up:before {
  content: "\e93b";
}

.rooms-icon-banquet-set-up:before {
  content: "\e93c";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "\e93d";
}

.rooms-icon-reception-set-up:before {
  content: "\e93e";
}

.rooms-icon-ceremony-set-up:before {
  content: "\e93f";
}

.rooms-icon-parking3:before {
  content: "\e94d";
}

.rooms-icon-natural-daylight:before {
  content: "\e940";
}

.rooms-icon-outlets-sockets:before {
  content: "\e941";
}

.rooms-icon-direct-dial-point:before {
  content: "\e942";
}

.rooms-icon-video-conferencing:before {
  content: "\e943";
}

.rooms-icon-air-conditioning:before {
  content: "\e944";
}

.rooms-icon-wi-fi:before {
  content: "\e945";
}

.rooms-icon-blackout-shades:before {
  content: "\e946";
}

.rooms-icon-visual-equipment:before {
  content: "\e947";
}

.rooms-icon-audio-equipment:before {
  content: "\e948";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "\e949";
}

.rooms-icon-tv-point:before {
  content: "\e94a";
}

.rooms-icon-overhead-projector:before {
  content: "\e94b";
}

.rooms-icon-data-projector:before {
  content: "\e94c";
}

.rooms-icon-balcony:before {
  content: "\e900";
}

.rooms-icon-city-view:before {
  content: "\e901";
}

.rooms-icon-beds:before {
  content: "\e902";
}

.rooms-icon-flat-screen-tv:before {
  content: "\e903";
}

.rooms-icon-hair-dryer:before {
  content: "\e904";
}

.rooms-icon-iron:before {
  content: "\e905";
}

.rooms-icon-ac:before {
  content: "\e906";
}

.rooms-icon-king-bed:before {
  content: "\e907";
}

.rooms-icon-kitchen:before {
  content: "\e908";
}

.rooms-icon-minibar:before {
  content: "\e909";
}

.rooms-icon-smoke-free .path1:before {
  content: "\e90a";
  color: rgb(0, 0, 0);
}

.rooms-icon-smoke-free .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.rooms-icon-smoke-free .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-smoke-free .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-occupancy:before {
  content: "\e90b";
}

.rooms-icon-ocean-view:before {
  content: "\e90c";
}

.rooms-icon-personal_items:before {
  content: "\e90d";
}

.rooms-icon-pool-view:before {
  content: "\e90e";
}

.rooms-icon-room-service:before {
  content: "\e90f";
}

.rooms-icon-safe:before {
  content: "\e910";
}

.rooms-icon-single-room:before {
  content: "\e911";
}

.rooms-icon-smoking:before {
  content: "\e912";
}

.rooms-icon-size:before {
  content: "\e913";
}

.rooms-icon-pulloutsofa:before {
  content: "\e914";
}

.rooms-icon-twin-room:before {
  content: "\e915";
}

.rooms-icon-wifi:before {
  content: "\e916";
}

.rooms-icon-adaroom:before {
  content: "\e917";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "\e918";
}

.rooms-icon-amusement-park:before {
  content: "\e919";
}

.rooms-icon-bar:before {
  content: "\e91a";
}

.rooms-icon-beach:before {
  content: "\e91b";
}

.rooms-icon-business-center:before {
  content: "\e91c";
}

.rooms-icon-elevator:before {
  content: "\e91d";
}

.rooms-icon-environmentally-friendly:before {
  content: "\e91e";
}

.rooms-icon-fitness:before {
  content: "\e91f";
}

.rooms-icon-parking .path1:before {
  content: "\e920";
  color: rgb(0, 0, 0);
}

.rooms-icon-parking .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-parking .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path4:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path5:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path6:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path7:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path8:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path9:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-parking .path10:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-golf:before {
  content: "\e921";
}

.rooms-icon-indoor-pool:before {
  content: "\e922";
}

.rooms-icon-landmark .path1:before {
  content: "\e923";
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path3:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}

.rooms-icon-landmark .path4:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(29, 30, 28);
}

.rooms-icon-outdoor-pool:before {
  content: "\e924";
}

.rooms-icon-parking:before {
  content: "\e925";
}

.rooms-icon-pet-friendly:before {
  content: "\e926";
}

.rooms-icon-pool:before {
  content: "\e927";
}

.rooms-icon-restaurant:before {
  content: "\e928";
}

.rooms-icon-room-service2:before {
  content: "\e929";
}

.rooms-icon-shuttle:before {
  content: "\e92a";
}

.rooms-icon-spa:before {
  content: "\e92b";
}

.rooms-icon-ticket-services:before {
  content: "\e92c";
}

.rooms-icon-valet:before {
  content: "\e92d";
}

.rooms-icon-water-park:before {
  content: "\e92e";
}

.rooms-icon-coffeemaker:before {
  content: "\e92f";
}

.rooms-icon-highfloor:before {
  content: "\e930";
}

.rooms-icon-airport-shuttle-free .path1:before {
  content: "\e931";
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.rooms-icon-airport-shuttle-free .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path7:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path8:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path9:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path10:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path11:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-airport-shuttle-free .path12:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(1, 1, 1);
}

.rooms-icon-view:before {
  content: "\e932";
}

.rooms-icon-tv:before {
  content: "\e933";
}

.rooms-icon-minifridge:before {
  content: "\e934";
}

.rooms-icon-pets:before {
  content: "\e935";
}

.rooms-icon-valet-only:before {
  content: "\e936";
}

.print #header-bar,
.print #header,
.print #menu-container,
.print #photos-container,
.print #booking,
.print #rewards-block,
.print #footer {
  display: none;
}

@page {
  size: 960px 1358px;
}
