@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* CSS Document */
/*====================
content
====================*/
[id="content"] {
  clear: both;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}
[id="content"] .wrapper {
  position: relative;
  width: 100rem;
}
[id="content"] .midashi {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  font-weight: bold;
  border-left: 0.4rem solid #006bbd;
  color: #184950;
}

/*====================
section
====================*/
.selecter {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.selecter .migi {
  flex-direction: column;
  width: 100%;
  align-items: stretch;
}
.selecter .controls {
  display: flex;
  justify-content: space-between;
}
.selecter .time-ctrl {
  display: flex;
  align-items: center;
}
.selecter .hyl-ctrl {
  display: flex;
  align-items: center;
}
.selecter .hidari {
  display: inline-flex;
  width: auto;
}
.selecter .hidari .group {
  margin-right: 6px;
}
.selecter .hidari .controls {
  display: flex;
}
.selecter h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1em;
  color: #184950;
}
.selecter p.kikan {
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 0.4rem;
}
.selecter .button {
  width: 8.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #006bbd;
  background: linear-gradient(#008ffd 5%, #006bbd);
}
.selecter .button:hover {
  background: linear-gradient(#0d96ff 5%, #008ffd);
}
.selecter .button + .button {
  margin-left: 0.8rem;
}
.selecter .button a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.selecter .button2 {
  width: 7.4rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  border-radius: 0.2rem;
  background-color: #006bbd;
  background: linear-gradient(#008ffd 5%, #006bbd);
}
.selecter .button2:hover {
  background: linear-gradient(#0d96ff 5%, #008ffd);
}
.selecter .button2 + .button2 {
  margin-left: 0.8rem;
}
.selecter .button2 a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.selecter li.mae a {
  padding-left: 0.8em;
  background: url(../images/mae_sankaku.png) no-repeat 6px;
}
.selecter li.ato a {
  padding-right: 0.5em;
  background: url(../images/ato_sankaku.png) no-repeat right 3px top 0px;
}

/*====================
box
====================*/
.box .hako {
  padding-top: 0;
  padding-bottom: 0.4rem;
  width: 8rem;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.box .hako h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  text-shadow: 1px 0px 0px #232323, 0px 1px 0px #232323, -1px 0px 0px #232323,
    0px -1px 0px #232323, 1px 1px 0px #232323, -1px -1px 0px #232323,
    -1px 1px 0px #232323, 1px -1px 0px #232323;
}
.box .hako .atai {
  background: #ffffff;
  font-size: 1.6rem;
  color: #232323;
  font-weight: bold;
  text-align: center;
  height: 2.2rem;
  line-height: 1.5;
}

/* 基準値による色替え */
.hako.level0 {
  background: #a7a7a7;
  border: 1px solid #676767;
}
.hako.level0 h3 {
  color: #232323;
  text-shadow: 1px 0px 0px #f2f2f2, 0px 1px 0px #f2f2f2, -1px 0px 0px #f2f2f2,
    0px -1px 0px #f2f2f2, 1px 1px 0px #f2f2f2, -1px -1px 0px #f2f2f2,
    -1px 1px 0px #f2f2f2, 1px -1px 0px #f2f2f2;
}

.hanrei .level0:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #a7a7a7;
  border: 1px solid #878787;
}

.hako.level1 {
  background: #1172ee;
  border: 1px solid #093977;
}
.hako.level1 h3 {
  color: #ffffff;
  text-shadow: 1px 0px 0px #232323, 0px 1px 0px #232323, -1px 0px 0px #232323,
    0px -1px 0px #232323, 1px 1px 0px #232323, -1px -1px 0px #232323,
    -1px 1px 0px #232323, 1px -1px 0px #232323;
}

.hanrei .level1:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #1172ee;
  border: 1px solid #0d56b3;
}

.hako.level2 {
  background: #1b8323;
  border: 1px solid #051907;
}
.hako.level2 h3 {
  color: #ffffff;
  text-shadow: 1px 0px 0px #232323, 0px 1px 0px #232323, -1px 0px 0px #232323,
    0px -1px 0px #232323, 1px 1px 0px #232323, -1px -1px 0px #232323,
    -1px 1px 0px #232323, 1px -1px 0px #232323;
}

.hanrei .level2:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #1b8323;
  border: 1px solid #104e15;
}

.hako.level3 {
  background: #ffd200;
  border: 1px solid #806900;
}
.hako.level3 h3 {
  color: #232323;
  text-shadow: 1px 0px 0px #f2f2f2, 0px 1px 0px #f2f2f2, -1px 0px 0px #f2f2f2,
    0px -1px 0px #f2f2f2, 1px 1px 0px #f2f2f2, -1px -1px 0px #f2f2f2,
    -1px 1px 0px #f2f2f2, 1px -1px 0px #f2f2f2;
}

.hanrei .level3:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #ffd200;
  border: 1px solid #bf9e00;
}

