/* header */
header .wrap {
  background-color: #06101c;
  padding: 10px 0;
  min-height: 30px;
}

header .wrap .slick-slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header .wrap .slick-slide * {
  margin: 0;
}

/* main */
main .wrap {
  /* height: 80vh; */
}
/* main .wrap .slick-slide {
    min-height: 500px;
} */
.sec1 {
  padding: 5px;
  height: 90px;
}
.sec1 > div *:not(big, p) {
  display: block;
}
.gap1 > div {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background-color: #1d2c3f;
  border-radius: 5px;
  align-items: center;
  padding: 5px 10px;
}

.sec1 strong {
  font-size: 25px;
  text-align: center;
}

.sec1 strong big {
  font-size: 150%;
}

.sec1 > div.gap3 {
  text-align: center;
}

.sec1 > div.gap3 p {
  margin: 15px 0 0;
  display: flex;
  font-size: 10px;
}

.sec1 > div.gap3 p span:nth-child(1) {
  color: #7fffd4;
}

.sec1 > div.gap3 p span:nth-child(3) {
  color: #ffa500;
}

.sec2 {
  padding: 5px;
  display: flex;
  /* flex-wrap: wrap;  */
  white-space: nowrap;
  background: #273649;
  height: 115px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 #e0e0e0; /* Firefox */
}
.sec2::-webkit-scrollbar {
  height: 8px;
}

.sec2::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.sec2::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
}
.sec2 .item {
  flex-basis: 50%; 
  box-sizing: border-box;
  flex: 0 0 auto;
  white-space: normal;
}
.sec2 .item h4 {
  font-size: 30px;
  margin: 0;
}
.sec2 .item p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.sec2 .item p:nth-of-type(2) {
  margin: 10px 0;
}
.sec2 .item p span:nth-child(1) {
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.sec2 .item p span:nth-child(2) {
  width: 60px;
  text-align: center;
  font-size: 15px;
}
.img-direction {
  width: 20px;
  margin-left: 20px;
}
.direction {
  font-size: 17px;
}
.slider-for .slick-prev,
.slider-for .slick-next {
  top: calc(100% + 10px);
}
.slick-next:before {
  content: "";
  right: 0px;
  z-index: 10;
  height: 40px;
  width: 40px;
  background: url(../images/next.png) right center no-repeat;
  filter: brightness(0) invert(1);
  background-size: contain;
  color: unset;
  display: inline-flex;
  position: relative;
  align-items: center;
}
.slick-prev:before {
  content: "";
  left: 0px;
  z-index: 10;
  height: 40px;
  width: 40px;
  background: url(../images/left.png) left center no-repeat;
  filter: brightness(0) invert(1);
  background-size: contain;
  color: unset;
  display: inline-flex;
  position: relative;
  align-items: center;
  flex-direction: row-reverse;
}
.slider-nav .slick-next:before {
  content: "翌日";
  width: 70px;
  font-size: 18px;
}
.slider-nav .slick-prev:before {
  content: "前日";
  width: 70px;
  font-size: 18px;
}
.slick-next:before,
.slick-prev:before {
  color: #fff;
}
.slider-nav > button.slick-disabled + div.slick-list + button.slick-next:before {	
  content: '今日';	
  }	
  .slider-nav.point-1 .slick-prev:before {	
  content: '昨日';	
  }

.icon-time img {
  width: 20px;
  height: 20px;
}
.icon-time {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .wrap .wrap-weather h2 {
  /* margin-bottom: 10px; */
  font-size: 1.2em;
}
header .wrap .wrap-weather h2 span {
  margin: 0 5px;
}
.gap2 span,
.gap4 span {
  color: #767d87;
  font-size:10px;
}
.gap3 i {
  font-size: 45px;
}

/* footer */
footer .wrap {
  background-color: #07192d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  font-size: 13px;
  gap: 10px;
  top: -13px;
}

.f-col img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.f-col:nth-of-type(2) {
  margin: 0 15px;
}
