@charset "utf-8";
.wrapper {
	width: 980px;
	height: auto;
	position: relative;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: 7px;
	/* border: solid; */
}
.pc {
  display: initial !important;
}
.sp {
  display: none !important;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr30 {
	margin-right: 30px;
}
.text-green {
	color: #00B050;
}
.text-blue {
	color: #2D2D8A;
}
.heading-2 {
	font-size: 18px;
	font-weight: bold;
}
.container-contents {
	display: block;
	padding: 0 50px;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.contents_between {
	justify-content: space-between;
}
.contents_center {
	justify-content: center;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.point_green {
	color: #659D7D;
}
.map_img img {
	
	border: 1px solid #ccc;
}
.map_img_red img {
	border: 2px solid #FF0000;
}
.pankuzu {
    /* border: solid 2px #e40414; */
	background-color: #efefef;
    height: 30px;
    width: 99.5%;
    margin: -7px 0;
}
.pankuzu_text {
	font-size: 13px;
	color: #909090;
	position: relative;
	left: 13px;
	line-height: 30px;
}
.pankuzu_text a {
	color: #909090;
}
.midasi {
    border-bottom: solid 2px #148ccc;
	background-color: #e4f4fc;
    height: 60px;
    width: 99.5%;
    margin: 32px 0;
}
.midasi_text {
	font-size: 27px;
    color: #000;
    position: relative;
    left: 18px;
    line-height: 63px;
}
.btn_map_detail {
	background: #F0EDED;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 3px 20px;
	color: #333;
	text-decoration: none;
}
.btn_map_detail:hover {
	background: #F0EDED;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 3px 20px;
	color: #333;
	text-decoration: underline;
}
.btn_back {
	background: #F0EDED;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 5px 20px;
	color: #333;
	text-decoration: none;
}
.btn_back:hover {
	background: #707070;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 3px 20px;
	color: #fff;
	text-decoration: none;
}
.bus_access table {
	width: 800px;
	margin: 0 auto;
}
.bus_access table td {
	width: 50%;
	text-align: center;
	font-size: 14px;
}
.table_org table {
	width: 780px;
	margin: 0 auto;
}
.table_org table th {
	background: #0080CB;
	color: #fff;
	font-weight: 400;
	padding: 10px 15px;
}
.table_org table td {
	background: #F7FBFE;
	padding: 10px 15px;
	text-align: left;
}
.dam-manage-point1 {
	font-size: 18px;
	color: #0080CB;
	border: 2px solid #0080CB;
	border-radius: 7px;
	padding: 15px;
	margin: 0 auto;
	font-weight: bold;
}
.dam-manage-point2 {
	color: #fff;
	font-size: 18px;
	background: #0080CB;
	border-radius: 7px;
	padding: 15px;
	margin: 0 auto;
	font-weight: bold;
}
.dam-manage-point-caption {
	margin: 20px auto 40px auto;
}
.torikumi {
	margin: 0 auto 30px auto;
	border-radius: 10px;
	background: #FEF3E1;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.torikumi img {
	margin-left: 50px;
}
.torikumi-kouka {
	display: block;
	width: 90%;
	margin: 0 auto 40px auto;
	border: 3px solid #0080CB;
	border-radius: 15px;
	padding: 30px;
}
.kouka-heading {
	font-size: 27px;
	color: #0080CB;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.kouka-image {
	color: #FF0077;
	font-size: 18px;
	font-weight: bold;
}
.shinmaruyama-image {
	display: inline-flex;
	padding: 3px 25px;
	color: #0080CB;
	border: 1px solid #0080CB;
	border-radius: 7px;
}
.dam-colomun {
	width: 50%;
	margin-right: 30px;
}
.dam-colomun img {
	width: 100%;
}
.dam-info-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.privacy-heading {
	background: #eeeeee;
	padding: 7px 0;
	font-weight: bold;
}
.sitemap {

}
.sitemap a {
	color: #0080CB;
	margin-bottom: 20px;
}
.sitemap::before {
	 font-family: "Font Awesome 5 Free";
	content: "\f152";
	color: #333;
	margin-right: 8px;
}
.sitemap-list ul {
	list-style: none;
	padding: 0;
  	margin: 0;
}
.sitemap-list ul li {
	padding: 2px 0;
}
.sitemap-list ul li a{
	color: #0080CB;
	padding: 10px 0;
}
.sitemap-list ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #333;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 30px;
}
@media screen and (max-width: 980px) {
	.wrapper {
		position: relative;
		width: 85%;
		margin: auto;
		height: auto;
		top: 41px;
		min-width: 350px;
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	.container-contents {
	display: block;
	padding: 0px;
}
	.pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
	.midasi {
	display: block;
    border-bottom: solid 2px #148ccc;
	background-color: #e4f4fc;
    height: auto;
    width: 99.5%;
    margin: 32px 0;
	
}
.midasi_text {
	font-size: 24px;
	line-height: 1.3em;
    color: #000;
    position: relative;
	padding: 12px;
}
	.pankuzu {
		/* border: solid 2px #e40414; */
		background-color: #efefef;
		height: 30px;
		width: 99.5%;
		margin: -7px 0;
		display: none;
	}
	.table_org table {
	width: 100%;
	margin: 0 auto;
}
.table_org table th {
	background: #0080CB;
	color: #fff;
	font-weight: 400;
	padding: 10px 15px;
}
.table_org table td {
	background: #F7FBFE;
	padding: 10px 15px;
	text-align: left;
}
	.torikumi {
	margin: 0 auto 30px auto;
	border-radius: 10px;
	background: #FEF3E1;
		padding: 15px;
}
	.torikumi-kouka {
	display: block;
	margin: 0 auto 30px auto;
	border: 3px solid #0080CB;
	border-radius: 15px;
	padding: 10px;
}
	.torikumi img {
	margin-left: 0px;
}
.kouka-heading {
	font-size: 21px;
	color: #0080CB;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
	.kouka-image {
	color: #FF0077;
	font-size: 16px;
	font-weight: bold;
}

	.map_img img {
	border: 1px solid #ccc;
}
	.dam-colomun {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
	.container-contents img {
	width: 100%;
}
}