@charset "utf-8";
#top main { padding:0;}
#top main section { padding: 50px 0;}

#mainimg {
	width: 100%;
	height: 385px;
	padding: 0 !important;
	background: #003342;
	position: relative;
}
#mainimg .slick-slide:not(.slick-center) {
opacity:0.3;
transition: 0.3s linear;
}
#mainimg .infomation {
	width: 1000px;
	height: 100%;
}
#mainimg .infomation h3 {
	margin-bottom: 0.5em;
	padding: 0.3em;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	background: #3097e0;
}
#mainimg .infomation .oshirase {
	position: absolute;
	top: 50%;
	right:10px;
	transform: translateY(-50%) translateX(0);
	padding: 15px;
	width: 250px;
	background: rgba(255,255,255,0.95);
	border:2px solid #3097e0;
}
#mainimg .infomation .oshirase .btn {
	display: block;
	width: 60%;
	margin: 10px auto;
	padding: 0.3em;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	background: #3097e0;
	border-radius: 25px;
}

/*緊急情報*/
#emergency{
	padding: 0 !important;
	background: #fff;
	border-bottom: 2px solid #1b4668;
	position: relative;
}
#emergency dl {display: flex;align-items: center;}
#emergency dl dt {
	width: 30%;
	min-height: 70px;
	color: #1b4668;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 70px;
	background: url("../img/emergency_arrow.png") no-repeat right center;
}
#emergency dl dt::before {
  display: inline-block;
	content: '';
  width: 25px;
  height: 25px;
	margin-right: 10px;
	background: url("../img/icon_emergency.png") no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
#emergency dl dd {
	padding-left: 20px;
	width: 70%;
	color: #1b4668;
	font-size: 1.6em;
}
#emergency .attention dt::before {
  display: inline-block;
	content: '';
  width: 25px;
  height: 25px;
	margin-right: 10px;
	background: url("../img/icon_emergency_att.png") no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
#emergency .attention dt,
#emergency .attention dd{
	color:#e81a19;
	font-weight: 700;
}

/*リアルタイム*/
.info h2{
	margin: 0 auto;
	padding: 0.3em;
	color: #fff;
	font-size: 2.0em;
	font-weight: 700;
	text-align: center;
	background: #3097e0;
}
.info .realtimebox {
	display: flex;
}
.info .realtime,
.info .damall{
	border: 1px solid #3097e0;
}
.info .realtime h2 { border-right: 1px solid #fff;}
.info .realtime{
	flex-basis: 50%;
	max-height: 450px;
	background: #e7f6ff url("../img/canvas.png") no-repeat right top 104px / 100% auto;
	padding-bottom: calc(100%*296/526);
	position: relative;
}
.info .realtime .setagawa {
	position: absolute;
	top: 60px;
	right: 20px;
	display: block;
	width: 240px;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	background: #1b4668;
	border-radius: 25px;
}
.info #real-time-info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	background: #FFEBCD;
}
.info #real-time-info p {
	margin-bottom: 0.5em;
	font-size: 1.5em;} 
.info #real-time-info strong {
	padding-left: 1.5em;
	background: url(../img/icon_circle.png) no-repeat left center / 16px auto;
}
.info #real-time-info a {
	display: block;
	padding-right: 2em;
	color: #1B4668;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 2.4;
	text-align: center;
	border: 1px solid #1B4668;
	background: #e7f6ff url("../img/icon_morearrow.png") no-repeat right 5px center / 12px auto;
}

.info .realitem {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	margin: 0 auto;
	background: #e7f6ff;
}
.info .realitem li {
	display:flex;
	width: calc(100%/2);
	line-height: 70px;
	text-align: center;
}
.info .realitem li A {
	display: block;
	width: 100%;
	margin:4px;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
}
.info .realitem li:first-child A{
 margin-right: 0;
}
.info .realitem .suii {
	background:  url("../img/icon_suii.png") no-repeat left 10px center, url("../img/icon_wharrow.png") no-repeat right 10px center,#71cd6a;
	background-size:20px auto,16px auto,auto;
}
.info .realitem .camera {
	background:  url("../img/icon_camera.png") no-repeat left 10px center,url("../img/icon_wharrow.png") no-repeat right 10px center,#f97a43;
	background-size:20px auto,16px auto,auto;
}
.info .damall {
	flex-basis: 50%;
	border-left:none;
	position: relative;
}

