@charset "UTF-8";

@import url("//fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
.bannerArea {
  margin: 10px auto 0;
  display: table;
}

.m-modalWeather {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
}

.m-modalWeather__outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-modalWeather__content {
  width: 650px;
  height: 650px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #666;
  box-sizing: border-box;
  background: #fff;
}

.m-modalWeather__inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #e8e9e9;
}

.m-modalWeather__head {
  margin: -2px -2px 0;
}

.m-modalWeather__head img {
  width: 100%;
}

.m-modalWeather__foot {
  width: 460px;
  margin: 15px auto 0;
}

.m-modalWeather__hdg {
  margin: 10px auto -10px;
  text-align: center;
  display: table;
  position: relative;
}

.m-modalWeather__hdgTxt--1, .m-modalWeather__hdgTxt--2 {
  width: 50%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: block;
  position: absolute;
  top: -20px;
}

.m-modalWeather__hdgTxt--1 {
  left: -10px;
}

.m-modalWeather__hdgTxt--2 {
  right: 0;
}

.m-modalWeather__notes li {
  margin: 3px 0 0;
  padding: 0 0 0 1.2em;
  font-size: 11px;
  position: relative;
}

.m-modalWeather__notes li:first-child {
  margin-top: 0;
}

.m-modalWeather__notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.m-modalWeather__tabItem {
  display: none;
}

.m-modalWeather__tabItem.is-active {
  display: block;
}

.m-modalWeather__list {
  width: 460px;
  margin: 15px auto 0;
  padding: 0 0 0 45px;
  box-sizing: border-box;
}

.m-modalWeather__listBody {
  display: flex;
  flex-wrap: nowrap;
}

.m-modalWeather__listItem {
  width: 33.33333%;
  display: none;
}

.m-modalWeather__listItem:first-child {
  border-left: none;
}

.m-modalWeather__listItem:first-child .m-modalWeather__listDate img {
  display: block;
  position: absolute;
  top: 5px;
  left: -36px;
}

.m-modalWeather__listItem:first-child .m-modalWeather__listWeather {
  border-left: 2px solid #f2f2f2;
}

.m-modalWeather__listItem:first-child .m-modalWeather__listWeather::before {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -52px;
  background: #f2f2f2;
  content: '';
}

.m-modalWeather__listItem:first-child .m-modalWeather__listWeather > img {
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: -47px;
}

.m-modalWeather__listItem:first-child .m-modalWeather__listTemp {
  border-left: 2px solid #f2f2f2;
}

.m-modalWeather__listItem:first-child .m-modalWeather__listTemp::before {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -52px;
  background: #f2f2f2;
  content: '';
}

.m-modalWeather__listItem:first-child .m-modalWeather__listTemp::after {
  width: 45px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: -52px;
  background: #fff;
  content: '';
}

.m-modalWeather__listItem:first-child .m-modalWeather__listTemp img {
  margin: -39px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: -48px;
}

.m-modalWeather__listItem.is-active {
  display: block;
}

.m-modalWeather__listDate {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  text-align: center;
  display: block;
  line-height: 1;
  color: #808080;
  position: relative;
  left: -8px;
  bottom: -5px;
  z-index: 1;
}

.m-modalWeather__listDate img {
  display: none;
}

.m-modalWeather__listDate em {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 1;
  vertical-align: top;
}

.m-modalWeather__listBtn {
  padding: 4px 3px 3px;
  font-size: 0;
  text-align: center;
  display: block;
}

.m-modalWeather__listBtn[href="#Clear"] {
  background: #ed8294;
}

.m-modalWeather__listBtn[href="#Clouds"] {
  background: #ccc;
}

.m-modalWeather__listBtn[href="#Rain"] {
  background: #7fb8dd;
}

.m-modalWeather__listWeather {
  position: relative;
  border-right: 2px solid #f2f2f2;
}

.m-modalWeather__listWeather > img {
  display: none;
}

.m-modalWeather__listWeather div {
  position: relative;
}

