@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 基本
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
▼ サムネイル
====================================================================================*/
.thumb {
  position: relative;
  width: 100%;
}

.thumb:after {
  display: block;
  padding-top: 75%;
  content: "";
}

.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*====================================================================================
▼ タイトル
====================================================================================*/
.spotTitle {
  text-align: center;
}

.spotTitle > * {
  line-height: 1.15em;
}

.spotTitle .title01 {
  margin-bottom: 0;
  border-bottom: none;
}

.spotTitle .title02 {
  margin-top: 5px;
}

.spotTitle .title01 > *, .spotTitle .title02 > * {
  display: inline-block;
  text-align: left;
}

.spotTitle + * {
  margin-top: 20px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ スイッチ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.switchTab {
  display: table;
  width: 100%;
  max-width: 510px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #f6f9fd;
  table-layout: fixed;
}

.switchTab__item {
  display: table-cell;
  position: relative;
  padding: 8px 0;
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.switchTab__item:not(:last-child):before {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 90%;
  transform: translateY(-50%);
  background-color: #ececec;
  content: "";
}

.switchTab__item.act {
  color: #fff;
}

.switchTab__item.act span {
  z-index: 3;
  position: relative;
}

.switchTab__item.act:after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 125%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #0313a5;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
  content: "";
}

/*====================================================================================
スイッチコンテンツ
====================================================================================*/
.switchContent__item {
  display: none;
}

.switchContent__item.act {
  display: block;
}

/*====================================================================================
パーツ
====================================================================================*/
/*------------------------------------------
単位
------------------------------------------*/
.unit {
  font-size: 10px;
  font-weight: normal;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 天気予報共通
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.wTable {
  position: relative;
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}

.wTable__inner {
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  border: 1px solid #ececec;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.wTable .wTable__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .wTable .wTable__item.weather .wIcon {
    width: 48px;
  }
}

@media screen and (max-width: 470px) {
  .wTable .wTable__item.weather .wIcon {
    width: 34px;
  }
}

@media screen and (max-width: 374px) {
  .wTable .wTable__item.weather .wIcon {
    width: 30px;
  }
}

/*====================================================================================
共通パーツ
====================================================================================*/
/*------------------------------------------
天気アイコン
------------------------------------------*/
.wIcon {
  width: 100%;
  max-width: 55px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*------------------------------------------
風アイコン
------------------------------------------*/
.wdir {
  display: block;
  width: 100%;
  height: 14px;
  text-align: center;
}

.wdir img {
  width: 14px;
  height: 14px;
}

/*====================================================================================
共通ヘッダー
====================================================================================*/
.wTable__head {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f6f9fd;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.wTable__head .wTable__item.w {
  height: 40px;
}

.wTable__head .wTable__titleArea > * {
  display: block;
  width: 100%;
  line-height: 1em;
}

/*====================================================================================
ボディ
====================================================================================*/
.wTable__body {
  font-size: 0;
}

/*------------------------------------------
グループ
------------------------------------------*/
.wTable__group {
  display: table-cell;
}

.wTable__group:nth-child(odd) {
  background-color: #f8f8f8;
}

.wTable__group:nth-child(even) {
  background-color: #ededed;
}

/*------------------------------------------
日付
------------------------------------------*/
.wTable__day {
  display: inline-block;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 5px;
}

.wTable__day > * {
  font-weight: bold;
  text-align: left;
}

/*------------------------------------------
内容
------------------------------------------*/
.wTable__content {
  display: table;
  width: 100%;
  background-color: #fff;
  font-size: 0;
  table-layout: fixed;
}

.wTable__content .wTable__row {
  display: table-cell;
  padding: 0 1px;
}

.wTable__content .wTable__item {
  font-weight: bold;
}

/*====================================================================================
時間天気
====================================================================================*/
.wTable.time {
  position: relative;
}

.wTable.time .wTable__body {
  display: table;
  position: relative;
  width: 100%;
}

.wTable.time .wTable__item.day, .wTable.time .wTable__item.time, .wTable.time .wTable__day {
  padding: 5px 0;
}

.wTable.time .wTable__item {
  height: 35px;
}

.wTable.time .wTable__day {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.wTable.time .wTable__day .wTable__item {
  display: block;
  height: auto;
  font-size: 14px;
}

@media screen and (max-width: 830px) {
  .wTable.time .wTable__day .wTable__item {
    padding-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .wTable.time .wTable__day .wTable__item {
    font-size: 10px;
  }
}

.wTable.time .wTable__day .week {
  display: block;
}

.wTable.time .wTable__content {
  width: auto;
}

.wTable.time .wTable__content .w {
  height: 40px;
  line-height: 1em;
}

.wTable.time .wTable__content .wTable__row {
  padding: 0;
}

.wTable.time .sat {
  background-color: rgba(51, 51, 255, 0.045);
}

.wTable.time .sat .wTable__day .wTable__item {
  color: #3333FF;
}

.wTable.time .sun {
  background-color: rgba(255, 51, 51, 0.045);
}

.wTable.time .sun .wTable__day .wTable__item {
  color: #FF3333;
}

/*====================================================================================
10日天気
====================================================================================*/
/*------------------------------------------
共通
------------------------------------------*/
.wTable.week .wTable__row {
  padding: 0;
}

.wTable.week .wTable__row.sat .day {
  background-color: rgba(51, 51, 255, 0.045);
  color: #3333FF;
}

.wTable.week .wTable__row.sun .day {
  background-color: rgba(255, 51, 51, 0.045);
  color: #FF3333;
}

.wTable.week .wTable__item {
  height: 42px;
}

.wTable.week .wTable__item > * {
  padding: 0 1px;
}

.wTable.week .wTable__item.day.sat {
  background-color: rgba(51, 51, 255, 0.045);
  color: #3333FF;
}

.wTable.week .wTable__item.day.holiday {
  background-color: rgba(255, 51, 51, 0.045);
  color: #FF3333;
}

.wTable.week .wTable__item.day {
  height: 50px;
}

/*------------------------------------------
ボディ
------------------------------------------*/
.wTable.week .wTable__content {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

.wTable.week .wTable__content .wTable__item .day {
  height: 44px;
  padding: 6px;
  line-height: 1em;
}

.wTable.week .wTable__content .wTable__item .weather {
  height: 50px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ スポットリスト
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.spotInfoList {
  display: table;
  width: 100%;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
}

.spotInfoList__item {
  display: table-row;
}

.spotInfoList__title, .spotInfoList__content {
  display: table-cell;
  padding: 10px;
}

.spotInfoList__title {
  border-bottom: 1px solid #fff;
  background-color: rgba(3, 19, 165, 0.05);
  font-weight: 600;
  white-space: nowrap;
}

.spotInfoList__content {
  width: 100%;
  border-bottom: 1px solid rgba(3, 19, 165, 0.05);
}

.spotInfoList__group:not(:last-child) {
  margin-bottom: 1em;
}

.spotInfoList .title {
  font-weight: 600;
}

.spotInfoList .button > * {
  padding: 8px 20px 8px 12px;
  font-size: 13px;
}

.spotInfoList .button > *:after {
  right: 10px;
  width: 0.5em;
  height: 0.5em;
}
