/* CSS Document */

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  box-sizing: border-box;
  width: 408px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
}

strong {
  font-weight: bold;
}

#page {
  width: 408px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}

.titulo0 {
  width: 300px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#titulo1 {
  background-image: url("../images/titulo_event.jpg");
  background-repeat: no-repeat;
}

#titulo2 {
  background-image: url("../images/titulo_menu.jpg");
  background-repeat: no-repeat;
}

#titulo3 {
  background-image: url("../images/titulo_map.jpg");
  background-repeat: no-repeat;
}

.leftBlock {
  float: left;
  width: auto;
  height: auto;
}
.leftBlock img {
  border: 1px solid #481c00;
}

.rightBlock {
  float: right;
  width: auto;
}
.rightBlock img {
  border: 1px solid #481c00;
}

.leftBlockEvent {
  float: left;
  width: 300px;
  height: 250px;
  padding: 10px;
  background-image: url("../images/event.jpg");
  background-repeat: no-repeat;
}

.rightBlockEvent {
  float: right;
  width: auto;
  height: 250px;
}
.rightBlockEvent img {
  border: 1px solid #481c00;
}

#wrapper {
  display: flex;
  flex-direction: column;
  /*min-height: 15vh;*/
}

header {
  /*position: fixed;*/
  width: 100%;
  text-align: center;
  z-index: 2;
}
header figure {
  background-color: #fff1dc;
}

figure {
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  width: 100%;
  height: 60px;
  background-color: #fff1dc;
  color: #333333;
  margin-top: 10px;
  padding: 5px 0px 0px 10px;
  position: fixed;
  text-align: center;
  bottom: 0;
  z-index: 2;
}
