/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 15px;
  padding: 20px;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px; /* 左右に余白追加 */
}

.location {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
  text-align: left;
}

.site-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.message p {
  margin-bottom: 40px;
}

.features {
  padding-left: 1.2em;
  margin: 20px 0;
}

.features li {
  margin-bottom: 8px;
}

.contact {
  font-size: 14px;
  color: #555;
  margin-top: 24px;
}

.image-credit {
  margin-top: 30px;
  text-align: center;
}