@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ マップ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.areaMap {
  position: relative;
}

@media screen and (max-width: 770px) {
  .areaMap {
    margin: 0 -10px 0;
  }
}

.areaMap .mapitemList {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.mapDemo img {
  width: 100%;
}

.mapContent {
  overflow: hidden;
  background-color: #78ecff;
}

.mapContent__map {
  padding: 3px 0;
  border-color: #F2F8FF;
}

/* 追加 */
.areaMap .mapContent__map {
  background-color: #96e9fc;
}

@media screen and (max-width: 320px) {
  .areaMap .mapitemList .mapContent__item {
    width: 43px !important;
  }
  /* .areaMap .mapitemList .mapContent__item .stg_small {
    font-size: 1.0rem !important;
  } */
}

@media screen and (max-width: 989px) {
  .areaMap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .areaMap .mapContent {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .areaMap .mapContent .mapContent__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 990px) {
  .areaMap {
    width: 100%;
  }
  .areaMap .mapContent {
    position: relative;
    width: 100%;
    padding-top: 94%;
  }
  .areaMap .mapContent .mapContent__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/*====================================================================================
ステータスアイテム
====================================================================================*/
.mapContent__item > *, .mapContent__statusDiv > * {
  border-bottom-left-radius: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.mapContent__areaName {
  width: 48px;
  padding: 1px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

/*====================================================================================
地名
====================================================================================*/
.mapContent__areaName {
  padding: 5px 0 2px;
}

.mapContent__areaName.stg_small {
  font-size: 1.4rem;
}

/*====================================================================================
ステータス
====================================================================================*/
.mapContent__statusDiv {
  padding: 5px 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*====================================================================================
アイコン
====================================================================================*/
.mapContent__icon {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-size: 28px;
}

/* lv1
------------------------------------------*/
.mapContent__item.lv1 .mapContent__statusDiv {
  background-color: #31c1ec;
}

.mapContent__item.lv1 .mapContent__icon {
  background-image: url(//smtgvs.weathernews.jp/s/dry/images/status_lv1.svg);
}

/* lv2
------------------------------------------*/
.mapContent__item.lv2 .mapContent__statusDiv {
  background-color: #22e0a3;
}

.mapContent__item.lv2 .mapContent__icon {
  background-image: url(//smtgvs.weathernews.jp/s/dry/images/status_lv2.svg);
}

/* lv3
------------------------------------------*/
.mapContent__item.lv3 .mapContent__statusDiv {
  background-color: #ffae19;
}

.mapContent__item.lv3 .mapContent__icon {
  background-image: url(//smtgvs.weathernews.jp/s/dry/images/status_lv3.svg);
}

/* lv4
------------------------------------------*/
.mapContent__item.lv4 .mapContent__statusDiv {
  background-color: #ff844a;
}

.mapContent__item.lv4 .mapContent__icon {
  background-image: url(//smtgvs.weathernews.jp/s/dry/images/status_lv4.svg);
}

/* lv5
------------------------------------------*/
.mapContent__item.lv5 .mapContent__statusDiv {
  background-color: #ff5b6b;
}

.mapContent__item.lv5 .mapContent__icon {
  background-image: url(//smtgvs.weathernews.jp/s/dry/images/status_lv5.svg);
}

/* @media screen and (max-width: 374px) {
  .mapContent__item {
    width: 40px;
  }
  .mapContent__areaName {
    font-size: 1.4rem;
  }
  
  .mapContent__areaName.stg_small {
    font-size: 1.2rem;
  }

  .mapContent__icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
} */

canvas.graph {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

#graph_b_panel {
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #e3e3e3;
  border-top: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBFFE8));
  background: linear-gradient(#fff, #EBFFE8);
}

/*====================================================================================
タイトル
====================================================================================*/
.areaMap__titleArea {
  -webkit-box-shadow: 0px 2px 4px 2px rgba(11, 161, 192, 0.25);
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid #77e1ea;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 4px 2px rgba(11, 161, 192, 0.25);
  z-index:1000;
}

@media screen and (max-width: 770px) {
  .areaMap__titleArea {
    -webkit-box-shadow: none;
    position: static;
    border: none;
    border-bottom: 2px solid #F17F94;
    background-color: #fff;
    box-shadow: none;
    text-align: center;
  }
}

.areaMap__title {
  padding: 5px 10px;
  border-bottom: 1px solid #F17F94;
  color: #F17F94;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 770px) {
  .areaMap__title, .areaMap__day {
    display: inline-block;
    padding: 0;
    border-bottom: none;
  }
}

.areaMap__day {
  padding: 5px 10px;
  color: #F17F94;
  font-weight: 600;
  text-align: center;
}

.areaMap__week {
  margin-left: .5em;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 凡例
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.legendList {
  z-index: 10000;
  padding: 5px;
  background-color: #fff;
  font-size: 0;
  line-height: 1em;
  text-align: center;
}

.legendList__item {
  display: inline-block;
  padding: 2.5px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}

.legendList__item:not(:last-child) {
  margin-right: 2.5px;
}

.legendList .icon {
  display: inline-block;
  margin-right: 2px;
}

.legendList .icon img {
  width: 100%;
}

.legendList__item.lv1 {
  background-color: #31c1ec;
  color: #fff;
}

.legendList__item.lv2 {
  background-color: #22e0a3;
  color: #fff;
}

.legendList__item.lv3 {
  background-color: #ffae19;
  color: #fff;
}

.legendList__item.lv4 {
  background-color: #ff844a;
  color: #fff;
}

.legendList__item.lv5 {
  background-color: #ff5b6b;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .legendList {
    width: 100%;
    padding: 2.5px 5px;
    font-size: 0;
  }
  .legendList .icon {
    vertical-align: middle;
  }
  .legendList__item:not(:last-child) {
    margin-right: 1px;
  }
  .legendList__item {
    width: auto;
    margin: 1px 0;
    padding: 5px 6px;
    font-size: 15px;
    line-height: 10px;
  }
}

/* @media screen and (max-width: 374px) {
  .legendList .icon {
    display: none;
  }
} */

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ マップ下の日付
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.btn-day {
  /* margin-top: 11px; */
  text-align: center;
}

.btn-day ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.day_panel {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  border: 2px solid #333;
  text-align: center;
}

.day_panel:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.day_panel:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.day_panel * {
  color: #939393;
  line-height: 1em;
}

.day_panel > * {
  line-height: 1em;
}

.day_panel .day {
  font-size: 1.8rem;
}

.day_panel .week {
  display: block;
  font-size: 1.2rem;
}

.day_panel.act {
  background-color: #333;
}

.day_panel.act * {
  color: #fff;
}

.day_panel.act:after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 11px solid #333;
  content: "";
}
