@charset "utf-8";

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

	共通

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


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

	image replacement & clearfix

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

.home #site_header h1,
#site_header #logo a,
#site_header .gnav a,
.page_title h1,
.page_title p,
#site_footer h2,
#top_button a,
#site_footer .link .photogallery a {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}

#main:after,
.site_column:after {
	content : '';
	display : block;
	clear : both;
}


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

	全体

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

body,html {
	min-width: 1240px;
}

body {
	font-size: 16px;
  	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP",YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-weight: 500;
	line-height: 2;
}

.site_column {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

ul {
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
	text-align: center;
}

figure img {
	width: 100%;
	vertical-align: bottom;
}

figcaption {
}

table {
	font-size: 87.5%;
}

.line {
	display: block;
}

a {
	color: #4C5B7A;
}

a:hover {
	color: #4C5B7A;
}

a:visited {
	color: #4C5B7A;
}

a.pdf {
	padding-left: 1.3em;
	background: url(../img/icon_pdf.png) no-repeat left center;
	background-size: 1em;
}

.link_button a,
.link_button em {
	text-align: center;
	display: block;
	color: #FFF;
	background-color: #BAE3F9;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 0;
}

.link_button.more a {
	background-color: #3A8EA0;
}


.link_button em {
	background-color: #CCC;
}

.link_button a::before,
.link_button em::before {
	content: '';
	width: 1em;
	height: 1em;
	vertical-align: middle;
	display: inline-block;
	margin-right: .5em;
	background: url(../img/icon_arrow_wr.svg) no-repeat;
	background-size: 1em;
}

span.kb {
	display: inline-block;
	padding-left: .5em;
	font-size: .75em;

}

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

body,html {
	min-width: 100%;
}

body {
	font-size: 13px;
}

.site_column {
	width: auto !important;
}

}


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

.site_column {
	padding: 0 10px;
}

}




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

	ヘッダー

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

#site_header {
	height: 145px;
}

#site_header .site_column {
	position: relative;
}

@media screen and (max-width: 480px){
	
#site_header {
	height: inherit !important;
	min-height: 40px;
}
	
}


/*	見出し ＆ テキストエリア
------------------------------------------------------------------------------*/

#site_header .site_column > h1,
#site_header #logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: #FFF;
	border-radius: 100%;
}

#site_header .site_column > h1,
#site_header #logo a {
	display: block;
	width: 178px;
	height: 186px;
	background-image: url(../img/logo_suiri.png);
	background-position: center center;
	background-size: 70%;
}

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

#site_header .site_column > h1,
#site_header #logo {
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -40px;
}

#site_header .site_column > h1,
#site_header #logo a {
	width: 80px;
	height: 83px;
}

}

/*	グローバルメニュー
------------------------------------------------------------------------------*/

#site_header .gnav {
	position: absolute;
	left: 70px;
	top: 60px;
	width: 1100px;
}

#site_header .gnav li {
	position: absolute;
	top: 0;
}

#site_header .gnav a {
	height: 22px;
	background-size:  contain;
}

#site_header .gnav .outline {
	left: 140px;
}

#site_header .gnav .event {
	left: 340px;
}

#site_header .gnav .irrigation {
	left: 520px;
}

#site_header .gnav .archive {
	right: 170px;
}

#site_header .gnav .contact {
	right: 0;
}

#site_header .gnav .outline a {
	width: 160px;
	background-image: url(../img/menu_label_outline.svg);
}

#site_header .gnav .event a {
	width: 130px;
	background-image: url(../img/menu_label_event.svg);
}

#site_header .gnav .irrigation a {
	width: 270px;
	background-image: url(../img/menu_label_facilities.svg);
}

#site_header .gnav .archive a {
	width: 100px;
	background-image: url(../img/menu_label_archive.svg);
}

#site_header .gnav .contact a {
	width: 122px;
	background-image: url(../img/menu_label_contact.svg);
}

@media screen and (max-width: 480px){
	
#site_header .gnav {
	padding-top: 40px;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
}

#site_header .gnav li {
	position: relative;
	top: 0;
}	

#site_header .gnav .outline,
#site_header .gnav .event,
#site_header .gnav .irrigation,
#site_header .gnav .archive,
#site_header .gnav .contact {
	left: 0;
	margin-bottom: 20px;
}
	
#site_header .gnav .outline {
	margin-top: 50px;
}
	
#site_header .gnav .contact {
	margin-bottom: 30px;
}
	
#site_header .gnav a {
	height: 18px;
	margin:  0 auto;
}
	
