@charset "UTF-8";

#header .page-title {
  margin-top: 50px;
  text-align: center;
}

main {
  max-width: 1600px;
}

table {
  border-collapse: collapse;
  margin: auto;
}

td {
  padding: 16px;
  border: 1px solid #333;
}

.place {
  background-color: rgba(0,0,0,0.1);
}

.images_area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.image {
  width: 300px;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}

.image:nth-child(3) {
  width: 250px;
}

.image img {
  max-width: 100%;
}