@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p,  blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure { overflow-wrap: break-word; color: rgb(0, 0, 0); font-family: ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 22px; font-weight: 300; line-height: 1.5em; list-style-type: none; }

/*====================================================================================
メイン&サブ
====================================================================================*/
#main, #sub {
  background-color: #fff;
}

/*------------------------------------------
box_L
------------------------------------------*/
.box_L {
  padding: 10px;
}

.box_L > *:not(:last-child) {
  margin-bottom: 20px;
}

.box_L.mb10 {
  margin-bottom: 10px;
}

/*------------------------------------------
box_M
------------------------------------------*/
.box_M > *:not(:last-child) {
  margin-bottom: 10px;
}

/*====================================================================================
タイトル
====================================================================================*/
.title__icon {
  display: inline-block;
  height: 1.25em;
  margin-right: 5px;
}

.title__icon img {
  fill: #000;
  height: 100%;
}

/*------------------------------------------
タイトル01
------------------------------------------*/
.title-01 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ff4c43;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.title-01.small {
  font-size: 16px;
}

/*------------------------------------------
タイトル02
------------------------------------------*/
.title-02 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ff4c43;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

/*------------------------------------------
タイトル03
------------------------------------------*/
.title-03 {
  padding-bottom: 5px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.title-03 .notice {
  display: block;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
}

/*====================================================================================
注意書き
====================================================================================*/
.notice {
  font-size: 14px;
}

/*====================================================================================
テキスト
====================================================================================*/
.small {
  font-size: 12px;
}

.right {
  text-align: right;
}

/*====================================================================================
ボタン
====================================================================================*/
.button {
  display: block;
  min-width: 200px;
  max-width: 375px;
  margin: 0 auto;
  border: 2px solid #ff4c43;
  border-radius: 100px;
  text-align: center;
}

.button__link {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #333;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
}

.button__icon {
  display: inline-block;
  height: 1.45em;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

.button__icon img {
  height: 100%;
}

/*------------------------------------------
ボタンを非表示にする
------------------------------------------*/
.button.disabled {
  position: relative;
  opacity: .45;
}

.button.disabled:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*====================================================================================
テキストリンク
====================================================================================*/
.textLink {
  text-align: right;
}

.textLink__link {
  color: #ff4c43;
  font-size: 13px;
  font-weight: 600;
}

.textLink__link:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: .5em solid transparent;
  border-right: none;
  border-left-color: #ff4c43;
  content: "";
}

/*====================================================================================
矢印
====================================================================================*/
.arrow:before, .arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
}

.arrow:before {
  -webkit-transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #ff4c43;
}

.arrow:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #ff4c43;
  border-bottom: 2px solid #ff4c43;
}

/*====================================================================================
地域検索
====================================================================================*/
.listArea {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  font-size: 0;
}

.listArea__item {
  width: 49.7%;
  border-bottom: 1px solid #ccc;
}