#site_header .gnav .outline a {
	width: 144px;
}

#site_header .gnav .event a {
	width: 109px;
}

#site_header .gnav .irrigation a {
	width: 200px;
}

#site_header .gnav .archive a {
	width: 89px;
}

#site_header .gnav .contact a {
	width: 106px;
}

}

/*	開閉ボタン
------------------------------------------------------------------------------*/
.menu .js_folding_button {
	display: none;
}

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

/* 開閉ボタンのアニメーション・ビジュアル */

.menu .js_folding_button,
.menu .js_folding_button span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
	
.menu .js_folding_button {
	position: absolute;
	right: 0;
	top: 8px;
	width: 30px;
	height: 23px;
	z-index: 80;
}

.menu .js_folding_button span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #004C66;
}

.menu .js_folding_button span:nth-of-type(1) {
	top: 0;
}
.menu .js_folding_button span:nth-of-type(2) {
	top: 10px;
}
.menu .js_folding_button span:nth-of-type(3) {
	top: 20px;
}

/* 閉じる */

.menu .js_folding_button.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.menu .js_folding_button.active span:nth-of-type(2) {
	opacity: 0;
}
.menu .js_folding_button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

}

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

#site_header .js_folding_container {
	display: block !important;
	padding-top: 40px;
}

}

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

#site_header .js_folding_container {
	display: none;
}

}



/*	下層ページ見出し
------------------------------------------------------------------------------*/

.page_title {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 230px;
	margin-bottom: 140px;
	padding-top: 130px;
	background: url(../../home/img/promotion_bg.png) center bottom; 
}

.page_title::after {
	display: block;
	font-weight:  bold;
	color: #FFF;
	text-align: center;
	letter-spacing: .7em;
	font-family: 'Josefin Sans', sans-serif;
}

.outline .page_title::after {
	content: 'OUTLINE';
}

.event .page_title::after {
	content: 'EVENT';
}

.archive .page_title::after {
	content: 'ARCHIVE';
}

.sugoroku .page_title::after {
	content: 'SUGOROKU';
}

.contact .page_title::after {
	content: 'CONTACT';
}

.application .page_title::after {
	content: 'APPLICATION';
}

.irrigation_facilities .page_title::after {
	content: 'IRRIGATION FACILITIES';
}

.page_title h1,
.page_title p {
	margin: 0 auto 10px;
	height: 46px;
	background-position: center center;
}

body.outline .page_title h1 {
	background-image: url(../img/title_label_outline.svg);
}

body.event .page_title h1,
body.event .page_title p {
	background-image: url(../img/title_label_event.svg);
}

body.archive .page_title h1 {
	background-image: url(../img/title_label_archive.svg);
}

body.sugoroku .page_title h1 {
	background-image: url(../img/title_label_sugoroku.svg);
}

body.contact .page_title h1 {
	background-image: url(../img/title_label_contact.svg);
}

body.application .page_title h1 {
	background-image: url(../img/title_label_application.svg);
}

body.irrigation_facilities .page_title h1 {
	background-image: url(../img/title_label_irrigation_facilities.svg);
}


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

.page_title {
	height: 50px;
	padding-top: 45px;
	margin-bottom: 50px;
	background-size: 200px
}
	
.page_title h1 {
	margin: 0;
	height: 18px;
}
	
.page_title::after {
	font-size: .875em;
}

}

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

	本文

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

#content .site_column {
	position: relative;
}

#main {
	padding-bottom: 60px;
	background: url(../img/footer_bg_gd.png) repeat-x center bottom;
	background-size: 120px;
}

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

#main {
	background-size: 50px;
}
	
}


/*	見出し ＆ テキストエリア
------------------------------------------------------------------------------*/

#main .site_column > header {
	margin-bottom: 100px;
	color: #004C66;
}

#main .site_column > header h1 {
	font-size: 2.2em;
	margin-bottom: 30px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#main .site_column > header h1::before {
	content: '◆';
	margin-right: .3em;
	color: #3A8EA0;
}

#main .site_column > section {
	position: relative;
	margin-bottom: 100px;
	padding: 60px 50px 50px;
	border: 5px solid #B0D2D9;
	background-color: #FFF;
}

#main .site_column > section.other {
	background-color: rgba(58,142,160,.2);
}

#main .site_column > section > section,
#main .site_column > section > .group .text section {
	margin-top: 40px;
}

#main h2 {
	position: absolute;
	left: 20px;
	top: -38px;
	margin: 0 auto;
	padding: 15px 50px;
	font-size: 1.75em;
	color: #FFF;
	background-color: #3A8EA0;
}

