@charset "UTF-8";
/**
*
* 風速
*
*/
.wind-rank01{color:#0297F4;} /*弱*/
.wind-rank02{color:#2137da;} /*中*/
.wind-rank03{color:#F5B222;} /*強*/
.wind-rank04{color:#DA2F3F;} /*暴*/



/**
*
* 風向
*
*/
/* 北（の風） */
.compass-s{
}
/* 北北東 */
.compass-ssw{
	-webkit-transform: rotateZ(22.5deg);
	transform: rotateZ(22.5deg);
}
/* 北東 */
.compass-sw{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
/* 東北東 */
.compass-wsw{
	-webkit-transform: rotateZ(67.5deg);
	transform: rotateZ(67.5deg);
}
/* 東 */
.compass-w{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
/* 東南東 */
.compass-wnw{
	-webkit-transform: rotateZ(112.5deg);
	transform: rotateZ(112.5deg);
}
/* 南東 */
.compass-nw{
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}
/* 南南東 */
.compass-nnw{
	-webkit-transform: rotateZ(157.5deg);
	transform: rotateZ(157.5deg);
}
/* 南 */
.compass-n{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
/* 南南西 */
.compass-nne{
	-webkit-transform: rotateZ(202.5deg);
	transform: rotateZ(202.5deg);
}
/* 南西 */
.compass-ne{
	-webkit-transform: rotateZ(225deg);
	transform: rotateZ(225deg);
}
/* 西南西 */
.compass-ene{
	-webkit-transform: rotateZ(247.5deg);
	transform: rotateZ(247.5deg);
}
/* 西 */
.compass-e{
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
}
/* 西北西 */
.compass-ese{
	-webkit-transform: rotateZ(292.5deg);
	transform: rotateZ(292.5deg);
}
/* 北西 */
.compass-se{
	-webkit-transform: rotateZ(315deg);
	transform: rotateZ(315deg);
}
/* 北北西 */
.compass-sse{
	-webkit-transform: rotateZ(337.5deg);
	transform: rotateZ(337.5deg);
}

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

#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: 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: -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-day {
	padding-bottom: 30px;
}



@charset "UTF-8";
/**
*
* 風速
*
*/
.wind-rank01{color:#0297F4;} /*弱*/
.wind-rank02{color:#2137da;} /*中*/
.wind-rank03{color:#F5B222;} /*強*/
.wind-rank04{color:#DA2F3F;} /*暴*/



/**
*
* 風向
*
*/
/* 北（の風） */
.compass-s{
}
/* 北北東 */
.compass-ssw{
	-webkit-transform: rotateZ(22.5deg);
	transform: rotateZ(22.5deg);
}
/* 北東 */
.compass-sw{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
/* 東北東 */
.compass-wsw{
	-webkit-transform: rotateZ(67.5deg);
	transform: rotateZ(67.5deg);
}
/* 東 */
.compass-w{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
/* 東南東 */
.compass-wnw{
	-webkit-transform: rotateZ(112.5deg);
	transform: rotateZ(112.5deg);
}
/* 南東 */
.compass-nw{
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}
/* 南南東 */
.compass-nnw{
	-webkit-transform: rotateZ(157.5deg);
	transform: rotateZ(157.5deg);
}
/* 南 */
.compass-n{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
/* 南南西 */
.compass-nne{
	-webkit-transform: rotateZ(202.5deg);
	transform: rotateZ(202.5deg);
}
/* 南西 */
.compass-ne{
	-webkit-transform: rotateZ(225deg);
	transform: rotateZ(225deg);
}
/* 西南西 */
.compass-ene{
	-webkit-transform: rotateZ(247.5deg);
	transform: rotateZ(247.5deg);
}
/* 西 */
.compass-e{
	-webkit-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
}
/* 西北西 */
.compass-ese{
	-webkit-transform: rotateZ(292.5deg);
	transform: rotateZ(292.5deg);
}
/* 北西 */
.compass-se{
	-webkit-transform: rotateZ(315deg);
	transform: rotateZ(315deg);
}
/* 北北西 */
.compass-sse{
	-webkit-transform: rotateZ(337.5deg);
	transform: rotateZ(337.5deg);
}

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

#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: 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: -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-day {
	padding-bottom: 30px;
}


/* ==========================================================================
  その他の情報2連ボタン
  ========================================================================== */
	div[class^="tide-cal-icon-img"] {
		position: relative;/*相対配置*/
		display: inline-block;
		height: 140px;
		width: 48%;
		text-decoration: none;
		color: #FFF;
		border-right: solid 2px #dcdcdc;
		border-left: solid 2px #dcdcdc;
		border-bottom: solid 5px #dcdcdc;
		background-size: contain;
		border-radius: 10px;
		background-color: #FFF;
		box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);/*影*/

	}
	.tide-icon-2 {
		display: flex;
		justify-content: space-around;
	}

	div[class^="tide-cal-icon-img"]:hover {
		/*ボタンを押したとき*/
			/*ボタンを押したとき*/
		-webkit-transform: translateY(2px);
		transform: translateY(2px);/*下に動く*/
		box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);/*影を小さく*/
		border-bottom: none;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.ocean_map_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:1%;
		top:5px;
		width:100px;
		height:100px;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.tide_cal_icon{
		position: absolute;/*相対配置*/
		bottom:14%;
		left:0%;
		top:px;
		width:120px;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.tide_tenki_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:1%;
		top:px;
		width:124px;
	}

    .tide-icon-2 div[class^="tide-cal-icon-img"] img.windrose_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:2%;
		top:8px;
		width:124px;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.graph_icon{
		position: absolute;/*相対配置*/
		bottom:13%;
		left:2%;
		top:px;
		width:90px;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.wave_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:1%;
		top:30px;
		width:125px;
		height:95px;
		transform: rotate( 3deg );
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.sio_icon{
		position: absolute;/*相対配置*/
		bottom:13%;
		left:2%;
		top:34px;
		width:90px;
	}

    .tide-icon-2 div[class^="tide-cal-icon-img"] img.wind_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:3%;
		top:30px;
		width:101px;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.swell_icon{
		position: absolute;/*相対配置*/
		bottom:1%;
		width:160px;
		border-radius: 0% 0% 0% 5%;
	}

	.tide-icon-2 div[class^="tide-cal-icon-img"] img.ten10day_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:2%;
		width:115px;
		border-radius: 0% 0% 0% 5%;
	}

	div[class^="tide-cal-icon-img"]:last-child img  {
		bottom:10%;
	}

	.sct-nimbus {
    margin-bottom: 20px;
    padding-top: 40px;
    display: block;
	}

	.tide-icon-2 a:hover {
	  color: #404040;
	  text-decoration: none;
	}

	.tide-btn-title{
		text-decoration:none !important;
		position:relative;
		display:block;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        right:12px;
		height:14px;
		top:5px;
		text-align: right;
		color:#135dfc;
		font-size: 36px;
		font-size: 3.6rem;
		font-weight:bold;
		z-index: 20;
	}

	.tide-btn-title-ad{
		text-decoration:none !important;
		position:relative;
		display:block;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        right:10px;
		height:14px;
		top:5px;
		text-align: right;
		color:#135dfc;
		font-size: 36px;
		font-size: 3.6rem;
		font-weight:bold;
		z-index: 20;
		letter-spacing:-3px;
	}


	.tide-btn-sbtitle{
		position:relative;
		display:block;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        right:12px;
        top:-5px;
        text-align: right;
        line-height:31px;
		color:#6d6d6d;
		font-weight:bold;
		font-size: 25px;
		font-size: 2.5rem;
        text-shadow    :
        2px  2px 2px #ffffff,
        -2px  2px 2px #ffffff,
        2px -2px 2px #ffffff,
       -2px -2px 2px #ffffff,
        2px  0px 2px #ffffff,
        0px  2px 1px #ffffff,
       -2px  0px 1px #ffffff,
        0px -2px 1px #ffffff;        /* 文字の影 */
	}


	img.tide_yoho_icon{
		margin-top:20px;
	}

	img.ocean_map_icon{
		margin-top:20px;
	}

	div[class^="tide-cal-icon-img"].none{
		visibility:hidden;
	}
	
	@media screen and (min-width: 751px) {
		div[class^="tide-cal-icon-img"] {
			position: relative;/*相対配置*/
			display: inline-block;
			height: 130px;
			text-decoration: none;
			color: #FFF;
			border-right: solid 2px #dcdcdc;
			border-left: solid 2px #dcdcdc;
			border-bottom: solid 5px #dcdcdc;
			background-size: contain;
			border-radius: 10px;
			background-color: #FFF;
			box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);/*影*/
		}
		.tide-icon-2 {
			display: flex;
			justify-content: space-around;
		}

		.tide-icon-2 div[class^="tide-cal-icon-img"] img.tide_yoho_icon{
			position: absolute;/*相対配置*/;
			left:1%;
			top:-4px;
			width:125px;
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.ocean_map_icon{
			position: absolute;/*相対配置*/;
			left:3%;
			top:-4px;
			width:110px;
	    }
		.tide-icon-2 div[class^="tide-cal-icon-img"] img.tide_cal_icon{
			position: absolute;/*相対配置*/
			bottom:14%;
			left:1%;
			width:118px;
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.wave_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:3%;
		top:19px;
		width:120px;
		height:95px;
		transform: rotate( 0deg );
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.graph_icon{
		position: absolute;/*相対配置*/
		bottom:13%;
		left:3%;
		top:px;
		width:87px;
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.wind_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:5%;
		top:30px;
		width:90px;
		transform: rotate( 8deg );
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.sio_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:3%;
		top:30px;
		width:87px;
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.windrose_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:2%;
		top:10px;
		width:115px;
	    }

	    .tide-icon-2 div[class^="tide-cal-icon-img"] img.ten10day_icon{
		position: absolute;/*相対配置*/
		bottom:10%;
		left:4%;
		top:12px;
		width:112px;
		}
	
		.tide-btn-title{
			text-decoration:none !important;
			position:relative;
			display:block;
			font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
			text-align: right;
			left:-10px;
			top:10px;
			height:20px;
			color:#135dfc;
			font-size: 29px;
			font-size: 2.9rem;
			font-weight:bold;
			z-index: 20;

	    }

	    .tide-btn-title-ad{
			text-decoration:none !important;
			position:relative;
			display:block;
			font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
			text-align: right;
			left:-10px;
			top:10px;
			height:20px;
			color:#135dfc;
			font-size: 29px;
			font-size: 2.9rem;
			font-weight:bold;
			z-index: 20;
			text-shadow    :
            2px  2px 2px #ffffff,
            -2px  2px 2px #ffffff,
            2px -2px 2px #ffffff,
           -2px -2px 2px #ffffff,
            2px  0px 2px #ffffff,
            0px  2px 1px #ffffff,
           -2px  0px 1px #ffffff,
            0px -2px 1px #ffffff;        /* 文字の影 */
	    }


	.tide-btn-sbtitle{
		position:relative;
		display:block;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        top:15px;
        line-height:25px;
		color:#6d6d6d;
		font-weight:bold;
		font-size: 20px;
		font-size: 2.0rem;
	}

	.tide-btn-sbtitle02-tided{
		position:relative;
		display:block;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        left:26px;
        top:43px;
        line-height:35px;
		color:#6d6d6d;
		font-weight:bold;
		font-size: 20px;
		font-size: 2.0rem;
	   }

		div[class^="tide-cal-icon-img"]:hover {
			/*ボタンを押したとき*/
		-webkit-transform: translateY(2px);
		transform: translateY(2px);/*下に動く*/
		box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);/*影を小さく*/
		border-bottom: none;
		}
		div[class^="tide-cal-icon-img"]:last-child img  {
			bottom:10%;
		}

}

.leaflet-control-zoom{
	display:none;
}

// map
.marker-popup {
	cursor: pointer;
}

/* control (slider) */
.control {
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: rgb(86, 86, 86);
}

.control ul {
	display: block;
	height: 72px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	list-style: none;
	cursor: default;
}

.control ul li {
	display: inline-block;
	width: auto;
	height: 55px;
	line-height: 55px;
}

#control-mobile {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

/* overwirte jQuery UI Slider style */
.ui-slider .ui-slider-handle {
	outline: none;
	height: 28px;
	width: 28px;
	border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -15px;
	margin-left: -11px;
}

.ui-slider .ui-slider-range {
	background: #397DBA;
}

#slider .ui-state-active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
}

/* slider */
.control .control-right {
	margin: 0;
	height: 8px;
	display: inline-block;
	border: none;
	float: right;
	width: 80%;
	margin-left: -75px;
}

.control .slider-wrap {
	margin-left: 18px;
	margin-right: 18px;
	position: relative;
}

.control #slider {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 20px;
	border: none;
}

/* play button */
#control-mobile #control-button {
	float: left;
	width: 75px;
}

div#animation {
	position: relative;
	height: 50px;
	width: 100px;
	margin: 10px 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#animation a {
	display: block;
	z-index: 1100;
	text-align:center;
	font-size: 14px;
	text-decoration:none;
}

#animation.play a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 41px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 20px solid #858585;
}

#animation.stop a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	width: 4px;
	height: 22px;
	margin-top: -10px;
	border-right: 6px solid #858585;
	border-left: 6px solid #858585;
}

.slider-wrap .ui-state-disabled {
	opacity: 1;
	pointer-events: inherit;
}

/* slider mark */
.control #slider-mark-lines {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 28px;
}

.control #slider-mark-lines div {
	border-left: 1.5px solid #858585;
	height: 4px;
	position: absolute;
	margin-left: -0.75px;
}

.control #slider-mark-lines div.mark {
	border-left: 1.5px solid #fff;
}

.control #slider-mark-text {
	width: 100%;
	position: absolute;
	top: 42px;
	line-height: 11px;
}

.control #slider-mark-text div {
	position: absolute;
	font-size: 20px;
	color: #fff;
	user-select: none;
}

