@charset "UTF-8";
body,
input,
textarea,
select,
button {
  font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
  /* font-family: 'MS PGothic', arial, helvetica, sans-serif;*/ }

#map .poi-info-window div, #map .poi-info-window a {
  font-family: 'Meiryo UI', Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  /*font-family: 'MS PGothic', arial, helvetica, sans-serif;*/ }

/* font */
/* font-size */
html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }
button.btn {
  font-size: 1.2rem; }
.navbar-location {
  font-size: 1.4rem; }

.menu-list {
  font-size: 1.4rem; }


.bg-inverse {
  background-color: #003355 !important; }

.navbar-command {
  background-color: #003355; }

.navbar-toggler {
  background-color: #003355; }

#map > div {
  background-color: #003355 !important; }

#map .gm-style-mtc > div,
#map .gm-bundled-control > div {
  background-color: #172a44 !important;
  border: 2px solid #1ba0f1; }

#map .gm-bundled-control > div {
  box-sizing: border-box; }
  #map .gm-bundled-control > div > div {
    background-color: transparent !important; }

.menu {
  background-color: rgba(0, 85, 145, 0.8); }
  .menu-filter {
    background-color: #333; }
  .menu-content {
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 0);
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 0);
    background-position: 0 0;
    background-size: 10px 10px; }
  .menu-list-smartDevice:before {
    background-color: #9fd200; }
  .menu-list-soundEdge:before {
    background-color: white; }
  .menu-list-cameraDevice:before {
    background-color: #1da1f2; }
  .menu-list-postInfo:before {
    background-color: #ad00b3; }
  .menu-list-heatMap:before {
    background-color: #e76d00; }

body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }


.map_container {
  margin-top: 4.2rem;
  height: calc(100% - 6.7rem);
  margin-bottom: 2.5rem;
}

.map_container.is-banner {
   margin-top: 4.2rem;
  height: calc(100% - 10.7rem);
  margin-bottom: 6.5rem;
}

button {
  cursor: pointer; }
  
a {
  color: #333; }
  a:hover {
    color: #555; }  

/* component */
.navbar {
  padding: 0;
  height: 4.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1.5rem; }
  .navbar-command {
    position: relative;
    height: 4.2rem;
    line-height: 4.2rem;
    width: 25rem; }
    .navbar-command a {
      margin-left: 1.5rem; }
      .navbar-command a + a {
        margin-right: 1.5rem; }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
    height: 4.2rem;
    width: 4.2rem;
    border: none;
    border-radius: 0; }
    .navbar-toggler:hover {
      opacity: 0.8; }
    .navbar-toggler:active {
      opacity: 0.4; }
    .navbar-toggler-icon {
      background: url(../files/icon-menu.png) no-repeat center center !important; }
    .navbar a {
      color: #FFF;}

.gm-bundled-control {
  left: 0px;
  bottom: 130px !important;
  right: inherit !important; }

.gm-svpc {
  width: 32px !important; }

.menu {
  position: absolute;
  height: calc(100vh - 4.2rem);
  max-height: calc(100vh - 4.2rem);
  width: 25rem;
  overflow: hidden;
  right: 0;
  top: 4.2rem;
  z-index: 1001;
  -webkit-transform: translate3d(250px, 0, 0);
          transform: translate3d(250px, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .menu.collapsing {
    position: absolute;
    height: calc(100vh - 4.2rem);
    overflow: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .menu.show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .menu-filter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    height: 100%;
    width: 100%;
    z-index: 1001; }
  .menu-content {
    position: absolute;
    height: calc(100vh - 4.2rem);
    max-height: calc(100vh - 4.2rem);
    width: 25rem;
    padding: 4rem 3rem 3rem;
    box-sizing: border-box;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1002; }
  .menu-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu-list-item {
      margin-bottom: 1.2rem; }
    .menu-list-filter {
      position: relative;
      display: inline-block;
      padding: 0 0 0 4.5rem;
      height: 3.4rem;
      line-height: 3.4rem;
      cursor: pointer; }
      .menu-list-filter:hover {
        opacity: 0.8; }
      .menu-list-filter:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 3.4rem;
        height: 3.4rem;
        border-radius: 1.7rem; }
      .menu-list-filter:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 3.4rem;
        height: 3.4rem;
        background-position: center center;
        background-repeat: no-repeat; }
    .menu-list-smartDevice:after {
      background-image: url(../files/icon-gardian.png); }
    .menu-list-soundEdge:after {
      background-image: url(../files/icon-mic.png); }
    .menu-list-cameraDevice:after {
      background-image: url(../files/icon-camera.png); }
    .menu-list-postInfo:after {
      background-image: url(../files/icon-people.png); }
    .menu-list-twitter:after {
      background-image: url(../files/icon-twitter.png); }
    .menu-list-heatMap:after {
      background-image: url(../files/icon-heatmap.png); }
    .menu-list-twitter:before {
      background-image: url(../files/icon-bg-twitter.png);
      background-position: center center;
      background-repeat: no-repeat; }

/* for security */
.navbar-command a {
  display: inline-block; }

.navbar-command a input[type=button].save {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  display: inline !important;
  color: #FFF !important;
  width: 100px !important; }

div.map-area-wrapper {
  width: calc(100vw - 250px) !important; }

div.main-area-wrapper {
  width: 250px !important;
  padding: 10px;
  box-sizing: border-box; }

#main_div {
  width: 100% !important; }

#main_area {
  position: absolute;
  max-width: 450px;
  width: 450px;
  height: calc(100vh - 42px) !important;
  right: -400;
  top: 42px;
  background-color: #ecf0f3;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden; 
/*  opacity: 0.9;*/
}



/** タイトル */
h1 {
  font-size: 14px;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #333;
  text-align: left;
}

h1.config_title {
  font-size: 16px;
  margin-top: 10px;
  margin-Bottom: 10px;
  padding: 10px;
  background-color: #ccc;
  font-weight: bold;
}


/** タイトル */
h2.title {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
  margin-Bottom: 10px;
  padding: 5px;
  border-left: solid 5px #ccc;
}

/** リスト */
ul.linkList {
  margin-left: 10px;
  padding:0;
  list-style-type: none;
}


/** ファイル選択ボタン */
.file-upload-button {
  color: #fff;
  border: solid 1px #fff;
  padding: 3px 8;
  border-radius: 10px;
  cursor: pointer;
}

div.item-title {
  font-weight: bold;
}

ul.sub_menu {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

#menu {
  width: 100%;
  padding: 10px;
  border-bottom: none;
}

#menu > li {
  background: #FFF;
  border-bottom: 1px solid #ecf0f3;
}

.main_menu {
  position: relative;
  padding: 10px 20px 10px 20px;
  margin: 0;
  cursor: pointer;
  color: #333 !important; }
  .main_menu:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
    display: inline-block;
    width: 11px;
    height: 6px;
/*    background: url(../files/icon-arrow.png) no-repeat center center;*/ }
    
.openicon {
  position: absolute;
  top: 12px;
  right: 10px;
}

.main_menu a {
  display: block;
}
    
.sub_menu li {
  padding: 2px 13px;
  margin: 0;
  color: #444;
}

.config_error_message {
    color: #ff0000;
}
.required {
    color: #ff0000;
}


/** レイヤー公開設定用 switchボタン */
button.switch {
  color: #fff;
  background-color: #666;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  width: 100px;
  height: 30px;
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
}

/** レイヤー公開設定用 switchボタン 選択済み */
button.select {
  background-color: #f00;
}

div.map_controll {
  border: 2px solid #aaa;
  border-radius: 5px;
}

div.map_message {
  visibility: hidden; /* Initially hidden */
  padding: 5px 10px;
  font-weight: bold;
}

div.map_loading {
  visibility: hidden; /* Initially hidden */
  width: 30px;
  height: 30px;
}

div.map_disaster_review_legend {
  margin: auto;
  border: solid 2px #fff;
  width: 15px;
  height: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

span.loading {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-radius: 22px;
  vertical-align: middle;
  -webkit-animation: animation 1s linear infinite;
  animation: animation 1s linear infinite;
}

span.loading:after {
  position: absolute;
  display: inline-block;
  content: " ";
  top: -2px;
  right: -2px;
  border-top: 6px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-left: 3px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  color: #333 !important;
}


@-webkit-keyframes animation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* routeAnimation */
.travelMarker {
    fill: yellow;
    opacity: 1;
}
.goalMarker {
    fill: yellow;
    opacity: 1;
}
.waypoints {
    fill: black;
    opacity: 0;
}
.drinks {
    stroke: red;
    fill: yellow;
    opacity: 0.75;
}
.lineConnect {
    fill: none;
    stroke: blue;
    opacity: 1;
    stroke-width: 5;
}
.locnames {
    fill: black;
    text-shadow: 1px 1px 1px #FFF, 3px 3px 5px #000;
    font-weight: bold;
    font-size: 13px;
}

.poligon {
  fill-opacity: 0;
  fill: white;
  stroke: #666;
}

.poligon_red {
  fill: red;
}

.data-table table {
  background: #FFF;
  font-size: 11px;
  margin-top: 10px;
}

.data-table table th {
  background: #9bbbbd;
}

.data-table table th, 
.data-table table td {
  padding: 0.3rem .75rem;
}

.data-table table tr.standout{
  border: 5px solid #444;
  font-weight: bold;
  font-size: 12px;
}



/* svg 以下のpath要素でイベントを取得できるようにする */
.leaflet-overlay-pane svg path{
    pointer-events: auto;
}

span#tooltip{
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  padding: 0 5px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #FFF;
  color: #fff;
  font-size: 11px;
/*  opacity: 0.8;*/
}

div#tooltip{
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  padding: 0 5px;
  border: 1px solid #666;
  border-radius: 3px;
  background: #FFF;
  color: #333;;
  font-size: 15px;
  padding: 10px;
  box-shadow: 2px 2px 4px gray;
  opacity: 0.9;
}

div#tooltip div{
  margin: 2px 0;
  padding: 3px;
  text-align:center;  
}


