/*======================================

	0. WPネイティブ設定
	
=======================================*/

/* editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.3;
	font-style: normal;
}

strong {
	font-weight:bold;
}

.wf-mplus1p { font-family: "M PLUS 1p"; }


/*======================================

	2. サイト構造
	
=======================================*/

html {
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #444;
	line-height: 1.5;
	background-color: #FFF;
	font-family: "M PLUS 1p";
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #009de1;
	text-decoration: none;
}

a:hover {
	color: #009de1;
	text-decoration: underline;
}

section {
	clear: both;
}

.main-color {
	color: #f64747;
}


/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
margin: 0;
padding: 0;
overflow: hidden;
height: 148px;
}

.header-main {
margin: 0 auto;
padding: 10px 0 0 0;
background-color: #FFF;
height: 97px;
width: 1000px;
overflow: hidden;
}

h1 {
margin: -10px 0 0 0;
padding: 0 0 0 100px;
width: 500px;
float: left;
background-image: url("img/logo.png");
background-position: left bottom;
background-repeat: no-repeat;
color: #000;
letter-spacing: 0.3em;
line-height: 100%;
font-size: 32px;
}

h1 a {
color: #000;
text-decoration: none;
}

h1 a:hover {
color: #000;
text-decoration: none;
}

h1 span.midori {
color: #00a535;
}

h1 span.kana {
font-size: 14px;
letter-spacing: 0.75em;
}

h1 span.kana::after {
content: "\A" ;
white-space: pre ;
}

.header-right {
margin: 0;
padding: 20px 0 0 0;
width: 430px;
float: right;
overflow: hidden;
}

.header-right-tel {
width: 250px;
float: left;
}

.header-right-tel span {
color: #00a535;
font-size: 28px;
}

.header-right-mail {
margin: 10px 0 0 0;
width: 180px;
float: right;
}

.header-right-mail a {
padding: 10px 0;
display: block;
text-align: center;
background-color: #00a535;
color: #FFF;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
}

.header-right-mail a:hover {
text-decoration: none;
background-color: #006d23;
}

/*======================================

	3. メニュー設定
	
=======================================*/

.nav-outer {
margin: 0;
padding: 0;
width: 100%;
height: 51px;
background-color: #00a535;
}

#sp-menu-button {
display: none;
}

nav.drawer-nav {
display: none;
}

nav.contents-menu {
margin: 0 auto;
padding: 0 0 0 0;
width: 1021px;
height: 51px;
border-right: 1px solid #FFF;
}

nav.contents-menu ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}

nav.contents-menu li, nav.contents-menu a {
display: block;
width: 170px;
}

nav.contents-menu li {
float: left;
text-align: center;
border-left: 1px solid #FFF;
}
    
nav.contents-menu li a {
padding: 15px 0 0 0;
text-decoration: none;
color: #FFF;
display: block;
height: 51px;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
}

nav.contents-menu li a:hover {
text-decoration: none;
background-color: #006d23;
} 

/*======================================

	4. TOP設定
	
=======================================*/


/* --- メイン画像 ---*/

.main-image {
}

#vegas {
width: 100%;
height: 800px;
}

.box {
margin: 200px auto 0 auto;
padding: 50px;
width: 700px;
background:rgba(255,255,255,0.5);
font-family: 'Sawarabi Mincho', serif;
font-size: 28px;
color: #000;
line-height: 200%;
}
  
.top-about {
position: relative;
}

.top-about-box {
position: absolute;
padding: 50px;
top: -100px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
background-color: #FFFFFF;
overflow: hidden;
border-radius: 20px;
width: 1000px;
box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.2);
}

.top-about h2 {
margin: 0 auto 20px auto;
padding: 10px;
text-align: center;
font-family: "M PLUS 1p";
font-size: 28px;
color: #007626;
position: relative;
}

.top-about h2:before {
position: absolute;
top: calc(70% - 1px);
left: 0;
width: 100%;
height: 2px;
content: '';
background: #007626;
}

.top-about h2 div {
position: relative;
padding: 0 1em;
background: #FFF;
display: inline-block;
}

.top-about p {
line-height: 180%;
font-size: 18px;
}

.top-about-box img {
width: 100%;
height: auto;
}

.top-info-container {
margin: 1000px 0 80px 0;
padding: 80px 0;
background-color: #f5f5f5;
}

.top-info-box {
margin: 0 auto;
padding: 0;
width: 1000px;
overflow: hidden;
}

.top-info-t {
padding: 0;
font-size: 24px;
width: 300px;
float: left;
text-align: center;
line-height: 1;
}

.top-info-t span {
color: #00a535;
font-size: 14px;
}

.top-info-t i {
margin: 0 0 10px 0;
padding: 5px 0 0 0;
font-size: 75px;
}