.listArea__item:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.listArea__link {
  display: block;
  position: relative;
  padding: 10px;
  padding-right: 25px;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*====================================================================================
エリアランキング
====================================================================================*/
.areaRank {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.areaRank .small {
  display: block;
  font-size: 11px;
  line-height: 11px;
}

.areaRank__header {
  display: table-header-group;
}

.areaRank__header .areaRank__item {
  border-bottom: 1px solid rgba(255, 76, 67, 0.5);
  color: #ff4c43;
  text-align: center;
  vertical-align: middle;
}

.areaRank__body {
  display: table-row-group;
}

.areaRank__group {
  display: table-row;
}

.areaRank__item {
  display: table-cell;
  padding: 5px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.areaRank__item.rank {
  width: 3em;
  text-align: center;
}
.areaRank__item.area {
  width: 8em;
}

.areaRank__item.wbgt {
  width: auto;
}

.areaRank__item.link {
  width: 155px;
}

@media screen and (max-width: 770px) {
  .areaRank__item.link {
    width: 35px;
  }
}

.areaRank__item:not(:last-child) {
  border-right: 1px dotted rgba(255, 76, 67, 0.5);
}

.areaRank__button {
  display: block;
}

.areaRank__button > * {
  display: inline-block;
  position: relative;
  padding: 5px 20px 5px 5px;
  border: 2px solid #ff4c43;
  border-radius: 100px;
}

@media screen and (max-width: 770px) {
  .areaRank__button > * {
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
  }
}

@media screen and (max-width: 770px) {
  .areaRank__button .button__text {
    display: none;
  }
}

.areaRank__button > *:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 0;
  border-left: 10px solid #ff4c43;
  content: "";
}

/*====================================================================================
トピックスリスト
====================================================================================*/
.listTopics__item {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 0;
}

.listTopics__item:not(:last-child) {
  border-bottom: 1px solid #ff4c43;
}

.listTopics__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listTopics__link:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right: none;
  border-left: 8px solid #ff4c43;
  content: "";
}

.listTopics__content {
  display: table;
  width: 100%;
  padding-right: 10px;
}

.listTopics__content > * {
  display: table-cell;
  vertical-align: middle;
}

.listTopics__thumb {
  width: 90px;
  padding-right: 10px;
}

.listTopics__thumb img {
  width: 100%;
  padding-right: 10px;
}

.listTopics__title {
  font-weight: 600;
  line-height: 1.25em;
}

.listTopics__time {
  font-size: 14px;
}


/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ マップ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.areaMap {
  position: relative;
}

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

.mapDemo img {
  width: 100%;
}

.mapContent {
  position: relative;
  overflow: hidden;
  background-color: rgba(192, 246, 255, 0.2);
}

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

.mapContent__areaName.stg_small {
}

.mapContent__item {
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  /*width: 48px;*/
  padding: 1px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

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

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

/*====================================================================================
アイコン
====================================================================================*/
.mapContent__ico img {
  width: 100%;
}
/*
.mapContent__item.lv1 .mapContent__status-div {
  border-top: 1px solid #208cff;
  background-color: rgba(32, 140, 255, 0.15);
}

.mapContent__item.lv2 .mapContent__status-div {
  border-top: 1px solid #9ed3ff;
  background-color: rgba(158, 211, 255, 0.15);
}

.mapContent__item.lv3 .mapContent__status-div {
  border-top: 1px solid #f9f500;
  background-color: rgba(249, 245, 0, 0.075);
}

.mapContent__item.lv4 .mapContent__status-div {
  border-top: 1px solid #ff9601;
  background-color: rgba(255, 150, 1, 0.075);
}

.mapContent__item.lv5 .mapContent__status-div {
  border-top: 1px solid #ff2800;
  background-color: rgba(255, 40, 0, 0.075);
}
*/
.mapContent__status-div img {
    height: 50px;
    width: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (max-width: 374px) {
  .mapContent__item {
    width: 45px;
  }
  .mapContent__areaName {
  }
  .mapContent__icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .mapContent__status-div img {
    height: 45px;
  }
}

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(0, 0, 0, 0.25);
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

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

.areaMap__title {
  padding: 5px 10px;
  border-bottom: 1px solid #ff4c43;
  color: #ff4c43;
  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: #ff4c43;
  font-weight: 600;
  text-align: center;
}

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

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 凡例
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.mapBottom {
  padding: 0px 10px;
  border-top: 0;
}

.legendList {
  font-size: 0;
  line-height: 1em;
  text-align: center;
}

.legendList__item {
  display: inline-block;
  padding: 5px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.legendList .icon {
  display: block;
  width: 25px;
  margin: 0 auto 3px;
}

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

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

@media screen and (min-width: 375px) {
  .legendList {
    display: table;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
  }
  .legendList__item {
    display: table-cell;
    width: 65px;
  }
}

@media screen and (max-width: 770px){
  .legendList {
    width: 100%;
  }
  .legendList .icon {
    width: 19px;
    display: inline-block;
  }
}

@media screen and (max-width: 374px){
  .mapBottom {
    padding-left: 0px;
    padding-right: 0px;
  }
  .legendList .icon {
    width: 17px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ マップ下の日付
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
スイッチ
====================================================================================*/
.daySwitch {
  z-index: 2;
  position: relative;
  width: 98%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 6px;
  background-color: #ededed;
  font-size: 0;
  line-height: 1em;
}

.daySwitch__item {
  display: inline-block;
  position: relative;
  width: 25%;
  padding: 5px 0;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.daySwitch__item span {
  z-index: 1;
  position: relative;
}

.daySwitch__item:not(:last-child):before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
}

.daySwitch__item:after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  content: "";
}

.daySwitch__item.act {
  color: #fff;
  font-size: 17px;
}

.daySwitch__item.act:after {
  -webkit-transition: .1s;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: #438FEC;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  transition: .1s;
}

.daySwitch__date {
  display: block;
  font-size: 18px;
  line-height: 1em;
}

.daySwitch__time {
  font-size: 18px;
  line-height: 1em;
  display: block;
  margin-bottom: 4px;
}

.daySwitch__name {
  font-size: 18px;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1em;
}

@media screen and (max-width: 374px) {
  .daySwitch {
    width: 100%;
  }
  .daySwitch__date {
    font-size: 10px;
  }
  .daySwitch__time {
    font-size: 18px;
  }
}

/*====================================================================================
マップ下の日付
====================================================================================*/
.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 rgba(255, 76, 67, 0.5);
  text-align: center;
}

.day_panel:not(:last-child) {
  border-right: none;
}

.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: #333;
  font-weight: 600;
  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: rgba(255, 76, 67, 0.5);
}

.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 rgba(255, 76, 67, 0.5);
  content: "";
}

/*====================================================================================
追加分
====================================================================================*/

.mt-35 {
    margin-top: 35px;
}

.textLink-02 {
    color: blue;
    text-decoration: underline;
    text-align: center;
}

#map {
    background: unset;
}

/* 2021.1 */
.leaflet-container .leaflet-control-attribution a {
    font-size: 11px;
}

.leaflet-pane {
    z-index: 400;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 94%;
}

.map.hiru {
  background: #a5f2ff;
  transition: 0.25s ease-in;
}

.map.yoru {
  background: #4e598b;
  transition: 0.25s ease-in;
}

.areaMap, .map-content {
    z-index: 2;
}

@media screen and (max-width: 989px){
    .map {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    .map-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 990px){
    .map .map-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}
.ad {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


#menu_ranking{background:#fff}
.areaRank__body .areaRank__item {
  border-bottom: 1px dotted rgba(255, 76, 67, 0.5);
}

.areaRank__item:not(:last-child) {
  border-right: 1px dotted rgba(255, 76, 67, 0.5);
}

.sgtkpink{background:mistyrose ;}


.map__bottom-legend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.80);
}
.map__bottom-legend-list {
  display: flex;
}
.map__bottom-legend-list li{
    font-size: 13px;
}
.map__bottom-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  background-repeat: no-repeat;
}

.map__bottom-text.lv0 {
  padding-right: 20px;
  background-image: url("https://site.weathernews.jp/site/heatstroke/images/icon_arrow_left.svg");
  background-position: right center;
  background-size: 15px;
}

.map__bottom-text.lv5 {
  padding-left: 20px;
  background-image: url("https://site.weathernews.jp/site/heatstroke/images/icon_arrow_right.svg");
  background-position: left center;
  background-size: 15px;
}

