@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 #007fad;
  color: #014069;
}

/*====================
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: #014069;
}
.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: #007fad;
  background: linear-gradient(#00aeed 5%, #007fad);
}
.selecter .button:hover {
  background: linear-gradient(#00b9fc 5%, #00aeed);
}
.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 {
  padding-left: 0.5em;
  background: url(../images/mae_sankaku.png) no-repeat 6px 2px;
}
.selecter li.ato a {
  padding-right: 0.5em;
  background: url(../images/ato_sankaku.png) no-repeat right 6px top 2px;
}

/*====================
box
====================*/
.box .hako {
  padding-top: 0;
  padding-bottom: 0.4rem;
  width: 9rem;
  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: #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: #0448a1;
  border: 1px solid #011025;
}
.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: #0448a1;
  border: 1px solid #022c63;
}

.hako.level2 {
  background: #45cbe3;
  border: 1px solid #168092;
}
.hako.level2 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 .level2:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #45cbe3;
  border: 1px solid #1eb0ca;
}

.hako.level3 {
  background: #2d9843;
  border: 1px solid #103618;
}
.hako.level3 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 .level3:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #2d9843;
  border: 1px solid #1e672d;
}

.hako.level4 {
  background: #ffd200;
  border: 1px solid #806900;
}
.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: #ffd200;
  border: 1px solid #bf9e00;
}

.hako.level5 {
  background: #fa8500;
  border: 1px solid #7b4100;
}
.hako.level5 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 .level5:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #fa8500;
  border: 1px solid #ba6300;
}

.hako.level6 {
  background: #e91e00;
  border: 1px solid #6a0e00;
}
.hako.level6 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 .level6:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.6rem;
  height: 1.2rem;
  background: #e91e00;
  border: 1px solid #a91600;
}

body.wind .box .hako .atai {
  font-size: 1.2rem;
  line-height: 2;
}

.transparent {
  opacity: 0;
}

.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: 88%;
  top: 88.5%;
}
.box [id="point01"] .hikidashi {
  left: 82.8%;
  top: 81.2%;
}
.box [id="point02"] .hako {
  left: 35.6%;
  top: 30.1%;
}
.box [id="point02"] .hikidashi {
  left: 40%;
  top: 36.8%;
}
.box [id="point03"] .hako {
  left: 48.3%;
  top: 88.5%;
}
.box [id="point03"] .hikidashi {
  left: 55.2%;
  top: 72.9%;
}
.box [id="point04"] .hako {
  left: 80.2%;
  top: 1%;
}
.box [id="point04"] .hikidashi {
  left: 79.8%;
  top: 10%;
}
.box [id="point05"] .hako {
  left: 58.3%;
  top: 88.5%;
}
.box [id="point05"] .hikidashi {
  left: 65.3%;
  top: 84.6%;
}
.box [id="point06"] .hako {
  left: 88%;
  top: 59.3%;
}
.box [id="point06"] .hikidashi {
  left: 79.9%;
  top: 62%;
}
.box [id="point07"] .hako {
  left: 70.2%;
  top: 1%;
}
.box [id="point07"] .hikidashi {
  left: 74.6%;
  top: 7.1%;
}
.box [id="point08"] .hako {
  left: 88%;
  top: 17.5%;
}
.box [id="point08"] .hikidashi {
  left: 83.4%;
  top: 23.5%;
}
.box [id="point01"] .hikidashi {
  width: 8.3%;
  height: 33.11%;
}
.box [id="point02"] .hikidashi {
  width: 24.5%;
  height: 10.56%;
}
.box [id="point03"] .hikidashi {
  width: 21.4%;
  height: 24.22%;
}
.box [id="point04"] .hikidashi {
  width: 8.5%;
  height: 3.33%;
}
.box [id="point05"] .hikidashi {
  width: 11.8%;
  height: 31%;
}
.box [id="point06"] .hikidashi {
  width: 10.7%;
  height: 10%;
}
.box [id="point07"] .hikidashi {
  width: 5%;
  height: 10.56%;
}
.box [id="point08"] .hikidashi {
  width: 9.5%;
  height: 3.22%;
}

/*====================
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 #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.cat_wd {
  background: url(../images/arrow1.png) no-repeat 0 0.3rem;
  background-size: 30px auto;
  background-position-y: center;
  margin-left: 13px;
}
span.cat_mes {
  margin-left: 15px;
}
.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: 82.5%;
  top: 81.2%;
}
.map ul.point li.point02 {
  left: 62.1%;
  top: 53.5%;
}
.map ul.point li.point03 {
  left: 73.7%;
  top: 72.9%;
}
.map ul.point li.point04 {
  left: 75.8%;
  top: 42.5%;
}
.map ul.point li.point05 {
  left: 76.3%;
  top: 86.1%;
}
.map ul.point li.point06 {
  left: 79.3%;
  top: 62.7%;
}
.map ul.point li.point07 {
  left: 71.3%;
  top: 28.5%;
}
.map ul.point li.point08 {
  left: 85.6%;
  top: 41.6%;
} */
.map ul.point li.point01 {
  left: 81.8%;
  top: 80.2%;
}
.map ul.point li.point02 {
  left: 63.1%;
  top: 52.5%;
}
.map ul.point li.point03 {
  left: 75.5%;
  top: 72.9%;
}
.map ul.point li.point04 {
  left: 80.5%;
  top: 38.5%;
}
.map ul.point li.point05 {
  left: 76.3%;
  top: 86.1%;
}
.map ul.point li.point06 {
  left: 78.7%;
  top: 62.7%;
}
.map ul.point li.point07 {
  left: 77.3%;
  top: 23.2%;
}
.map ul.point li.point08 {
  left: 84%;
  top: 41.6%;
}
.map ul.point li img {
  width: 100%;
  height: auto;
}
.map ul.point li img:hover {
  opacity: 0.8;
}

@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: 3px;
    line-height: 1;
    min-height: 2.7rem;
  }
  .box .hako .atai {
    font-size: 5px;
    height: 8px;
    line-height: 8px;
  }

  body.wind .box .hako .atai {
    font-size: 5px;
  }
  body.wind .box .hako .atai span {
    font-size: 4px;
  }

  [id="point01"] .hako {
    top: 81.5%;
  }

  [id="point03"] .hako {
    top: 81.5%;
  }

  [id="point05"] .hako {
    top: 81.5%;
  }

  /*====================
  map
  ====================*/
  .map {
    margin: 0 0% 0% 0%;
  }

  .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;
  }
}