.info-button {
margin: 15px auto 0 auto;
width: 200px;
}

.info-button a {
padding: 10px 0;
display: block;
background-color: #00a535;
border-radius: 50px;
color: #FFF;
font-size: 16px;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
}

.info-button a:hover {
text-decoration: none;
background-color: #006d23;
} 

.top-info-list {
margin: 0 0 0 0;
width: 700px;
float: right;
}

.top-info-list ul {
position: relative;
border-top: 1px solid #00a535;
}

.top-info-list li {
margin: 0;
padding: 20px 0 20px 35px;
list-style: none;
border-bottom: 1px solid #00a535;
}

.top-info-list li.jyuuyo {

}

.top-info-list li.jyuuyo a {
font-size: 22px;
font-weight: bold;
color: #E50003;
}

.top-info-list li:before {
font-family: "Font Awesome 6 Pro";
content: "\f075";
position: absolute;
left : 0.5em; /*左端からのアイコンまで*/
color: #34190A; /*アイコン色*/
}

.top-info-list li span {
margin: 0 20px 0 0;
color: #00a535;
}


.top-job {
margin: 0 0 80px 0;
padding: 0;
}

.top-job-box {
overflow: hidden;
background-image: url("img/job-bg2.png");
background-repeat: repeat-x;
background-position: 0 40px;
}

.top-job-left {
width: 50%;
float: left;
}

.top-job-left-inner {
padding: 60px 0 0 0;
width: 500px;
float: right;
}

.top-job-left-inner h2 {
margin: 0 0 50px 0;
font-size: 28px;
text-align: center;
color: #FFF;
}

.top-job-left-inner p {
font-size: 18px;
line-height: 180%;
}

.top-job-right {
width: 45%;
height: 550px;
float: right;
background-image: url("img/job-bg.jpg");
background-size: cover;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
content: "";
}

.top-job-right img {

}


/*======================================

	5. FOOTER設定
	
=======================================*/

.footer-nav {
padding: 50px 0;
background-color: #e0ede4;
}

.footer-nav-box {
margin: 0 auto;
width: 1020px;
}

.footer-nav ul {
margin: 0 0 0 -20px;
padding: 10px;
overflow: hidden;
}

.footer-nav li {
margin: 0 0 0 20px;
padding: 176px 0 0 0;
list-style: none;
float: left;
width: 235px;
background-color: #FFF;
border-radius: 10px;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}

