/* line 5, app/assets/stylesheets/w_contact.scss */
.conditions-format {
  text-align: justify;
  text-justify: inter-word;
}

/* line 10, app/assets/stylesheets/w_contact.scss */
.sitemap-title {
  font-size: 36px;
  color: #54697e;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 18, app/assets/stylesheets/w_contact.scss */
.sitemap-title:after {
  content: "";
  position: absolute;
  width: 1.5%;
  left: 49%;
  height: 5px;
  border-bottom: 1px solid #54697e;
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/w_contact.scss */
  .contact-ul ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/* line 37, app/assets/stylesheets/w_contact.scss */
.reservation_conditions_1 {
  background-color: #fffbc0;
  padding: 15px;
  margin: 5px;
  font-size: 14px;
  text-align: justify;
  border-radius: 20px;
}

/* line 46, app/assets/stylesheets/w_contact.scss */
.reservation_conditions_price {
  font-weight: bold;
}