#main h3 {
	font-size: 1.625em;
	color: #398D9F;
}

#main p {
	font-size: 1em;
	line-height: 2.4;
}

#main .event20201031 .note {
	position: relative;
	padding-left: 1em;
	display: block;
}

#main .event20201031 .note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

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

#main .site_column > header {
	margin-bottom: 60px;
}

#main .site_column > header h1 {
	margin-bottom: 15px;
	font-size: 1.5em;
}

#main h2 {
	left: 0;
	top: -27px;
	margin: 0 5%;
	padding: 15px;
	width: 90%;
	font-size: 1em;
	text-align: center;
	box-sizing: border-box;
}
	
#main .site_column > section {
	margin-bottom: 40px;
	padding: 30px 20px 20px;
	border-width: 3px;
}

#main .site_column > section > section {
	margin-top: 30px;
}

#main p {
	line-height: 1.8;
}


}


/*	孫ページ本文
------------------------------------------------------------------------------*/

#main .site_column.detail .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0;
}

#main .site_column.detail h2 + .group {
	margin-top: 0;
}

#main .site_column.detail h2 + .group.right {
	margin-top: 20px;
}

#main .site_column.detail .group:last-child {
	margin-bottom: 0;
}

#main .site_column.detail .group .text,
#main .site_column.detail .group figure {
	width: 48%;
}

#main .site_column.detail .group.left .text,
#main .site_column.detail .group.right figure {
	order: 1;	
}

#main .site_column.detail .group.right .text,
#main .site_column.detail .group.left figure {
	order: 2;	
}

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

#main .site_column.detail .group {
	display: block;
}

#main .site_column.detail .group .text,
#main .site_column.detail .group figure {
	width: 100%;
}

#main .site_column.detail .group {
	margin: 0 !important;
}

#main .site_column.detail .group figure {
	margin: 10px 0;
}

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

}

/*	テーブル
------------------------------------------------------------------------------*/

#main table {
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
}

#main table caption {
	font-weight: bold;
	margin-bottom: .5em;
}

#main th,
#main td {
	padding: .5em;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #333;
}

#main th {
	background-color: #EEE;
}


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

#main table {
	border: 2px solid #333;
	border-top: none;
}

#main th,
#main td {
	display: block;
	width: 100%;
	padding: 5px;
	text-align: left;
	box-sizing: border-box;
}

#main th {
	text-align: center;
	border-right: none;
	border-left: none;
}

#main thead th {
	display: none;
}

#main td {
	border: none;
	border-bottom: 1px solid #EEE;
}

#main tr td:last-child {
	border: none;
}

}


/*	リスト
------------------------------------------------------------------------------*/

#main ul,
#main ol,
#main dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

#site_content ul,
#site_content ol {
	padding-left: 1.5em;
}

.home #site_content ul {
	list-style: none;
	padding-left: 0;
}

dt {
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#main dt,
#main dd {
	margin-bottom: 3px;
}

@media screen and (max-width: 320px){
	
#main ul,
#main ol,
#main dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

}



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

	フッター

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

#site_footer {
	padding-top: 120px;
}

#site_footer h2 {
	width: 148px;
	height: 157px;
	margin: 0 auto 60px;
	background-image: url(../img/logo_suiri.png);
}

#site_footer h3 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
}

#site_footer .contact,
#site_footer .sponsor,
#site_footer .link {
	width: 600px;
	box-sizing: border-box;
}

#site_footer .right_box {
    float: right;
	width: 600px;
	box-sizing: border-box;
	border-left: 1px solid #DDD;
}

#site_footer address,
#site_footer .copyright {
	font-style: normal;
}

#site_footer .copyright {
	padding: 50px 0;
	text-align: center;
}

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

#site_footer {
	padding-top: 60px;
}

#site_footer h2 {
	width: 89px;
	height: 94px;
	margin-bottom: 30px;
}

#site_footer .right_box {
    float: none;
	width: auto;
    border: none;
    padding-left: 0;
}


#site_footer .contact,
#site_footer .sponsor,
#site_footer .link {
	width: auto;
}
	
#site_footer .copyright {
	padding: 20px 0 50px;
}

}


/*	contact
------------------------------------------------------------------------------*/

#site_footer .contact {
	float: left;
}

#site_footer .contact .link_button {
	width: 300px;
	margin: 30px auto 0;
}

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

#site_footer .contact {
	float: none;
	border-right: none;
}