div#tooltip .city{
  font-weight: bold;
  border-bottom: 1px solid #333;
}


div#tooltip .value{
  font-weight: bold;
  font-size: 18px;
}

#chart_wrap {
  z-index: 1010;  
  opacity: 0;
  width: 100%;
  height: 100%;
}

#chart {
  width: 100%;
  height: 100%;
}


#chart_close {
  position: absolute;
  top:10px;
  left:10px;
}

#chart_close a {
  font-size: 25px;
  color: #666;
}

/* modal全般 */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

/* テーマModal */
#themeModal .modal-dialog {
  max-width: 95%;
}

#themeModal .modal-content .modal-body {
  height: 80%;
  overflow: scroll;
}


/* 安心・安全メールmodal */
.modal-body .card .card-header {
  padding: 0;
}

.modal-body .card .card-header a {
  display: block;
  padding: 10px 15px;
  text-decoration:none;
}

.entity_type_box {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 2px;
  background: #FFF;
}

.entity_type_box .entity_remove_btn_div {
  position: relative;
}

.entity_type_box .entity_remove_btn_div button {
  position: absolute;
  right: 0;
}

.entity_type_box .entity_show_toggle_btn_div {
  position: relative;
}

.entity_type_box .entity_show_toggle_btn_div i {
  position: absolute;
  left: 0;
}

