/* CSG.css */

/* main   : 29b25d */

html {
  height: 100%;
}

body {
  height:100%;
  font-family:"BIZ UDPGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

div {
    scrollbar-width: none;
}
div::-webkit-scrollbar{
  display:none;
}


#map {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  height: auto;
}

.gau-floating-btns {
  bottom:2em;
}
.gau-floating-btns div {
  font-size: 22px;
}

.gau-nav-header {
  box-shadow: 0 0 5px 2px #ccc;
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  z-index: 2000;
  color: #29b25d;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-image: url(../img/headerbg.png);
}

.gau-nav-header>h1 {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-left: 68px;
  padding-top: 15px;
  padding-right: 12px;
}
.gau-nav-header>h1 span {
  display: block;
}
#maptype {
  position: absolute;
  margin: 0.5em;
  text-align: center;
  left: 0;
  width: 42px;
  height: 57px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-image: url(../img/tu.png);
  transition: 0.5s;
  cursor:pointer;
}
#maptype p {
  margin-top: auto;
  font-size: 10px;
  font-weight: bold;
  color: #29b25d;
}


@media screen and (max-width: 560px) {
  .gau-nav-header>h1 {
    display: none;
  }
  .gau-header-icons {
    padding-left:64px;
  }


}


.gau-header-icons {
  display: flex;
  justify-content: center;
}

.gau-header-icons>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 70px;
}

.gau-header-icons li * {
  text-align: center;
  padding: 3px 8px;
  font-size: 14px;
}

.gau-floating-btns div {
  background-color: #29b25d;

}
@media screen and (max-width: 560px) {
  .gau-nav-header>h1 {
    display: none;
  }
  .gau-header-icons {
    padding-left:60px;
  }
  .gau-header-icons>li {
    width:60px;
  }
}

/* nav */
.gau-nav-main {
  overflow-x: hidden;
}
.gau-nav-main h3 {
    background-color: #29b25d;
    font-weight: bold;
    color: white;
    padding: 7px;
    padding-left: 16px;
    line-height: 56px;
position:sticky;
top:0;
z-index:5;
}
.gau-nav-main h3 i.fa {
  margin-right: 12px;
}
.gau-nav-main-pinned {
  display: block;
  right: 0px;
  height: 100%;
  opacity: 1;
}

.gau-nav-side li:hover {
  background-color:honeydew;
}
.gau-nav-side h3 {
  background-color: #29b25d;
}

.gau-nav-bottom h3 {
  background-color: #29b25d;
}

._gau-nav-main-toggle {
  background-color: #29b25d;
}

._gau-nav-main-toggle::after {
  background: #29b25d;
}

.gau-nav-side .gau-nav-btn * {
  background-color: #29b25d;
}


/* disp */
div.app-disptool {
  position: fixed;
  left: 50px;
  top: 20px;
}

select.app-viewtab {
  position: fixed;
  left: 48px;
  top: 48px;
  z-index: 0;
  width: 110px;
}

input[name=bgopa] {
  width: 90px;
}

input[name=bgopa_nav] {
  width: 100%;
  height: 100%;
}

/* loading */
#loading {
  left: 50%;
  top: 50%;
}

.ball-scale-ripple-multiple>div {
  border-color: #A58A43;
}


/* measure */
#app_measure {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 0;
  width: 40px;
  height: 160px;
  z-index: 990;
  background-color: rgba(0, 0, 0, .5);
  /*border-radius: 60px 0 0 60px;*/
  cursor: pointer;
  box-shadow: 0px 3px 3px #555;
  color: white;
  border-radius: 0 6px 6px 0;
}

#app_measure li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}

.app-measure-selected {
  color: #ffcc33;
}

#app_measure_tool {
  border-top: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.4);
}


.app-disptool {
  position: absolute !important;
  left: 3em !important;
  top: 0.75em !important;
  background-color: #fadabdaa;
  ;
  padding: 0.8em;
  width: auto;
  border-radius: 3px;
}

select.app-viewtab {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 220px;
  padding: 0px;
  border-radius: 3px;
  height: 24px;
}

.app-disptool h5 {
  display: none;
  color: white;
  font-size: 11px;
}

.gau-nav-main {
  background-repeat: no-repeat;
}

.gau-nav-main-logo {
  width: 280px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo.png);
}

h1 {
  top: 49px !important;
}

.gau-nav-main h1 {
  position: absolute;
  font-size: 22px;
  right: 27px;
  top: 50px;
  color: #29b25d;
  text-shadow: none;
}

.gau-nav-item-category i {
  margin-right: 7px;
  font-size: small;
}

li.gau-nav-item-category {
  background-color: inherit;
}

li.gau-nav-item-category:hover {
  background-color: inherit;
}


/* ol */
.ol-scale-line,
.ol-zoom-in,
.ol-zoom-out,
.ol-control button,
.ol-control button:focus,
.ol-control button:hover {
  background: #29b25d !important;
}

.gau-nav-bottom li:hover {
  background-color: honeydew;
  color: cadetblue;
}

#emginfo {
	display:none;
    position: absolute;
    z-index: 5;
    top: 0.5em;
    color: white;
    font-weight: bold;
    background-color: rgb(214, 75, 40);
    border: 2px solid white;
    margin-left: 3em;
    padding: 11px;
	animation: blinking 3s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0.2;}
	50% {opacity: 1;}
	100% {opacity: 1;}
}

#emginfo p::before {
	font-family: "Font Awesome 5 free";
  content:'\f06a';
  color: white;
  padding-right: 5px;
}

#emginfo h5 {
  margin: 20px 2px 8px;
  background-color: rgb(100 100 100 /.2);
  padding: 4px;
}
#emginfo ul {
  display: flex;
  flex-wrap: wrap;
}
#emginfo img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#emginfo li {
  width: 100%;
  line-height: 32px;
  display: inline-flex;
  margin-bottom: 4px;
}

/* basemaps */
ul.app-radio input[type="radio"] {
  display:inline-block;
  vertical-align: text-bottom;
}
ul.app-radio label {
  display:block;
}

/* mainslider */
#app_poly_opa_slider {
  position: absolute;
  padding: 3px;
  right: 0.5em;
  top: 0.5em;
  width: 90px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background-color: #ffffff88;
  border-radius: 8px;
}
#app_poly_opa_slider input {
  width: 100%;
  height:24px;
}

#app_poly_opa_slider p {
  background-color: #29b25d;
  border: 2px solid white;
  box-sizing: border-box;
  color: white;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 4px;
}


.app-propbtn {
  cursor: pointer;
  display: inline-block;
  margin-left: 1em;
  padding: 0.1em 1em;
  border-radius: 3px;
  background-color: #e5e6e7;
  color: #2e2e2e;
  box-shadow: 0 0 1px;
  font-size:12px;
}
input[name=bgopa_nav] {
  width: 100%;
  height: 100%;
}
