@charset "UTF-8";
/*
 * map.css
 */

html {
	color: #585858;
}

/* graph canvas */
canvas {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.leaflet-tilelayer-meshmap {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.leaflet-container{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
}

.leaflet-top {
	margin-top: 70px;
}

.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide{
	display: none;
}


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

.marker-popup .leaflet-popup-content-wrapper {
	border-radius: 4px;
}

.marker-popup .leaflet-popup-content {
	margin: 6px 4px;
}

.marker-popup .icon {
	padding-right: 28px;
	padding-left: 4px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.marker-popup span {
	padding: 0 6px;
}


/* margin */
.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb70 {
	margin-bottom: 70px;
}


/* ==========================================================================
 ヘッダー
========================================================================== */
/* header */
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header-wrap {
	position: fixed;
	left: 0px;
	right: 60px;
	height: 60px;
	background: #333;
	opacity: 0.87;
}

#header-title {
	position: absolute;
	left: 0px;
	right: 20px;
	height: auto;
	padding: 6px 10px;
}

#header-title img {
	margin-left: 2px;
	width: 89px;
}

#header-title h1 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}

#header-right {
	position: absolute;
	right: 0px;
}

#header-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header-right ul li {
	display: inline-block;
	width: 46px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.kamn-header li#kamn-select::after,
.view-header li#view-select::after,
.map-header li#map-select::after {
	content:"";
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	box-shadow:inset 0 0 3px rgba(0,0,0,.15);
}

#header-right ul img {
	margin-top: 10px;
	height: 40px;
}

/* menu-button */
.menu-button img {
	margin-top: 15px;
	height: 31px;
}

.menu-button {
	position: fixed;
	right: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #fff;
	opacity: 1;
}

/* tozan-header */
.tozan-header .header-wrap {
	background: #4B8A08;
}

.tozan-header .header-webapp {
	background: #4B8A08;
}

.tozan-header ul li {
	border-right: 1px solid #4B8A08;
	border-left: 1px solid #187907;
}

.tozan-header #rain-select {
	position: relative;
	background: #F17AA0;
}

/* header web app */
.header-webapp {
	position: fixed;
	top: 0;
	width:100%;
	height: 20px;
	opacity:0.87;
}

.header.webapp .header-wrap,
.header.webapp .menu-button {
	top: 20px;
}

.header-subbar.webapp {
	top: 80px;
}

/* PC */
#map-select.pc {
	display: none;
}
.menu-button.pc {
	display: none;
}

/* header subbar */
.header-subbar {
	position: fixed;
	top: 60px;
	width: 100%;
	height: 26px;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
}

.header-subbar-name {
	position: fixed;
	padding: 0px 14px;
	top: 92px;
	left: 6px;
	height: 26px;
	z-index: 1000;
	font-weight: 700;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
}

.header-subbar-mad {
	position: fixed;
		top: 92px;
		right: 60px;
		width: 136px;
		height: 26px;
		z-index: 1000;
		border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
}

.header-com {
	float: left;
	font-size: 15px;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin-left: 12px;
}

#com-time {
	display: none;
}

#txt-s {
	font-size: 12px;
}

.header-legend {
	float: right;
	font-size: 12px;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	padding-right: 8px;
	padding-top: 2px;
}

.header-legend table {
	border-spacing: 0px;
	height: 10px;
}

.header-legend th {
	padding: 0px 2px;
	height: 10px;
	line-height: 1.5em;
}

.header-legend td {
	height: 10px;
	line-height: 1.8em;
}

.legend img {
	height: 18px;
	margin-top:2px;
}

.legend .level2 {
	font-size: 20px;
	color: rgb(0, 255, 255);
}

.legend .level3 {
	font-size: 20px;
	color: rgb(0, 153, 255);
}



/* ==========================================================================
 リセットボタン
========================================================================== */
#reset {
	position: fixed;
	right: 10px;
	top: 92px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#reset img {
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}


/* ==========================================================================
 切り替えボタン
========================================================================== */
#mode-change {
	position: fixed;
	right: 10px;
	bottom: 280px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#mode-change img {
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}


/* ==========================================================================
 現在地ボタン・取得中表示
========================================================================== */
#position {
	position: fixed;
	right: 10px;
	bottom: 300px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align: center;
}

