/* TKN.css */

/* main   : 389f6a */

body {
  height:100%;
  font-family: 'Zen Maru Gothic', YuGothic, 'Yu Gothic', "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

div {
    scrollbar-width: none;
}
div::-webkit-scrollbar{
  display:none;
}


#map {
  height: calc(100% - 70px);
  top:70px;
}

.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: #389f6a;
  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/future.png);
  transition: 0.5s;
  cursor:pointer;
}
#maptype p {
  margin-top: auto;
  font-size: 10px;
  font-weight: bold;
  color: #389f6a;
}


@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: #389f6a;

}
@media screen and (max-width: 560px) {
  .gau-nav-header>h1 {
    display: none;
  }
  .gau-header-icons {
      width: 100%;
      padding-left: 0;
      justify-content: space-evenly;
  }
  .gau-header-icons>li {
    width:60px;
  }
}

/* nav */
.gau-nav-main {
  overflow-x: hidden;
  color: #026344;
  background-color:#F7F3EB;
}
.gau-nav-main > div:last-child {
  margin-bottom:5em;
}
.gau-nav-main h3 {
    background-color: #389f6a;
    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:#d9f3d6;
}
.gau-nav-side h3 {
  background-color: #389f6a;
}

.gau-nav-bottom h3 {
  background-color: #389f6a;
}

._gau-nav-main-toggle {
  background-color: #389f6a;
}

._gau-nav-main-toggle::after {
  background: #389f6a;
}

.gau-nav-side .gau-nav-btn * {
  background-color: #389f6a;
}

/*================================
    agreement
    初期表示メッセージダイアログ
=================================*/

/* 黒背景 */

#agreement {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3000;
}

/* テキスト領域 */

#agreement>div {
  -webkit-overflow-scrolling: touch;
  position: relative;
  background-color: white;
  width: 90%;
  max-width: 600px;
  max-height: 800px;
  margin: auto;
  height: calc(100% - 40px);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 12px 12px 0 0;
}

/* タイトル */

#agreement h2 {
  color: white;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  background-color: #389f6a;
  border-radius: 12px 12px 0 0;
}

#agreement h2 i {
  margin-right: 6px;
}

/* 本文 */

#agreement>div>div {
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  height: 90%;
  position: absolute;
  padding: 11px;
  background-image: url(../img/emblem_t.png);
  background-repeat: no-repeat;
  background-position: center;
}

#agreement p {
  font-size: 12px;
}

/* 利用条件 */

#agreement_inner {
  width: 100%;
  height: 65%;
  overflow: auto;
  background-color: #ffffff22;
  box-shadow: 0 0 4px 1px #ccc inset;
}

@media screen and (max-width: 480px) {
  #agreement_inner {
    height: 48%;
  }
}

#agreement h3 {
  color: #389f6a;
  font-size: large !important;
  padding: 1em;
  background-color: #f0f8ffaa;
  border-left: 22px solid #389f6a;
  border-bottom: 2px solid;
  box-sizing: border-box;
  text-align: left;
}

#agreement ul {
  text-align: left;
  padding: 6px;
}

#agreement ul li {
  list-style-type: decimal;
  margin-left: 28px;
}

#agreement_inner h4 {
  text-align: left;
  padding: 1.2em;
}

#agreement_inner p {
  text-align: left;
  padding:1em;
}

#agreement_inner h5 {
  text-align: left;
  padding: 1.2em;
}

/* 同意 */

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.agreement_ask {
  margin: 8px;
  padding: 10px;
  color: #333;
}

.align-left {
  text-align: left;
}

#agreement button {
  margin: 12px;
  padding: 5px 10px;
  width: 110px;
  background-color: #389f6a;
  color: white;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 2px 3px #ccc;
  -webkit-appearance: none;
  appearance: none;
  line-height: 2.3em !important;
}

#agreement dl {
  padding: 16px;
}

#agreement dt {
  color: #888;
}

#agreement_select_lang {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8em !important;
}

#agreement_select_lang p {
  padding: 0.5em;
  font-weight: bold;
}

div#agreement * {
  font-size: 1em;
  line-height: 1.2em;
}


/* 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: #389f6a;
  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: #389f6a !important;
  font-family:'Font Awesome 5 Free';
}

.gau-nav-bottom li:hover {
  background-color: #d9f3d6;
  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: #389f6a;
  border: 2px solid white;
  box-sizing: border-box;
  color: white;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 4px;
}
  /* leg-details */
  details.app-leg-details {
	margin-top: 1em;
	margin-bottom: 1.6em;
  }
  details.gau-nav-accordion > summary:hover {
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
  }
  details.app-leg-details summary::before {
	  font-family: "Font Awesome 5 Free";
	  content: "\f05a";
	  font-size: 18px;
	  position: absolute;
	  margin-left: -24px;
  }
  
  details.app-leg-details summary {
	display:block;
	line-height: 20px !important;
	font-weight:bold;
	color: #245C35;
  }
/* leg-cont */
.leg-cont {
    width: auto;
    text-align: center;
}
.leg-cont h4 {
    font-size:18px;
    color: #fff;
    line-height: 2.6;
    background-color: #4487d4;
    border-radius: 12px 12px 0 0;
}
.leg-cont h5 {
    font-size:18px;
    line-height: 2.6;
}
.leg-cont h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 2em;
}
.leg-cont dl {
    display:flex;
    margin:0 8px;
    padding:2px;
}
.leg-cont dt {
    display: flex;
    padding: 6px 0 6px 12px;

}
.leg-cont dd {
    width: 60px;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.leg-cont p {
    line-height: 1.2;
    text-align: left;
    padding: 1em;
    color: #777;

}
.leg-cont img {
    width:100%;

}
