*, ::before, ::after {
  min-width: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
}

html {
  scroll-behavior: smooth;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "tnum";
          font-feature-settings: "palt", "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

body {
  min-width: 375px;
  min-height: 100vh;
  line-height: 1.5;
}

header,
footer,
menu,
nav,
main,
section,
details,
hgroup,
figure,
figcaption,
search {
  display: block;
}

hr {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

/*==================================================================================================
/***    @ Text
==================================================================================================*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
strong {
  font-weight: bold;
}

small {
  font-size: 0.875em;
}

sup,
sub {
  font-size: 0.625em;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: baseline;
}

s,
del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

u {
  text-decoration: underline;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, mark));
  background: linear-gradient(transparent 60%, mark 0%);
  background: transparent;
  color: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

abbr,
dfn {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd {
  padding-inline: 4px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

ruby :where(rp, rt) {
  font-size: 0.5em;
}

/*==================================================================================================
/***    @ Lists
==================================================================================================*/
ul,
ol,
menu {
  list-style: none;
}

dt {
  font-weight: bold;
}

/*==================================================================================================
/***    @ Links
==================================================================================================*/
a {
  cursor: pointer;
  background-color: transparent;
  vertical-align: baseline;
  color: inherit;
  text-decoration: none;
}

/*==================================================================================================
/***    @ Tables
==================================================================================================*/
table {
  border-color: #dcdcdc;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th,
td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: bold;
}

/*==================================================================================================
/***    @ Forms
==================================================================================================*/
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
}
input,
textarea,
select,
optgroup,
button,
::file-selector-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
}

:focus {
  outline: none;
}

:disabled {
  cursor: default;
  color: #c0c0c0;
}

fieldset {
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
input[type=date],
textarea,
select {
  width: 100%;
}

[type=checkbox],
[type=radio] {
  position: relative;
  top: -0.1em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 1em;
  height: 1em;
}

[type=color] {
  padding-inline: 2px;
}

[type=file] {
  border: none;
}

::-webkit-file-upload-button {
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

::file-selector-button {
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

[type=range] {
  all: revert;
  margin: 0;
  vertical-align: middle;
}

select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

button,
[type=button],
[type=submit],
[type=reset],
[type=image],
::file-selector-button {
  cursor: pointer;
}

label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: default;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
}

::-moz-placeholder {
  color: #c0c0c0;
}

:-ms-input-placeholder {
  color: #c0c0c0;
}

::-ms-input-placeholder {
  color: #c0c0c0;
}

::placeholder {
  color: #c0c0c0;
}

/*==================================================================================================
/***    @ Media
==================================================================================================*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==================================================================================================
/***    @ Elements
==================================================================================================*/
details,
summary {
  cursor: default;
}

details ::marker,
::-webkit-details-marker {
  display: none;
  content: "";
  content: none;
}

dialog {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  all: unset;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

progress {
  vertical-align: middle;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}

main {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 20%);
  height: 100vh;
}
main #map {
  height: 100%;
}
main #areas {
  padding: 40px;
  overflow: auto;
}
main #areas h1 {
  margin-bottom: 40px;
  padding: 8px;
  background-color: #00579D;
  color: #fff;
  font-size: 1.125em;
  text-align: center;
}
main #areas dl {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-inline: 8px;
  font-size: 0.875em;
}
main #areas dl dd {
  text-align: right;
}
main #areas strong {
  display: block;
  margin-top: 16px;
  padding-top: 16px;
  padding-inline: 8px;
  border-top: 3px double currentColor;
  text-align: right;
}/*# sourceMappingURL=style.css.map */