@charset "utf-8";

html{ height: 100%;}
body { margin: 0; padding: 0; font-size: 100%; font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; line-height: 1.5em; color: #333; height: 100%; position: relative;}
header,main,article,section,nav,footer { display: block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; font-size: 100%;}
table {	border-collapse: collapse; border-spacing: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal;}
em { font-style: normal; font-weight: bold;}
ol,ul { list-style: none;}
caption{ text-align: left;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}
/* ↑ここまでリセットcss */

section a { color: #0C7F52; text-decoration: underline;}
section a:visited { color: #3D0086;}
section a:hover { text-decoration: none;}
section a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
section a[target="_blank"] {
	background: url(img/common/popup-blue.png) 0 center no-repeat;
	padding-left: 15px;
}
section a[href$=".pdf"] {
	background: url(img/common/icon-pdf.png) 0 center no-repeat;
	padding-left: 18px !important;
}

/*-------------------------------------------------------------
	ページに関する指定
-------------------------------------------------------------*/
#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

#header_wrap {
	width: 1000px;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}
#header_wrap h1 {
	float: left;
}
#header_wrap h1 a,#header_wrap h1 img { display: block;}

#header_nav {
	float: right;
	position: relative;
	overflow: hidden;
	padding-top: 25px;
}
#header_link {
	float: right;
}
#header_link a {
	background: url(img/popup-green.svg) 0 center no-repeat;
	padding-left: 20px;
	color: #333;
	font-size: 75%;
	text-decoration: none;
}
#header_nav nav {
	float: left;
}
#header_nav nav ul { overflow: hidden;}
#header_nav nav ul li {
	float: left;
	margin-right: 30px;
}
#header_nav nav ul li a {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 112.5%;
	text-decoration: none;
}
#header_nav nav ul li a span {
	display: block;
	padding-bottom: 12px;
	border-bottom: 3px solid #fff;
}
#header_nav nav ul li a:hover span,#header_nav nav ul li a.on span { border-color: #0C8053;}




main {
	display: block;
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
h1 img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: auto;
}

.catch {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

#promotion {
	margin-top: 20px;
	overflow: hidden;
}
#youtube_wrap {
	width: 490px;
	float: left;
	margin-right: 20px;
}
#youtube_wrap p{margin-top:20px; font-size:87.5%;}
#youtube {
	width: 490px;
	height: 300px;
	position: relative;
}
#youtube img { display: block; width: auto; height: auto; max-width: 100%;}
#youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#twitter {
	width: 430px;
	float: left;
	padding: 0 30px;
}
#twitter-widget-1 { width: 100% !important;}

.sns_link {
	margin-top: 25px;
}
section .sns_link a {
	padding: 0;
	margin-right: 20px;
}
.sns_link a img {
	width: 50px;
	height: 50px;
}

nav#week_list {
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #D9E0DA;
	border-left: 1px solid #D9E0DA;
}
nav#week_list ul {
	display: table;
	width: 100%;
}
nav#week_list ul li {
	display: table-cell;
	width: 33.33333333%;
}
nav#week_list ul li a {
	display: block;
	padding: 12px 10px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 87.5%;
	background: #F7F9F7;
	border-bottom: 1px solid #D9E0DA;
	border-right: 1px solid #D9E0DA;
}
nav#week_list ul li a:hover { background: #DFEADC;}
nav#week_list ul li a span {
	display: inline-block;
	background: url(img/arrow-bottom-green.svg) 0 center no-repeat;
	padding-left: 15px;
}

section#about,section#event,section#access { margin-top: 60px;}
section#about h2,section#event h2,section#access h2 {
	border-bottom: 1px solid #004729;
	color: #004628;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.7;
	margin-top: 50px;
	padding-bottom: 5px;
}
section p {
	margin-top: 16px;
}