.m-modalWeather__listWeather div::before {
  width: 100%;
  height: 20px;
  display: block;
  box-sizing: border-box;
  content: '';
}

.m-modalWeather__listWeather div::after {
  width: 34px;
  height: 34px;
  margin: 0 0 0 -17px;
  position: absolute;
  top: -25px;
  left: 50%;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.m-modalWeather__listWeather div span::before {
  width: 100%;
  height: 110px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

.m-modalWeather__listWeather div span::after {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: block;
  content: '';
}

.m-modalWeather__listWeather div.Clear::before {
  background: #ed8294;
}

.m-modalWeather__listWeather div.Clear span::before {
  background-image: url(/common/images/weather/bg_weather_clear.png);
}

.m-modalWeather__listWeather div.Clear span::after {
  color: #ec708b;
  content: '晴れ';
}

.m-modalWeather__listWeather div.Clouds::before {
  background: #ccc;
}

.m-modalWeather__listWeather div.Clouds span::before {
  background-image: url(/common/images/weather/bg_weather_clouds.png);
}

.m-modalWeather__listWeather div.Clouds span::after {
  color: #808080;
  content: '曇り';
}

.m-modalWeather__listWeather div.Rain::before {
  background: #7fb8dd;
}

.m-modalWeather__listWeather div.Rain span::before {
  background-image: url(/common/images/weather/bg_weather_rain.png);
}

.m-modalWeather__listWeather div.Rain span::after {
  color: #0071bb;
  content: '雨';
}

.m-modalWeather__listTemp {
  position: relative;
  border-right: 2px solid #f2f2f2;
}

.m-modalWeather__listTemp img {
  display: none;
}

.m-modalWeather__listTemp > span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #808080;
  text-align: center;
  display: block;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #f2f2f2;
}

.m-modalWeather__listTemp > span::before {
  width: 100%;
  height: 100px;
  display: block;
  background-size: cover;
  content: '';
}

.m-modalWeather__listTemp > span::after {
  padding: 5px 4px 2px;
  font-size: 10px;
  color: #333;
  text-align: center;
  line-height: 1;
  display: block;
  background: #ffe187;
  content: '';
}

.m-modalWeather__listTemp > span em {
  font-size: 34px;
  font-style: normal;
  font-family: 'Josefin Sans', sans-serif;
}

.m-modalWeather__listTemp.is-lv1 > span::before {
  background-image: url(/common/images/weather/bg_temp_level1.png);
}

.m-modalWeather__listTemp.is-lv1 > span::after {
  background: #fff;
  content: '　';
}

.m-modalWeather__listTemp.is-lv2 > span::before {
  background-image: url(/common/images/weather/bg_temp_level2.png);
}

.m-modalWeather__listTemp.is-lv2 > span::after {
  content: '夏日';
}

.m-modalWeather__listTemp.is-lv3 > span::before {
  background-image: url(/common/images/weather/bg_temp_level3.png);
}

.m-modalWeather__listTemp.is-lv3 > span::after {
  content: '真夏日';
}

.m-modalWeather__listTemp.is-lv4 > span::before {
  background-image: url(/common/images/weather/bg_temp_level4.png);
}

.m-modalWeather__listTemp.is-lv4 > span::after {
  content: '猛暑日';
}

.m-modalWeather__video {
  margin: 30px 20px 0;
}

.m-modalWeather__video video {
  width: 585px;
  height: 330px;
  display: block;
}

.m-modalWeather__videoBtn {
  width: 100%;
  max-width: 200px;
  margin: 17px auto 0;
  padding: 4px 10px 2px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: table;
  position: relative;
  border: 2px solid #ccc;
  box-sizing: border-box;
  border-radius: 15px;
}

.m-modalWeather__videoBtn::before {
  width: 4px;
  height: 4px;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  left: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-135deg);
  content: '';
}

.m-modalWeather__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .5;
  background: #000;
}

.m-modalWeather__close {
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: .3s all ease;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  border: none;
  background: none;
}

.m-modalWeather__close:hover {
  opacity: .7;
}