.hako.level4 {
  background: #e071dc;
  border: 1px solid #ac26a7;
}
.hako.level4 h3 {
  color: #232323;
  text-shadow: 1px 0px 0px #f2f2f2, 0px 1px 0px #f2f2f2, -1px 0px 0px #f2f2f2,
    0px -1px 0px #f2f2f2, 1px 1px 0px #f2f2f2, -1px -1px 0px #f2f2f2,
    -1px 1px 0px #f2f2f2, 1px -1px 0px #f2f2f2;
}

.hanrei .level4:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #e071dc;
  border: 1px solid #d53dcf;
}

.hako.level5 {
  background: #df1e00;
  border: 1px solid #600d00;
}
.hako.level5 h3 {
  color: #ffffff;
  text-shadow: 1px 0px 0px #232323, 0px 1px 0px #232323, -1px 0px 0px #232323,
    0px -1px 0px #232323, 1px 1px 0px #232323, -1px -1px 0px #232323,
    -1px 1px 0px #232323, 1px -1px 0px #232323;
}

.hanrei .level5:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #df1e00;
  border: 1px solid #9f1500;
}

.hako.level6 {
  background: #f2f2f2;
  border: 1px solid #b2b2b2;
}
.hako.level6 h3 {
  color: #232323;
  text-shadow: 1px 0px 0px #f2f2f2, 0px 1px 0px #f2f2f2, -1px 0px 0px #f2f2f2,
    0px -1px 0px #f2f2f2, 1px 1px 0px #f2f2f2, -1px -1px 0px #f2f2f2,
    -1px 1px 0px #f2f2f2, 1px -1px 0px #f2f2f2;
}

.hanrei .level6:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #f2f2f2;
  border: 1px solid #d2d2d2;
}

body.wind .box .hako .atai {
  font-size: 1.1rem;
}

.box .hako {
  position: absolute;
  z-index: 200;
}
.box .hikidashi {
  position: absolute;
  display: inline-grid;
}
.box .hikidashi img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.box [id="point01"] .hako {
  left: 28%;
  top: 90.7%;
}
.box [id="point01"] .hikidashi {
  left: 33.6%;
  top: 75%;
  width: 3%;
  height: 3%;
}
.box [id="point02"] .hako {
  left: 85.5%;
  top: 62%;
}
.box [id="point02"] .hikidashi {
  left: 40%;
  top: 66.5%;
  width: 50%;
  height: auto;
}
.box [id="point03"] .hako {
  left: 85.5%;
  top: 71.5%;
}
.box [id="point03"] .hikidashi {
  left: 55%;
  top: 75.4%;
  width: 35%;
  height: auto;
}
.box [id="point04"] .hako {
  left: 85.5%;
  top: 42.8%;
}
.box [id="point04"] .hikidashi {
  left: 49.4%;
  top: 47.8%;
  width: 39%;
  height: auto;
}
.box [id="point05"] .hako {
  left: 85.5%;
  top: 52.5%;
}
.box [id="point05"] .hikidashi {
  left: 59.3%;
  top: 56.8%;
  width: 29%;
  height: auto;
}
.box [id="point06"] .hako {
  left: 85.5%;
  top: 33.5%;
}
.box [id="point06"] .hikidashi {
  left: 62%;
  top: 37.5%;
  width: 26%;
  height: auto;
}
.box [id="point07"] .hako {
  left: 80.5%;
  top: 2%;
}
.box [id="point07"] .hikidashi {
  left: 64.6%;
  top: 6.6%;
  width: 18.3%;
  height: auto;
}