.entity_type_box h4 {
  color: #333;
  font-weight: bold;
}

.entity_type_box ul {
  padding-left: 10px;
}

.entity_type_box ul li {
  list-style: none;
  background-position: 1em 0.4em;
  background-repeat: no-repeat;
  background-size: 1.6em;
  padding: 0.5em 0 0 3em;
  
}

#themeModal .grid .grid-item {
  width: 25%;
}

.off {
  opacity: 0.3;
}

.smlink {
  font-size: 11px;  
}


@media screen and (max-width: 768px) {
  #main_area {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  #themeModal .grid .grid-item {
    width: 100%;
  }

}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px 10px;
  background-color: #003355;
  height: 2.5rem;
  color: #FFF;
}

.footer.is-banner {
  height: 6.5rem;
}

.footer a {
  color: #FFF;
}

ul.banner li{   
    display: inline;
    margin-right: 10px;
} 
ul.banner {
  padding-inline-start: 0
}
#footer-link.is-banner {
   position: absolute;
   right: 10px;
   bottom: 3px;
}

h4.opendata_menu {
  line-height: 1.1em;
  cursor:pointer;
  margin:0 25px 0 20px;
}

@media screen and (max-width: 768px) {
  ul.banner {
    text-align:center;
  }
  .map_container.is-banner {
     margin-top: 4.2rem;
    height: calc(100% - 12.7rem);
    margin-bottom: 8.5rem;
  }
  .footer.is-banner {
    height: 8.5rem;
  }
  #footer-link {
     position: static;
     text-align:center !important;
  }
  #footer-link.is-banner {
     position: static;
     text-align:center !important;
     margin-top: -8px;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}