/* 鬮｢�ｭ隴ｴ�ｧ陷搾ｽｹ雎ｼ�ｶ�ｽ�ｲ */
body {
  background-color: #ffe8eb;
  font-family: 髮九ｑ�ｽ�ｸ髫ｴ荳槫徐隰費ｿｽ,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS髫ｴ荳槫徐隰斐え,驛｢譎｢�ｽ�｡驛｢�ｧ�ｽ�､驛｢譎｢�ｽ�ｪ驛｢�ｧ�ｽ�ｪ,Meiryo,serif;
  color: #000;
}

a {
  color: dimgray;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* 驛｢譎渉�･郢晢ｽ｣驛｢謨鳴 */
header {
  text-align: center;
}

header img {
  width: 100%;
  max-width: 800px;
}

/* 髯橸ｽｻ隰悟･�ｽｽ�ｦ�ｽ�ｧ髣費ｽｨ陞｢�ｼ騾ｶ�ｸ鬩墓得�ｽ�･ */
.information {
  text-align: center;
  margin-bottom: 2rem;
}

.information .date {
  font-size: xx-large;
}

.information .additional-info .time {
}

/* 驛｢�ｧ�ｽ�ｮ驛｢譎｢�ｽ�｣驛｢譎｢�ｽ�ｩ驛｢譎｢�ｽ�ｪ驛｢譎｢�ｽ�ｼ */
.gallery {
  width: 100%;
}

.gallery .gallery-header {
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  margin-bottom: 2rem;
}

.gallery .pictures {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery .picture {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 20px;
}

.gallery .pictures .picture .image {
  height: 350px;
  display: flex;
  align-items: center;
}

.gallery .pictures .picture .image img {
  max-height: 350px;
}


.gallery .pictures .picture .description {
  width: 80%;
  text-align: center;
  font-size: small;
}

@media only screen and (max-width: 600px) {
  .information .date {
    font-size: large;
  }

  .gallery .gallery-header {
    font-size: x-large;
  }
}