.text10 {
  font-family: 'Merriweather', serif;
  font-weight: 800 !important;
  color: black !important;
}

.text20 {
  opacity: 0.8 !important;
  letter-spacing: 0.5em !important;
}

.text30 {
  opacity: 0.8 !important;
  letter-spacing: 0.2em !important;
}

.text40 {
  font-family: 'Merriweather', serif !important;
  font-weight: 500 !important;
  color: black;
}

.space10 {
  margin-bottom: 2rem;
}

.space20 {
  margin-top: 2.5rem;
}

.through {
  opacity: 0.9;
}

@media (min-width: 900px) {
  .flow {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .map10 {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 767px) {
  .center_map {
    top: 0 !important;
    display: none;
  }
}

.style10 {
  font-family: 'Merriweather', serif;
  line-height: 1.25;
  font-size: 16px;
}

.font10 {
  color: #ff9901;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}

table thead {
  border-bottom: 5px solid #ff9900;
}

table tr:last-child {
  border-bottom: none;
}

table th,
table td {
  padding: 3em 10px 3em 1em;
  border-right: 1px solid #bbb;
  vertical-align: middle;
}

table th:last-child,
table td:last-child {
  border: none;
}

tbody th {
  color: black;
}

.txt {
  text-align: center;
  font-size: .85em;
}

.price {
  text-align: center;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%;
  }
  table th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: black;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table th,
  table td {
    padding: 1.8em 10px 1.8em 1em;
  }
}
/*# sourceMappingURL=style.css.map */