[id="point08"] .hako {
  left: 38%;
  top: 2%;
}
[id="point08"] .hikidashi {
  left: 42.4%;
  top: 8.5%;
  width: 2%;
  height: auto;
}

[id="point09"] .hako {
  left: 62.5%;
  top: 90.7%;
}
[id="point09"] .hikidashi {
  left: 37.5%;
  top: 75.5%;
  width: 30%;
  height: auto;
}

[id="point10"] .hako {
  left: 18%;
  top: 90.7%;
}
[id="point10"] .hikidashi {
  left: 21.3%;
  top: 81.5%;
  width: 11.5%;
  height: auto;
}

[id="point11"] .hako {
  left: 8%;
  top: 81%;
}
[id="point11"] .hikidashi {
  left: 15%;
  top: 76.5%;
  width: 15%;
  height: auto;
}

[id="point12"] .hako {
  left: 8%;
  top: 62.5%;
}
[id="point12"] .hikidashi {
  left: 9.5%;
  top: 65.5%;
  width: 20%;
  height: auto;
}

[id="point13"] .hako {
  left: 8%;
  top: 72%;
}
[id="point13"] .hikidashi {
  left: 13%;
  top: 75%;
  width: 15%;
  height: auto;
}

[id="point14"] .hako {
  left: 8%;
  top: 53%;
}
[id="point14"] .hikidashi {
  left: 12%;
  top: 55%;
  width: 22%;
  height: auto;
}

[id="point15"] .hako {
  left: 8%;
  top: 91%;
}
[id="point15"] .hikidashi {
  left: 13%;
  top: 76.5%;
  width: 18.5%;
  height: auto;
}

[id="point16"] .hako {
  left: 52%;
  top: 90.7%;
}
[id="point16"] .hikidashi {
  left: 40.5%;
  top: 82.3%;
  width: 18%;
  height: auto;
}

/*====================
hikidashi
====================*/
/*====================
map
====================*/
.map {
  clear: both;
  margin-top: 0px;
  position: relative;
}

.mask {
  border-radius: 10px;
  overflow: hidden;
}

.map .mainmap {
  width: 100%;
  height: auto;
}
.map .hanrei {
  width: 26rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #476834;
}
.map .hanrei .label {
  display: flex;
}
.map .hanrei .title {
  color: #232323;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.map .hanrei .unit {
  margin-right: 0;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
.map .hanrei p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0px 0px;
}
.map .hanrei ul {
  margin: 0 1rem 0.7rem;
}
.map .hanrei ul li {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 2.4rem;
  line-height: 2.2rem;
}
.map .hanrei ul li.cat1 {
  background: url(../images/point01.png) no-repeat 0 0.3rem;
}
.map .hanrei ul li.cat2 {
  background: url(../images/point02.png) no-repeat 0 0.3rem;
}
.map .hanrei ul li.cat3 {
  background: url(../images/point03.png) no-repeat 0 0.3rem;
}
.map .hanrei ul.lev {
  margin: 0 0px 7px;
}
.map .hanrei ul.lev li {
  font-weight: normal;
}
.map .hanrei ul li[class*="level"]:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.2rem;
}
.map .hanrei ul li img {
  vertical-align: text-top;
}
.map .hanrei ul li span.icon {
  margin-right: 0.2em;
}
.map .hanrei ul li span.icon img {
  height: 1.2em;
  width: auto;
  vertical-align: middle;
}
.map .hanrei .icon-windarrow {
  padding-left: 32px;
}
.map .hanrei .icon-windarrow:before {
  content: url(../images/icon-arrow.gif);
  position: absolute;
  top: 2px;
  left: 0;
}
.map ul.point li {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 1.5%;
  line-height: 0.1em;
  margin-left: 0px;
  z-index: 300;
}
.map ul.point li.point01 {
  left: 36%;
  top: 74.5%;
}
.map ul.point li.point02 {
  left: 39.5%;
  top: 68.8%;
}
.map ul.point li.point03 {
  left: 54.5%;
  top: 79.4%;
}
.map ul.point li.point04 {
  left: 48.6%;
  top: 62.1%;
}
.map ul.point li.point05 {
  left: 58.3%;
  top: 64.1%;
}
.map ul.point li.point06 {
  left: 61.5%;
  top: 49.5%;
}
.map ul.point li.point07 {
  left: 64%;
  top: 34.3%;
}
.map ul.point li.point08 {
  left: 43.7%;
  top: 32%;
}
.map ul.point li.point09 {
  left: 37.5%;
  top: 75.2%;
}
.map ul.point li.point10 {
  left: 32.3%;
  top: 80.6%;
}
.map ul.point li.point11 {
  left: 29%;
  top: 75.8%;
}
.map ul.point li.point12 {
  left: 29.7%;
  top: 69.4%;
}
.map ul.point li.point13 {
  left: 26.6%;
  top: 75.8%;
}
.map ul.point li.point14 {
  left: 32.9%;
  top: 63.5%;
}
.map ul.point li.point15 {
  left: 30.4%;
  top: 75.66%;
}
.map ul.point li.point16 {
  left: 39.4%;
  top: 81.6%;
}
.map ul.point li img {
  width: 100%;
  height: auto;
}
.map ul.point li img:hover {
  opacity: 0.8;
}
.tyuui p {
  font-size: 1.3rem;
  line-height: 1.4em;
}

