@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Pinpoint
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.pinPoint {
  position: relative;
  padding-left: 74px;
  /* .pinPoint__subjectのwidthと合わせる */
  border: 1px solid #ff4c43;
}

/* フォントサイズ
  ------------------------------------------*/
.pinPoint * {
  font-size: 15px;
}

/*====================================================================================
  各サイズ
  ====================================================================================*/
.pinPoint__item, .pinPoint__day {
  height: 30px;
  font-weight: bold;
  line-height: 30px;
}

/* 時間
  ------------------------------------------*/
.pinPoint__subject .pinPoint__item.day {
  height: 61px;
}

/* 
  ------------------------------------------*/
.pinPoint__item.status {
  height: 60px;
}

/* 天気
  ------------------------------------------*/
.pinPoint__item.weather, .pinPoint__item.wind {
  height: 40px;
}

/*====================================================================================
  タイトル
  ====================================================================================*/
.pinPoint__subject {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  border-right: 1px solid rgba(255, 76, 67, 0.5);
  background-color: rgba(255, 76, 67, 0.05);
}

.pinPoint__subject > * {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 76, 67, 0.5);
}

.pinPoint__subject > *:last-child {
  border-bottom: none;
}

.pinPoint__subject * {
  font-size: 14px;
  line-height: 1em;
}

/*====================================================================================
  コンテンツ
  ====================================================================================*/
.pinPoint__content {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 0;
  white-space: nowrap;
}

.pinPoint__content .pinPoint__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 76, 67, 0.5);
}

.pinPoint__timeGroup {
  font-size: 0px;
}

.pinPoint__item {
  text-align: center;
}

/*====================================================================================
  日付
  ====================================================================================*/
.pinPoint__day {
  display: inline-block;
  position: sticky;
  top: 0;
  left: 0;
  width: 70px;
  padding: 0px 10px;
  font-weight: 600;
  text-align: center;
}

.pinPoint__day .week.sat {
  color: #188ade;
}

.pinPoint__day .week.sun {
  color: #f73c4e;
}

/*------------------------------------------
  日付（グループ）
  ------------------------------------------*/
.pinPoint__group {
  display: inline-block;
  border-left: 1px solid rgba(255, 76, 67, 0.5);
  vertical-align: top;
}

.pinPoint__group .pinPoint__item {
  border-right: 1px solid rgba(255, 76, 67, 0.5);
}

/*------------------------------------------
  時間（グループ）
  ------------------------------------------*/
.pinPoint__timeItem {
  display: inline-block;
  border-top: 1px solid rgba(255, 76, 67, 0.5);
}

.pinPoint__timeItem > * {
  padding: 0 10px;
  font-weight: 600;
  text-align: center;
}

/*====================================================================================
  コンテンツ
  ====================================================================================*/
.pinPoint .icon + .txt {
  margin-top: 5px;
}

/*------------------------------------------
  単位
  ------------------------------------------*/
.pinPoint .small {
  font-size: 75%;
}

/*====================================================================================
  ステータス （）
  ====================================================================================*/
.pinPoint__content .status {
  padding: 0px 5px;
}

.pinPoint__content .weather {
  padding: 4px 10px;
}

.pinPoint__content .wind {
  line-height: 1em;
}

.pinPoint__content .pinPoint__item.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------
  アイコン
  ------------------------------------------*/
.pinPoint__item.status .icon {
  width: 40px;
}

.pinPoint__item.status .txt {
  line-height: 1em;
}

.pinPoint__item.weather .icon {
  width: 40px;
}

/* テキスト
  ------------------------------------------*/
.pinPoint .txt {
  display: block;
  font-size: 10px;
}

/*====================================================================================
  カラー
  ====================================================================================*/
.pinPoint__timeGroup .pinPoint__item.lv1 {
  background-color: rgba(182, 235, 253, 0.15);
}

.pinPoint__timeGroup .pinPoint__item.lv2 {
  background-color: rgba(245, 235, 78, 0.15);
}

.pinPoint__timeGroup .pinPoint__item.lv3 {
  background-color: rgba(255, 152, 78, 0.075);
}

.pinPoint__timeGroup .pinPoint__item.lv4 {
  background-color: rgba(255, 76, 67, 0.075);
}