#event nav {
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #D9E0DA;
	border-left: 1px solid #D9E0DA;
}
#event nav ul {
	display: table;
	width: 100%;
}
#event nav ul li {
	display: table-cell;
	width: 16.66666667%;
}
#event nav ul li a {
	display: block;
	padding: 12px 10px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 87.5%;
	background: #F7F9F7;
	border-bottom: 1px solid #D9E0DA;
	border-right: 1px solid #D9E0DA;
}
#event nav ul li a:hover { background: #DFEADC;}
#event nav ul li a span {
	display: inline-block;
	background: url(img/arrow-bottom-green.svg) 0 center no-repeat;
	padding-left: 15px;
}
#event_item {
	overflow: hidden;
	margin-top: 20px;
	padding: 20px;
	background: #f4f4f4;
}
#event_item p { margin: 0;}
#event_item ul {
	overflow: hidden;
}
#event_item ul li {
	float: left;
	margin: 10px 20px 0 0;
}
#event_item ul li img {
	vertical-align: middle;
	margin-right: 5px;
}
section#about h3,section#event h3,section#access h3 {
	color: #004628;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.7;
	margin-top: 40px;
}
section#event section ul {
	overflow: hidden;
}
section#event section ul li {
	float: left;
	width: 320px;
	margin: 20px 20px 0 0;
}
section#event section ul li:nth-child(3n) { margin-right: 0;}
section#event section ul li:nth-child(3n+1) { clear: left; float: left;}
section#event section ul li a {
	display: block;
	border: 1px solid #EAEAEA;
	color: #333 !important;
	text-decoration: none !important;
}
section#event section ul li a:hover { opacity: 0.7;}
section#event section ul li a img {
	display: block;
	width: auto;
	max-width: 318px;
	height: auto;
	max-height: 180px;
	margin: auto;
}
section#event section ul li a .event_link_wrap {
	position: relative;
	padding: 19px 19px 90px;
}
section#event section ul li a .event_link_wrap .event_link_btn {
	position: absolute;
	bottom: 19px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	border-left: 19px solid #fff;
	border-right: 19px solid #fff;
	height: 50px;
	line-height: 50px;
	background: #EBEFEC;
	font-size: 81.25%;
	text-align: center;
}
section#event section ul li a .event_link_wrap .event_link_btn span {
	display: inline-block;
	padding-left: 15px;
	background: url(img/arrow-right-green.svg) 0 center no-repeat;
}
.event_link_category { overflow: hidden;}
.event_link_category p { float: left; margin: 0 !important; font-size: 75% !important; line-height: 1.2 !important;}
.event_link_category img {
	display: block;
	float: left;
	width: 40px !important;
	height: auto;
	vertical-align: middle;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}
.event_link_category img:last-child { margin-right: 0 !important;}
section#event section ul li a p {
	font-size: 87.5%;
	margin-top: 16px;
	line-height: 1.5;
}
section#event section ul li a dl {
	font-size: 75%;
	line-height: 1.5em;
	margin-top: 15px;
}
section#event section ul li a dl dt {
	padding: 5px 0 0;
	width: 3em;
}
section#event section ul li a dl dd {
	margin-top: -1.5em;
	padding: 0 0 5px 3em;
	border-bottom: 1px dotted #999;
	word-break: break-all;
}
section#event section ul li a dl dd:last-child { border-bottom: none; padding-bottom: 0;}

.return {
	clear: both;
	text-align: right;
	margin-top: 20px;
}
.return a {
	background: url(img/arrow-top-green.svg) 0 center no-repeat;
	padding-left: 15px;
}