.control #slider-mark-text div.left {
	margin-left: -4px;
}

.control #slider-mark-text div.center {
	margin-left: -11px;
}

.control #slider-mark-text div.right {
	margin-left: -36px;
	margin-right: -6px;
}

.control #slider-mark-text div.h {
	margin-left: -42px;
}

/* マーカー吹き出し（スマホ）*/
/* 吹き出しの大きさ*/
.leaflet-popup-content {
	margin: 22px 36px;
	line-height: 1.6;
}
/* 吹き出しの文字サイズ*/
.leaflet-popup-content span {
	font-size: 2.8em;
	border-bottom: solid 0px;
}
.leaflet-container a.leaflet-popup-close-button {
	width: 30px;
	height: 28px;
	font: 28px/24px Tahoma, Verdana, sans-serif;
}

/* ==========================================================================
 メッシュマップ凡例
========================================================================== */
.mesh-color-section {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	background: rgba(0, 0, 0, 0.7);
	color: rgb(255, 255, 255);
	font-size: 26px;
	text-align: left;
	z-index: 1000;
}

.mesh-color-section td{
	padding: 0px 8px;
}

@media screen and (min-width: 751px){
	.mesh-color-section {
		font-size: 16px;
	}
	.mesh-color-section td{
		padding: 4px 18px;
	}
}

@media screen and (min-width: 751px) {
	/* 拡大縮小ボタン（PC） */
	.leaflet-touch .leaflet-bar a {
			width: 40px;
			height: 40px;
			line-height: 40px;
	}
	.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out	{
		font-size: 22px;
	}
	/* マーカー吹き出し（PC）*/
	/* 吹き出しの大きさ*/
	.leaflet-popup-content {
		margin: 13px 19px;
		line-height: 1.4;
	}
	/* 吹き出しの文字サイズ*/
	.leaflet-popup-content span {
		font-size: 1.6em;
	}
	.leaflet-container a.leaflet-popup-close-button {
		width: 18px;
		height: 14px;
		font: 16px/14px Tahoma, Verdana, sans-serif;
	}
}
