.box-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .box-cont {
    margin-bottom: 100px;
  }
}
.box-cont .image {
  width: 40%;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .box-cont .image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px !important;
  }
}
.box-cont .image img {
  width: 100%;
}
.box-cont .text {
  width: calc(60% - 60px);
  text-align: left !important;
}
@media (max-width: 767px) {
  .box-cont .text {
    width: 100%;
  }
}

#contents-page .text.cen {
  text-align: center;
}

.map-image {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .map-image {
    margin-bottom: 75px;
  }
}
.map-image img {
  width: 100%;
}

.map-container {
  margin: 200px auto 150px auto;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .map-container {
    margin: 100px auto;
  }
}
.map-container .map {
  width: 100%;
  height: 430px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .map-container .map {
    height: 300px;
  }
}
.map-container .map-link {
  text-align: right;
}

.access-info {
  margin-bottom: 60px;
}
.access-info .headline {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
  margin-bottom: 40px;
  text-align: left;
}
.access-info .content {
  line-height: 2.5;
}

footer {
  border-top: 1px solid #231815;
}