@charset "utf-8";
html, body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
  border: 0px;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, system-ui,'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
html, body, #nv, #nv *, #pl, #pl * {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#nv.container .title--page {
  padding: 2rem;
  color: #fff;
  background-color: #53adb1;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#53adb1), to(#51d4fa));
  background-image: -webkit-linear-gradient(left, #53adb1 0%, #51d4fa 100%);
  background-image: linear-gradient(to right, #53adb1 0%, #51d4fa 100%); */
  margin: 0 0 20px;
  font-size: 32px;
  text-align: center;
}
#nv.container .text{
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) and (max-width: 960px){
  #nv.container .title--page {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #nv.container .title--page {
    padding: 15px;
    margin: 0 0 10px;
    font-size: 22px;
  }
  #nv.container .text{
    font-size: 16px;
  }
}

#nv {
  width: 100%;
  /* max-width: 960px; */
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
}
#nv .container__inner{
  max-width: 960px;
  margin: 0 auto 3rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px){
  .container__inner{
    padding: 0 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  #nv {
    /* padding: 0 10px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .container__inner{
    padding: 0 0.5rem !important;
  }
}
#nv .vt {
  color: #fff;
}
#nv .vt.ac {
  color: yellowgreen;
}
#pl, #pl > * {
  position: fixed;
  /* position: absolute; */
}
#pl, #pl .vr {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#pl {
  display: none;
}
#pl .vr {
  z-index: 2;
}
#pl .vr.ac {
  z-index: 3;
}
#pl .vr > div > div {
  cursor: move !important;
}
#ld {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ct {
  z-index: 4;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #ct {
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
      margin: auto;
  }
}
#ct .ct {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
#cl {
  width: 50px;
  height: auto;
  z-index: 9;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #cl {
    top: 4px;
    right: 0px;
    cursor: pointer;
  }
}
#clb {
  z-index: 5;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#thumbnailsList {
  width: 100%;
  position: relative;
  margin: 10px auto;
  z-index: 9;
  text-align: center;
}
#thumbnailsList ul {
  display: inline-block;
  padding: 6px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #thumbnailsList ul {
    display: inline-block;
    padding: 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}
#thumbnailsList ul li {
  display: inline-block;
  max-width: 140px;
  height: auto;
  list-style: none;
  cursor: pointer;
  margin: 0 5px;
}
@media only screen and (max-width: 860px) {
  #thumbnailsList ul li {
    max-width: 120px;
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 680px) {
  #thumbnailsList ul li {
    max-width: 50px;
    height: auto;
    margin: 0;
  }
}
#thumbnailsList ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*#thumbnailsList ul li.active img {
  border: 4px solid #53adb1;
}*/
#ct svg path {
  fill: #FFFFFF;
}

#nv.container .title--01 {
  /* display: inline-block;
  position: relative;
  padding: 8px 20px;
  color: #fff;
  border-radius: 6px;
  background: #53adb1;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin: 60px 0 20px; */
  margin: 50px 0 30px;
  padding: 20px 0 10px;
  font-size: 18px;
  text-align: left;
  line-height: 1.2;
  border-bottom: 1px #000 dotted;
}
#nv.container .title--01 span{
  padding-right: 10px;
  font-size: 36px;
  color: #53adb1;
}
@media only screen and (max-width: 768px) {
  #nv.container .title--01 {
    margin: 20px 0 20px;
    font-size: 16px;
  }
  #nv.container .title--01 span{
    font-size: 28px;
  }
}
/* #nv.container .title--01:after {
  position: absolute;
  bottom: -11px;
  left: 33%;
  width: 0;
  height: 0;
  content: '';
  border-width: 16px 12px 0 12px;
  border-style: solid;
  border-color: #53adb1 transparent transparent transparent;
} */
/* #nv.container .title--01 {
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
  padding: 0 10px;
} */
/*SVG*/
.map02 .cls-16, .map02 .cls-17, .map01 .cls-16, .map01 .cls-17, .map01 .cls-18, .map01 .cls-19, .map01 .cls-20, .map01 .cls-24, .map01 .cls-25 {
  font-weight: 600;
}
.map02 a .cls-16:hover, .map02 a .cls-17:hover, .map01 a .cls-16:hover, .map01 a .cls-17:hover, .map01 a .cls-18:hover, .map01 a .cls-19:hover, .map01 a .cls-20:hover, .map01 a .cls-24:hover, .map01 a .cls-25:hover {
  fill: #53adb1;
  transition: 0.2s ease-in;
}
.map02 a .cls-1:hover, .map01 a .cls-1:hover {
  fill: #53adb1;
  opacity: 1;
  transition: 0.1s ease-in;
}
.map02 a g:hover .cls-1 {
  fill: #53adb1;
  opacity: 1;
}
.map01 a g:hover .cls-1 {
  fill: #53adb1;
  opacity: 1;
}
.map02 a .cls-15.dotted:hover, .map01 a .cls-14:hover,.map01 a .cls-15:hover {
  fill: #53adb1;
}
@media only screen and (max-width: 680px) {
  #ct .ct.spNone {
    display: none;
  }
}

#circle02,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8,
.cls-9,
.cls-10,
.cls-11,
.cls-12,
.cls-14{
  pointer-events: none;
}

#circle01 .cls-15.dotted,
#circle02 .cls-15.dotted{
  pointer-events: all;
}
#circle01 .cls-15,
#circle02 .cls-15{
  pointer-events: none;
}
.event-none{
  pointer-events: none !important;
}
.map02 {
    background: url("../img/bg_2f.svg") no-repeat;
}
.map01 {
  margin-bottom: 100px;
    background: url("../img/bg_1f.svg") no-repeat;
}

.map01 .cls-16.name-text{
  font-size: 11px;
  pointer-events: none;
}