@charset "UTF-8";
@media screen and (min-width:481px) {
  body {
    font-size: 16px
  }
  .sp {
    display: none !important
  }
  .box900 {
    width: 900px;
    margin-left: auto;
    margin-right: auto
  }
}
@media screen and (max-width:480px) {
  body {
    font-size: 14px
  }
  .pc {
    display: none !important
  }
}
@media screen and (min-width:481px) {
  #footer {
    min-width: 1160px
  }
}
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  min-height: 400px
}
#contents *, #contents :after, #contents :before {
  box-sizing: border-box
}
@media screen and (min-width:481px) {
  #contents {
    display: block;
    width: 100%;
    min-width: 1160px;
    padding-top: 30px;
    background: url(../img/pcBG.png) repeat-x center top
  }
  #contents .innerBlock {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative
  }
  #contents02 {
    min-width: 1160px
  }
}
@media screen and (max-width:480px) {
  #contents {
    display: block;
    width: 100%;
    padding-top: 7vw;
    background: url(../img/pcBG.png) repeat-x center top
  }
  #contents img {
    max-width: 100vw
  }
  #contents .innerBlock {
    width: 90%!important;
    padding: 0;
    position: relative
  }
}
#mainVisual {
  width: 1100px;
  margin: 0 auto
}
@media screen and (max-width:480px) {
  #mainVisual {
    width: 100%
  }
}
#contents #flyerArea {
  padding: 20px 0 40px 0;
  display: flex;
  justify-content: space-between
}
#contents #flyerArea .flyer {
  width: 450px
}
#contents #flyerArea .flyer img.img {
  width: 100%
}
#contents #flyerArea .flyer a.btn {
  display: block;
  width: 138px;
  height: 35px;
  margin: 25px 0 0 auto
}
#contents #flyerArea .flyer a.btn img {
  width: 100%;
  height: 100%
}
@media screen and (max-width:480px) {
  #contents #flyerArea {
    display: block;
    padding: 5vw 0 10vw
  }
  #contents #flyerArea .flyer {
    width: 95vw;
    margin: 5vw auto 0
  }
  #contents #flyerArea .flyer a.btn {
    margin-top: 2.5vw
  }
}
#contents #detailArea {
  width: 100%;
  padding: 50px 0;
  background: url(../img/detailAreaBG.jpg) center top;
  text-align: left
}
#contents #detailArea .column2 {
  display: flex;
  justify-content: space-between
}
#contents #detailArea .access .left {
  width: 433px
}
#contents #detailArea .access .left .date {
  font-size: 24px;
  font-weight: 600;
}
#contents #detailArea .access .left .place {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 600;
}
#contents #detailArea .access .left .inquiry {
  margin-top: 0.5em;
  font-size: 18px
}
#contents #detailArea .access .left .caution {
  margin-top: 1em;
  padding: 0.5em 0;
  text-align: center;
  font-size: 18px;
  color: #D8001B;
  border: 2px solid #D8001B;
  font-weight: 600;
}
#contents #detailArea .access .map {
  width: 516px
}
#contents #detailArea .access .map img {
  width: 100%
}
#contents #detailArea .covid19 {
  margin-top: 30px;
  text-align: left;
  font-size: 16px
}
#contents #detailArea .covid19 h3 {
  font-size: 22px;
  color: #8F2633
}
#contents #detailArea .covid19 p {
  margin-top: 0.5em;
  padding: 0 1em
}
#contents #detailArea .covid19 ol {
  margin-top: 0.5em;
  padding: 0 1em
}
#contents #detailArea .covid19 ol li {
  margin-top: 0.3em;
  list-style: none;
  counter-increment: cnt;
  padding-left: 2em;
  word-break: break-all;
  position: relative
}
#contents #detailArea .covid19 ol li:before {
  content: "（"counter(cnt) "）";
  position: absolute;
  left: 0
}
#contents #detailArea .covid19 ol li strong {
  font-weight: normal;
  color: #0069F8
}
#contents #detailArea .cashless {
  margin-top: 50px;
  padding: 2em;
  border: 2px solid #707070
}
#contents #detailArea .cashless .left {
  width: 440px
}
#contents #detailArea .cashless .left h3 {
  font-size: 22px
}
#contents #detailArea .cashless .left p {
  margin-top: 0.7em;
  font-size: 16px
}
#contents #detailArea .cashless .kind {
  width: 438px;
  text-align: right
}
#contents #detailArea .cashless .kind img {
  width: 100%;
  margin-bottom: 0.5em
}
#contents #detailArea .note {
  margin-top: 50px;
  font-size: 10px
}
#contents #detailArea .note ul {
  width: 45%
}
#contents #detailArea .note li {
  list-style: none;
  padding-left: 1.5em;
  position: relative
}
#contents #detailArea .note li:before {
  content: "※";
  position: absolute;
  left: 0
}
@media screen and (max-width:480px) {
  #contents #detailArea {
    padding: 10vw 0
  }
  #contents #detailArea .innerBlock {
    width: 95vw;
    margin: 0 auto
  }
  #contents #detailArea .column2 {
    flex-direction: column
  }
  #contents #detailArea .access .left {
    width: 100%
  }
  #contents #detailArea .access .left .date {
    font-size: 6.1vw
  }
  #contents #detailArea .access .left .place {
    font-size: 16px;
  }
  #contents #detailArea .access .left .inquiry {
    font-size: 4.1vw
  }
  #contents #detailArea .access .left .caution {
    font-size: 4.1vw
  }
  #contents #detailArea .access .map {
    width: 100%;
    margin-top: 6vw
  }
  #contents #detailArea .covid19 {
    margin-top: 10vw;
    font-size: 4vw
  }
  #contents #detailArea .covid19 h3 {
    font-size: 6vw
  }
  #contents #detailArea .covid19 p {
    padding: 0
  }
  #contents #detailArea .covid19 ol {
    padding: 0
  }
  #contents #detailArea .covid19 ol li {
    margin-top: 0.3em;
    list-style: none;
    counter-increment: cnt;
    padding-left: 2em;
    word-break: break-all;
    position: relative
  }
  #contents #detailArea .covid19 ol li:before {
    content: "（"counter(cnt) "）";
    position: absolute;
    left: 0
  }
  #contents #detailArea .covid19 ol li strong {
    font-weight: normal;
    color: #0069F8
  }
  #contents #detailArea .cashless {
    margin-top: 10vw;
    padding: 1em
  }
  #contents #detailArea .cashless .left {
    width: 100%
  }
  #contents #detailArea .cashless .left h3 {
    font-size: 5vw
  }
  #contents #detailArea .cashless .left p {
    font-size: 4vw
  }
  #contents #detailArea .cashless .kind {
    margin-top: 5vw;
    width: 100%;
    font-size: 3vw
  }
  #contents #detailArea .note {
    margin-top: 3vw;
    font-size: 3vw
  }
  #contents #detailArea .note ul {
    width: 100%
  }
}
/*# sourceMappingURL=style.min.css.map */