@media screen and (max-width: 767px) {
  .column-2 .column-main .cont-main .cont-item:first-child {
    padding-bottom: 5px;
  }
}

.hall-area .hall-item .image {
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
  margin-left: -10px;
}

.hall-area .hall-item .title {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
  text-align: left;
  background: none;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #777;
  border-radius: 0;
}

.hall-area .hall-item .tel {
  font-size: 1.25em;
  color: #0098ac;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .hall-area .hall-item .image {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
