@charset "utf-8";

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

	HOME

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


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

	image replacement & clearfix

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

.promotion_old h2,
.promotion h2,
.read .banner a,
#main h3,
#main .banner a{
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

#site_header .site_column > h1,
#site_header #logo {
	position: absolute;
	top: 0;
	left: -9999px;
}

}


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

	promotion

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

.promotion {
	height:  600px;
	background-image: url(../img/promotion_before.png?20180713),url(../img/promotion_bg.png);
	background-repeat: no-repeat ,repeat-x;
	background-position: center top, center top;
}

.promotion_old {
	height:  600px;
	background-image: url(../img/promotion_before_old.png),url(../img/promotion_bg.png);
	background-repeat: no-repeat ,repeat-x;
	background-position: center top, center top;
}

.promotion .site_column {
	position: relative;
}

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

.promotion {
	position: relative;
	height: inherit;
	background-size: contain;
}

.promotion .site_column {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 50%;
}

.promotion h2 {
	left:  5%;
	top: 17%;
	padding-top:  50%;
	width: 50%;
	height: 0;
}
	
}

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

	read

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

.read .site_column {
	position: relative;
	padding-top: 100px;
}

.read img {
	position: absolute;
	left: -100px;
	top: -50px;
}

.read h3,
.read .text {
	width: 880px;
	margin: auto;
}

.read h3 {
	margin-bottom: 60px;
	text-align: center;
}

.read .text {
	min-height: 260px;
	margin-bottom: 60px;
}

.read .banner {
	margin-bottom: 60px;
	padding:  30px;
	background-color: #FF0;
}

.read .banner a {
	width: 1140px;
	height:  200px;
	background-image: url(../img/banner_outline.png);
}

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

.read .site_column {
	padding-top: 0;
}
	
.read .text {
	margin-left:  0;
	margin-bottom: 20px;
	padding-top: 26px;
	min-height: inherit;
}

.read h3,
.read .text {
	width: 100%;
	margin: auto auto 20px;
}

.read .l {
	display: block;
}
	
.read img {
	width: 50%;
	left: -3%;
	top: -8%;
}
	
.read .banner {
	margin-bottom: 20px;
	padding:  8px;
}

.read .banner a {
	width: auto;
	height:  0;
	padding-top: 17.5%;
}
	
}

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

.read h3 {
	padding-top: 30px;
}
	
.read .text {
	padding-top: 0px;
}

}


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

	main

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

#main {
	background-image: none;
	background-color: #BAE3F9;
}

#main .events a,
#main .new a,
#main .banner li {
	display: block;
	margin: 0 0 30px;
	padding: 15px;
	background-color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	
#main .events a,
#main .new a,
#main .banner li {
	margin-bottom: 10px;
}

#main .events a,
#main .new a,
#main .banner li {
	padding: 10px;
}

}

/*	info
------------------------------------------------------------------------------*/

#main .info {
	float: left;
	padding-top:  60px;
	width: 600px;
}

#main .info h3 {
	margin-bottom: 40px;
}

#main .info dl {
	position: relative;
	margin: 0;
	line-height: 1.5;
}

#main .info dt {
	color: #004C66;
}

#main .info dd {
	margin:  0;
}

#main .info dt time,
#main .info dt .en {
	margin-right: .25em;
	font-size: 1.5em;
	font-family: 'Teko', sans-serif;
	font-weight: normal;
}

#main .info .img {
	position: absolute;
	left:  0;
	top: 0;
}

#main .info .img img {
	display: block;
	margin: 0;
	width: 100%;
}

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

#main .info {
	float: none;
	padding-top:  20px;
	width: auto;
}

#main .info h3 {
	margin-bottom: 20px;
}

}

/* event */

#main .events h3 {
	height: 27px;
	background-image: url(../img/label_event.svg);
}

#main .events dl {
	padding-top: 315px;
}

#main .events .img::after {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 290px;
	width: 80px;
	height: 80px;
	line-height:  1.2;
	text-align: center;
	font-weight:  bold;
	color: #004C66;
	border: 2px solid #FFF;
	background-color: #FF0;
	border-radius: 100%;
	box-sizing: border-box;
	white-space: pre;
}

#main .events .img::after {
	padding-top: 18px;
}