ul.page_list {
	overflow: hidden;
	margin-top: 20px;
}
ul.page_list li {
	float: left;
	width: 320px;
	margin-right: 20px;
}
ul.page_list li:last-child { margin-right: 0;}
ul.page_list li a {
	display: block;
	border: 1px solid #D1DAD3;
	text-decoration: none;
	color: #008552;
	padding: 30px 20px;
	transition: all 0.3s;
	text-align: center;
}
ul.page_list li a:hover { background: #CCE7DD;}
ul.page_list li a[target="_blank"] span {
	display: inline-block;
	background: url(img/popup-green.svg) 0 center no-repeat;
	padding-left: 15px;
}
ul.page_list li a span {
	display: inline-block;
}

#footer_wrap {
	font-size: 75%;
	clear: both;
	margin-top: 50px;
}
#footer_box {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#sns {
	float: left;
	overflow: hidden;
	line-height: 0;
	position: absolute;
	bottom: 10px;
}
.fb_iframe_widget { overflow: hidden;}
.fb_iframe_widget { display: inline-block !important; width: auto !important; height:20px; position: relative; margin-top: 0px; overflow: hidden;}
#sns #twitter-widget-1 { width: 70px !important;}
#return { float: right;}
#return a {
	display: block;
	background: url(img/pagetop.png) 0 0 no-repeat;
	width: 60px;
	height: 60px;
}
#return a:hover { background: url(img/pagetop-hover.png) 0 0 no-repeat;}
#return a span { display: none;}
#footer_b {
	background: #EBEFEC;
	padding: 20px 0;
}
#footer_b address {
	display: block;
	width: 1000px;
	margin: auto;
	overflow: hidden;
	line-height: 1.5;
}
#footer_b p {
	text-align: center;
	margin-top: 15px;
}
.br { display: none;}

#event_category {
	margin: 50px 0 40px;
	border-bottom: 2px solid #0C8053;
}
#event_category ul {
	overflow: hidden;
}
#event_category ul li {
	float: left;
	min-width: 300px;
	margin-right: 10px;
}
#event_category ul li a {
	display: block;
	padding: 12px;
	border: 1px solid #D9E0DA;
	border-bottom: none;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s;
	font-size: 93.75%;
	text-align: center;
}
#event_category ul li.now a,#event_category ul li a:hover {
	border: 1px solid #0C8053;
	border-bottom: none;
	color: #fff;
	background: #0C8053;
}

