@charset "UTF-8";
main {
  /* 背景をback.pngから斜線に変えました　background-image: url("../images/back.png");*/
  background: repeating-linear-gradient(-45deg, #fdecf4, #fdecf4 15px, #f0c5ce 0, #fdecf4 18px);
  padding: 50px 0;
}
main .contents-container {
  max-width: 1200px;
  margin: 50px auto 0;
  background-color: rgb(254, 252, 219);
  border: solid 8px #8a89bb;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  main .contents-container {
    margin: 0 auto;
  }
}
main .contents-container section h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 36px 0 40px;
  padding: 5px;
  color: white;
  background-color: #343484;
}
main .contents-container section h2 span {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  main .contents-container section h2 {
    font-size: 20px;
  }
  main .contents-container section h2 span {
    display: block;
    margin-left: 0;
  }
}
main .contents-container section > div .table {
  margin-bottom: 40px;
}
main .contents-container section > div .table .spHead {
  display: none;
}
@media screen and (max-width: 767px) {
  main .contents-container section > div .table .spHead {
    display: block;
    width: 100%;
    background-color: #ed7711;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: solid 2px #ed7711;
    padding: 5px;
  }
}
main .contents-container section > div .table table {
  table-layout: fixed;
  width: 100%;
}
main .contents-container section > div .table table tr .date {
  font-size: 18px;
  background-color: #ed7711;
  color: white;
  width: 20%;
  min-width: 140px;
  border: solid 2px #f39601;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  main .contents-container section > div .table table tr .date {
    display: none;
  }
}
main .contents-container section > div .table table tr .time {
  font-size: 18px;
  background-color: #ed7711;
  color: white;
  border: solid 2px #f39601;
  width: 10%;
  min-width: 80px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  main .contents-container section > div .table table tr .time {
    width: 30%;
  }
}
main .contents-container section > div .table table tr .artist {
  font-size: 18px;
  background-color: #ed7711;
  color: white;
  border: solid 2px #f39601;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  main .contents-container section > div .table table tr .artist {
    width: 70%;
  }
}
main .contents-container section > div .table table tr td {
  font-size: 16px;
  padding: 10px;
  background-color: white;
  border-right: solid 2px #f39601;
  border-bottom: solid 2px #f39601;
}
main .contents-container section > div .table table tr td:first-child {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  main .contents-container section > div .table table tr td:first-child {
    border-left: solid 2px #f39601;
  }
}
main .contents-container #sec1 p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
main .contents-container #sec1 p span {
  font-size: 18px;
}
main .contents-container #sec1 .shopList {
  margin-top: 30px;
}
main .contents-container #sec1 .shopList img {
  width: 100%;
}
main .contents-container #sec2 dl {
  margin-bottom: 20px;
}
main .contents-container #sec2 dl dt {
  font-size: 18px;
  margin-bottom: 5px;
}
main .contents-container #sec2 dl dd {
  font-size: 16px;
  line-height: 1.4;
}
main .contents-container #sec2 dl dd span {
  display: block;
}

.stamprally-title img {
  width: 100%;
}

.visit-present__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .visit-present__wrap {
    display: block;
  }
}

.visit-present {
  margin-top: 12px;
  font-size: 16px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .visit-present {
    width: 100%;
  }
}
.visit-present h4 {
  height: 64px;
}
@media screen and (max-width: 767px) {
  .visit-present h4 {
    height: auto;
  }
}
.visit-present h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .visit-present h6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    row-gap: 4px;
    margin: 4px 0;
  }
}

.present-main {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .present-main {
    width: 100%;
  }
}
.present-main img {
  width: 100%;
}

.font--blue {
  color: #036db9;
  font-size: 24px;
  font-weight: bold;
}

.font--red {
  color: #e60012;
  font-size: 24px;
  font-weight: bold;
}

.font--orange {
  background: #e95504;
  color: #fff;
  display: inline-block;
  padding: 4px;
  border-radius: 2px;
}

.font--margin {
  margin-top: 2px;
  display: inline-block;
}

.link {
  text-decoration: underline;
}

.stamp-rally__img {
  width: 24.5667244367%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .stamp-rally__img {
    width: 100%;
  }
}
.stamp-rally__img img {
  width: 100%;
}

.stamp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.stamp-wrapper .stamp-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .stamp-wrapper .stamp-left {
    max-width: 100%;
  }
}
.stamp-wrapper .stamp-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .stamp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kitapink {
  color: #e4007f; /* 赤色（カラーコードまたは color: red; など） */
  font-weight: bolder;
}

.minamigreen {
  color: #22ac38;
  font-weight: bolder;
}

.tamokublue {
  color: #4298d4;
  font-weight: bolder;
}/*# sourceMappingURL=event.css.map */