#main .events .wanted .img::after {
	content: '申込\A受付中';
}

#main .events .contest .wanted .img::after {
	content: '応募\A受付中';
}

#main .events .soon .img::after {
	content: '受付\A終了';
}

#main .events .session .img::after {
	content: '開催中';
	padding-top: 28px;
}


#main .events .free .img::before {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 380px;
	width: 80px;
	line-height:  1.2;
	text-align: center;
	font-weight:  bold;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #398D9F;
	white-space: pre;
	    color: #398D9F;
}

#main .events .free .img::before {
	padding: 10px;
}

#main .events .free .wanted .img::before {
	content: '参加費\A無料';
}

#main .events.closed,
#main .events .closed,
#main .events.finish,
#main .events .finish {
	display: none;
}

#main .events dt,
#main .events .title {
	padding-left: 100px;
}

#main .events .title {
	font-size: 1.25em;
	font-weight: bold;
	color: #398D9F;
}

#main .events .note {
	margin-top: .5em;
	font-weight: normal;
	font-size: .75em;
	line-height: 1.4;
	color: #333;
}

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

#main .events h3 {
	height: 20px;
}

#main .events dl {
	position: relative;
	padding-top: 55%;
}

#main .events .img::after {
	top: auto;
	bottom: -65px;
}

#main .events .free .img::before {
	top: auto;
	bottom: -135px;
}
	
	
}

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

#main .events dt,
#main .events .title {
	padding-left: 0;
}
	
#main .events .img::after {
	bottom: 5px;
	width: 50px;
	height: 50px;
	font-size: .75em;
}

#main .events .free .before .img::after {
	padding-top: 12px;
}
	
	#main .events .free .img::before {
	bottom: 5px;
	width: 50px;
	font-size: .75em;
		left: 60px;
}

#main .events .free .before .img::before {
	padding-top: 12px;
}

}


/* what's new */

#main .new {
	padding-top:  30px;
}

#main .new h3 {
	height:  30px;
	background-image: url(../img/label_new.svg);
}

#main .new .group a {
	float: left;
	margin-right: 30px;
	width:  255px;
}

#main .new .group a:nth-child(2n) {
	margin-right: 0;
}

#main .new .group a:nth-child(2n+1) {
	clear: both;
}

#main .new dl {
	padding-top: 150px;
	min-height: 75px;
}

#main .new dt {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 10;
	padding-left:  .75em;
	background-color:  #FFF;
}

#main .new .title {
	font-size: .875em;
	color: #333;
}

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

#main .new {
	padding-top:  20px;
}

#main .new h3 {
	height:  22px;
}

#main .new .group a {
	float: none;
	margin-right: 0;
	width:  auto;
}

#main .new dl {
	padding-top: 55%;
	min-height: inherit;
}

#main .new dt {
	top: 10px;
	right: 10px;
	padding-right: .75em;
}
	
}


/*	other
------------------------------------------------------------------------------*/

#main .other {
	float: right;
	padding-top:  125px;
	width: 520px;
}

#main .banner ul {
	margin: 0;
}

#main .banner li {
}

#main .banner a {
	display: block;
}

#main .banner .sugoroku a {
	width: 490px;
	height: 180px;
	background-image: url(../img/banner_sugoroku.png?20230228);
}


#main .banner .irrigation_facilities a {
	width: 490px;
	height: 180px;
	background-image: url(../img/banner_irrigation_facilities.png);
}

#main .banner .archive a {
	width: 490px;
	height: 180px;
	background-image: url(../img/banner_archive.png);
}

#pageplugin {
	padding: 15px;
	background-color: #FFF;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

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

#main .other {
	float: none;
	margin-top: 20px;
	padding-top:  20px;
	width: auto;
	border-top: 1px solid #FFF;
}

#main .banner .sugoroku a,
#main .banner .irrigation_facilities a,
#main .banner .archive a {
	width: auto;
	height: 0;
	padding-top: 36.73%;
}

#pageplugin {
	padding: 10px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
	
}

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

	footer

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

#site_footer {
	background: url(../../common/img/footer_bg.svg) repeat-x center top;
	background-size: 120px;
}

@media screen and (max-width: 480px) {
	
#site_footer {
	background-size: 50px;
}

}

