html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #090715;
}
.page {
  max-width: 900px;
  margin: 0 auto;
  background-color: #171523;
  color: white;

  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
}

.header {
  width: 100%;
}
.content {
  padding: 1em;
}
.event {
  text-align: right;
}
.link {
  color: #f59b00;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.main-image {
  display: block;
  width: 100%;
}
h2 {
  text-align: center;
}
.member {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.profile {
  display: block;
  flex: 1 0 25%;
  margin-bottom: 1em;
  text-decoration: none;
  color: inherit;
}
.link-profile {
  text-decoration: none;
  color: inherit;
}
.link-icon {
  display: block;
  width: 5em;
  height: 5em;
  margin: 0 auto;
  border-radius: 50%;
}
.profile.none {
  height: 0;
}
.icon {
  display: block;
  width: 5em;
  height: 5em;
  margin: 0 auto;
  background-size: cover;
  border-radius: 50%;
}
.icon-twitter {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('./Twitter_Social_Icon_Circle_Color.png');
  background-size: cover;
}
.name {
  text-align: center;
  margin: 0;
}
.map {
  width:100%;
}
.footer {
  margin-top: 50px;
  text-align: center;
  font-size: 0.8em;
}