#position img {
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}

#position-loading {
	position: fixed;
	right: 52px;
	bottom: 160px;
	height: 20px;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	background: rgba(33, 33, 33, 0.7);
	z-index: 1000;
	display: none;
}


/* ==========================================================================
 拡大・縮小ボタン
========================================================================== */
#map .leaflet-control-zoom {
	position: fixed;
	bottom: 168px;
	right: 10px;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#map .leaflet-control-zoom a {
	color: #858585;
}

#map .leaflet-control-zoom .leaflet-control-zoom-in {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#map .leaflet-control-zoom .leaflet-control-zoom-out {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* upscale mobile */
@media screen and (max-width: 959px) {
	#map .leaflet-control-zoom a {
		width: 40px;
		height: 39px;
		line-height: 36px;
		font-size: 24px;
		color: #858585;
	}

	#map .leaflet-control-zoom .leaflet-control-zoom-in {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	#map .leaflet-control-zoom .leaflet-control-zoom-out {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
}


/* ==========================================================================
 PC用表示
========================================================================== */
@media screen and (min-width: 960px) {
	/* header */
	#map-select {
		display: none;
	}

	.menu-button {
		display: none;
	}

	#map-select.pc {
		display: block;
	}

	ul#map-select.pc li {
		width: 96px;
		height: 50px;
	}

	#map-select.pc li img {
		height: 24px;
		margin-top: 13px;
	}

	.menu-button.pc {
		display: block;
		width: 100px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}

	.menu-button.pc img {
		height: 24px;
		margin-top: 13px;
	}

	.header-wrap {
		right: 100px;
		height: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}

	#header-title {
		right: 246px;
		padding: 0;
		height: 50px;
	}

	#header-title a {
		display: inline-block;
		text-decoration: none;
		height: 24px;
		width: 110px;
		margin-left: 15px;
		padding-top: 10px;
		background-image: url('https://cdn1.n-kishou.co.jp/image/charge/hires/image/logo-pc.png');
		background-size: 107px 34px;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#header-title img {
		display: none;
	}

	#header-title h1 {
		display: inline-block;
		margin-left: 12px;
		font-size: 16px;
	}

	.header-subbar {
		top: 60px;
		left: 10px;
		width: auto;
		height: 30px;
		border-radius: 15px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}

	.header-subbar-mad {
		top: 60px;
		right: 60px;
		padding: 0px 10px;
		width: auto;
		height: 30px;
		border-radius: 15px;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	}

	.header-com {
		float: left;
		font-size: 16px;
		font-weight: 700;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		margin-left: 12px;
		margin-right: 12px;
	}

	.header-legend table {
		margin-top: 2px;
	}

	.header-subbar-name {
		top: 102px;
		left: 10px;
	}


	/* zoom button */
	#map .leaflet-control-zoom {
		bottom: 200px;
	}

	/* position button */
	#position {
		bottom: 280px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#position img {
		width: 16px;
		margin-top: -8px;
		margin-left: -8px;
	}

	#position-loading {
		right: 42px;
		bottom: 122px;
		padding: 2px 4px;
	}

	#reset {
		top: 60px;
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#reset img {
		width: 14px;
		margin-top: -7px;
		margin-left: -7px;
	}

	#mode-change {
		width: 30px;
		height: 30px;
		border-radius: 20px;
	}
	#mode-change img {
		width: 14px;
		margin-top: -7px;
		margin-left: -7px;
	}
}


/* ==========================================================================
 吹き出し（スタート・ゴール）form
========================================================================== */

form{
	width: 75px;
	height: 50px;
	margin-top: 10px;
}

.select-inner {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	width: 200px;
}

.select-inner:before {
	position: absolute;
	z-index: 1;
	top: 26px;
	right: 0px;
	width: 30px;
	height: 40px;
	content: "";
	border-left: 4px solid #ccc;
	background: #ededed;
	border-radius: 0 10px 10px 0;
}

.select-inner:after {
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 10px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: 0;
	content: "";
	border-width: 12px 7px 0 7px;
	border-style: solid;
	border-color: #585858 transparent transparent transparent;
}