.footer-nav li.menu01 {
background-image: url("img/footer01.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
}

.footer-nav li.menu02 {
background-image: url("img/footer02.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
}

.footer-nav li.menu03 {
background-image: url("img/footer03.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
}

.footer-nav li.menu04 {
background-image: url("img/footer04.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
}

.footer-nav a li {
color: #333;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
}

.footer-nav a li:hover {
background-color: #D0E9D1;
}

.footer-nav a li h2 {
margin: 10px 0 0 0;
color: #00a535;
text-align: center;
font-size: 18px;
}

.footer-nav a li p {
padding: 0 15px;
font-size: 14px;
}

.googlemap {
margin:0 auto;
display:block !important;
width:100%;
height:350px;
}

footer {
padding: 30px 0;
text-align: center;
font-size: 16px;
border-bottom: 5px solid #00a534;
}

footer h2 a {
color: #000;
letter-spacing: 0.3em;
line-height: 100%;
font-size: 28px;
}

footer h2 a span.midori {
color: #00a535;
}

footer h2 a:hover {
color: #000;
text-decoration: none;
}

footer img {
margin: 0 15px 0 0;
width: 50px;
height: auto;
vertical-align: middle;
}

footer p.footer-add-pc {

}

footer p.footer-add-sp {
display: none;
}

footer p.footer-cc {
font-size: 14px;
}

/*======================================

	5. 次ページcommon設定
	
=======================================*/

article {
}

article h2 {
margin: 0 0 50px 0;
padding: 50px 20px 40px 20px;
font-size: 32px;
font-weight: normal;
background-color: #ebe8cd;
background-image: url("img/h2-bg.jpg");
background-position: right center;
background-repeat: no-repeat;
}

article h2 .common-h2 {
margin: 0 auto;
width: 1000px;
}

article h2 span {
font-size: 16px;
font-weight: normal;
color: #00a534;
}

article h2 span::before {
content: "\A" ;
white-space: pre ;
}

article section {
margin: 0 auto 50px auto;
width: 1000px;
overflow: hidden;
}

article section p {
margin-bottom: 1em;
line-height: 180%;
}

article h3 {
margin: 0 0 30px 0;
border-bottom: 2px solid #00a535;
font-size: 24px;
font-weight: normal;
color: #00a535;
}

article h4 {
margin-top: 50px;
font-size: 18px;
color: #00a535;
}


.example {
	font-size: 12px;
	color: #c0392b;
}

.example2 {
	font-size: 12px;
	color: #C00;;
}

.example3 {
	font-size: 12px;
}

.text-red {
	color: #b1333a;
    line-height: 180%;
}

.text-green {
	color: #43bc2f;
}

.text-blue {
	color: #00a0e9;
}

.text-orange {
	color: #eb7a00;
}

.text-yellow {
	color: #ffc000;
}

.common-list {
	margin: 0 0 20px 0;
}

.common-list li{
	margin: 0 0 7px 30px;
}

.font-large1 {
	font-size: x-large;
}

.font-s {
	font-size: 12px;
}

.bottom-space15 {
	margin-bottom: 15px;
}

.bottom-space20 {
	margin-bottom: 20px;
}

.bottom-space80 {
	margin-bottom: 80px;
}


.top-space50 {
	margin-top: 50px;
}

.top-space30 {
	margin-top: 30px;
}

.bottom-space30 {
	margin-bottom: 30px;
}

#sp-footer {
display: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #444;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.table-margin {
	margin-bottom: 40px;
}

.img-waku img {
	border: 5px solid #FFF;
	box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 5px 2px;
}


/*======================================

	5. について
	
=======================================*/

.about-table {
margin: 0;
}

.about-table table {
margin: 0;
border-collapse: collapse;
}

.about-table th {
padding: 15px 10px;
border: 1px solid #999;
text-align: left;
font-weight: normal;
background-color: #F5F5F5;
white-space: nowrap;
width: 200px;
}

.about-table td {
padding: 15px 10px;
border: 1px solid #999;
}

.about-img {
margin: 0 0 50px 0;
overflow: hidden;
}

.about-img ul {
margin: 0 0 0 -20px;
}

.about-img li {
margin: 0 0 0 20px;
width: 320px;
float: left;
list-style: none;
}

.about-img li img {
width: 320px;
height: auto;
}


/*======================================

	5. お知らせ設定
	
=======================================*/

.info-table {
margin: 0;
}

.info-table table {
margin: 0;
border-collapse: collapse;
border-top: 1px solid #999;
}

.info-table th {
padding: 20px 10px;
text-align: left;
white-space: nowrap;
width: 200px;
border-bottom: 1px solid #999;
}

.info-table th span {
padding: 10px 40px;
/*background-color: #00a535;*/
font-weight: normal;
color: #00a535;
border-right: 2px dashed #999;
}

.info-table td {
padding: 20px;
border-bottom: 1px solid #999;
}


/*======================================

	5. 用水の受益、配水計画設定
	
=======================================*/

.waterway {
}

.waterway table {
margin: 0;
border-collapse: collapse;
width: 100%;
}

.waterway th {
padding: 15px 10px;
border: 1px solid #999;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #F5F5F5;
white-space: nowrap;
}

.waterway td {
padding: 15px 10px;
border: 1px solid #999;
white-space: nowrap;
}



/*======================================

	5. 管内の施設設定
	
=======================================*/

.facility-pc {

}

.facility-pc li {
margin: 0 0 0 30px;
list-style: disc;
}

.facility-sp {
display: none;
}



/*======================================

	5. 申請書ダウンロード設定
	
=======================================*/

.download {

}

.download ul {
margin: 0 0 20px 30px;
}

.download li {
margin: 0 0 10px 0;
list-style: disc;
}



/*======================================

	5. wp-pagenavi設定
	
=======================================*/

/*---- wp-pagenavi ------*/

.wp-pagenavi {
margin: 30px 0 0 0;
}

/*---- wp-pagenavi ページ「〇/〇」 ------*/
.wp-pagenavi .pages {
display: none;
}

/*---- wp-pagenavi ≪ 先頭 ------*/
.wp-pagenavi .first {
display: none;
}

/*---- wp-pagenavi ≪ ------*/
.wp-pagenavi .previouspostslink {

}

/*---- wp-pagenavi 省略「...」 ------*/
.wp-pagenavi .extend {

}

/*---- wp-pagenavi 各ページ（リンクあり） ------*/
.wp-pagenavi .page {

}

/*---- wp-pagenavi 現在のページ ------*/
.wp-pagenavi .current {

}

/*---- wp-pagenavi 各ページ（現在のページより前のページ） ------*/
.wp-pagenavi .smaller {

}

/*---- wp-pagenavi 各ページ（現在のページより後のページ） ------*/
.wp-pagenavi .larger {

}

/*---- wp-pagenavi ≫ ------*/
.wp-pagenavi .nextpostslink {

}

/*---- wp-pagenavi 最後 ≫ ------*/
.wp-pagenavi .last {
display: none;
}

