@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #d5f0de;
	color: #464646;

	font-size: 14px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

.datepicker
{
	position: relative;
	max-width: 120px;
}
.datepicker::placeholder
{
	color: #BBBBCC;
}
.ui-datepicker
{
	z-index: 100 !important;
	background-color: transparent !important;
	border: none !important;
}
.ui-datepicker-header
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}
.ui-datepicker-calendar
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.ui-datepicker-trigger
{
	border: none;
	position: relative;
	margin: 2px 2px 2px 4px;
	padding: 2px 4px;
	cursor: pointer;
}
.ui-datepicker-trigger img
{
	max-width: 18px;
}

.ui-datepicker-calendar .ui-datepicker-current-day a
{
	background-color: #FFFF99;
	color: inherit;
}
.ui-datepicker-calendar .calendar_sun *
{
	color: #FF0000 !important;
}
.ui-datepicker-calendar .calendar_sat *
{
	color: #0000FF !important;
}

.calendarbox
{
	display: flex;
	align-items: center;
	padding: 0 0 10px 10px;
}


.header
{
	background-color: #FFFFFF;
	border-bottom: 2px solid #1cca43;
}
.header_inner
{
	max-width: 650px;
	padding: 10px;
	margin: 0px auto;
}

.title_sub
{
	display: inline-block;
	color: #646464;
	white-space: nowrap;
	margin: 10px 20px 0 20px;
}
@media all and (max-width: 767px)
{
	.header_inner
	{
		text-align: center;
	}
}