.data_table {
	width: 100%;
	border-top: 1px solid #D9E0DA;
	margin-top: 18px;
	border-left: 1px solid #D9E0DA;
}
.data_table th,.data_table td {
	border-bottom: 1px solid #D9E0DA;
	border-right: 1px solid #D9E0DA;
	font-size: 87.5%;
	text-align: center;
}
.data_table th { background: #F7F9F7; padding: 12px 5px;}
.data_table td div,.data_table td a {
	display: block;
	padding: 12px 5px;
	transition: all 0.3s;
}
.data_table td a:hover { background: #FFEDCE;}
.data_table td a span {
	display: inline-block;
	background: url(img/arrow-bottom-green.svg) 0 center no-repeat;
	padding-left: 15px;
}

.day_list { overflow: hidden;}
.day_list li { margin-top: 20px;}
.day_list li a {
	display: table;
	width: 100%;
	color: #333;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	overflow: hidden;
	box-sizing: border-box;
}
.day_list_thum {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	width: 200px;
}
.day_list_thum img { display: block; width: auto; height: auto; max-width: 100%;}

.day_list_txt { display: table-cell; vertical-align: middle; padding: 20px 20px 20px 0;}
.day_list_txt h4 {
	font-weight: bold;
	background: url(img/arrow-right-green.svg) 0 0.5em no-repeat;
	padding: 0 0 10px 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #999;
}
.day_list_txt p.day_list_txt_place {
	font-size: 75%;
	margin: 0;
	padding-top: 8px;
	padding-left: 3em;
	text-indent: -3em;
}
.day_list_txt .event_link_category p { line-height: 1.2;}



/*-------------------------------------------------------------
	ページに関する指定(tab)
-------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 999px) {

#nojs {
	width: auto;
	background: #fff;
	color: #f00;
	padding: 10px;
	border: 5px solid #F00;
	text-align: center;
	margin: 10px auto;
}

#header_wrap { width: auto; padding: 30px 20px;}
#header_wrap p img { margin: 0;}
#header_wrap a { right: 20px;}
h1 img { width: 180px; height: auto;}

main {
	width: auto;
	margin: 0 20px;
}
#promotion {
	overflow: auto;
	margin-top: 20px;
}
#youtube_wrap {
	width: 49%;
	margin-right: 2%;
}
#youtube {
	width: 100%;
}
#twitter { width: 49%; padding: 0;}
#twitter-widget-1 { width: 100% !important;}
nav#week_list ul li a:hover { background: #F7F9F7;}

section#about h2,section#event h2,section#access h2 {
	font-size: 150%;
}

#event nav ul {
	display: block;
}
#event nav ul li {
	display: table;
	float: left;
	width: 33.3333333%;
}
#event nav ul.data_link li {
	width: 50%;
}
#event nav ul li a {
	display: table-cell;
	vertical-align: middle;
}
#event_item p { float: none; margin: 0 !important;}
#event_item ul {
	float: none;
}
#event_item ul li {
	white-space: nowrap;
	margin-top: 10px;
}
section#about h3,section#event h3,section#access h3 {
	font-size: 125%;
}
section#event section ul li {
	width: 32%;
	margin: 20px 2% 0 0;
}
section#event section ul li a img {
	width: auto;
	max-width: 100%;
}

ul.page_list li {
	width: 32%;
	margin-right: 2%;
}
ul.page_list li a {
	padding: 20px;
}

#footer_box {
	width: auto;
	margin: 0 20px;
}
#return a {
	display: block;
	background: url(img/pagetop.png) 0 0 no-repeat;
	width: 60px;
	height: 60px;
}
#return a:hover { background: url(img/pagetop-hover.png) 0 0 no-repeat;}
#footer_b {
	padding: 20px;
}
#footer_b address {
	width: auto;
}
}


/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
body {
    -webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,
textarea,
select {
    font-size: 16px;
}
body {
	background: #fff;
	width: auto;
}
img {
	width: auto;
	height: auto !important;
	max-width: 100%;
}

#nojs {
	width: auto;
	background: #fff;
	color: #f00;
	padding: 10px;
	border: 5px solid #F00;
	text-align: center;
	margin: 10px auto;
}


#header_wrap {
	width: auto;
	padding: 0;
	position: relative;
}

#header_wrap h1 {
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
}
#header_wrap h1 img { width: 114px; height: auto;}

#header_nav {
	float: none;
	padding: 0;
}
#header_link {
	float: none;
	text-align: right;
	padding: 5px 5px 0 0;
	line-height: 45px;
	height: 45px;
}
#header_link a { font-size: 61.25%;}
#header_nav nav {
	float: none;
}
#header_nav nav ul { overflow: hidden; margin: 10px 0;}
body.fix { position: relative; min-height: 100%; top: 0; padding-top: 40px;}
#header_nav nav ul.fix { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; margin: 0;}
#header_nav nav ul li {
	width: 50%;
	margin-right: 0;
	text-align: center;
}
#header_nav nav ul li a {
	color: #fff;
	height: 40px;
	background: #0C8053;
	line-height: 40px;
	font-size: 81.25%;
}
#header_nav nav ul li a.on { background: #095536;}
#header_nav nav ul li:first-child a { border-right: 1px solid #fff;}
#header_nav nav ul li a span {
	display: block;
	padding-bottom: 0;
	border-bottom: none;
}
#header_nav nav ul li a:hover span,#header_nav nav ul li a.on span { border-color: none; background: url(img/arrow-top-white.svg) center bottom no-repeat;}


main { width: auto;}
#promotion {
	margin: 20px 20px 0;
}
#youtube_wrap{
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 10px;
	position: relative;
}
#youtube {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 56.25%;
}
#youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#twitter {
	width: 100%;
	height: 300px;
	float: none;
	padding: 0;
}
#twitter-widget-1 { width: 100% !important;}

nav#week_list { margin: 20px 20px 0;}
nav#week_list ul {
	display: block;
	overflow: hidden;
}
nav#week_list ul li {
	display: block;
	float: left;
	width: 50%;
}
nav#week_list ul li a {
	display: block;
	padding: 6px 10px;
}
nav#week_list ul li a span {
	display: block;
	background: url(img/arrow-bottom-green.svg) center bottom no-repeat;
	padding: 0 0 15px 0;
}

section#about,section#event,section#access { margin: 0 20px 20px;}
section#about h2,section#event h2,section#access h2 {
	font-size: 115%;
}

#event nav ul {
	display: block;
	overflow: hidden;
}
#event nav ul li {
	display: block;
	float: left;
	width: 50%;
	font-size: 87.5%;
}
#event nav ul li a {
	padding: 6px 10px;
}
#event nav ul li a span {
	display: block;
	background: url(img/arrow-bottom-green.svg) center bottom no-repeat;
	padding: 0 0 15px 0;
}
#event_item {
}
#event_item p { float: none; margin: 0 !important;}
#event_item ul {
	float: none;
}
#event_item ul li {
	float: none;
	margin: 10px 0 0;
}
#event_item ul li img { width: 52px !important; height: 20px !important;}
section#about h3,section#event h3,section#access h3 {
	font-size: 115%;
}
section#event section ul li {
	width: 49%;
	margin: 20px 2% 0 0;
}
section#event section ul li:nth-child(3n) { margin-right: 2%;}
section#event section ul li:nth-child(3n+1) { clear: none; float: left;}
section#event section ul li:nth-child(2n) { margin-right: 0;}
section#event section ul li:nth-child(2n+1) { clear: left; float: left;}
section#event section ul li a .event_link_wrap { padding: 10px;}
section#event section ul li a .event_link_wrap .event_link_btn {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	margin: 10px auto 0;
	border: none;
}
section#event section ul li a img {
	width: auto;
	max-width: 100%;
}
.event_link_category { margin-top: -5px;}
.event_link_category img { margin-top: 5px !important;}


ul.page_list {
	margin-top: 0;
}
ul.page_list li {
	float: none;
	width: auto;
	margin: 10px 0 0;
}
ul.page_list li a { padding: 20px;}

#footer_wrap {
	margin-top: 40px;
}
#footer_box { width: auto;}
#sns {
	float: none;
	position: relative;
	bottom: auto;
	text-align: center;
}
.fb_iframe_widget { overflow: hidden;}
.fb_iframe_widget { display: inline-block !important; width: auto !important; position: relative; margin-top: 0px; overflow: hidden;}
#return { float: none; margin-top: 20px;}
#return a,#return a:hover {
	display: block;
	background: #0C8053 url(img/pagetop-smp.svg) center no-repeat;
	width: auto;
	height: 30px;
}
#footer_b { padding: 20px;}
#footer_b address { width: auto;}



#event_category ul {
	margin-right: -10px;
}
#event_category ul li {
	min-width: 100px;
	box-sizing: border-box;
	width: 50%;
	padding-right: 10px;
	margin-right: 0;
}

.data_table td a span {
	display: block;
	background: url(img/arrow-bottom-green.svg) center bottom no-repeat;
	padding: 0 0 15px;
}





}


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

.data_table { font-size: 87.5%;}
.day_list li a {
	display: block;
	padding: 20px;
}
.day_list_thum {
	display: block;
	padding: 0;
	margin: auto;
	width: auto;
}
.day_list_thum img { width: 100%; height: auto;}

.day_list_txt { display: block; padding: 15px 0 0;}


}

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

section#event section ul li {
	float: none !important;
	width: 100%;
	margin: 20px 0 0 0 !important;
}

.event_link_category p { margin: 5px 0 0 !important;}



}