.select-inner select {
	position: relative;
	z-index: 3;
	width: 200px;
	height: 40px;
	padding: 0 10px;
	color: #585858;
	border: 2px solid #e2e2e2;
	background: none;
	border-radius: 10px;
	-ms-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 9.5px;
	font-size: 0.95rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.select-inner select:focus {
	outline: none;
}

.select-inner select::-ms-expand {
	display: none;
}

.select-inner span{
	color: #585858;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.select-wrap-col .select-wrap {
	width: auto;
	margin-bottom: 15px;
}

.select-wrap-col .select-wrap .select-inner select {
	width: 100%;
	padding-right: 80px;
}


/* ==========================================================================
 吹き出し（スタート・ゴール）ボタン
========================================================================== */
.set-button{
	display: block;
	padding: 8px 10px 8px 10px;
	color: #448a05;
	border-radius: 40px;
	background: #e2f0d6;
	font-size: 9.5px;
	font-size: 0.95rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}


/* ==========================================================================
 天気・気温・風切り替えボタン
========================================================================== */
/* muddy-level-button */
.muddy-level-button {
	position: absolute;
	z-index: 1200;
	bottom: 20px;
	right: 56px;
	box-sizing: border-box;
	margin: 0;
	padding: 6px 8px;
	border-radius: 11px;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
}

.muddy-level-button.active{
	color: #fff;
	background-color: #326d01;
}


/* ==========================================================================
 天気・気温・風切り替えボタン
========================================================================== */
/* report-controller */
#report-controller {
	position: absolute;
	z-index: 1200;
	bottom: 20px;
	left: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0px;
}

#report-controller ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#report-controller ul li {
	float: left;
}

#report-controller a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#report-controller .info-type {
	top: 0;
	left: 10px;
	width: 181px;
}

#report-controller .info-type li {
	width: 33.3%;
}

#report-controller .info-type li a {
	padding: 1px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#report-controller .info-type li a.hover, #report-controller .info-type li a.touch {
	padding: 10px 0 8px;
}

/* btn-nav-list */
.btn-nav-list {
	border-radius: 10px;
}

.btn-nav-list li {
	box-sizing: border-box;
	border-right: 2px solid #dcdcdc;
}

.btn-nav-list li a {
	text-align: center;
	color: #585858;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 681px;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.btn-nav-list li a.hover, .btn-nav-list li a.touch {
	background-color: #fff;
	background-image: none !important;
}

.btn-nav-list li.active {
	border-color: #326d01;
}

.btn-nav-list li.active a {
	background-color: #326d01;
	color: #ffffff;
	background-position: bottom;
}

.btn-nav-list li.active a.hover, .btn-nav-list li.active a.touch {
	background-color: #326d01;
	background-image: none !important;
}

.btn-nav-list li:first-child a {
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: left bottom;
}

.btn-nav-list li:first-child a.hover, .btn-nav-list li:first-child a.touch {
	background-color: #fff;
	background-image: none !important;
}

.btn-nav-list li:first-child.active a {
	background-color: #326d01;
	background-position: left bottom;
}

.btn-nav-list li:first-child.active a.hover, .btn-nav-list li:first-child.active a.touch {
	background-color: #326d01;
	background-image: none !important;
}

.btn-nav-list li:last-child {
	border-right: none;
}

.btn-nav-list li:last-child a {
	border-radius: 0 10px 10px 0;
	background-color: #ffffff;
	background-position: right bottom;
}

.btn-nav-list li:last-child a.hover, .btn-nav-list li:last-child a.touch {
	background-color: #fff;
	background-image: none !important;
}

.btn-nav-list li:last-child.active a {
	background-color: #326d01;
	background-position: right bottom;
}

.btn-nav-list li:last-child.active a.hover, .btn-nav-list li:last-child.active a.touch {
	background-color: #326d01;
	background-image: none !important;
}


/* ==========================================================================
 テーブル設定
========================================================================== */
.wrap-tbl {
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}

.wrap-tbl .tbl-head-multi {
	background: #fff;
	width: 100%;
	text-align: center;
}

.wrap-tbl .tbl-head-multi tr td,
.wrap-tbl .tbl-head-multi tr th {
	box-sizing: border-box;
}

.wrap-tbl .tbl-head-multi tr th {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #efefef;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 8px 0;
	font-size: 14px;
}