/*新着情報*/
.news { background: #edf2f6; text-align: center;}
.news h2 {
	display: inline-block;
	margin: 0 auto 1em;
	padding-bottom: 0.3em;
	color: #6e6e6e;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	border-bottom: 5px solid #1b4668;
}
.news dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news dt,
.news dd {
	padding:15px 10px;
	font-size: 1.4em;
	text-align: left;
	background: #fff;
}
.news dt {
	width: 15%;
	color: #283e85;}
.news dd {
	width: 85%;
}
.news dt:nth-child(4n+1), .news dt:nth-child(4n+1) + dd {
  background-color: #edf2f6;
}
.news dd A.pdf::after,
.news dd A.excel::after,
.news dd A.word::after,
.news dd A.exlink::after{
  display: inline-block;
	margin-left: 0.5em;
	content: '';
  width: 14px;
  height: 14px;
	vertical-align: middle;
}
.news dd A.pdf::after{
	background: url("../img/icon_pdf.png");
	background-size: contain;
}
.news dd A.excel::after{
	background: url("../img/icon_excel.png");
	background-size: contain;
}
.news dd A.word::after{
	background: url("../img/icon_word.png");
	background-size: contain;
}
.news dd A.exlink::after{
	background: url("../img/icon_exlink.png");
	background-size: contain;
}


.news .newsall {
	display: block;
	width: 220px;
	margin: 20px auto;
	color: #283e85;
	font-size: 1.3em;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 25px;
	position: relative;
}
.news .newsall::after {
	position: absolute;
	top: 28%;
	right: 10px;
  display: block;
	content: '';
  width: 14px;
  height: 14px;
	background: url("../img/icon_morearrow.png");
	background-size: contain;
	vertical-align: middle;
}
/*イベント案内*/
.event h2 {
	margin: 0 auto 1em;
	color: #3097e0;
	font-size: 2.4em;
	font-weight: 700;
	text-align: center;
}
.event ul {
	margin-bottom: 20px;
}
.event li {
	margin:0 10px;
	padding: 0;
	background: #fff;
}
/*リンク集*/
.other { background: #ebebeb; text-align: center;}
.other h2 {
	display: inline-block;
	margin: 0 auto 1em;
	padding-bottom: 0.3em;
	color: #6e6e6e;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	border-bottom: 5px solid #1b4668;
}
.other .linkall ul {
	display: flex;
	flex-wrap: wrap;
}
.other .linkall ul li{
	padding: 5px;
	width: calc(100%/3);
	text-align: center;
}
@media only screen and (max-width:1000px) {
#mainimg {background: #fff;}
#mainimg .slick-slide:not(.slick-center) {opacity:1;}
}
@media only screen and (max-width:768px) {
#mainimg {height:auto;}
#mainimg .xyct {position:static;transform:none;}
#mainimg .infomation h3 {width:20%; margin:0 1em 0.3em 0; padding:0.5em 0; font-size: 1.3em; float: left;}
#mainimg .infomation p { margin:0; padding: 0.3em;}
#mainimg .infomation .oshirase {top:auto; bottom: 0; right: 0; width:100%; padding: 0; transform: none;	border:none;background: rgba(255,255,255,0.8);}
#mainimg .infomation .oshirase .btn {font-size: 1.2em;}
#emergency { padding: 10px;}
#emergency dl { display: inherit;}
#emergency dl dt {width:100%; margin-bottom:0.5em; min-height: auto;	font-size: 1.5em;	line-height: 1.6; text-align: center; background:none;}
#emergency dl dd {padding: 0; margin-bottom: 1em;	width: 100%; font-size: 1.4em;}
.info {padding: 0 !important;}
.info .inner {width: 100%;}
.info h2 {font-size: 1.6em;}
.info .realtimebox  { display: inherit;}
.info .realtime,
.info .damall{border:none;}
.info .realtime h2 { border-right: none;}
.info .realtime{ width: 100%; padding-bottom: calc(100%*456/526);	background-position:left top 60px;}
.info .realtime .setagawa {top: 45px;right:10px;width: 240px;font-size: 1.2em;}
.info .realitem { position: inherit; display: inherit !important;}
.info .realitem li {width: 100%;	line-height:40px;}
.info .realitem li A {width: 100%; margin:1px 0; padding-left: 40px; font-size: 1.6em; text-align: left;}
.info .realitem li:first-child A{ margin-right: 0;}
.info .damall h2 {background: #1b4668;}
.info .damall {	border-bottom:1px solid #3097e0;}
.info .damall .damlink {display: flex; flex-wrap: wrap;}
.info .damall .damlink li { width: 50%; font-size: 1.4em;	display: flex;}
.info .damall .damlink li A {display: block;width: 100%;margin: 1px;padding:0.5em 1em;background: #e7f6ff url("../img/icon_morearrow.png") no-repeat right 8px center / 12px auto;}
.info #real-time-info p {font-size: 1.4em;} 
.info #real-time-info strong {padding-left: 1.4em;background: url(../img/icon_circle.png) no-repeat left center / 16px auto;}
.info #real-time-info a {	font-size: 1.4em;}

.news h2 {font-size: 1.6em;}
.news dt,
.news dd {width: 100%; padding: 0.3em 0.5em; font-size: 1.3em;}
.event h2 {font-size: 2.0em;}
.event ul { width: 90%;	margin:0 auto;}

}
@media only screen and (max-width:577px) {
#mainimg {margin-bottom: 15px;}
.info .realtime{ width: 100%; padding-bottom: calc(100%*546/526);	background-position:left top 60px;}

}