<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
}

:root {
  --font-size: 1.6rem;
  --title-url: url('../images/ui/bg/bg_title_09.png');
  --bg-url: url('../images/ui/bg/bg_title_09.png');
  --button-url: url('../images/ui/button/button_09.png');
}

body {
  font-size: 1.6rem; /* 蛻晄悄繝輔か繝ｳ繝医し繧､繧ｺ */
  font-size: var(--font-size);
  /* user-select: none; */
}

h3 {
  margin-top: var(--font-size);
  margin-bottom: var(--font-size);
  /* margin-block-start: 0; */
  /* margin-block-end: 0; */
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.leaflet-container {
  font-size: 1.6rem; /* 蛻晄悄繝輔か繝ｳ繝医し繧､繧ｺ */
  font-size: var(--font-size);
}

.leaflet-control-attribution {
  font-size: 0.8rem;
  /* font-size: 1.8dvmin; */
}
.leaflet-popup-content {
  /* margin: 13px 24px 13px 20px; */
  /* margin: 6px 12px 6px 12px; */
  /* margin-bottom: 30px; */
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-right: 1rem;
  border-radius: 6px;
  font-size: 1rem;
  font-size: var(--font-size) !important;
  width: calc(var(--font-size) * 15) !important;
  /* max-height: 20rem; */
  max-height: 65dvh;
  max-width: 65dvw;
  overflow: auto;
}
.leaflet-container a.leaflet-popup-close-button {
  background: white;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

a.popup-link {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: calc(var(--font-size) * 0.2) calc(var(--font-size) * 0.6);
  border-radius: 50px;
  font-size: calc(var(--font-size) * 0.8);
  margin: calc(var(--font-size) * 0.2) 0;
  background: lightgray;
  text-decoration: none;
  color: initial;
  font-weight: bold;
}

.marker-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
  color: aliceblue;
  font-size: 3dvmin;
  background: rgba(114, 88, 0, 0.6);
  background: rgba(19, 74, 109, 0.6);
}
.marker-cluster div {
  background-color: rgba(220, 172, 0, 0.6);
  background: rgba(32, 129, 189, 0.6);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
}
.leaflet-div-icon {
  /* background: #fff; */
  /* border: 1px solid #666; */
  background: none;
  border: 0;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

/* 蜈ｨ菴薙�繧ｳ繝ｳ繝�リ */
.app-container {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: 100dvw;
}

.map-container {
  flex: 1;
  position: relative;
}

.control-container {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f5f5f5; */
  background-image: var(--bg-url);
  background-color: #1c2f2f;
  background-position: left top;
  background-size: cover;
}

/* 繝懊ち繝ｳ蜈ｨ菴薙�蝓ｺ譛ｬ繧ｹ繧ｿ繧､繝ｫ */
.round-button {
  -webkit-tap-highlight-color: transparent;

  position: absolute;
  color: black;
  color: rgba(30,40,30,0.85);

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  font-size: 3dvmin;

  width: 6rem;
  height: 6rem;
  width: 10dvmin;
  height: 10dvmin;

  border-radius: 50%;
  background-size: cover;
  background-position: center;

  border: solid;
  border-color: rgba(30,40,30,0.85);
  border-width: 0.15rem;
  cursor: pointer;
  background-image: var(--button-url);
  padding: 0px;
  outline-style: none;
}

.round-button:hover {
  background-color: rgba(233, 158, 24,0.8);
}
.round-button:active {
  /* background-image: none !important; */
  background-blend-mode: hard-light;
  background-color: rgba(233, 158, 24,0.8);
}

.round-button.left-top {
  top: 2rem;
  left: 2rem;
}

.round-button.left-bottom {
  bottom: 2rem;
  left: 2rem;
}

.round-button.right-top {
  top: 2rem;
  right: 2rem;
}

.round-button.right-bottom {
  bottom: 2rem;
  right: 2rem;
}
.button_icon {
  object-fit: contain;
  width: 80%;
  max-width: 100%;
  transform: scale(0.9);
}

/* 荳ｭ螟ｮ縺ｫ謌ｻ縺吶�繧ｿ繝ｳ */
.center-button {
  -webkit-tap-highlight-color: transparent;
  padding: 1rem 2rem;
  /* background-color: #28a745; */
  color: white;
  border: solid;
  border-color: white;
  border-width: 0.25rem;
  /* border: none; */
  /* border-radius: 25px; */
  /* cursor: pointer; */
  z-index: 1000; /* 繝懊ち繝ｳ繧貞燕髱｢縺ｫ陦ｨ遉ｺ */

  width: 10rem; /* 蟆代＠螟ｧ縺阪ａ縺ｫ縺吶ｋ */
  height: 10rem;
  width: 20dvmin;
  height: 20dvmin;

  border-radius: 50%;
  background-size: cover;
  background-position: center;
  /* border: none; */
  cursor: pointer;
  /* background-blend-mode: hard-light; */

  transition: transform 0.1s ease, opacity 0.2s ease; /* 繝帙ヰ繝ｼ繧�款縺苓ｾｼ繧薙□譎ゅ�繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
  /* background-color: rgb(255, 199, 96); */
  border-radius: 50%;
  background-image: var(--button-url);
  padding: 0px;
}

/* 繝帙ヰ繝ｼ譎ゅ�繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
.center-button:hover {
  /* 諡｡螟ｧ */
  transform: scale(1.05) translateY(-2px);
}

/* 繝懊ち繝ｳ謚ｼ縺苓ｾｼ縺ｿ譎ゅ�繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ (繧ｯ繝ｪ繝�け荳ｭ) */
.center-button:active {
  transform: scale(0.95) translateY(+2px);
  opacity: 0.95;
  /* background-color: rgb(255, 255, 255); */
  /* background-color: rgb(125, 82, 0); */
  /* background-image: none !important; */
  background-color: rgba(233, 158, 24,0.8);
  background-blend-mode: hard-light;
}

.center-button &gt; img {
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari縲，hrome縺ｪ縺ｩ */
  -ms-user-select: none; /* IE10縺九ｉ */
  vertical-align: middle;
  /* opacity: 0.7; */
  opacity: 0.9;
}

::-moz-selection {
  /* color: #fff !important; */
  background-color: #fff !important;
}
::selection {
  /* color: #fff !important; */
  background-color: #fff !important;
}

/* GPS繝懊ち繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.gps-button {
  /* width: 50px; */
  /* height: 50px; */
  /* border-radius: 50%; */

  background-color: #ff0000;
  background-blend-mode: hard-light;
  /* background-color: #000000; */

  /* border: none; */
  /* color: white; */
  /* cursor: pointer; */
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 20px; */
}

.gps-button.active {
  background-color: #28a745; /* GPS縺梧怏蜉ｹ縺ｪ縺ｨ縺阪�邱題牡縺ｫ縺吶ｋ */
}

/* 邵ｦ逕ｻ髱｢縺ｮ譎� */
@media (orientation: portrait) {
  .app-container {
    flex-direction: column;
  }

  .map-container {
    flex-basis: 86%; /* 逕ｻ髱｢縺ｮ荳雁濠蛻�↓蝨ｰ蝗ｳ繧定｡ｨ遉ｺ */
  }

  .control-container {
    flex-basis: 14%; /* 逕ｻ髱｢縺ｮ荳句濠蛻�↓謫堺ｽ懊お繝ｪ繧｢繧定｡ｨ遉ｺ */
  }

  .modal {
    max-width: 80%;
  }

  .modal-explanatory-note img {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    height: auto;
  }
}

/* 讓ｪ逕ｻ髱｢縺ｮ譎� */
@media (orientation: landscape) {
  .app-container {
    flex-direction: row;
  }

  .map-container {
    flex-basis: 86%; /* 蟾ｦ蛛ｴ縺ｫ蝨ｰ蝗ｳ繧定｡ｨ遉ｺ */
  }

  .control-container {
    flex-basis: 14%; /* 蜿ｳ蛛ｴ縺ｫ謫堺ｽ懊お繝ｪ繧｢繧定｡ｨ遉ｺ */
  }

  .modal {
    max-height: 80%;
  }

  .modal-explanatory-note img {
    max-width: 100dvw;
    max-height: 100dvh;
    height: 100%;
    width: auto;
  }
}

/* 繝｢繝ｼ繝繝ｫ閭梧勹 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;

  position: fixed;
  overflow: hidden;
}

/* 繝｢繝ｼ繝繝ｫ繧ｦ繧｣繝ｳ繝峨え */
.modal {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.font-size-controls button {
  margin: 5px;
  padding: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 10px;
  background-color: #28a745;
  background-color: hsl(130, 80%, 20%);
  color: white;
  min-width: 8rem;
}

.font-size-controls button:hover {
  /* background-color: #e99e18; */
}
.font-size-controls button:active {
  /* background-image: none !important; */
  /* background-color: #e99e18; */
  background-color: rgba(233, 158, 24,0.8);
  background-blend-mode: hard-light;
}

.font-size-controls button[data-fs="2.2"] {
  font-size: 2.2rem;
  min-width: calc(2.2rem * 3);
  height: calc(2.2rem * 3);
  /* background-color: #28a745; */
  /* color: white; */
}

.font-size-controls button[data-fs="1.6"] {
  font-size: 1.6rem;
  min-width: calc(1.6rem * 3);
  height: calc(1.6rem * 3);
  /* background-color: #28a745; */
  /* color: white; */
}

.font-size-controls button[data-fs="1.2"] {
  font-size: 1.2rem;
  min-width: calc(1.2rem * 3);
  height: calc(1.2rem * 3);
  /* background-color: #28a745; */
  /* color: white; */
}

.area-select-controls button {
  margin: 5px;
  padding: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 10px;
  /* background-color: #28a745; */
  /* background-color: hsl(130, 80%, 20%); */
  /* color: white; */
  min-width: 8rem;
  width: 100%;
}

.modal-explanatory-note-img {
  max-width: 80dvw;
  max-height: 80dvh;
  /* width: 100%; */
  /* height: auto; */
}

/* --- */

html {
  font-weight: 400;
  font-feature-settings: "palt";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 400;
  /* font-weight: 700; */
  font-feature-settings: "palt";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}

body {
  overscroll-behavior-y: none;
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 繝槭ャ繝励さ繝ｳ繝�リ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
#map {
  width: 100%;
  height: 100%;
  /* width: 100%; */
  /* height: 100vh; */
  /* transform: translate(-50%, -50%); */
  /* transform-origin: (50%, 50%); */
  /* rotate-origin: (25%, 25%); */
  position: relative;
}

.landmark {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-size: contain;
  border-style: solid;
  border-width: 0.4rem;
  border-color: #134a6d;
  border-color: white;
}

.landmark::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  top: 0.2rem;
  left: 0.2rem;
  position: absolute;
  /* border: solid 3px #db7093; */
  border-style: solid;
  border-width: 0.1rem;
  border-color: white;
  border-color: #134a6d;
  border-radius: 50%;
  /* z-index: -1; */
}

/* GPS繝懊ち繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.gps-button {
  /* width: 50px; */
  /* height: 50px; */
  /* border-radius: 50%; */
  background-color: #ff0000;
  /* background-color: #000000; */
  /* border: none; */
  /* color: white; */
  /* cursor: pointer; */
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 20px; */
}

.gps-button.active {
  background-color: #28a745;
  /* GPS縺梧怏蜉ｹ縺ｪ縺ｨ縺阪�邱題牡縺ｫ縺吶ｋ */
}

/* 繧ｷ繝ｳ繝励Ν縺ｪ繝｢繝ｼ繝繝ｫ逕ｨ繧ｹ繧ｿ繧､繝ｫ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 1s ease;
  /* 繝輔ぉ繝ｼ繝峨う繝ｳ逕ｨ */
  clip-path: inset(0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* 蛻�ｊ謚懊″繧ｨ繝輔ぉ繧ｯ繝育畑繝槭せ繧ｯ */
.modal-overlay.masked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 5dvmin 5dvmin,
    transparent 70dvmin,
    rgba(0, 0, 0, 0.6) 71dvmin
  );
  z-index: 999;
  pointer-events: none;
}

.modal-overlay.masked.left_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 5% 5%,
    transparent 30dvmin,
    rgba(0, 0, 0, 0.6) 40dvmin
  );
  z-index: 999;
  pointer-events: none;
}

@media (orientation: portrait) {
}

.modal-overlay.masked.right_top::before {
  top: 0;
  right: 0;
  background: radial-gradient(
    circle at 95% 5%,
    transparent 30dvmin,
    rgba(0, 0, 0, 0.6) 40dvmin
  );
}

.modal-overlay.masked.right_bottom::before {
  bottom: 0;
  right: 0;
  background: radial-gradient(
    circle at 95% 80%,
    transparent 30dvmin,
    rgba(0, 0, 0, 0.6) 40dvmin
  );
}

.modal-overlay.masked.left_bottom::before {
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle at 5% 80%,
    transparent 30dvmin,
    rgba(0, 0, 0, 0.6) 40dvmin
  );
}

.modal-overlay.masked.center_button::before {
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle at 50% 95%,
    transparent 30dvmin,
    rgba(0, 0, 0, 0.6) 40dvmin
  );
}

/* 讓ｪ逕ｻ髱｢縺ｮ譎� */
@media (orientation: landscape) {
  .modal-overlay.masked.right_top::before {
    top: 0;
    right: 0;
    background: radial-gradient(
      circle at 80% 5%,
      transparent 30dvmin,
      rgba(0, 0, 0, 0.6) 40dvmin
    );
  }

  .modal-overlay.masked.right_bottom::before {
    bottom: 0;
    right: 0;
    background: radial-gradient(
      circle at 80% 95%,
      transparent 30dvmin,
      rgba(0, 0, 0, 0.6) 40dvmin
    );
  }

  .modal-overlay.masked.left_bottom::before {
    bottom: 0;
    left: 0;
    background: radial-gradient(
      circle at 5% 95%,
      transparent 30dvmin,
      rgba(0, 0, 0, 0.6) 40dvmin
    );
  }

  .modal-overlay.masked.center_button::before {
    bottom: 0;
    left: 0;
    background: radial-gradient(
      circle at 95% 50%,
      transparent 30dvmin,
      rgba(0, 0, 0, 0.6) 40dvmin
    );
  }
}

.modal-content {
  position: relative;
  max-width: 600px;
  width: 80dvmin;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  text-align: center;
  color: white;
  z-index: 1001;
  min-height: 60dvmin;
  display: flex;
  flex-direction: column;
}

.highlight {
  position: absolute;
  border-radius: 8px;
  pointer-events: none;
  top: 0px;
  left: 0px;
  width: 50dvmin;
  height: 50dvmin;
  background: transparent;
}

.modal-overlay.clip-highlight {
  clip-path: circle(0 at 0 0);
  transition: clip-path 0.5s ease;
}

.tutorial-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tutorial-text {
  min-height: 3rem;
  margin-top: 0;
  margin-bottom: 2dvmin;
}

.tutorial-diagram-area {
  position: relative;
  min-height: 20dvmin;
  margin-bottom: 2dvmin;
}

.pointer {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 2rem;
  display: none;
  color: white;
}

.tutorial-sample-icon {
  position: absolute;
  max-width: 4rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 2rem;
  display: none;
  color: white;
}

.controls {
  margin-top: 3dvmin;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.control-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.control-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tutorial-button {
  position: fixed;
  /* top: 1rem; */
  bottom: 1rem;
  right: 1rem;
  background: #888;
  color: white;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.tutorial-button:hover {
  background: #555;
}

.modal {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  max-width: 80%;
  text-align: center;
  position: relative;
}

.modal button {
  /* margin: 0.5rem; */
}

.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.5rem;
  margin: 0;
}

#modal-explanatory-note .modal-close {
  color: #fff;
  padding: 0rem 0.5rem;
  margin: 0.5rem;
}

.font-size-controls {
  margin-top: 2rem;
}

/* 繝懊ち繝ｳ逕ｨ縺ｮ邁｡譏薙せ繧ｿ繧､繝ｫ */
.leaflet-bar button {
  background: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
}

/* 繧ｫ繧ｹ繧ｿ繝�繝ｬ繧､繝､繝ｼ逕ｨUI縺ｮ繧ｹ繧ｿ繧､繝ｫ */
#custom-layer-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9rem;
  text-align: center;
}

#custom-layer-controls h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}

.toggle-custom {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  background-color: gray !important;
}

.toggle-custom.active {
  /* background-color: black!important; */
  background-color: buttonface !important;
  background-image: var(--button-url);
}

.opacity-custom {
  position: absolute;
  top: 3rem;
  right: 4.4rem;
  z-index: 1000;
}

.opacity-custom {
  appearance: none;
  width: 200px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  background: linear-gradient(90deg, #00a7ff 80%, #dddddd 80%);
  cursor: pointer;
}

/* 繝��繝滂ｼ咾hrome, Safari, Edge逕ｨ */
.opacity-custom::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: none;
}

/* 繝��繝滂ｼ哥irefox逕ｨ */
.opacity-custom::-moz-range-thumb {
  width: 30px;
  height: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: none;
}

/* 繧ｹ繝ｩ繧､繝繝ｼ縺ｮ繝�ヵ繧ｩ繝ｫ繝医�讓ｪ蝙� */
.horizontal-slider {
  width: 200px;
  right: calc(3rem + 10dvmin);
}

/* 邵ｦ蝙九�蝣ｴ蜷医�蝗櫁ｻ｢縺輔○繧� */
.vertical-slider {
  top: calc(4.4rem + 10dvmin);
  width: 200px;
  transform: rotate(-90deg);
  transform-origin: right top;
  /* 蝗櫁ｻ｢蠕後∽ｽ咏區縺ｪ縺ｩ縺ｧ菴咲ｽｮ隱ｿ謨ｴ縺悟ｿ�ｦ√↑蝣ｴ蜷医�縺薙％縺ｧ隱ｿ謨ｴ */
}

.leaflet-control-attribution.leaflet-control {
  pointer-events: none;
}

/* GPS繝懊ち繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.gps-button {
  /* width: 50px; */
  /* height: 50px; */
  /* border-radius: 50%; */
  /* background-color: #ff0000; */
  background-color: rgba(255, 0, 0, 0.7);
  /* background-color: #000000; */
  /* border: none; */
  /* color: white; */
  /* cursor: pointer; */
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 20px; */
  background-image: var(--button-url);
  padding: 0px;
  border-radius: 50%;
  outline-style: none;
}

.gps-button.active {
  background-color: rgba(40, 167, 69, 0.7);
  /* GPS縺梧怏蜉ｹ縺ｪ縺ｨ縺阪�邱題牡縺ｫ縺吶ｋ */
}

.leaflet-layer {
  transition: opacity 0.3s ease;
}

.tutorial-button {
  position: fixed;
  /* top: 1rem; */
  bottom: 1rem;
  right: 1rem;
  background: #888;
  color: white;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.tutorial-button:hover {
  background: #555;
}

.pulse {
  display: block;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0;
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* --- */

.bg {
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  color: #fff;
  pointer-events: none;
  width: calc(100dvw - 20dvmin);
  height: calc(100dvh - 20dvmin);
  padding: 10dvmin;
}

.bg.-visible:before {
  transform: translate(0, 0);
  pointer-events: auto;
}

.bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #a33e46; */
  background-color: #fff;
  background-image: var(--title-url);
  background-size: cover;
  background-position: center;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  content: "";
  transition-delay: 1.25s;
}

/* 繝�く繧ｹ繝医�繧ｹ繧ｿ繧､繝ｫ */
.title {
  display: block;
  color: #fff;
  /* font-family: 'Josefin Sans', sans-serif; */
  text-align: center;
}

.title span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.title_1 {
  transform: translate(0, 100px);
  font-size: calc(var(--font-size) * 1.5);
  transition-delay: 2.15s;
}

.title_2 {
  margin-top: 18px;
  transform: translate(0, 120px);
  font-size: calc(var(--font-size) * 1.5);
  transition-delay: 2.2s;
}

.title_3 {
  margin-top: 18px;
  transform: translate(0, 140px);
  font-size: calc(var(--font-size) * 1.5);
  transition-delay: 2.25s;
}

.bg.-visible .title span {
  opacity: 1;
  transform: translate(0, 0);
}

.title img {
  display: block;
  max-width: 50dvmin;
  max-height: 50dvmin;
  position: absolute;
  bottom: 7dvmin;
  right: 0dvmin;
}

.logo {
  transition-delay: 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  transform: translate(0, 10dvmin);
  position: absolute;
  bottom: 5dvmin;
  right: 5dvmin;
  opacity: 0;
}

.bg.-visible .logo {
  opacity: 1;
  transform: translate(0, 0);
}

/* --- */
</pre></body></html>