@media all and (-ms-high-contrast: none) {
  .map .hako h3 {
    padding-top: 17px;
    box-sizing: border-box;
  }
  .map .hako h3.line2 {
    padding-top: 11px;
  }
  .map .hako h3.line3 {
    padding-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  /*====================
  content
  ====================*/
  [id="content"] .wrapper {
    position: relative;
    width: 94%;
  }
  [id="content"] h2.midashi {
    font-size: 1.6rem;
    line-height: 1em;
    background-size: 3%;
    margin-bottom: 11px;
  }

  /*====================
  section
  ====================*/
  .selecter {
    flex-direction: column;
  }
  .selecter .hidari {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .selecter .hidari .group {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .selecter .hidari .group select {
    width: 100%;
  }

  /*====================
  box
  ====================*/
  .box .hako {
    width: 9.6%;
    min-height: 9%;
  }
  .box .hako h3 {
    font-size: 1rem;
    line-height: 1;
    min-height: 2.7rem;
  }
  .box .hako .atai {
    font-size: 1rem;
    height: 8px;
    line-height: 8px;
  }

  body.wind .box .hako .atai {
    font-size: 5px;
  }
  body.wind .box .hako .atai span {
    font-size: 4px;
  }

  /*====================
  map
  ====================*/
  .map {
    margin: 0 0% 0% 0%;
  }

  .mask {
    margin: 0 0%;
    overflow: hidden;
  }

  .map .mainmap {
    width: 100%;
    height: auto;
  }
  .map .hanrei {
    width: 36%;
    padding: 0.4rem;
    top: 0.4rem;
    left: 0.4rem;
  }
  .map .hanrei .title {
    font-size: 0.9rem;
    line-height: 1em;
    padding: 2px 0px;
    text-align: left;
    margin-bottom: 2px;
  }
  .map .hanrei .unit {
    font-size: 8px;
    line-height: 1em;
    font-weight: normal;
  }
  .map .hanrei p {
    font-size: 8px;
    line-height: 1.2;
    margin: 2px 0px 0px;
  }
  .map .hanrei ul {
    margin: 0.3rem 0rem 0.3rem;
  }
  .map .hanrei ul li {
    padding-left: 0;
    font-size: 8px;
    line-height: 1;
  }
  .map .hanrei ul li[class*="cat"] {
    padding-left: 1rem;
  }
  .map .hanrei ul li.cat1 {
    background: url(../images/point01.png) no-repeat 0 0.2rem;
    background-size: 0.6rem;
  }
  .map .hanrei ul li.cat2 {
    background: url(../images/point02.png) no-repeat 0 0.2rem;
    background-size: 0.6rem;
  }
  .map .hanrei ul.lev li[class*="level"]:before {
    width: 0.4rem;
    height: 0.8rem;
  }

  .box [id="point01"] .hako {
    top: 87%;
  }

  .box [id="point09"] .hako {
    top: 87%;
  }

  .box [id="point10"] .hako {
    top: 87%;
  }

  .box [id="point15"] .hako {
    top: 87%;
  }

  .box [id="point16"] .hako {
    top: 87%;
  }
}