#wrapper
{
	max-width: 650px;
	padding: 20px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
@media all and (max-width: 767px)
{
	#wrapper
	{
		padding: 5px 0;
		max-width: calc(100% - 20px);
	}
}



.tabs
{
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 0 10px;
}
.tab
{
	cursor: pointer;
	width: 48%;
	max-width: 310px;
	height: 55px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.tab.active
{
	pointer-events: none;
}
.tab_pred
{
	background-image: url(../images/tab_pred_off.png);
}
.tab_pred.active
{
	background-image: url(../images/tab_pred_on.png);
}
.tab_past
{
	background-image: url(../images/tab_past_off.png);
}
.tab_past.active
{
	background-image: url(../images/tab_past_on.png);
}

.main
{
	display: none;
	padding: 10px;
}
.main.active
{
	display: block;
}
.main p
{
	margin: 10px 0;
}

.datebox
{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	min-height: 42px;
}
.datebox .warnday
{
	color: #FF0000;
	margin: 0 15px;
	text-align: left;
}

.leadtx
{
	color: #3bb236;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px;
}
@media all and (max-width: 767px)
{
	.datebox
	{
		display: block;
	}
	.leadtx
	{
		font-size: 18px;
		letter-spacing: 0px;
	}
}

.btn
{
	cursor: pointer;
}
.btn:hover
{
	opacity: 0.75;
}

.about
{
	margin: 30px 10px;
}
.about h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.links
{
	margin: 30px 10px;
}
.links .link
{
	margin: 30px 0;
	max-width: 480px;
}
.links .link p
{
	margin: 10px auto;
	color: #613111;
}
.links .link a:hover
{
	opacity: 0.75;
}

@media all and (max-width: 767px)
{
	.about
	{
		margin: 10px;
	}
}



.enq
{
	padding: 20px;
	background-color: #f0f0f0;
}
.enq h2
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}
.enq_blk
{
	margin: 10px;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}
.enq_blk label
{
	cursor: pointer;
	margin-right: 20px;
	white-space: nowrap;
}
.enq_blk label input
{
	margin: 0;
}
@media all and (max-width: 767px)
{
	.enq
	{
		padding: 10px;
	}
	.enq_blk label
	{
		display: block;
		margin: 10px 0;
	}
}

.send
{
	margin-top: 20px;
}
.sendbtn
{
	border: none;
}


.controlbox
{
	border: 1px solid #d5f0de;
	text-align: center;
	padding-top: 10px;
	max-width: 630px;
	margin: 0px auto;
}

.weather
{
	display: inline-block;
}
.weatherbtn
{
	border: 1px solid #e8e6e5;
	border-radius: 10px;
	background-color: #ededed;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #959595;
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding: 12px 44px 12px 16px;
	overflow: hidden;
}
.weatherbtn.active
{
	padding: 8px 40px 8px 12px;
	border: 5px solid #ff7500;
	color: #ff7500;
	background-color: #f9ffa5;
	pointer-events: none;
}
.weatherbtn_fine
{
	background-image: url(../images/weather_fine.png);
}
.weatherbtn_rain
{
	background-image: url(../images/weather_rain.png);
}

.sliderbox
{
	background-color: #f8f8f8;
	padding: 10px 3%;
	margin-top: 10px;
}
#timeslider
{
	position: relative;
	z-index: 10;
}
.ui-widget.ui-widget-content
{
	height: 8px;
	background-color: #c4c4c4;
	border-radius: 0;
}
.ui-slider-handle
{
	z-index: 20 !important;
	box-sizing: border-box !important;
	top: -8px !important;
	margin-left: calc(-0.4% - 10px) !important;
	width: 24px !important;
	height: 24px !important;
	background-color: #ffffff !important;
	border: 2px solid #646464 !important;
	border-radius: 12px !important;
	cursor: pointer !important;
}
.tick_lines
{
	position: relative;
	height: 16px;
	margin: -8px 0 8px 0;
	overflow: hidden;
}
.tick_line
{
	box-sizing: border-box;
	display: inline-block;
	height: 8px;
	width: 9.09%;
	border-right: 2px solid #969696;
}
.tick_lines > .tick_line:first-child
{
	border-left: 2px solid #969696;
}
.tick_hours
{
	overflow: visible;
	white-space: nowrap;
	position: relative;
	margin: -4px 0 4px 0;
}
.tick_hour
{
	position: relative;
	display: inline-block;
	width: 9.09%;
	left: -4.545%;
	line-height: 1;
}
@media all and (min-width: 600px)
{
	.tick_hour::after
	{
		content: '時';
	}
}

.mapbox
{
	max-width: 630px;
	margin: 30px auto;
}

.mapbox #jamtexts text
{
	display: none;
	font-weight: bold;
}

.svgbox
{
/*
	display: none;
*/
}

.color_lv1 path
{
	stroke: #10cf00;
}
.color_lv2 path
{
	stroke: #ffc500;
	stroke-width: 4;
}
.color_lv3 path
{
	stroke: #ff7500;
	stroke-width: 4;
}
.color_lv4 path
{
	stroke: #db1a00;
	stroke-width: 4;
}

.color_lv1 polygon
{
	fill:   #10cf00;
}
.color_lv2 polygon
{
	fill:   #ffc500;
}
.color_lv3 polygon
{
	fill:   #ff7500;
}
.color_lv4 polygon
{
	fill:   #db1a00;
}

.p_color_lv1 rect,
.p_color_lv1 circle
{
	fill:   #10cf00;
}
.p_color_lv2 rect,
.p_color_lv2 circle
{
	fill:   #FF7500;
}
.p_color_lv3 rect,
.p_color_lv3 circle
{
	fill:   #db1a00;
}

.opentmwarnbox
{
	border: 1px solid #FF0000;
	margin: 50px auto;
	padding: 10px;
	max-width: 250px;
	font-size: 13px;
	color: #FF0000;
	line-height: 1.25;
}
.opentmwarnbox table
{
	margin-top: 10px;
	width: 100%;
}
.opentmwarnbox th
{
	padding: 4px 16px 2px 0;
	text-align: left;
	border-bottom: 1px dashed #FFCC99;
}
.opentmwarnbox td
{
	padding: 4px 0 2px 0;
	text-align: right;
	border-bottom: 1px dashed #FFCC99;
}

.parkings
{
	margin: 30px 0 50px 0;
	display: none;
}
.parkingsbox .parkings
{
	display: block;
}

.parkings h2
{
	font-weight: bold;
	text-align: center;
}
.parkings_list
{
	display: flex;
	flex-wrap: wrap;
}
.parking
{
	border: 1px solid #E6E6E6;
	margin: 5px;
	padding: 10px;
	width: calc(50% - 37px);
}
.parking_mark
{
	float: left;
	display: inline-block;
	width: 36px;
	font-size: 12px;
	padding: 12px 0;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	background-color: #B9B9B9;
}
.parking_mark_a
{
	border-radius: 6px;
}
.parking_mark_b
{
	border-radius: 18px;
}

.parking_graph
{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 15px;
}
.parking_graph .bar td
{
	background-color: #B9B9B9;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	line-height: 10px;
	height: 10px;
}
.parking_graph .tick td
{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #FFFFFF;
	line-height: 6px;
	height: 6px;
}
.parking_graph .label td
{
	position: relative;
	font-size: 12px;
	line-height: 1;
	letter-spacing: -1px;
	color: #646464;
	text-align: center;
}

.parking_mark.p_color_lv1
{
	background-color: #10cf00;
}
.parking_graph .bar .p_color_lv1
{
	background-color: #A0EC9A;
}
.parking_mark.p_color_lv2,
.parking_graph .bar .p_color_lv2
{
	background-color: #FF7500;
}
.parking_mark.p_color_lv3,
.parking_graph .bar .p_color_lv3
{
	background-color: #db1a00;
}

.parking_title
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 11px 0 0 10px;
}
@media all and (max-width: 639px)
{
	.parking
	{
		margin: 10px;
		width: auto;
	}
}

.swbox
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sw
{
	display: none;
	margin: 0 5px;
	width: calc(50% - 10px);
	max-width: 310px;
}
.sw_r_off,
.sw_p_off
{
	cursor: pointer;
}
.sw_r_off:hover,
.sw_p_off:hover
{
	opacity: 0.75;
}



.newsbox
{
	background-color: #CC0000;
	padding: 2px;
	margin: 20px 10px;
}
.news_hd
{
	padding: 10px;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
}
.news_bd
{
	background-color: #FFFFFF;
	padding: 4px 10px;
	flex: 1;
}
.news_bd li
{
	list-style: none;
	color: #CC0000;
}
.news_line
{
	display: flex;
	margin: 5px 0;
}
.news_line::before
{
/*
	display: inline-block;
	content: '●';
	color: #CC0000;
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	margin: 3px 5px 3px 0;
*/
}
.news_date
{
	font-size: 14px;
	line-height: 18px;
	color: #CC0000;
	vertical-align: middle;
	padding: 3px 12px 3px 0;
}
.news_memo
{
	font-size: 14px;
	line-height: 18px;
	color: #323232;
	padding: 3px 0 3px 0;
}
@media all and (min-width: 768px)
{
	.newsbox
	{
		display: flex;
		align-items: center;
	}
}












.footer
{
	background-color: #7cd298;
	color: #222222;

	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}



.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}
@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


