.reserve {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .reserve {
    width: 100%;
  }
}
.reserve dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.reserve dl dt {
  border-top: #156082 solid 3px;
  flex-basis: 200px;
  padding: 30px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .reserve dl dt {
    flex-basis: 100%;
    padding-bottom: 10px;
  }
}
.reserve dl dd {
  border-top: #156082 solid 3px;
  flex-basis: calc(100% - 200px);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .reserve dl dd {
    flex-basis: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.reserve dl dd a {
  text-decoration: underline;
  color: #156082;
}
.reserve .flex {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .reserve .flex {
    flex-wrap: wrap;
  }
}
.reserve .flex .left {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .reserve .flex .left {
    flex-basis: 100%;
  }
}
.reserve .flex .right {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .reserve .flex .right {
    flex-basis: 100%;
  }
}
.reserve .map {
  width: 100%;
}
.reserve .map iframe {
  width: 100%;
  height: 300px;
}

.contest {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .contest {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contest {
    padding: 0 15px;
  }
}
.contest .flex {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contest .flex .right {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  margin-left: 30px;
}
.contest p {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
}
.contest dl {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contest dl {
    width: 100%;
    padding: 0 15px;
  }
}
.contest dl dt {
  flex-basis: 130px;
  font-weight: 700;
  line-height: 2;
}
.contest dl dd {
  flex-basis: calc(100% - 130px);
  line-height: 2;
}

header .contact .flex {
  display: flex;
}
header .fbBtn {
  position: absolute;
  bottom: -35px;
  left: 30px;
}
header .instaBtn {
  position: absolute;
  bottom: -35px;
  right: 30px;
}
header .fbBtn, header .instaBtn {
  width: 30px;
}/*# sourceMappingURL=extra.css.map */