@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	irrigation_facilities

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	image replacement & clearfix

------------------------------------------------------------------------------*/

#aaa {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}

#main .area .areas:after,
#main .facility .facilitys:after,
#main .detail > section:after,
#main .detail figure:after {
	content : '';
	display : block;
	clear : both;
}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

#main .site_column .text_box {
    margin-bottom: 80px;
}

#main a:hover {
    opacity: .7;
}

@media screen and (max-width: 480px) {

#main a:hover {
    opacity: 1;
}

}



/*	エリア一覧
------------------------------------------------------------------------------*/

#main .site_column .area  {
    padding: 60px 40px 40px;
}

#main .area .areas {
    margin-bottom: 0;
    padding: 0;
}

#main .area .areas .none {
    background-color: rgba(0,0,0,.5)
}

#main .area .areas li {
    float: left;
    width: 22%;
    margin-right: 4%;
}

#main .area .areas li:last-child {
    margin-right: 0;
}

#main .area .areas a,
#main .area .areas em {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 50%;
    border-radius: 50%;
}

#main .area .areas em {
    opacity: .5;
    font-style: normal;
}

#main .area .areas .kaetsu a,
#main .area .areas .kaetsu em {
    background-image: url(../img/kaetsu.png);
}

#main .area .areas .chuetsu a,
#main .area .areas .chuetsu em {
    background-image: url(../img/chuetsu.png);
}

#main .area .areas .jyoetsu a,
#main .area .areas .jyoetsu em {
    background-image: url(../img/jyoetsu.png);
}

#main .area .areas .sado a,
#main .area .areas .sado em {
    background-image: url(../img/sado.png);
}

#main .area .areas a span,
#main .area .areas em span {
       position:absolute;
       left: 50%;
       bottom: 5%;
       transform: translate(-50%, -50%);
       color: #333;
       font-size: 1.25em;
       font-weight: bold;
       text-decoration: underline;
}

#main .area .areas em span {
    text-decoration: none;
}

@media screen and (max-width: 480px) {

#main .site_column .area  {
	padding-bottom: 0;
    padding: 30px 20px 10px;
}

#main .area .areas li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}

#main .area .areas li:nth-child(2n) {
    margin-right: 0;
}

#main .area .areas a span,
#main .area .areas em span {
       font-size: 0.9em;
}
	
}


/*	水利施設一覧
------------------------------------------------------------------------------*/

#main .facility .facilitys {
    padding: 40px 40px 20px;
    background-color: #F7F7F7;
}

#main .facility .facilitys li {
    float: left;
    margin-bottom: 20px;
    margin-right: 25px;
    font-size: 1.18em;
}

#main .facility >section {
    margin-bottom: 40px;
}

#main .facility h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
}

@media screen and (max-width: 480px) {

#main .facility .facilitys {
    padding: 15px;
  
}

#main .facility .facilitys li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.18em;
}

#main .facility >section:last-child {
    margin-bottom: 0;
}

#main .facility h3 {
	margin-bottom:10px;
}
	
}


/*------------------------------------------------------------------------------

	エリア詳細

------------------------------------------------------------------------------*/

#main .detail  {
	clear: both;
}

#main .detail > section {
	margin-bottom: 10px;
	padding: 40px;
	background-color: #F7F7F7;
}

#main .detail > section {
	padding: 50px 40px 50px;
}

#main .detail h3 {
	margin-bottom: 0;
	font-size: 1.25em;
    color: #004c66;
}

#main .detail h3 span {
    display: table;
	margin-bottom: 20px;
    padding: 8px;
    background: #004c66;
	font-size: 0.8em;
	color: #FFF;
}

#main .detail .text {
	float:right;
	width: 500px;
}

#main .detail .text .address {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.8;
}

#main .detail .text dl {
    margin-top: 30px;
    margin-bottom: 0;
}

#main .detail .text dd {
    margin-bottom: 20px;
}

#main .detail .text dd:last-child {
    margin-bottom: 0;
}

#main .detail .fig {
	float: left;
	width: 460px;
}

#main .detail .fig figure img {
	width: 100%;
}

#main .detail .fig figure {
    margin-bottom: 15px;
}

#main .detail .fig figure:last-of-type {
    margin-bottom: 0;
}

#main .detail .fig figure:last-child {
	margin-right: 0;
}

#main .detail .fig figure figcaption {
    text-align: left;
}

#main .detail .fig p {
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
}

#main .detail .fig .notes {
    margin-top: 15px;
    padding-left: 0;
    line-height: 1.5;
}

#main .detail .fig .notes li {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
}



@media screen and (max-width: 480px) {

#main .detail section {
	padding: 15px;
}
	
#main .detail h3 {
	margin-bottom: 10px;
}

#main .detail h3 {
	margin-bottom: 10px;
}

#main .detail h4 {
	margin-bottom: 15px;
}

#main .detail .text {
	float: none;
	width: auto;
    margin-bottom: 10px;
}

#main .detail .text dl {
    margin-top: 15px;
    margin-bottom: 20px;
}

#main .detail .text dd {
    margin-bottom: 15px;
    line-height: 1.8;
}

#main .detail .fig {
	float: none;
	width: auto;
}

#main .detail figure img:last-child {
	margin-bottom: 0;
}

#main .detail section > section {
	padding: 15px;
}

	
}









