@charset "UTF-8";
/**
*
* 天気予報ページ（詳細）
*
*/
/* ==========================================================================
page-contents
========================================================================== */
.page-contents .page-contents-hd {
  padding-bottom: 10px; }

/* ==========================================================================
sct-other
========================================================================== */
.sct-other-sttl {
  margin-bottom: 20px; }

/* ==========================================================================
tab
========================================================================== */
.wrap-tab-box {
  margin-bottom: 60px;
  padding-bottom: 40px;
  background: #fff; }

@media screen and (min-width: 751px) {
  .wrap-tab-box {
    background: none; } }

/* ==========================================================================
day
========================================================================== */
#day {
  margin-bottom: 50px;
  padding-top: 30px; }
#day .sun {
  color: #ff3c3c; }
#day .sat {
  color: #015db2; }
@media screen and (max-width: 750px) {
  #day .wrap-box-weather-data .box-weather-data:last-child {
    margin-bottom: 0; } }

@media screen and (min-width: 751px) {
  #day {
    margin-bottom: 50px;
    padding-top: 30px; }
  #day .wrap-box-weather-data {
    margin-bottom: 40px; }
  #day .wrap-box-weather-data .box-weather-data:last-child {
    margin-bottom: 20px; } }

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

#hour.paid_top_adjustment{
	position: relative;
}

#hour.free_top_adjustment{
	padding-top: 30px;
}

#hour .snav-day {
  position: absolute;
  z-index: 100;
  top: 30px;
  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) {
  #hour .snav-day {
    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: 20%;
  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(5) {
  border-radius: 0 10px 0 0; }

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

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

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

#hour .snav-day li:nth-child(n + 6) {
  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: -200px;
  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: 50px; }

#hour.nonav .sct-day {
  margin-top: 0;
  padding-top: 0; }

@media screen and (min-width: 751px) {
  #hour {
    padding-top: 160px; }
  #hour .snav-day {
    top: 30px;
    width: 644px; }
  #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: -110px;
    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: 30px; }
  #hour.nonav .sct-day {
    margin-top: 0;
    padding-top: 0; } }

/* ==========================================================================
sct-other
========================================================================== */
.btn-live {
  margin-bottom: 40px; }

.other-info-list li .icon-pro {
  background: none;
  position: relative; }

.other-info-list li .icon-pro:before {
  position: absolute;
  top: 50%;
  right: 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  margin-top: -16px;
  padding: 5px 10px;
  content: "PRO";
  line-height: 1;
  color: #fff;
  background: #f69c00;
  font-size: 22px;
  font-size: 2.2rem; }

.other-info-list li.wind {
  position: relative;
  width: 100%; }

.other-info-list li.wind .icon-pro {
  display: block;
  padding-top: 26px;
  padding-bottom: 20px; }

.other-info-list li.wind .icon-pro:before {
  position: absolute;
  right: 405px;
  content: "PRO";
  font-size: 22px;
  font-size: 2.2rem; }

.other-info-list li.wind .select-wrap {
  position: absolute;
  top: 20px;
  right: 20px; }

.other-info-list li.wind .select-wrap .select-inner select {
  height: 60px; }

@media screen and (max-width: 750px) {
  .other-info-list li.wind:last-child {
    border-bottom: none;
    border-right: none; } }

@media screen and (min-width: 751px) {
  .other-info-list li {
    border-bottom: 2px solid #efefef !important; }
  .other-info-list li .icon-pro:before {
    top: 50%;
    right: 50px;
    height: 26px;
    margin-top: -13px;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem; }
  .other-info-list li.wind {
    width: 66.6%; }
  .other-info-list li.wind .icon-pro {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px; }
  .other-info-list li.wind .icon-pro:before {
    right: 305px;
    height: 26px;
    font-size: 16px;
    font-size: 1.6rem; }
  .other-info-list li.wind .select-wrap {
    position: absolute;
    top: 8px;
    right: 20px; }
  .other-info-list li.wind .select-wrap .select-inner select {
    height: 45px; } }

/* ==========================================================================
無料会員
========================================================================== */
#free #hour {
  padding-top: 40px; }

#free #hour .sct-day {
  margin-top: 0;
  padding-top: 0; }

#free #hour .btn-free {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -80px;
  position: relative;
  z-index: 2; }

#free #hour .btn-free02 {
  margin-bottom: 60px;
  margin-top: -80px;
  position: relative;
  z-index: 2; }

@media screen and (min-width: 751px) {
  #free #hour .btn-free {
    margin-bottom: 40px;
    margin-top: -100px; }
  #free #hour .btn-free02 {
    margin-bottom: 40px;
    margin-top: -100px; } }

.wrap-tbl-kamn th{
font-size: 2.8rem;
}
@media screen and (min-width: 751px) {
  .wrap-tbl-kamn th{
  font-size: 2.0rem;
  }
}

/* btn-cam02（ページ上部お知らせ）
------------------------------------------------------*/
.btn-cam02 {
	box-sizing: border-box;
}

.btn-cam02 a {
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 8px 88px 8px 25px;
	text-decoration: none;
	color: #015db2;
	border-radius: 8px;
	background: #d9f3ff;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}


@media screen and (min-width: 751px) {
	.btn-cam02 a {
		margin: -20px 0px 40px 0px;
		padding: 8px 90px 8px 25px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}


/* 微調整 */
.wrap-tbl-time-data .tbl-time-data tbody td:last-child {
  padding-left: 0px;
}