.wrap-tbl .tbl-head-multi tr th.wid01 {
	width: 20%;
	padding: 18px;
	box-sizing: border-box;
}

.wrap-tbl .tbl-head-multi tr th.wid02 {
	width: 12%;
	padding: 18px 1px;
	box-sizing: border-box;
}

.wrap-tbl .tbl-head-multi tr th.wid03 {
	width: 44%;
	padding: 18px 1px;
	box-sizing: border-box;
}

.wrap-tbl .tbl-head-multi tr th.wid04 {
	width: 11%;
	padding: 18px 0;
	box-sizing: border-box;
}

.wrap-tbl .tbl-head-multi tr th.wid40 {
	width: 40%;
	padding: 18px 20px;
	box-sizing: border-box;
	text-align: left;
}

.wrap-tbl .tbl-head-multi tr th.wid50 {
	width: 50%;
	padding: 18px 20px;
	box-sizing: border-box;
	text-align: left;
}

.wrap-tbl .tbl-head-multi tr th span {
	font-size: 22px;
	font-size: 1.0rem;
}

.wrap-tbl .tbl-head-multi tr th.bg-blue {
	background-color: #c5edff;
}

.wrap-tbl .tbl-head-multi tr td {
	border-bottom: 1px solid #e0e0e0;
	border-right: none !important;
}

.wrap-tbl .tbl-head-multi tr td:last-child {
	border-right: none;
}

.wrap-tbl .tbl-head-multi tr td.bg-yellow {
	background-color: #f4b01f;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}

.wrap-tbl .tbl-head-multi tr td.bg-red {
	background-color: #ed4350;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}

.wrap-tbl .tbl-head-multi thead th:last-child {
	border-right: none;
}

.wrap-tbl .tbl-head-multi tbody tr:last-child th {
	border-bottom: none;
}

.wrap-tbl .tbl-head-multi tbody tr:last-child td {
	border-bottom: none;
}

.wrap-tbl .tbl-head-side {
	background: #fff;
	width: 100%;
	text-align: center;
}

.wrap-tbl .tbl-head-side tbody tr td,
.wrap-tbl .tbl-head-side tbody tr th {
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}

.wrap-tbl .tbl-head-side tbody tr th {
	background-color: #efefef;
}

.wrap-tbl .tbl-head-side tbody tr:last-child td,
.wrap-tbl .tbl-head-side tbody tr:last-child th {
	border-bottom: none;
}

.wrap-tbl .tbl-head-top {
	background: #fff;
	width: 100%;
	text-align: center;
}

.wrap-tbl .tbl-head-top tbody tr td,
.wrap-tbl .tbl-head-top tbody tr th {
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.wrap-tbl .tbl-head-top tbody tr td:last-child,
.wrap-tbl .tbl-head-top tbody tr th:last-child {
	border-right: none;
}

.wrap-tbl .tbl-head-top tbody tr th {
	background-color: #efefef;
}

.wrap-tbl .tbl-head-top tbody tr:last-child td,
.wrap-tbl .tbl-head-top tbody tr:last-child th {
	border-bottom: none;
}

.wrap-tbl .temperature, .temperature-h, .temperature-l{
	font-weight: 700;
}


/* ==========================================================================
 1時間ごと予報
========================================================================== */
.wrap-tbl-time-data .tbl-time-data {
	background: #fff;
}

.wrap-tbl-time-data .tbl-time-data td,
.wrap-tbl-time-data .tbl-time-data th {
	vertical-align: middle;
	padding: 0px 0;
	line-height: 1;
	border-right: none !important;
}

.wrap-tbl-time-data .tbl-time-data tbody th {
	width: 14%;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.wrap-tbl-time-data .tbl-time-data tbody td {
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.wrap-tbl-time-data .tbl-time-data tbody td .rain {
	color: #015db2;
}

.wrap-tbl-time-data .tbl-time-data tbody td:last-child {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}

.wrap-tbl-time-data .tbl-time-data tbody td:last-child .icon-height {
	position: absolute;
	display: block;
	line-height: 1;
	left: 8%;
}

.wrap-tbl-time-data .tbl-time-data tbody #date-row th{
	padding: 2px 0px;
}


@media screen and (min-width: 751px) {
	.wrap-tbl-time-data .tbl-time-data thead th {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 9px 0;
	}
	.wrap-tbl-time-data .tbl-time-data tbody th {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 4px 0;
	}
	.wrap-tbl-time-data .tbl-time-data tbody td {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 4px 0;
	}
	.wrap-tbl-time-data .tbl-time-data tbody td img {
		width: 40px;
	}
	.wrap-tbl-time-data .tbl-time-data tbody td:last-child .icon-height {
		left: 25%;
	}
	.wrap-tbl-time-data .tbl-time-data tbody td:last-child .icon-height img {
		width: 15px;
	}
}


/* ==========================================================================
 ぬかるみレベル凡例
========================================================================== */
.muddy-level-usage {
	background: #efefef;
	padding: 4px 26px;
}

.muddy-level-usage .title{
	font-weight: 700;
	width: 300px;
	height: 28px;
}

.muddy-level-usage table{
	width: 300px;
	border: solid 1px black;
}

.muddy-level-usage tr{
	border: solid 1px black;
}

.muddy-level-usage .muddy-color{
	text-align: center;
	width: 40px;
}

.muddy-level-usage .level2{
	color: rgb(0, 255, 255);
}

.muddy-level-usage .level3{
	color: rgb(0, 153, 255);
}

.muddy-level-usage .fl{
	float: left;
}

.muddy-level-usage .fr{
	float: right;
}

.muddy-level-usage .description{
	display: inline-block;
}

.muddy-level-usage .btn-cmn2 a{
	display: block;
	padding: 0px 22.5px 0px 12.5px;
	text-decoration: none;
	color: #448a05;
	border-radius: 20px;
	background: #e2f0d6;
	font-size: 12px;
	font-weight: 700;
}


/* ==========================================================================
 表のトグル
========================================================================== */
/* toggle-info */
#toggle-info {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 34px;
	float: right;
	z-index: 1000;
	background: rgba(255, 255, 255, 1.0);
}

#toggle-info div{
	margin-top: 7px;
	text-align: center;
	color: #eee;
	font-size: 12px;
}

#toggle-block {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 150px;
	float: right;
	z-index: 1000;
	overflow-y: auto;
	background: rgba(255, 255, 255, 0.8);
}

#toggle-block a{
	font-size: 12px;
	border-bottom: solid 1px #eee;
	text-decoration: none;
}

