header {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
}
header nav {
  float: left;
}
header nav ul li {
  color: #ffffff;
  font-weight: 700;
}
header nav ul li::after {
  background-color: #ffffff;
}
header nav ul li:hover,
header nav ul li.active {
  color: #ffffff;
}
.header_space {
  display: none;
}
#main_image {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  height: auto;
}
#main_image .slideshow_list {
  height: auto;
}
.slogan {
  width: 274px;
  height: 248.15px;
}
.scroll_menu nav {
  float: left;
}
#submenu {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  padding: 22px 0 11px 0;
}
#submenu ul {
  position: relative;
  left: 50%;
  float: left;
}
#submenu ul li {
  background-color: #ffffff;
  color: var(--theme-color);
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  font-size: var(--q20);
  font-weight: 700;
  line-height: 1.75;
  margin-right: 11px;
  margin-bottom: 11px;
  padding: 0 12px;
  border: solid 1px var(--theme-color);
  border-radius: 24px;
  transition: all 0.2s;
}
#submenu ul li:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
#submenu ul a:last-child li {
  margin-right: none;
}
.main {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 22px;
}
/* sidebar */
.sidebar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.sidebox {
  font-size: var(--q18);
  margin-bottom: 33px;
}
.sidebox_title {
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: var(--q28);
  font-weight: 700;
  width: 100%;
  height: 44px;
  line-height: 40px;
}
.sidebox_subtitle {
  color: var(--theme-color);
  font-size: var(--q24);
  font-weight: 700;
  width: 100%;
}
button.btn_search,
button.btn_see_more {
  background-color: var(--button-color);
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  cursor: pointer;
  font-size: var(--q28);
  font-weight: 700;
  margin-bottom: var(--gutter);
  overflow: hidden;
  position: relative;
  padding: 0 1.5em;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  transition: all 0.4s;
}
.icon {
  display: block;
  width: 44px;
  height: 44px;
}
.icon_tel {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 4px 8px 0 0;
}
.icon_pin {
  display: inline-block;
  width: 16.5px;
  height: auto;
}
.icon_pin_large {
  display: inline-block;
  width: 22px;
  height: auto;
}
.icon_question {
  display: inline-block;
  width: 33px;
  height: 33px;
}
button.btn_languages {
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  margin: 22px 0 0 0;
  transition: all 0.2s;
}
button.btn_languages:hover {
  background-color: rgba(255, 255, 255, 0.82);
}
button.btn_languages span {
  display: inline-block;
  margin: 4px 0 0 6px;
}
.icon_language {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
}
.visible {
  overflow: visible !important;
}
.languages_panel {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: none;
  position: absolute;
  top: 88px;
  right: 0;
  width: 175px;
  height: auto;
  transition: all 0.2s;
  opacity: 0;
}
.languages_panel.active {
  display: block;
  opacity: 1;
}
ul.bogo-language-switcher {
  overflow: hidden;
  position: relative;
}
ul.bogo-language-switcher li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.18);
  width: 100%;
  padding: 0 22px !important;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s;
}
ul.bogo-language-switcher li.current,
ul.bogo-language-switcher li:hover {
  background-color: rgba(255, 255, 255, 0.18) !important;
}
.sidebox_tel {
  font-size: var(--q38);
  font-weight: 700;
  width: 100%;
  margin: 22px 0 11px 0;
}
#sidemap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 232px;
}
#footer_map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 440px;
}
#map iframe,
#sidemap iframe,
#footer_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
table.tbl_address th {
  padding: 2.5px 0 0 0;
  vertical-align: top;
}
table.tbl_address td {
  font-size: var(--q18);
  line-height: 1.75;
  vertical-align: top;
}
table.tbl_question {
  border-collapse: collapse;
  margin-bottom: 22px;
}
table.tbl_question tr {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  vertical-align: top;
}
table.tbl_question th {
  padding: 22px 5.5px 22px 0;
  vertical-align: top;
}
table.tbl_question td {
  font-size: var(--q18);
  line-height: 1.75;
  padding: 27.5px 0 22px 0;
  vertical-align: top;
}
button.btn_show_more_question {
  background-color: #ffffff;
  border: solid 1px var(--button-color);
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  color: var(--button-color);
  cursor: pointer;
  font-size: var(--q28);
  font-weight: 700;
  margin-bottom: var(--gutter);
  overflow: hidden;
  position: relative;
  padding: 0 1.5em;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  transition: all 0.4s;
}
button.btn_show_more_question:hover {
  background-color: var(--button-color);
  color: #ffffff;
}
.main {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
  margin-left: 22px;
}
.image_list {
  border-bottom: solid 4px var(--theme-color);
  overflow: hidden;
  padding-bottom: 44px;
  position: relative;
  width: 100%;
  height: auto;
}
.image_list_thumbnail {
  float: left;
  object-fit: cover;
  width: 67px;
  height: 67px;
  margin: 0 11px 11px 0;
}
.contents {
  overflow: hidden;
  position: relative;
  width: 100%;
}
h1 {
  font-size: var(--q38);
  font-weight: 700;
}
h2 {
  color: var(--theme-color);
  font-size: var(--q24);
  font-weight: 700;
}
h3 {
  font-size: var(--q28);
  font-weight: 700;
}
h4 {
  font-size: var(--q24);
  font-weight: 700;
}
.line_dotted {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.18);
}
table.tbl_label {
  float: left;
  margin: 0 22px 22px 0;
  width: 176px;
}
table.tbl_label th {
  vertical-align: top;
  padding-right: 11px;
}
table.tbl_label td {
  vertical-align: middle;
}
.label_icon {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.line_height {
  line-height: 1.75;
}
table.tbl_room {
  float: left;
  margin: 0;
  width: 50%;
}
table.tbl_room th {
  vertical-align: middle;
  padding-right: 11px;
  width: 33px;
}
table.tbl_room td {
  font-size: var(--q18);
  vertical-align: middle;
  padding-right: 11px;
  width: auto;
  word-break: break-all;
}
.room_icon {
  display: inline-block;
  width: 22px;
  height: 22px;
}
ul.listing_tag {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
ul.listing_tag li {
  display: inline-block;
  font-weight: 700;
  margin-right: 2em;
  margin-bottom: 1em;
  transition: all 0.2s;
}
ul.listing_tag li:hover,
ul.listing_tag li.active {
  color: var(--theme-color);
  text-decoration: underline;
}
footer {
  background-color: #000000;
  color: #ffffff;
}
.copyright {
  font-weight: 700;
}
#page_top {
  background-color: rgba(255, 255, 255, 0.82);
  bottom: 88px;
  right: 12px;
}
.listing {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.listing_image {
  display: inline-block;
  object-fit: cover;
  width: 145px;
  height: 145px;
  margin: 0 11px 11px 0;
}
.listing a:nth-child(1) .listing_image {
  width: 145px;
  height: 145px;
}
.message {
  font-size: var(--q24);
  font-style: italic;
  margin-bottom: 33px;
}
.author {
  color: var(--theme-color);
  font-size: var(--q28);
  font-weight: 700;
  margin-bottom: 11px;
}
.stars {
  color: var(--theme-color);
  font-size: var(--q32);
  font-weight: 700;
}
ul.thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
}
ul.thumbnail li {
  background-color: var(--base-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  float: left;
  width: 49%;
  height: 140px;
  overflow: hidden;
  position: relative;
  margin-right: 2%;
  margin-bottom: 11px;
}
ul.thumbnail li:nth-child(2n + 2) {
  margin-right: 0;
}
ul.thumbnail li .thumbnail_image {
  background-color: var(--base-color);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
ul.thumbnail li .thumbnail_image span {
  background-color: var(--base-color);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  transform: scale(1);
  filter: brightness(100%);
}
ul.thumbnail li:hover .thumbnail_image span {
  transform: scale(1.02);
  filter: brightness(80%);
}
ul.thumbnail li .thumbnail_contents {
  float: none;
  margin-left: 140px;
  padding: 22px 1em 0 1em;
  width: auto;
}
ul.thumbnail li .thumbnail_contents h2,
ul.thumbnail li .thumbnail_contents h4 {
  line-height: 1.25;
}
.quick {
  overflow: hidden;
  position: relative;
  height: 600px;
}
.quick_mask {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #f5f5f5 50%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #f5f5f5 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f5f5f5 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 132px;
  padding: 66px 22px 22px 22px;
}
.sub_image_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 440px;
}
.sub_image_wrapper::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC)
    repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sub_image {
  background-color: #ffffff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.room {
  border-top: solid 4px var(--theme-color);
}
.room_thumbnail {
  background-color: #ffffff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 66.666%;
  margin-bottom: 11px;
}
.switcher {
  float: right;
}
#booking-package {
  line-height: 1.5 !important;
}
.side_calendar #booking-package_calendarPage {
  width: 100% !important;
}
.side_calendar #booking-package_durationStay {
  /*
  display: none !important;
  */
  padding: 0;
  width: 100%;
}
.side_calendar .bookingDetailsTitle,
.side_calendar .checkInPanel,
.side_calendar .checkOutPanel,
.side_calendar .row,
.side_calendar .total_amount,
.side_calendar #totalLengthOfGuestsPanel .name,
.side_calendar .row.summary .name,
.side_calendar .summaryTitle,
.side_calendar .summaryValue,
.side_calendar #totalGuests {
  display: none;
}
.side_calendar .row.summary,
.side_calendar #summaryListPanel,
.side_calendar #summaryListPanel .summaryValue.totalLengthOfStayLabel {
  display: block;
}
.side_calendar .row.summary .name {
  display: none !important;
}
.side_calendar #booking-package_durationStay {
  border-top: solid 1px rgba(0,0,0,0.18);
  border-bottom: solid 1px rgba(0,0,0,0.18);
  margin-bottom: 22px;
}
.side_calendar .row.summary {
  padding: 0 !important;
}
.side_calendar .summaryValue.totalLengthOfStayLabel {
  padding: 0.5em 0;
}
.side_calendar #booking-package_durationStay .row {
  border: none;
}
.side_calendar #booking-package,
.side_calendar #booking-package_calendarPage {
  background-color: inherit !important;
}
.side_calendar .calendar {
  /*
  pointer-events: none !important;
  */
  margin-bottom: 22px !important;
}
#reservation #booking-package_calendarPage {
  width: 100% !important;
  padding-left: 0;
  margin-bottom: 44px;
}
#reservation #booking-package_durationStay {
  width: 50% !important;
  padding-left: 0;
  margin-bottom: 44px;
}
#reservation #booking-package_inputFormPanel {
  width: 50% !important;
  padding-left: 22px;
  margin-bottom: 44px;
}
ul.select_room {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 44px;
}
ul.select_room li {
  border: solid 1px rgba(0, 0, 0, 0.09);
  border-right: none;
  color: #888888;
  cursor: pointer;
  font-weight: 700;
  float: left;
  text-align: center;
  width: 33.333%;
  height: 44px;
  padding: 0;
  line-height: 44px;
}
ul.select_room li:hover {
  color: var(--theme-color);
}
ul.select_room li:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.09);
}
ul.select_room li.active {
  background-color: var(--theme-color);
  color: white;
}
.side_calendar {
  display: none;
}
.side_calendar.active {
  display: block;
}
.select_room_message {
  color: var(--theme-color);
  font-weight: 700;
}
.sidebar_email {
  color: black;
  font-size: var(--q20);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: underline;
  width: 100%;
  margin-bottom: 33px;
  padding-bottom: 4px;
}

@media screen and (min-width: 1200px) {
  #main_image .slideshow_list .slideshow_image span {
    width: 100%;
    height: 0;
    padding-top: 800px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  /*
  #main_image {
    height: 100vh;
  }
  #main_image .slideshow_list {
    height: 100vh;
  }
  #main_image .slideshow_list .slideshow_image {
    height: 100vh;
  }
  */
  section {
    background-color: var(--base-color);
    overflow: hidden;
    padding: 22px 0 66px 0;
    padding-bottom: 66px;
    position: relative;
  }
  #main_message {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .slogan {
    width: 35.67708333%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .scroll_down {
    display: none;
  }
  .main {
    margin-left: 0;
  }
  ul.thumbnail li {
    width: 100%;
  }
  ul.thumbnail li:nth-child(2n + 2) {
    margin-right: 0;
  }
  button.btn_languages {
    margin: 5.5px 0 0 0;
  }
  .languages_panel {
    top: 55px;
    width: 164px;
  }
  #reservation #booking-package_durationStay {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 44px;
  }
  #reservation #booking-package_inputFormPanel {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 44px;
  }
}
