@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{background: #fff url('../img/ajax-loader.gif') center center no-repeat;}
/* Icons */
@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity: 1;}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity: .25;}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{content: '←';}
[dir='rtl'] .slick-prev:before{content: '→';}

.slick-next{right: -25px;}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{content: '→';}
[dir='rtl'] .slick-next:before{content: '←';}

/* Dots */
.slick-dotted.slick-slider{margin-bottom:38px;}
.slick-dots{
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    list-style: none;
  text-align: center;
  background-color: #FFFFFF;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
    display: block;
    width: 46px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover{outline: none;}
.slick-dots li button:hover:before{opacity: 1;}
.slick-dots li button:before{
    font-size: 6px;
    line-height: 1;
    opacity: .5;
    color: black;
  border-bottom: 1px solid transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: black;
  border-bottom: 3px solid #82BFD8;
}

.tenki_1h .slick-dots li:nth-of-type(1) button:before{content: "1時間後";}
.tenki_1h .slick-dots li:nth-of-type(2) button:before{content: "2時間後";}
.tenki_1h .slick-dots li:nth-of-type(3) button:before{content: "3時間後";}
.tenki_1h .slick-dots li:nth-of-type(4) button:before{content: "4時間後";}
.tenki_1h .slick-dots li:nth-of-type(5) button:before{content: "5時間後";}
.tenki_1h .slick-dots li:nth-of-type(6) button:before{content: "6時間後";}
.tenki_1h .slick-dots li:nth-of-type(7) button:before{content: "7時間後";}
.tenki_1h .slick-dots li:nth-of-type(8) button:before{content: "8時間後";}
.tenki_1h .slick-dots li:nth-of-type(9) button:before{content: "9時間後";}
.tenki_1h .slick-dots li:nth-of-type(10) button:before{content: "10時間後";}
.tenki_1h .slick-dots li:nth-of-type(11) button:before{content: "11時間後";}
.tenki_1h .slick-dots li:nth-of-type(12) button:before{content: "12時間後";}
.tenki_1h .slick-dots li:nth-of-type(13) button:before{content: "13時間後";}
.tenki_1h .slick-dots li:nth-of-type(14) button:before{content: "14時間後";}
.tenki_1h .slick-dots li:nth-of-type(15) button:before{content: "15時間後";}

.tenki_sand .slick-dots li:nth-of-type(1) button:before{content: "6時";}
.tenki_sand .slick-dots li:nth-of-type(2) button:before{content: "9時";}
.tenki_sand .slick-dots li:nth-of-type(3) button:before{content: "12時";}
.tenki_sand .slick-dots li:nth-of-type(4) button:before{content: "15時";}
.tenki_sand .slick-dots li:nth-of-type(5) button:before{content: "18時";}
.tenki_sand .slick-dots li:nth-of-type(6) button:before{content: "21時";}
.tenki_sand .slick-dots li:nth-of-type(7) button:before{content: "24時";}
.tenki_sand .slick-dots li:nth-of-type(8) button:before{content: "翌3時";}

.tenki_pm25 .slick-dots li:nth-of-type(1) button:before{content: "9時";}
.tenki_pm25 .slick-dots li:nth-of-type(2) button:before{content: "12時";}
.tenki_pm25 .slick-dots li:nth-of-type(3) button:before{content: "15時";}
.tenki_pm25 .slick-dots li:nth-of-type(4) button:before{content: "18時";}
.tenki_pm25 .slick-dots li:nth-of-type(5) button:before{content: "21時";}
.tenki_pm25 .slick-dots li:nth-of-type(6) button:before{content: "24時";}
.tenki_pm25 .slick-dots li:nth-of-type(7) button:before{content: "翌3時";}
.tenki_pm25 .slick-dots li:nth-of-type(8) button:before{content: "翌6時";}


.tenki_mainimg .slick-dots li button::before{
  font-size:Clamp(8px,0.8vw,18px);
}

@media screen and (max-width:768px){
  .slick-dots{
    padding: 8px 8px 8px 70px;
    display:flex;
    flex-wrap:wrap;
    font-size:1.5rem;
    bottom: -37vw;
   }
  .slick-dots li,
  .slick-dots li button{
    width: 64px;
    height:30px;
  }
  
  .slick-dots li.slick-active button:before{border-bottom: none;font-size:14px;}
  .slick-dots li button:before{font-size:14px;}
}