#site_footer .contact .link_button {
	width: auto;
	margin-top: 20px;
}
	
}


/*	sponsor
------------------------------------------------------------------------------*/

#site_footer .sponsor {
	float: right;
	padding-left: 60px;
	/*border-left: 1px solid #DDD;*/
}

#site_footer .sponsor ul {
	list-style: disc;
	padding-left: 1.5em;
}

#site_footer .sponsor > div {
	float: left;
	width: 269px;
}

#site_footer .sponsor .support {
	clear: both;
	padding-top: 40px;
	width: 100%;
}

#site_footer .sponsor .support li {
	float: left;
	width: 50%;
}

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

#site_footer .sponsor {
	float: none;
	margin-top: 30px;
	padding-left: 0;
}

#site_footer .sponsor ul {
	margin-bottom:  20px;
}

#site_footer .sponsor > div {
	width: 50%;
}

#site_footer .sponsor .support {
	clear: both;
	padding-top: 0;
	width: 100%;
}

#site_footer .sponsor .support li {
	float: none;
	width: auto;
}	
	
}

/*	link
------------------------------------------------------------------------------*/

#site_footer .link {
	float: right;
    margin-top: 20px;
	padding-left: 60px;
}

#site_footer .link h3 {
    font-size: 0.875em;
}

#site_footer .link .photogallery a {
    width: 240px;
    height: 80px;
    background: url(../img/banner_photogallery.png?20180712) no-repeat;
    background-size: contain;
}

#site_footer .link .photogallery a:hover {
    opacity: .7;
}

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

#site_footer .link {
    float: none;
	padding-left: 0;
}

#site_footer .link .photogallery a:hover {
    opacity: 1;
}
	
}



/*	ページの先頭へボタン
------------------------------------------------------------------------------*/

#top_button {
	position: fixed;
	right: 10px;
	bottom: 0;
}

#top_button a {
	width: 80px;
	height: 40px;
	background: #000 url(../img/icon_arrow_wt.svg) no-repeat center center;
	background-size: 24px 24px;
}

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

#top_button {
	right: 0;
	bottom: 0;
}

#top_button a {
	width: 30px;
	height: 30px;
	background-size: 18px 18px;
}

}



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

	申し込みフォーム 共通

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

#main .form section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}

#main .form .message {
	margin-bottom: 30px;
}

#main .form h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
}

#main .form .note {
	text-align: right;
}

#main .form .require {
	margin-left: .25em;
	color: #E65789;
}

#main .form .ex {
	display: block;
	margin-top: 5px;
	color: #888;
	font-size: .875em;
}

body.preview #main .form .ex {
	display: none;
}

#main .form input,
#main .form textarea,
#main .form select {
	padding: 0.5em;
	box-sizing: border-box;
	font-family: "Noto Sans JP",YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#main .form .error {
	display: block;
	margin-top: 5px;
	font-size: .875em;
}

#main .form br {
	display: none;
}

/* 各項目調整 */

#main .form .name,
#main .form .job,
#main .form .tel,
#main .form .mail {
	width: 300px;
}

#main .form .age,
#main .form .year {
	width: 4em;
}

#main .form .address {
	width: 100%;
}

#main .form textarea {
	width: 100%;
	height: 10em !important;
}

#main .form .privacy_confirmation {
	margin: 0 auto 30px;
}

#main .form .privacy_confirmation .nippo {
	text-align: center;
}

#main .form .privacy_confirmation .privacy_text {
	text-align: center;
}

#main .form .privacy_confirmation .check {
	text-align: center;
	padding: 1em;
}

#main .form .privacy_confirmation .check .attention {
	display: block;
	margin-top: 1em;
	font-size: .7em;
}

#main .form .privacy_confirmation input {
	width: auto;
}

#main .form .buttons {
	text-align: center;
}

#main .form .buttons input {
	width: auto;
}

#main .form .buttons .correction {
	margin-right: .5em;
}

#main .link_button {
	width: 300px;
	margin: 1.5em auto 0;
}

@media screen and (max-width: 480px){
	
#main .form {
	margin-bottom: 30px;
}
	
#main .form .name,
#main .form .job,
#main .form .tel,
#main .form .mail {
	width: 100%;
}

#main .form .privacy_confirmation {
	width: auto;
	margin-bottom: 20px;
}

#main .form input,
#main .form textarea,
#main .form select {
	font-size: 16px;
}

#main .link_button {
	width: auto;
}

}

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

#main .form .privacy_confirmation {
	margin-bottom: 10px;
}

}