#toggle-open {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
	bottom: 140px;
	z-index: 1001;
	border-radius: 10px 10px 0px 0px;
	background-color: #ffffff;
}

#toggle-close {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
	bottom: 0px;
	float: right;
	z-index: 1001;
	border-radius: 10px 10px 0px 0px;
	background-color: #ffffff;
}

.toggle-arrow {
	text-align: center;
}

.toggle-arrow img {
	width: 24px;
	height: 12px;
}


/* ==========================================================================
 ローディング
========================================================================== */
.wrap-message {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap-message .message {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	text-align: center;
	background-color: #fff;
	background-image: url("https://cdn1.n-kishou.co.jp/image/common/icon_load.gif");
	background-position: 50% 30px;
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 75px 15px 15px;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

@media screen and (min-width: 751px) {
	.wrap-message .message {
		font-size: 16px;
		font-size: 1.6rem;
	}
}


/* ==========================================================================
 天気・気温・風の色やアイコン
========================================================================== */
.weather-status .icon-sprites {
	display: block;
	width: 34px;
	height: 30px;
	margin: 0 auto;
}

@media screen and (min-width: 751px) {
	.weather-status .icon-sprites {
		width: 45px;
		height: 35px;
	}
}

.weather-status .icon-sprites.hare {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/00.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.kumori {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/11.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.rain {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/24.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.raiu {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/31.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.snow {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/32.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.raisetsu {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/59.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.kiri {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/17.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.mizore {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/40.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .icon-sprites.hyou {
	background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/41.png) left top no-repeat;
	background-size: 100% auto;
}

.weather-status .sora01 {
	color: #0297F4;
}

.weather-status .sora02 {
	color: #3b4bbf;
}

.weather-status .sora03 {
	color: #F5B222;
}

.weather-status .sora04 {
	color: #DA2F3F;
}

.weather-status .wind-rank01 {
	color: #0297F4;
}

.weather-status .wind-rank02 {
	color: #2137da;
}

.weather-status .wind-rank03 {
	color: #F5B222;
}

.weather-status .wind-rank04 {
	color: #DA2F3F;
}

.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);
}

.weather-status .compass {
	width: 16px;
	height: 16px;
}

.temperature-h {
	color: #DA2F3F;
}

.temperature-l {
	color: #0297F4;
}

.red {
	color: #ed4350;
}

.blue {
	color: #1477d0;
}

.purple {
	color: #965fb5;
}

.orange {
	color: #f90;
}

.white {
	color: #fff;
}

.gray {
	color: #999;
}


/* ==========================================================================
 経路上の天気・気温・風ポップアップ
========================================================================== */
.weather-popup {
	cursor: pointer;
}

.weather-popup .leaflet-popup-content-wrapper {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	width: 44px;
	height: 40px;
}

.weather-popup .leaflet-popup-tip{
	background: rgba(255, 255, 255, 0.8);
}

.weather-popup .leaflet-popup-content {
	margin: 0px;
	font-size: 14px;
	color: #000000;
}

.weather-popup img {
	padding-left: 0px;
}

.weather-popup .weather {
	margin-top: 6px;
	margin-left: 6px;
	width: 40px;
}

.weather-popup .wind {
	margin-top: 6px;
	margin-left: 7px;
	width: 40px;
}

.weather-popup .temperature {
	margin-top: 10px;
	margin-left: 2px;
	text-align: center;
	width: 40px;
}

.weather-popup a {
	color: #585858;
	font-weight: 700;
	text-decoration: none;
}

.popup-time{
	position: absolute;
	top: -14px;
	left: -10px;
	padding-top: 3px;
	z-index: 1000;
	width: 27px;
	height: 26px;
	border-radius: 20px;
	background: rgba(224, 224, 224, 0.8);
	text-align: center;
}

#popup-time-txt{
	font-size: 10px;
	font-weight: 700;
	color: #585858;
}


/* ==========================================================================
 表と経路吹き出しのサンプル表示
========================================================================== */
.sample-str {
	color: #F44F12;
	width: 44px;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	top: 12px;
	left: 1px;
	z-index: 1000;
	transform: rotate( -45deg );
}

.sample-shade {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 162px;
	position: absolute;
	bottom: 0px;
	z-index: 1002;
}

.sample-com {
	color: #ffffff;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	bottom: 90px;
	text-align: center;
	z-index: 1002;
}

.sample-button {
	padding: 8px 10px 8px 10px;
	color: #448a05;
	border-radius: 40px;
	background: #e2f0d6;
	font-size: 9.5px;
	font-size: 1.1rem;
	top: 74px;
	font-style: normal;
	font-weight: 700;
	z-index: 1002;
	position: relative;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.sample-button a{
	text-decoration: none;
	color: #448a05;
}

.sample-comment {
	position: fixed;
	color: red;
	font-size: 20px;
	font-weight: 700;
	top: 132px;
	width: 100%;
	z-index: 1001;
	text-align: center;
}

/* ==========================================================================
 インフォメーショントグル
========================================================================== */
#toggle-info-block {
	position: relative;
	right: 0px;
	top: 116px;
	width: 206px;
	height: 34px;
	float: left;
	z-index: 1000;
	background: rgba(255, 255, 255, 1.0);
}

#toggle-info-block .text{
	margin-top: 3px;
	margin-left: 6px;
}

#toggle-info-block a{
	color: #585858;
	font-size: 14px;
	font-weight: 700;
	border-bottom: solid 1px #585858;
	text-decoration: none;
}

.toggle-info-arrow {
	position: relative;
	top: 116px;
	width: 20px;
	height: 34px;
	float: left;
	border-radius: 0px 10px 10px 0px;
	z-index: 1000;
	background: rgba(255, 255, 255, 1.0);
}

.toggle-info-arrow div{
	margin-top: 7px;
	text-align: center;
	color: #585858;
	font-weight: 700;
	font-size: 12px;
}

#toggle-info-block:before {
	position: absolute;
	top: -25px;
	right: 0;
	display: block;
	width: 42px;
	height: 38px;
	content: "";
	background: url(https://cdn1.n-kishou.co.jp/image/misc/head_chara01.png) left top no-repeat;
	background-size: 100% auto;
}
