@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 #3a6aac;
  color: #3a6aac;
}

/*====================
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;
}
.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: #3a6aac;
}
.selecter p.kikan {
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 0.4rem;
}
.selecter .button {
  width: 6.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #3a6aac;
  background: linear-gradient(#5d8ac8 5%, #3a6aac);
}
.selecter .button:hover {
  background: linear-gradient(#6993cc 5%, #5d8ac8);
}
.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 li.mae a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.selecter li.mae a:before {
  content: "";
  position: absolute;
  left: 10px;
  /* ボタンの左端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  /* 垂直中央揃え */
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  /* 上側の辺 */
  border-bottom: 7px solid transparent;
  /* 下側の辺 */
  border-right: 7px solid white;
  /* 右側の辺（矢印の色） */
  /* text-indent: -9999px; */
  /* アクセシビリティのためにテキストは残す */
}
.selecter li.ato a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.selecter li.ato a:after {
  content: "";
  position: absolute;
  right: 10px;
  /* ボタンの右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  /* 垂直中央揃え */
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  /* 上側の辺 */
  border-bottom: 7px solid transparent;
  /* 下側の辺 */
  border-left: 7px solid white;
  /* 左側の辺（矢印の色） */
}

/*====================
box
====================*/
.box .hako {
  padding-top: 0;
  padding-bottom: 0.4rem;
  width: 12rem;
  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.4rem;
  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: #03080D;
  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: #03080D;
  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: #1B7F7A;
  border: 1px solid #051615;
}
.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: #1B7F7A;
  border: 1px solid #104a47;
}

.hako.level3 {
  background: #ffd200;
  border: 1px solid #806900;
}
.hako.level3 h3 {
  color: #03080D;
  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: #03080D;
  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: #e60a0a;
  border: 1px solid #6c0505;
}
.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: #e60a0a;
  border: 1px solid #a90707;
}

.hako.level6 {
  background: #f2f2f2;
  border: 1px solid #b2b2b2;
}
.hako.level6 h3 {
  color: #03080D;
  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.2rem;
}

.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: 85%;
  top: 15%;
}
.box [id=point01] .hikidashi {
  left: 65%;
  top: 18.5%;
  width: 24%;
}
.box [id=point02] .hako {
  left: 85%;
  top: 35%;
}
.box [id=point02] .hikidashi {
  left: 57.6%;
  top: 38.5%;
  width: 33%;
}
.box [id=point03] .hako {
  left: 75%;
  top: 65%;
}
.box [id=point03] .hikidashi {
  left: 72.6%;
  top: 56.7%;
  width: 14%;
}
.box [id=point04] .hako {
  left: 35%;
  top: 80%;
}
.box [id=point04] .hikidashi {
  left: 42%;
  top: 70.8%;
  width: 13%;
}
.box [id=point05] .hako {
  left: 85%;
  top: 25%;
}
.box [id=point05] .hikidashi {
  left: 63.5%;
  top: 29.4%;
  width: 33%;
}
.box [id=point06] .hako {
  left: 22%;
  top: 70%;
}
.box [id=point06] .hikidashi {
  left: 26.8%;
  top: 63%;
  width: 15%;
}
.box [id=point07] .hako {
  left: 10%;
  top: 60%;
}
.box [id=point07] .hikidashi {
  left: 13.8%;
  top: 54.7%;
  width: 30%;
}

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

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

.map img.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 #0a121d;
}
.map .hanrei .label {
  display: flex;
}
.map .hanrei .title {
  color: #03080D;
  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 li.cat_wd {
  background: url(../images/arrow1.png) no-repeat 0 0.3rem;
  background-size: 20px auto;
  background-position-y: center;
}
.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: 64.3%;
  top: 25.3%;
  z-index: 100;
}
.map ul.point li.point02 {
  left: 56.8%;
  top: 48.4%;
}
.map ul.point li.point03 {
  left: 71.7%;
  top: 55.7%;
}
.map ul.point li.point04 {
  left: 54.5%;
  top: 69.8%;
}
.map ul.point li.point05 {
  left: 63%;
  top: 28.7%;
  z-index: 100;
}
.map ul.point li.point06 {
  left: 41.5%;
  top: 62.2%;
  z-index: 1000;
}
.map ul.point li.point07 {
  left: 66.6%;
  top: 18.4%;
}
.map ul.point li.point08 {
  left: 63.5%;
  top: 29.3%;
}
.map ul.point li.point09 {
  left: 63.2%;
  top: 23.8%;
}
.map ul.point li.point10 {
  left: 66.4%;
  top: 27.1%;
}
.map ul.point li.point11 {
  left: 61.7%;
  top: 31.7%;
}
.map ul.point li.point12 {
  left: 52%;
  top: 37.8%;
}
.map ul.point li.point13 {
  left: 48.3%;
  top: 52.2%;
}
.map ul.point li.point14 {
  left: 40.2%;
  top: 60.1%;
}
.map ul.point li.point15 {
  left: 42.5%;
  top: 62.3%;
}
.map ul.point li.point16 {
  left: 54.2%;
  top: 63.8%;
}
.map ul.point li.point17 {
  left: 64.2%;
  top: 73.4%;
}
.map ul.point li.point18 {
  left: 36.1%;
  top: 61.9%;
}
.map ul.point li.point19 {
  left: 64.7%;
  top: 25.9%;
}
.map ul.point li.point20 {
  left: 44.3%;
  top: 53.9%;
}
.map ul.point li.point21 {
  left: 41%;
  top: 54%;
}
.map ul.point li img:hover {
  opacity: 0.8;
}

.map ul.point li img {
    width: 100%;
    height: auto;
}

@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%; */
    width: 14.5%;
    min-height: 9%;
  }
  .box .hako h3 {
    font-size: 1rem;
    line-height: 1;
    min-height: 2.7rem;
  }
  .box .hako .atai {
    font-size: 0.8rem;
    height: 8px;
    line-height: 10px;
  }

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

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

  canvas#map01 {
    width: 100%;
  }

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

  .map img.mainmap {
    width: 100%;
    height: auto;
  }
  .map .hanrei {
    width: 29%;
    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.8rem;
  }
  .map .hanrei ul li.cat2 {
    background: url(../images/point02.png) no-repeat 0 0.2rem;
    background-size: 0.8rem;
  }
  .map .hanrei ul.lev li[class*=level]:before {
    width: 0.4rem;
    height: 0.8rem;
  }
}