@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: 30px 0;
}
#header_wrap p img {
	display: block;
	width: 206px;
	height: 42px;
	margin: auto;
}
#header_wrap a {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 30px;
	line-height: 42px;
	background: url(img/popup-green.svg) 0 center no-repeat;
	padding-left: 14px;
	color: #333;
	text-decoration: none;
	font-size: 75%;
}
#header_wrap a:hover { text-decoration: underline;}

main {
	display: block;
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
h1 img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: auto;
}
#promotion {
	margin-top: 20px;
	overflow: hidden;
}
#youtube {
	width: 490px;
	height: 300px;
	position: relative;
	float: left;
	margin-right: 20px;
}
#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;}

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;
	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;
	line-height: 20px;
}
#event_item p { float: left; margin: 0 20px 0 0 !important;}
#event_item ul {
	float: left;
	overflow: hidden;
}
#event_item ul li {
	float: left;
	margin-right: 20px;
}
#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 {
	padding: 19px;
}
.event_link_category { overflow: hidden;}
.event_link_category img {
	display: block;
	float: left;
	width: 52px !important;
	height: 20px !important;
	margin-right: 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;
}


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

#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; 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;
}

/*-------------------------------------------------------------
	ページに関する指定(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;}

main {
	width: auto;
	margin: 0 20px;
}
#promotion {
	overflow: auto;
	margin-top: 20px;
}
#youtube {
	width: 49%;
	margin-right: 2%;
}
#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 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%;
}
.event_link_category { margin-top: -5px;}
.event_link_category img { margin-top: 5px !important;}

#access ul li {
	width: 32%;
	margin-right: 2%;
}
#access ul 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: 15px 10px;
}
#header_wrap p img {
	width: 120px;
	height: 25px;
	margin: 0;
}
#header_wrap a { top: 15px; line-height: 25px; right: 10px;}

main { width: auto;}
#promotion {
	margin: 20px 20px 0;
}
#youtube {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 10px;
  position: relative;
  width: 100%;
  xmax-width: 400px;
  padding-top: 56.25%;
}
#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: 60px 20px 0;}
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%;
}
#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 img {
	width: auto;
	max-width: 100%;
}
.event_link_category { margin-top: -5px;}
.event_link_category img { margin-top: 5px !important;}

#access ul {
	margin-top: 0;
}
#access ul li {
	float: none;
	width: auto;
	margin: 10px 0 0;
}
#access ul 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;}

}


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

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




}