body {
  padding: 0;
  margin: 0;
  cursor: default;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  font-size: 14px; }

.toLeft {
  float: left; }

.toRight {
  float: right; }

.toCenter {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }

.clear {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1; }

* {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  border: solid 0px transparent;
  cursor: pointer; }

img {
  border: solid 0px transparent; }

input, textarea {
  border: 0px solid transparent;
  background: transparent;
  outline: none;
  resize: none; }

button {
  border: none;
  outline: none; }

textarea {
  overflow: hidden; }

/*resets*/
html, main, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, table, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.toCenter {
  max-width: 1420px;
  position: relative; }

body, html {
  position: relative;
  overflow-x: hidden; }

body {
  font-family: 'Roboto';
  background-color: #cacea9;
  padding: 56px 0 0; }
  @media only screen and (max-width: 1023px) {
    body {
      padding-top: 35px; } }

.table {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .table .cell {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .table.top .cell {
    vertical-align: top; }
  .table .row {
    display: table-row; }

/** {
  -moz-appearance: none;
  -webkit-appearance: none; }   */

.headerImage {
  padding: 21px 0 0;
  background: #888d70 url("../../images/top_text.png") no-repeat center center;
  position: relative;
  height: 180px; }
  @media only screen and (max-width: 1199px) {
    .headerImage {
      background-image: unset;
      height: 150px; } }
  .headerImage:before {
    content: "";
    top: -22px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 22px;
    background: #888d70 url("../../images/top_line.png") no-repeat center center/cover; }
  .headerImage .logo {
    position: absolute;
    width: 95px;
    height: 120px;
    top: 100px;
    left: -30px;
    opacity: 1;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms; }
    .headerImage .logo img {
      display: block;
      width: 100%; }
    .headerImage .logo:hover {
      opacity: .8; }
    @media only screen and (max-width: 1419px) {
      .headerImage .logo {
        left: 0; } }
    @media only screen and (max-width: 1199px) {
      .headerImage .logo {
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.headerText {
  padding: 10px 0 62px;
  font-weight: 200;
  text-align: center;
  font-size: 46px;
  line-height: 50px;
  color: #3f3f2c; }
  @media only screen and (max-width: 1199px) {
    .headerText {
      padding-bottom: 10px; } }
  .headerText span {
    font-weight: 300; }

header nav {
  position: relative; }
  header nav ul {
    font-size: 0;
    padding: 0 0 15px 75px; }
    @media only screen and (max-width: 1199px) {
      header nav ul {
        height: 67px;
        padding: 0; }
        header nav ul li {
          display: none; } }
  header nav a {
    color: #333322;
    line-height: 30px;
    font-size: 27px; }
    header nav a:hover {
      text-decoration: underline; }
  header nav li {
    margin: 0 60px 0 0;
    display: inline-block; }
    @media only screen and (max-width: 1419px) {
      header nav li {
        margin-right: 38px; }
        header nav li a {
          font-size: 24px; } }
    header nav li:last-child {
      margin-right: 0 !important; }
  header nav.subpage {
    padding: 13px 0;
    border-bottom: solid 3px #575a47; }
    header nav.subpage ul {
      padding-bottom: 0; }
    @media only screen and (max-width: 1199px) {
      header nav.subpage {
        padding: 0; } }

header .mobileNav {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.mobileNav {
  z-index: 200;
  position: absolute;
  width: 35px;
  height: 30px;
  cursor: pointer;
  right: 20px;
  top: 0;
  display: none; }
  @media only screen and (max-width: 1199px) {
    .mobileNav {
      display: block; } }
  .mobileNav span {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-transform: rotate(0) translateZ(0);
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0);
    cursor: pointer;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    background-color: #3B3B3B; }
    .mobileNav span:nth-child(1) {
      top: 0; }
    .mobileNav span:nth-child(2) {
      top: 13px; }
    .mobileNav span:nth-child(3) {
      bottom: 0; }
  .mobileNav.close {
    right: 20px;
    top: 20px; }
    .mobileNav.close span:nth-child(1) {
      top: 13px;
      -ms-transform: rotate(45deg) translateZ(0);
      -webkit-transform: rotate(45deg) translateZ(0);
      transform: rotate(45deg) translateZ(0); }
    .mobileNav.close span:nth-child(2) {
      opacity: 0; }
    .mobileNav.close span:nth-child(3) {
      bottom: 13px;
      -ms-transform: rotate(-45deg) translateZ(0);
      -webkit-transform: rotate(-45deg) translateZ(0);
      transform: rotate(-45deg) translateZ(0); }

.mobileMenu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  overflow-y: auto; }
  @media only screen and (max-width: 1199px) {
    .mobileMenu.visible {
      opacity: 1;
      visibility: visible;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .mobileMenu .table {
    height: 100%; }
  .mobileMenu nav {
    display: table; }
    .mobileMenu nav ul {
      display: block;
      padding: 0;
      padding: 60px 0; }
    .mobileMenu nav a {
      display: table;
      margin: 0 auto;
      color: #333322;
      line-height: 30px;
      font-size: 27px; }
      .mobileMenu nav a:hover {
        text-decoration: underline; }
    .mobileMenu nav li {
      margin: 0 0 20px 0;
      display: block; }
      .mobileMenu nav li:last-child {
        margin-bottom: 0; }

#hero {
  background-color: #e5e2b1;
  padding: 7px 75px;
  margin: 0 0 50px; }
  @media only screen and (max-width: 1023px) {
    #hero {
      padding: 10px;
      text-align: center; } }
  #hero img {
    width: 100%;
    display: block;
    border: solid 3px #fff; }
  #hero .top span {
    color: #3f3f2c;
    line-height: 26px;
    font-size: 20px;
    padding: 4px 40px 0 0; }
    @media only screen and (max-width: 1023px) {
      #hero .top span {
        display: block;
        width: 100%;
        padding: 5px 0; } }
  @media only screen and (max-width: 1023px) {
    #hero .top > .toLeft {
      float: none; }
    #hero .top .socials {
      padding: 20px 0;
      float: none;
      display: table;
      margin: 0 auto; } }
  #hero .bottom {
    padding: 25px 0;
    color: #3f3f2c;
    line-height: 26px;
    font-size: 25px;
    font-weight: 600; }
    @media only screen and (max-width: 1023px) {
      #hero .bottom {
        font-size: 20px;
        line-height: 24px; } }
    #hero .bottom .txt.toLeft {
      margin: 0 45px 0 0; }
      #hero .bottom .txt.toLeft:nth-child(2) {
        margin-right: 0; }
      #hero .bottom .txt.toLeft a {
        margin: 0 8px; }
    #hero .bottom a {
      color: #3f3f2c; }
      #hero .bottom a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 1023px) {
      #hero .bottom > .toLeft,
      #hero .bottom > .toRight {
        float: none;
        padding: 5px 0;
        margin: 0 !important; } }