.pinPoint__timeGroup .pinPoint__item.lv5 {
  background-color: rgba(185, 2, 117, 0.075);
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 週間予報
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.weekList__group {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  table-layout: fixed;
}

.weekList__group * {
  color: #333;
  line-height: 1em;
  text-align: center;
}

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

.weekList__item {
  display: table-cell;
  border-collapse: collapse;
}

.weekList__item:not(:last-child) {
  border-right: 0;
}

/*====================================================================================
日付
====================================================================================*/
.weekList__day {
  margin-bottom: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.weekList__day * {
  font-weight: bold;
}

.weekList__day .sat, .weekList__day .sat * {
  color: #0ba1c0;
}

.weekList__day .sun, .weekList__day .sun * {
  color: #f73c4e;
}

/*------------------------------------------
曜日
------------------------------------------*/
.weekList__week {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
}

@media screen and (min-width: 770px) {
  .weekList__week {
    vertical-align: middle;
  }
}

/*====================================================================================
アイコン
====================================================================================*/
.weekList__content.lv1 {
  background-color: rgba(182, 235, 253, 0.15);
}

.weekList__content.lv2 {
  background-color: rgba(245, 235, 78, 0.15);
}

.weekList__content.lv3 {
  background-color: rgba(255, 152, 78, 0.075);
}

.weekList__content.lv4 {
  background-color: rgba(255, 76, 67, 0.075);
}

.weekList__content.lv5 {
  background-color: rgba(185, 2, 117, 0.075);
}

.weekList__icon {
  padding: 10px 0;
}

.weekList__icon > img {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
}

.weekList__text {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

@media screen and (max-width: 770px) {
  .weekList__text {
    font-size: 10px;
  }
}

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

/*====================================================================================
コメントエリア
====================================================================================*/
.commentArea {
  position: relative;
  min-height: 50px;
  padding: 20px 15px;
  padding-left: 78px;
  border: 1px solid #ccc;
}

.commentArea > * {
  display: inline-block;
  vertical-align: middle;
}

.commentArea .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-right: 10px;
  transform: translateY(-50%);
}


/***凡例凡例凡例***/
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ color
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.hanrei .icon,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
#overlayContent .button.close > * {
  background-color: #ff4c43;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 凡例テキスト
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.hanrei {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
}

.hanrei:hover {
  cursor: pointer;
}

/*====================================================================================
アイコン
====================================================================================*/
.hanrei .icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 100px;
  vertical-align: middle;
}

.hanrei .icon:before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  text-align: center;
  content: "？";
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ オーバーレイ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#overlay, .overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#overlayContent {
  position: relative;
  width: 95%;
  max-width: 500px;
  height: auto;
  max-height: 657px;
  padding: 25px 15px 70px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

#overlayContent > .inner {
  height: 100%;
  max-height: 450px;
  overflow: hidden;
}

#overlayContent > .inner > *:not(:last-child), #overlayContent > .inner .mCSB_container > *:not(:last-child) {
  margin-bottom: 20px;
}

#overlayContent > .inner .button {
  -webkit-transform: none;
  position: static;
  transform: none;
}

/*====================================================================================
タイトル
====================================================================================*/
.overlay__title {
  font-weight: 600;
  text-align: center;
}

/*====================================================================================
凡例
====================================================================================*/
.hanreiList {
  overflow: hidden;
}

.hanreiList__item {
  display: table;
  width: 100%;
}

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

.hanreiList__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

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

/* アイコン
------------------------------------------*/
.hanreiList__icon {
  width: 30px;
}

.hanreiList__icon img {
  display: block;
}

.hanreiList__icon img:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .hanreiList__icon img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .hanreiList__icon img:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* テキスト
------------------------------------------*/
.hanreiList__text {
  padding-left: 10px;
}

.hanreiList__text * {
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .hanreiList__text {
    padding-left: 10px;
  }
  .hanreiList__text * {
    font-size: 13px;
  }
}

/*====================================================================================
ボタン
====================================================================================*/
#overlayContent .btnList {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#overlayContent .btnList .button {
  -webkit-transform: none;
  position: static;
  margin: 0 5px;
  transform: none;
}

#overlayContent .button {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  border: none;
}

#overlayContent .button > * {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}
