@charset "UTF-8";
.lp-hero-image .cover-img {
  -o-object-position: 0 30%;
     object-position: 0 30%;
}

.thebhotels img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.thebhotels .mb0 {
  margin-bottom: 0px !important;
}

.thebhotels .mb10 {
  margin-bottom: 10px !important;
}

.thebhotels .mb20 {
  margin-bottom: 20px !important;
}

.thebhotels .mb40 {
  margin-bottom: 40px !important;
}

.thebhotels .mb80 {
  margin-bottom: 80px !important;
}

.thebhotels .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
  padding: 0;
}

.thebhotels .col-8 {
  width: 66.66%;
  padding: 20px;
}

.thebhotels .col-6 {
  width: 50%;
  padding: 20px;
}

.thebhotels .col-4 {
  width: 33.33%;
  padding: 20px;
}

@media all and (max-width: 800px) {
  .thebhotels .row {
    margin: -10px;
  }
  .thebhotels .col-4, .thebhotels .col-8 {
    width: 100%;
    padding: 10px;
  }
}

.thebhotels p {
  margin-bottom: 10px;
}

@media all and (max-width: 800px) {
  .thebhotels p {
    font-size: 16px !important;
  }
}

.thebhotels p:nth-last-child(1) {
  margin-bottom: 0;
}

.thebhotels ol {
  padding-left: 25px;
}

.thebhotels ol li {
  padding-left: 5px;
  padding-bottom: 5px;
}

.thebhotels .txt {
  font-size: 16px;
  line-height: 1.6em !important;
}

@media all and (max-width: 800px) {
  .thebhotels .txt {
    font-size: 15px !important;
  }
}

.thebhotels .txt-min {
  font-size: 14px;
  line-height: 1.5em !important;
}

@media all and (max-width: 800px) {
  .thebhotels .txt-min {
    font-size: 13px !important;
  }
}

.thebhotels .txt-cap {
  font-size: 12px;
  line-height: 1.5em !important;
}

@media all and (max-width: 800px) {
  .thebhotels .txt-cap {
    font-size: 12px !important;
  }
}

.thebhotels .txt-cap-r {
  font-size: 12px;
  text-align: right;
}

@media all and (max-width: 800px) {
  .thebhotels .txt-cap-r {
    font-size: 12px !important;
  }
}

.thebhotels .center {
  text-align: center;
}

.thebhotels .sp {
  display: none;
}

@media all and (max-width: 800px) {
  .thebhotels .sp {
    display: block;
  }
}

.thebhotels-logo {
  max-width: 500px;
  margin: 0 auto 40px;
}

.thebhotels-logo.logo-2 {
  max-width: 700px;
}

.thebhotels-h3 {
  color: #7C410F;
  font-size: 31px;
  font-weight: bold;
}

@media all and (max-width: 800px) {
  .thebhotels-h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.thebhotels-h4 {
  color: #C7A956;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

.thebhotels-h4 a {
  text-decoration: none;
}

@media all and (max-width: 800px) {
  .thebhotels-h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.thebhotels-h5 {
  border: none;
  padding: 0;
  margin-bottom: 5px;
  font-weight: bold;
  color: #BA6683;
}

@media all and (max-width: 800px) {
  .thebhotels-h5 {
    font-size: 16px;
  }
}

.thebhotels-h6 {
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px !important;
  border-left: 5px solid #C7A956;
  padding-left: 15px;
}

@media all and (max-width: 800px) {
  .thebhotels-h6 {
    font-size: 18px !important;
  }
}

.thebhotels-contents {
  margin: 80px 0;
}

.thebhotels-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

@media all and (max-width: 800px) {
  .thebhotels-table {
    font-size: 14px;
  }
}

.thebhotels-table tbody {
  border: 2px solid #e3e3e3;
}

.thebhotels-table tbody tr {
  border-bottom: 2px solid #e3e3e3;
}

.thebhotels-table tbody tr th {
  text-align: center;
  padding: 10px;
  width: 30%;
  border-right: 2px solid #e3e3e3;
}

.thebhotels-table tbody tr td {
  width: 70%;
}

.thebhotels-table tbody tr td ul li {
  border-bottom: 2px solid #e3e3e3;
  padding: 10px;
}

.thebhotels-table tbody tr td ul li:nth-last-child(1) {
  border-bottom: none;
}

.thebhotels-table tbody tr:nth-last-child(1) {
  border-bottom: none;
}

.thebhotels-table tbody tr.head {
  background: #F7F2E5;
  text-align: center;
  font-weight: bold;
}

.thebhotels-panel {
  border: 2px solid #e3e3e3;
  padding: 10px;
  margin-bottom: 10px;
}

.thebhotels-panel ul {
  list-style: disc;
  margin-left: 30px;
}

.thebhotels-panel ul li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

@media all and (max-width: 800px) {
  .thebhotels-panel ul li {
    font-size: 15px;
  }
}

.thebhotels-panel.no-style ul {
  list-style: none;
  margin-left: 10px;
}

.thebhotels-panel.sub {
  border: none;
  padding: 40px;
  background: rgba(186, 102, 131, 0.1);
  text-align: center;
  border: 2px solid #BA6683;
}

@media all and (max-width: 800px) {
  .thebhotels-panel.sub {
    padding: 20px;
  }
}

.thebhotels-panel.sub h4 {
  color: #BA6683;
}

.thebhotels-btn a {
  color: white;
  background: #C7A956;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  width: 200px;
  text-align: center;
  position: relative;
}

@media all and (max-width: 800px) {
  .thebhotels-btn a {
    width: 48%;
  }
}

.thebhotels-btn a::after {
  content: "≫";
  position: absolute;
  top: 45%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.thebhotels-btn a.reserve {
  background: #9B0D02;
  margin-left: 5px;
}

.thebhotels-map {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}

.thebhotels-map::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(img/article/thebhotels/map.png);
  display: inline-block;
  background-size: contain;
}

.thebhotels .bb-hotel-img {
  position: relative;
}

.thebhotels .bb-hotel-img i {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(img/article/thebhotels/icon.svg) no-repeat;
  background-size: cover;
}

.cta-link {
  display: none;
}

.cta-btn ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