.title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #3f3f2c; }
  @media only screen and (max-width: 1023px) {
    .title {
      font-size: 28px;
      line-height: 35px; } }
  .title a {
    color: #3f3f2c; }
    .title a:hover {
      text-decoration: underline; }

.arrange {
  padding: 0 75px 75px; }
  @media only screen and (max-width: 1023px) {
    .arrange {
      padding: 0 0 20px; } }
  .arrange h3 {
    letter-spacing: 2px;
    padding: 70px 0 40px; }
  .arrange .col {
    max-width: 50%; }
    .arrange .col:first-child {
      padding: 0 20px 0 0; }
    .arrange .col:last-child {
      padding: 0 0 0 20px; }
    @media only screen and (max-width: 1023px) {
      .arrange .col {
        width: 100%;
        max-width: 100%;
        text-align: center; }
        .arrange .col:first-child {
          padding: 0 0 20px 0; }
        .arrange .col:last-child {
          padding: 0; } }
  .arrange img {
    display: block;
    max-width: 100%;
    width: 100%; }

.socials a {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 0 0 12px;
  background: url("../../images/social_icons.png") no-repeat 0 0/64px 26px;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms; }
  .socials a.instagram {
    background-position: left 0; }
  .socials a.facebook {
    background-position: right 0; }
  .socials a:hover {
    opacity: .8; }
  @media only screen and (max-width: 1023px) {
    .socials a {
      margin: 0 6px; } }

.textPage {
  padding: 20px 0 90px; }
  .textPage .theMap {
    max-width: 853px;
    margin: 50px auto 0;
    display: block;
    width: 100%; }
  .textPage p {
    font-size: 27px;
    line-height: 34px;
    color: #333322;
    padding: 0 0 32px;
    text-align: justify; }
    .textPage p a {
      color: #333322; }
      .textPage p a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 1023px) {
      .textPage p {
        font-size: 24px;
        line-height: 30px; } }
  .textPage .socials {
    padding: 5px 0 0;
    margin: 0 75px 0 0; }
    @media only screen and (max-width: 1023px) {
      .textPage .socials {
        display: table;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 0 20px;
        text-align: center; }
        .textPage .socials a {
          float: none;
          display: inline-block; } }

.gallery {
  padding: 65px 0 0; }
  @media only screen and (max-width: 1023px) {
    .gallery {
      padding: 20px 0 0; } }
  .gallery img {
    display: block;
    width: 100%; }
  .gallery .col {
    width: 28%;
    margin: 0 8% 40px 0; }
    .gallery .col:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 1023px) {
      .gallery .col {
        width: 100%;
        margin-right: 0; } }
  .gallery h3 {
    color: #3f3f2c;
    font-size: 29px;
    line-height: 34px;
    text-align: center;
    padding: 0 0 15px; }
  .gallery a {
    opacity: 1;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms; }
    .gallery a:hover {
      opacity: .8; }
  .gallery .hidden {
    display: none; }
  .gallery.col-4 {
    padding-top: 46px; }
    .gallery.col-4 .col {
      width: 23%;
      margin: 0 2.666% 25px 0; }
      .gallery.col-4 .col:nth-child(3n) {
        margin-right: 2.666%; }
      .gallery.col-4 .col:nth-child(4n) {
        margin-right: 0; }
      @media only screen and (max-width: 1023px) {
        .gallery.col-4 .col {
          width: 100%;
          margin-right: 0; } }

