@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  background-color: #fff;
}

body {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #fff;
  min-height: 100vh;
  height: 100%;
  max-height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  letter-spacing: 0.8pt;
  color: #000;
}

header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
header .container img.sub {
  max-width: 28%;
}
header .container img.main {
  max-width: 70%;
}
header hr {
  border-top: 5px solid #c5e8e8;
}

main section.bulletin {
  position: relative;
  text-align: center;
}
main section.bulletin ul {
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.bulletin ul li.upper {
  font-size: 14px;
  font-weight: 800;
}
main section.bulletin ul li.mid {
  border-radius: 10px;
  font-weight: 800;
  margin: 10px 0;
  font-size: 18px;
  color: #fff;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7893b1;
}
main section.bulletin ul li.mid.heavy {
  background-color: #c43232;
}
main section.bulletin ul li.mid.slight {
  background-color: #f6a221;
}
main section.bulletin ul li.lower {
  font-size: 13px;
}
main section.bulletin div.layer01 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 147, 177, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.bulletin div.layer01 > .inner {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 800;
}
main section.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c5e8e8;
}
main section.map img {
  max-width: 90%;
}
main div.container div.inner {
  margin: auto;
  max-width: 730px;
}
main div.container div.inner h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
main div.container div.inner canvas {
  margin: 10px;
}

footer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #b1b1b1;
  text-align: center;
  color: #fff;
  font-weight: 800;
}
footer .inner {
  margin: auto;
  padding: 20px 10px;
  max-width: 710px;
}
footer .inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .inner dl dt {
  margin-right: 10px;
}
footer .inner dl dd {
  margin-left: 10px;
}
footer .inner dl dd a {
  color: blue;
}
footer .inner p {
  font-size: 12px;
  margin: 10px 0;
  text-align: left;
}

@media (min-width: 800px) {
  footer .inner p {
    text-align: center;
  }
  main section.map img {
    max-width: 730px;
  }
  main div.container div.inner h3 {
    font-size: 18px;
  }
  main section.bulletin {
    position: relative;
  }
  main section.bulletin ul li.upper {
    font-size: 18px;
  }
  main section.bulletin ul li.mid {
    height: 80px;
    font-size: 22px;
    width: 400px;
  }
  main section.bulletin ul li.lower {
    font-size: 16px;
  }
  main div.layer01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(120, 147, 177, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main div.layer01 > .inner {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 800;
  }
}
@media (min-width: 1405px) {
  .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */