@charset "UTF-8";
.c-bcopy {
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-bcopy {
    line-height: 2.15;
    text-align: left;
  }
}

.leaflet-container {
  background: #fff;
}

.leaflet-top {
  right: 4px;
  bottom: 4px;
}

.leaflet-bar a {
  border-bottom: none;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.leaflet-bar a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.caption {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 2px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 1.375rem;
  }
}

.c-note {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-note ul {
  width: min(91.354vw, 1521.6px);
  margin: 0 auto;
  padding: clamp(32px, 2.882vw, 48px) min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-note ul {
    width: min(100vw, 450px);
    padding: clamp(20px, 6.667vw, 30px) min(5.333vw, 24px);
  }
}
.c-note ul li {
  font-family: "Roboto", YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-note ul li {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

@media screen and (min-width: 769px) {
  .spObj {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcObj {
    display: none;
  }
}
.hidden {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*# sourceMappingURL=common.css.map */