.calendars {
  padding: 45px 0 60px;
  color: #333322; }
  @media only screen and (max-width: 1023px) {
    .calendars {
      padding-top: 20px; } }
  .calendars img {
    width: 100%;
    display: block; }
  .calendars .texts {
    padding: 0 0 35px; }
    .calendars .texts button {
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: solid 2px #5e623b;
      padding: 0 85px;
      font-size: 24px;
      line-height: 40px;
      color: #333322;
      cursor: pointer;
      opacity: 1;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -webkit-border-radius: 3px;
      transition: all ease-in-out 100ms;
      -webkit-transition: all ease-in-out 100ms;
      -moz-transition: all ease-in-out 100ms;
      -o-transition: all ease-in-out 100ms;
      -ms-transition: all ease-in-out 100ms; }
      .calendars .texts button:hover {
        opacity: .8; }
      @media only screen and (max-width: 1023px) {
        .calendars .texts button {
          width: 100%; } }
    .calendars .texts .col {
      width: 45%; }
      .calendars .texts .col:last-child {
        width: 47%; }
      @media only screen and (max-width: 1023px) {
        .calendars .texts .col {
          width: 100% !important; }
          .calendars .texts .col:last-child {
            padding: 20px 0 0; } }
    .calendars .texts p {
      padding: 10px 0 0;
      color: #333322;
      font-size: 22px;
      line-height: 26px;
      text-align: justify; }
    .calendars .texts .withBorder {
      border: solid 2px #5e623b;
      padding: 20px 5px 15px;
      font-size: 22px;
      line-height: 24px;
      color: #333322;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -webkit-border-radius: 3px; }
    .calendars .texts .dates {
      padding: 0 0 20px; }
      .calendars .texts .dates .cell {
        padding: 5px 0 0;
        width: 50%; }
    .calendars .texts .inputs {
      padding: 10px 45px 30px 0; }
      @media only screen and (max-width: 1023px) {
        .calendars .texts .inputs {
          padding-right: 0; }
          .calendars .texts .inputs > * {
            display: block;
            text-align: center;
            width: 100% !important; } }
        .calendars .texts .inputs .input input:not([type="checkbox"]) {
          width: 100%;}
        .calendars .texts .inputs .input input {
          display: block;
          text-align: center;
          font-size: 20px;
          font-family: 'Roboto';
          color: #333322; }
      .calendars .texts .inputs .text.txt01 {
        width: 64px; }
      .calendars .texts .inputs .text.txt02 {
        width: 82px; }
      .calendars .texts .inputs .text.txt03 {
        width: 76px; }
      @media only screen and (max-width: 1023px) {
        .calendars .texts .inputs .text {
          padding: 0 0 10px; } }
    .calendars .texts .prices {
      padding: 0 0 20px;
      width: auto; }
      .calendars .texts .prices .dots {
        width: 152px;
        border-bottom: dotted 3px #333322; }
      .calendars .texts .prices .cell {
        padding: 5px 0 0; }
  .calendars .theList {
    line-height: 30px; }
    @media only screen and (max-width: 1023px) {
      .calendars .theList {
        text-align: center; } }
    .calendars .theList h4,
    .calendars .theList .reserves,
    .calendars .theList .year {
      font-size: 27px; }
    .calendars .theList p {
      font-size: 22px; }
    .calendars .theList .col {
      width: 30%;
      margin: 0 5% 30px 0; }
      .calendars .theList .col:nth-child(3n) {
        margin-right: 0; }
      @media only screen and (max-width: 1199px) {
        .calendars .theList .col {
          width: 48%;
          margin-right: 4%; }
          .calendars .theList .col:nth-child(3n) {
            margin-right: 4%; }
          .calendars .theList .col:nth-child(2n) {
            margin-right: 0; } }
      @media only screen and (max-width: 1023px) {
        .calendars .theList .col {
          width: 100%;
          margin-right: 0%; }
          .calendars .theList .col:nth-child(3n) {
            margin-right: 0%; }
          .calendars .theList .col:nth-child(2n) {
            margin-right: 0; } }
    .calendars .theList .cols {
      padding: 0 0 10px; }
      .calendars .theList .cols .toLeft {
        position: relative; }
    .calendars .theList .year {
      padding: 0 0 22px; }
  .calendars .reserves {
    padding: 10px 0 30px; }
    .calendars .reserves .toLeft {
      margin: 0 70px 0 0; }
      @media only screen and (max-width: 1023px) {
        .calendars .reserves .toLeft {
          margin: 0 0 20px;
          width: 100%;
          line-height: 42px; } }
    .calendars .reserves .status {
      width: 52px;
      height: 42px;
      border: solid 3px #876a43;
      position: relative;
      display: inline-block;
      vertical-align: bottom; }
      @media only screen and (max-width: 1023px) {
        .calendars .reserves .status {
          display: block;
          margin: 0 auto; } }
      .calendars .reserves .status.full {
        background-color: #ab3b30; }
      .calendars .reserves .status.halfFull:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 37px 47px 0 0;
        border-color: #ab3b30 transparent transparent transparent; }
  .calendars .toBottom {
    position: absolute;
    bottom: 20px;
    color: #2b1a0b;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: 'Dancing Script'; }
  .calendars .month {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-style: italic; }
  .calendars .theTable {
    padding: 0 20px; }
    .calendars .theTable .dayNames {
      font-size: 20px;
      line-height: 30px; }
    .calendars .theTable .days {
      font-size: 26px;
      line-height: 38px; }
      .calendars .theTable .days .cell {
        position: relative;
        overflow: hidden;
        border-left: inset 3px #826139;
        border-top: inset 3px #826139;
        text-shadow: 0 1px #000; }
        .calendars .theTable .days .cell:last-child {
          border-right: inset 3px #826139; }
      .calendars .theTable .days .row:last-child .cell {
        border-bottom: inset 3px #826139; }
    .calendars .theTable .red {
      color: #b12113; }
    .calendars .theTable .full {
      color: #fff;
      background-color: #ab3b30; }
    .calendars .theTable .half {
      color: #fff; }
      .calendars .theTable .half:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: 0;
        border-style: solid;
        border-width: 38px 52px 0 0;
        border-color: #ab3b30 transparent transparent transparent; }
      .calendars .theTable .half span {
        position: relative;
        z-index: 2;
        display: block; }
