@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/* -------------------------------------------------------------------------------------
	INITIALIZE
------------------------------------------------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, table, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, blockquote, form, label, dl, dt, dd, ol, ul, li, fieldset, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html, body {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, canvas {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
}

ul.disc {
  padding-left: 2em;
  list-style-type: disc;
}

input, textarea {
  margin: 0;
  padding: 0;
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

figure {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
}

/* -------------------------------------------------------------------------------------
	PRELOADER
------------------------------------------------------------------------------------- */
.loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff url(//smtgvs.weathernews.jp/smart/wnt_full/loading.gif) no-repeat 50% 98%;
  background-size: 46px 10px;
  display: none;
}

/* -------------------------------------------------------------------------------------
	GENERAL
------------------------------------------------------------------------------------- */
.clearfix:after {
  clear: both;
  content: "";
  height: 0;
  display: block;
}

.txtcenter {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txt_s {
  font-size: 80%;
}

.bold {
  font-weight: bold;
}

.it {
  font-style: italic;
}

.quote {
  font-style: italic;
  font-weight: bold;
  padding-left: 1em;
}

.upper {
  vertical-align: super;
  font-size: 66%;
}

.under {
  vertical-align: baseline;
  font-size: 66%;
}

.red {
  color: #f00;
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ヘッダー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.siteheader {
  position: relative;
  background-color: #30a00c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  margin: 0 auto 20px;
  padding: 18px 0;
}

.siteheader.mb0 {
  margin-bottom: 0;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通エリア
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.sitecontent {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
}

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

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

/*====================================================================================
内側パディング
====================================================================================*/
.inner {
  padding: 0 10px;
}

/*------------------------------------------
スマホの時だけ内側パディングにする
------------------------------------------*/
@media (max-width: 768px) {
  .innerSp {
    padding: 10px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテンツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
ボタン
====================================================================================*/
.btn, .button {
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.btn > *, .button > * {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 15px;
  background-color: #30a00c;
  border-radius: 8px;
}

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

.textLink > *, .textLink > *:visited {
  color: #00f;
  text-decoration: underline;
}

/*====================================================================================
はてなボタン
====================================================================================*/
.hatenaBtn {
  width: 15px;
  height: 15px;
}

.hatenaBtn img {
  width: 100%;
  vertical-align: top;
}

/*====================================================================================
フォームパーツ
====================================================================================*/
/*------------------------------------------
input[type="text"]
------------------------------------------*/
.inputText, .select {
  display: block;
  padding: 10px;
  width: 100%;
  background-color: #eee;
  border-radius: 8px;
}

.inputText input, .select input {
  font-size: 1em;
  padding: 0px;
  border: none;
}

/*------------------------------------------
select
------------------------------------------*/
.select {
  position: relative;
}

.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .4em solid transparent;
  border-top: .65em solid #000;
  border-bottom: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select select {
  width: 100%;
  position: relative;
  z-index: 1;
}

/*------------------------------------------
button
------------------------------------------*/
.button {
  padding: 0;
  background: none;
  border-radius: none;
}

/*------------------------------------------
textOr
------------------------------------------*/
.textOr {
  text-align: center;
  margin: 0;
}

/*------------------------------------------
1行に検索ボックスとサブミットボタン
------------------------------------------*/
.formPartsLine1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formPartsLine1 .area {
  width: 150px;
}

.formPartsLine1 > *:not(:first-child) {
  margin-left: 10px;
}

.formPartsLine1 button {
  min-width: 80px;
}

/*====================================================================================
メインビジュアル
====================================================================================*/
.mv img {
  width: 100%;
}

@media (min-width: 768px) {
  .mv {
    margin-top: 20px;
  }
}

/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
タイプA
------------------------------------------*/
.titleTypeA {
  color: #30a00c;
  font-weight: 600;
}

/*------------------------------------------
アイコン&タイトル
------------------------------------------*/
.iconTitle {
  font-weight: 600;
  text-align: center;
}

.iconTitle img {
  width: 60px;
  vertical-align: middle;
  margin-right: 15px;
}

/*------------------------------------------
マップピン&太文字
------------------------------------------*/
.currentLocation__icon {
  width: 15px;
  height: 20px;
  vertical-align: sub;
  margin-right: 4px;
}

/*------------------------------------------
参照エリア（背景グレー&ちょっと小さい文字）
------------------------------------------*/
.referenceArea {
  padding: 15px;
  background-color: #eee;
}

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

.referenceArea__text, .referenceArea__list {
  font-size: 80%;
  line-height: 1.4em;
}

.referenceArea__list {
  color: #000;
}

.referenceArea__list li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1.3em;
  text-indent: -1.3em;
}

/*------------------------------------------
通知画面
------------------------------------------*/
.notificationImg {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

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

.notificationImg__title {
  color: #30a00c;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15em;
}

.notificationImg__time {
  display: block;
  font-size: 75%;
  color: #333;
}

.notificationImg__image {
  max-width: 450px;
  margin-bottom: 15px;
}

.notificationImg__image img {
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 14px;
}

/*====================================================================================
コンプテキスト
====================================================================================*/
.compText {
  padding: 60px 0;
}

.compText * {
  text-align: center;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ footer
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
リーフレット
====================================================================================*/
.leaflet-attribution {
  float: right;
  font-size: 11px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0 3px 0 10px;
}

.leaflet-attribution a {
  color: #3066db;
}

/*====================================================================================
フッター
====================================================================================*/
.sitefooter {
  background: #fff;
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: .5em 0;
  border-top: 1px solid #eee;
}

.sitefooter p {
  background: #fff;
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

#nissyoku__thumb__caption {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
}

/*====================================================================================
切り替えマップ
====================================================================================*/
/*------------------------------------------
日付
------------------------------------------*/
.dayList {
  width: 100%;
}

.dayList__day {
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}

.dayList__day > * {
  font-weight: 600;
  font-size: 11px;
  padding: 2.5px;
  vertical-align: middle;
}

.dayList__day > *:not(:last-child) {
  border-right: 1px solid #ccc;
}

.dayList__item {
  position: relative;
  padding: 5px;
  background-color: #fff;
}

.dayList__item:not(:last-child) {
  border-right: 1px solid #ccc;
}

.dayList__item.act {
  transition: .25s;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.dayList__item.act:before, .dayList__item.act:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-bottom: 0px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dayList__item.act:before {
  border: 14px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.4);
  bottom: -30px;
}

.dayList__text {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.dayList__thumb {
  text-align: center;
}

.dayList__thumb img {
  width: 100%;
  max-width: 80px;
}

.dayList .hatenaBtn {
  display: inline-block;
  margin-bottom: 0;
  float: right;
}

/*------------------------------------------
マップ
------------------------------------------*/
/* タイトル
- - - - - - - - - - - - - - - - - - - - - */
.map__top {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 15px 0 10px;
  background-color: #26b0d0;
}

/* デモ
- - - - - - - - - - - - - - - - - - - - - */
.map__demo {
  padding: 100px;
  background-color: #eee;
  text-align: center;
  display: none;
  opacity: 0;
}

.map__demo[data-type="1"] {
  background-color: #eee;
}

.map__demo[data-type="2"] {
  background-color: #ddd;
}

.map__demo[data-type="3"] {
  background-color: #ccc;
}

.map__demo[data-type="4"] {
  background-color: #bbb;
}

.map__demo[data-type="5"] {
  background-color: #aaa;
}

.map__demo[data-type="6"] {
  background-color: #999;
}

.map__demo.act {
  transition: .25s;
  display: block;
  opacity: 1;
}

/* 凡例
- - - - - - - - - - - - - - - - - - - - - */
.map__legend > * {
  display: inline-block;
  font-size: 12px;
}

.map__legend > *:before {
  content: "　";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .5em;
  border-radius: 2px;
  border: 1px solid transparent;
  vertical-align: middle;
}

.map__legend > *:not(:last-child) {
  margin-right: 1em;
}

.map__legend .lv4:before {
  background-color: #be21ff;
}

.map__legend .lv3:before {
  background-color: #392ee6;
}

.map__legend .lv2:before {
  background-color: #9be4ff;
}

.map__legend .lv1:before {
  background-color: #fafafa;
  border-color: #aaa;
}

/*====================================================================================
オーバーレイ
====================================================================================*/
#overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 10px;
}

.hanreiContent {
  display: block;
  padding: 15px;
  border-radius: 8px;
  max-height: 90vh;
  background-color: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 640px) {
  .hanreiContent {
    max-width: 500px;
    padding: 25px;
  }
}

.hanreiContent__inner {
  max-height: 64vh;
  overflow-y: scroll;
}

.hanreiContent__title {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .hanreiContent__title {
    font-size: 20px;
  }
}

.hanreiContent__item {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.hanreiContent__item:not(:last-child) {
  margin-bottom: 30px;
}

.hanreiContent__item > * {
  display: table-cell;
  vertical-align: top;
}

.hanreiContent__thumb {
  width: 40px;
}

.hanreiContent__thumb img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .hanreiContent__thumb {
    width: 60px;
  }
}

.hanreiContent__text {
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (min-width: 640px) {
  .hanreiContent__text {
    font-size: 16px;
  }
}

.hanreiContent__text .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

@media screen and (min-width: 640px) {
  .hanreiContent__text .title {
    font-size: 18px;
  }
}

.hanreiContent__close {
  color: #fff;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  padding: 10px;
  background-color: #4169E1;
  border-radius: 8px;
  margin-top: 30px;
}

.hanreiContent.act {
  -webkit-animation: hidden-visible .25s ease-in forwards, expanding2 .5s ease-out forwards;
  animation: hidden-visible .25s ease-in forwards, expanding2 .5s ease-out forwards;
}

@-webkit-keyframes hidden-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hidden-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes expanding2 {
  0% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes expanding2 {
  0% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*====================================================================================
スクロールバーのデザイン
====================================================================================*/
.hanreiContent__inner .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc;
}

.hanreiContent__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #4169E1;
}

.hanreiContent__inner .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.hanreiContent__inner .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #4169E1;
}

#areaHeader {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

#areaHeader .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 915px) {
    #areaHeader {
        position:relative;
        margin-top: 5px
    }

    #areaHeader:before {
        display: block;
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 5px;
        /* background-color: #d20b00; */
        content: ""
    }

    #areaHeader .inner {
        max-width: 640px;
        margin-right: auto;
        margin-left: auto
    }
}
