<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.page-contents-camp {
    padding-top: 92px !important;
}
.wrap-main-ttl{
  padding-bottom: 0px;
}
.sct-contents{
  padding-top: 0px;
}
.nonav{
  padding-top: 0px !important;
}
.snav-day + .calendar_wrap{
  margin-top: -200px;
}
.sct-day {
  padding-top: 20px;
}
.wrap-gradient-free{
  padding-top: 1px;
}
.icon-arrow-s{
  z-index: 100000;
}
@media screen and (min-width: 751px){
  .snav-day + .calendar_wrap{
    margin-top: -120px; }
  .btn-gradient-free02{
    margin-top: -50px; }
}


/* ==========================================================================
総評枠
========================================================================== */

.icon-feeltmp {
  position: relative;
}
.icon-feeltmp span {
  display: block;
  overflow: hidden;
  padding: 15px 20px 10px 120px;
  line-height: 1.2;
  text-decoration: none;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

/* 25℃以上→5 */
.icon-feeltmp.icon-feeltmp-lv5 {
  border: 8px solid #ed4350;
  border-radius: 10px;
}
.icon-feeltmp.icon-feeltmp-lv5 span {
  color: #ed4350;
  background-color: #fff;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/svg/icon_health_heat05.svg");
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 82px auto;
}
.icon-feeltmp.icon-feeltmp-lv5 span:before {
  white-space: pre-wrap;
  content: "蒸し暑い1日に。\a激しい運動は要注意。";
}

/* 20～24℃→4 */
.icon-feeltmp.icon-feeltmp-lv4 {
  border: 8px solid #ff9900;
  border-radius: 10px;
}
.icon-feeltmp.icon-feeltmp-lv4 span {
  color: #ff9900;
  background-color: #fff;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/svg/icon_health_heat04.svg");
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 82px auto;
}
.icon-feeltmp.icon-feeltmp-lv4 span:before {
  white-space: pre-wrap;
  content: "暑く感じそう。\aクールダウンを心がけて。";
}

/* 6～10℃→3 */
.icon-feeltmp.icon-feeltmp-lv3 {
  border: 8px solid #0297f4;
  border-radius: 10px;
}
.icon-feeltmp.icon-feeltmp-lv3 span {
  color: #0297f4;
  background-color: #fff;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/svg/icon_health_heat02.svg");
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 82px auto;
}
.icon-feeltmp.icon-feeltmp-lv3 span:before {
  white-space: pre-wrap;
  content: "肌寒いでしょう。\a防寒対策を忘れずに。";
}

/* 5℃以下→2 */
.icon-feeltmp.icon-feeltmp-lv2 {
  border: 8px solid #015db2;
  border-radius: 10px;
}
.icon-feeltmp.icon-feeltmp-lv2 span {
  color: #015db2;
  background-color: #fff;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/svg/icon_health_heat01.svg");
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 82px auto;
}
.icon-feeltmp.icon-feeltmp-lv2 span:before {
  white-space: pre-wrap;
  content: "厳しい寒さ。\a屋外キャンプは難しそう。";
}

/* その他→1 */
.icon-feeltmp.icon-feeltmp-lv1 {
  border: 8px solid #f5b222;
  border-radius: 10px;
}
.icon-feeltmp.icon-feeltmp-lv1 span {
  color: #f5b222;
  background-color: #fff;
  background-image: url("https://cdn1.n-kishou.co.jp/image/common/svg/icon_health_heat03.svg");
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 82px auto;
}
.icon-feeltmp.icon-feeltmp-lv1 span:before {
  white-space: pre-wrap;
  content: "快適な温度。\a外でも過ごしやすいでしょう。";
}

/* ==========================================================================
hour
========================================================================== */
#hour {
  position: relative;
  padding-top: 260px; }

#hour .snav-day {
  position: absolute;
  z-index: 100;
  top: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 710px;
  background: #ededed;
  border-radius: 10px;
  display: block; }

@media screen and (max-width: 750px) {
  .sm-margin-0 {
    left: 0px; }
  .sm-margin-20 {
    left: 20px; } }

#hour .snav-day:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media screen and (min-width: 751px) {
  #hour .snav-day {
    width: 960px; } }

#hour .snav-day li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66%;
  border-right: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  overflow: hidden; }

#hour .snav-day li:nth-child(1) {
  border-radius: 10px 0 0 0; }

#hour .snav-day li:nth-child(6) {
  border-radius: 0 10px 0 0; }

#hour .snav-day li:nth-child(7) {
  border-radius: 0 0 0 10px; }

#hour .snav-day li:nth-child(12) {
  border-radius: 0 0 10px 0; }

#hour .snav-day li:nth-child(6n) {
  border-right: none; }

#hour .snav-day li:nth-child(n + 7) {
  border-bottom: none; }

#hour .snav-day li a {
  display: block;
  padding: 17px 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #6d6d6d;
  background: #ededed;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700; }

#hour .snav-day li a span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700; }

#hour .snav-day li a span.sun {
  color: #ff3c3c; }

#hour .snav-day li a span.sat {
  color: #015db2; }

#hour .snav-day li.active {
  border-right: none !important; }

#hour .snav-day li.active a {
  color: #fff;
  background: #0095db; }

#hour .snav-day li.active a span {
  color: #fff !important; }

#hour .snav-day.fixed {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

#hour .snav-day.fixed.slidein {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

#hour .snav-day.fixed.slideout {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

#hour .sct-day {
  margin-top: -150px;
  padding-top: 200px; }

#hour .sttl-day {
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #015db2;
  background: #c2ddf6;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 10px; }

#hour .sttl-day span {
  font-size: 28px;
  font-size: 2.8rem; }

#hour.nonav {
  padding-top: 0px; }


@media screen and (min-width: 751px) {
  .page-contents-camp {
    padding-top: 110px !important;
  }
  #hour {
    padding-top: 160px; }
  #hour .snav-day {
    top: 40px;
    width: 657.5px; }
  #hour .snav-day li a {
    padding: 12px 0;
    font-size: 16px;
    font-size: 1.6rem; }
  #hour .snav-day li a span {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 2px; }
  #hour .sct-day {
    margin-top: -80px;
    padding-top: 110px; }
  #hour .sttl-day {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    font-size: 2rem; }
  #hour .sttl-day span {
    font-size: 16px;
    font-size: 1.6rem; }
  #hour.nonav {
    padding-top: 0px; }}

.isHeadShow {
    top: 458px;
}

@media screen and (min-width: 751px) {
  .icon-feeltmp span {
    padding: 15px 20px 10px 100px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .icon-feeltmp.icon-feeltmp-lv5 span,
  .icon-feeltmp.icon-feeltmp-lv4 span,
  .icon-feeltmp.icon-feeltmp-lv3 span,
  .icon-feeltmp.icon-feeltmp-lv2 span,
  .icon-feeltmp.icon-feeltmp-lv1 span {
      background-size: 62px auto;
  }
}

/* ==========================================================================
タイトル横二連ボタン
========================================================================== */
.fr02 {
  margin-left: 215px;
}

@media screen and (min-width: 751px) {
  .fr02 {
  position:relative;
  top:0px;
  margin-left: 255px;
  }
}

</pre></body></html>