@charset "UTF-8";

html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, a,li, ol, span, small, th, td, dd, dt {
	-webkit-font-smoothing: antialiased;
	line-height: 1.8;
  color: #000;
}
.greenlink a,
.greenlink a:link,
.greenlink a:hover,
.greenlink a:focus {
	color: #01A73C;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
	font-family: Hiragino UD Sans F W6 JIS2004;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
body {
	font-size: 1.6em;
	font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sp_menu button {display: none;}
.spbr {
	display: none;
}

.wrap {
	background: no-repeat top center url(../img/bg01.png);
	background-size: 100%;
}

/* common */
section {
	text-align: center;
	padding-top: 120px;
}
section.bggrey {
	background: #F7F7F7;
}
h2 {
	font-size: 6rem;
	font-family: Hiragino UD Sans F W6 JIS2004;
}
h3 {
	font-size: 3.2rem;
	font-family: Hiragino UD Sans F W6 JIS2004;
	margin-bottom: 40px;
}
h4 {
	font-size: 1.8rem;
	font-family: Hiragino UD Sans F W6 JIS2004;
}

table {
	width: 54%;
	margin: auto;
	text-align: left;
}
table th {
	background: #EAEAEA;
	padding: 1em;
	border-bottom: solid 1px #FFF;
	font-family: Hiragino UD Sans F W6 JIS2004;
	width: 25%;
	white-space: nowrap;
}
table td {
	padding: 1em;
	background: #fff;
	border-bottom: solid 1px #EAEAEA;
	font-family: Hiragino UD Sans F W5 JIS2004;
	max-width: 500px;
	width: 75%;
}
table tr.last th,table tr.last td {
border-bottom: solid 1px #EAEAEA;
}
.titgreen {
	font-size: 1.8rem;
	color: #90C31F;
	font-family: Hiragino UD Sans F W6 JIS2004;
	margin-bottom: 40px;
}
.wbox {
	margin: 0 auto 20px;
	padding: 80px 80px 60px 80px;
	max-width: 1040px;
	position: relative;
	text-align: left;
	background: #fff;
	border-radius: 16px;
}
hr {
	border-top: solid 2px #EAEAEA;
}

.entrybtn a,.entrybtn a:link {
	margin: auto;
	width: 28rem;
	background: #303638;
	border-radius: 9999px;
	color: #fff;
	font-size: 2.4rem;
	padding: 2rem;
	display: block;
}
.flexbox {
	display: flex;
}
.fs60{
	font-size: 6rem;
}
.fs40{
	font-size: 4rem;
}
.fs30{
	font-size: 3rem;
}
.fs24{
	font-size: 2.4rem;
}
.fs20 {
	font-size: 2rem;
}
.fs18 {
	font-size: 1.8rem;
}
.fs14 {
	font-size: 1.4rem;
}
.fs12 {
	font-size: 1.2rem;
}
.fs10 {
	font-size: 1rem;
}
.fw6 {
	font-family: Hiragino UD Sans F W6 JIS2004;
}
.fw5 {
	font-family: Hiragino UD Sans F W5 JIS2004;
}
.fw4 {
	font-family: Hiragino UD Sans F W4 JIS2004;
}
.fw3 {
	font-family: Hiragino UD Sans F W3 JIS2004;
}
.pb120 {
	padding-bottom: 120px;
}
.mb80{
	margin-bottom: 80px;
}
.mb120{
	margin-bottom: 120px;
}
.mb40{
	margin-bottom: 40px;
}
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.w30per {
	width: 30%;
}
.w550 {
	width: 550px;
}
.w260 {
	width: 260px;
}
.w70per{
	width: 70%;
}
.w30per{
	width: 30%;
}
.green {
	color: #01A73C;
}
.yellowgreen {
	color: #90C31F;
}
.lh130 {
	line-height: 1.3;
}
.tar {
	text-align: right;
}
.lightgrey {
	color: #cccccc;
}
/* navi */
nav{
	top: 0px;
	color: #000;
	display: block;
	position: fixed;
	width: 100%;
	padding: 10px 0 0 10px;
	z-index: 999;
}
h1 {
	width: 25%;
	line-height: 5em;
}
h1 img {
	max-width: 360px;
}
ul#gnavi{
	display: flex;
	flex-wrap: wrap;  
	justify-content: flex-end;
	width: 75%;
	font-family: Hiragino UD Sans F W6 JIS2004;	
}
ul#gnavi li{
	padding: 0 10px;
}
ul#gnavi li a{
	color: #000;
	text-decoration: none;
	line-height: 3em;
}
/* 
header nav ul#gnavi li:last-child a {
	color: #fff;
  	display: block;
  	background-color: #303638;
  	border-radius:  9999px;
	box-sizing: border-box;
	width: 9em;
	text-align: center;
}
 */
 

/* mv */
.mv{
	padding-top: 70px;
	text-align: center;	
	height: 100%;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    width: 100%;
	margin-bottom: 100px;
}

/* about */
.time {
	display: block;
	border: solid 2px #01A73C;
	color: #01A73C;
	border-radius: 4px;
	font-size: 1.3rem;
	font-family: Hiragino UD Sans F W6 JIS2004;
	padding: 0 0.6rem;
	margin-right: 10px;
}
section#about .greenboxouter {
margin-bottom: 120px;
}
section#about table {
	width: 48%;
	border: solid 1px #EAEAEA;
	margin-bottom: 40px;
}
section#about {
	background: no-repeat bottom center url(../img/bg02.png);
	background-size: 100%;
	padding-bottom: 120px;
}
section#about ul{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 120px;
	align-items: center;
	justify-content: center;
	column-gap: 45px;
}
section#about ul li{
max-width: 300px;
    text-align: center;
}
.greenboxouter {
	max-width: 888px;
	height: 272px;
margin: 0 auto 40px;
background:  linear-gradient(to bottom, #90C31F 0%, #01A73C 100%);
border-radius: 16px;
padding: 12px;
}
.greenboxinner {
background: white;
border-radius: 12px;
text-align: left;
max-width: 888px;
height: 246px;
padding: 40px;
column-gap: 65px;
align-items: center;
}

section#program {
	background: #F7F7F7 no-repeat bottom center url(../img/bg03.png);
	background-size: 100%;
	padding-bottom: 120px;
	}

section#program h3 {
margin-bottom: 20px;
}

section#program .mainspeaker {
	column-gap: 5%;
	}
section#program .speaker {
column-gap: 5%;
}

section#program .speaker li {
	width: 45%;
	}

ul.themelist {
padding-left: 2em;
margin-bottom: 1em;
}
ul.themelist li {
	margin-bottom: 0.4em;
	list-style: circle;
}

section#exhibition {
	background: no-repeat bottom center url(../img/bg02.png);
	background-size: 100%;
	padding-bottom: 120px;
	}

section#exhibition ul {
	max-width: 1040px;
	margin: auto;
	column-gap: 45px;
	text-align: left;
	margin-bottom: 80px;
}
section#exhibition ul li {
	width: 30%;
}
section#previous ul {
	width: 100%;
	flex-wrap: wrap;
}
section#previous ul li{
	width: 20%;
	line-height: 0.6;
}


section#faq .wbox {
margin-bottom: 10px;
	padding: 30px 40px 30px 40px;
}
section#faq .wbox.wboxlast {
margin-bottom: 40px;
}
section#faq dl dt {
	margin-bottom: 1em;
}
footer {
	text-align: center;
	background: #F7F7F7;
	padding-bottom: 120px;
}

footer ul.flexbox {
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
footer ul.flexbox li {
width: 50px;
}
footer .logo {
	width: 270px;
	margin: auto;
	margin-bottom: 80px;
}
footer a,
a:link,
a:hover,
a:focus {
	text-decoration: none;
	color: #000;
	font-family: Hiragino UD Sans F W5 JIS2004;
}


/*デバイスの横幅が750px以下の場合*/
@media screen and (min-width:750px) and  (max-width:1270px) {
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 30px;
		top   : 20px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	  }
	  .hamburger span {
		display : block;
		position: absolute;
		width   : 40px;
		height  : 4px ;
		left    : 6px;
		background : #303638;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	  }
	  .hamburger span:nth-child(1) {
		top: 10px;
	  }
	  .hamburger span:nth-child(2) {
		top: 24px;
	  }
	  .hamburger span:nth-child(3) {
		top: 38px;
	  }
	  
	  /* スマホメニューを開いてる時のボタン */
	  .hamburger.active span:nth-child(1) {
		top : 20px;
		left: 6px;
		background :#303638;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	  }
	  
	  .hamburger.active span:nth-child(2),
	  .hamburger.active span:nth-child(3) {
		top: 20px;
		background :#303638;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	  }
	  
	  /* メニュー背景　*/
	  nav.globalMenuSp {
		position: fixed;
		z-index : 2;
		top  : 0;
		left : 0;
		color: #fff;
		background: #90C31F;
		text-align: center;
		width: 100%;
		height: 100vh;
		opacity: 0;
		display: none;
		transition: opacity .6s ease, visibility .6s ease;
		font-size: 2.4rem;
	  }
	  h1 {
		width: 100%;
		padding-top: 5vh;
	  }
	  	  h1 img {
		max-width: 400px;
	  }
	  nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	  }
	  
	  nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	  }
	  nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	  }
	  nav.globalMenuSp ul li:hover{
		background :#ddd;
	  }
	  
	  nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration :none;
	  }
	  
	  /* クリックでjQueryで追加・削除 */
	  nav.globalMenuSp.active {
		opacity: 100;
		display: block;
	  }
	  header nav ul#gnavi li:last-child a {
		margin: auto;
		width: 50%;
		margin-top: 3rem;
	  }
	  .mv{ 
		background-size: cover;
		position: relative;
		text-align: center;
		padding: 15% 30px 0 30px;
		margin-bottom: 10%;
	}
	section {
		padding: 0 30px;
		padding-top: 4vh;
	 }
	h2 {
		font-size: 4rem;
	}
	section#about .greenboxouter {
margin-bottom: 10%;
	}
		.greenboxinner {
		column-gap: 5%;
	}
	section#about ul {
	flex-wrap: nowrap;
column-gap: 3%;
	}
	section#about ul li div {
		width: 80%;
		margin: auto;
	}
	section#about table {
		width: 100%;
	}
	ul.themelist {
		padding-left: 1em;
	}
	table {
		width: 100%;
		font-size: 1.4rem;
	}
	section#about table {
		width: 100%;
	}
	section#exhibition ul {
		column-gap: 3%;
	}
.tabletbr {
		display: block;
	}
	.fs30{
		font-size: 1.8rem;
	}
	
}
	
@media screen and (max-width:750px) {

	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 2px;
		top   : 2px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	  }
	  .hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #303638;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	  }
	  .hamburger span:nth-child(1) {
		top: 10px;
	  }
	  .hamburger span:nth-child(2) {
		top: 20px;
	  }
	  .hamburger span:nth-child(3) {
		top: 30px;
	  }
	  
	  /* スマホメニューを開いてる時のボタン */
	  .hamburger.active span:nth-child(1) {
		top : 20px;
		left: 6px;
		background :#303638;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	  }
	  
	  .hamburger.active span:nth-child(2),
	  .hamburger.active span:nth-child(3) {
		top: 20px;
		background :#303638;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	  }
	  
	  /* メニュー背景　*/
	  nav.globalMenuSp {
		position: fixed;
		z-index : 2;
		top  : 0;
		left : 0;
		color: #fff;
		background: #90C31F;
		text-align: center;
		width: 100%;
		height: 100vh;
		opacity: 0;
		display: none;
		transition: opacity .6s ease, visibility .6s ease;
	  }
	  h1 {
		width: 100%;
		padding-top: 5vh;
	  }
	  	  h1 img {
		max-width: 300px;
	  }
	  nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	  }
	  
	  nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	  }
	  nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	  }
	  nav.globalMenuSp ul li:hover{
		background :#ddd;
	  }
	  
	  nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration :none;
	  }
	  
	  /* クリックでjQueryで追加・削除 */
	  nav.globalMenuSp.active {
		opacity: 100;
		display: block;
	  }
	  header nav ul#gnavi li:last-child a {
		width: 100%;
		margin-top: 3rem;
	  }

	 section {
		padding: 0 10px;
		padding-top: 0.2vh;
	 }
	.mv{ 
		background-size: cover;
		position: relative;
		text-align: center;
		padding: 15% 10px 0 10px;
		margin-bottom: 10%;
	}
	.titgreen {
		font-size: 1.2rem;
		margin-bottom: 8%;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2.4rem;
		margin-bottom: 5%;
	}
	h4 {
		font-size: 2rem;
	}
	.fs60{
		font-size: 4rem;
	}
	.fs40{
		font-size: 2rem;
	}
	.fs30{
		font-size: 1.8rem;
	}
	.fs24{
		font-size: 1.5rem;
	}
	.fs20 {
		font-size: 1.5rem;
	}
	.fs18 {
		font-size: 1.5rem;
	}
	.fs14 {
		font-size: 1.4rem;
	}
	.w260 {
		width: 60%;
		margin: auto;
	}
	.spbr {
		display: block;
	}
	table {
		width: 100%;
		font-size: 1.4rem;
	}
	section#about table {
		width: 100%;
	}
	section {
		padding-top: 15%;
	}
	section#about .w260 {
		margin-bottom: 5%;
	}
	section#about .greenboxouter {
		margin-bottom: 15%;
	}

	section#about ul{
		padding-bottom: 10%;
	}
	section#about ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 4%;
		max-width: 80%;
	}
	section#about ul li div {
		width: 35%;
		margin-right: 3%;
	}
	section#about ul li p {
		text-align: left;
		width: 62%;
	}

	section#program .speaker {
		column-gap: 0;
		}
		
		section#program .speaker li {
			width: 100%;
			}

	section#exhibition ul {
		margin-bottom: 0px;
	
	}
		section#exhibition ul li {
			width: 100%;
		margin-bottom: 10%;
	}
	section#exhibition dt {
font-size: 2.2rem;
	}
.greenboxouter {
		height: 66%;
	}
.greenboxinner {
		height: 66%;
		padding: 10%;
	}
ul.themelist {
	padding-left: 1em;
}
section#previous ul li {
    width: 50%;
}

section#exhibition ul {
width: 78%;
}
section#exhibition .greenboxouter {
		height: 66%;
	}
	section#exhibition .greenboxinner {
		height: 66%;
		padding: 10%;
	}

	.pb120 {
		padding-bottom: 80px;
	}
	.mb80{
		margin-bottom: 60px;
	}
	.mb120{
		margin-bottom: 80px;
	}
	.mb40{
		margin-bottom: 20px;
	}
	.mb20{
		margin-bottom: 10px;
	}
	.flexbox {
		flex-wrap: wrap;
	}
	.w70per {
		width: 100%;
	}
	.w30per {
		width: 100%;
	}
	.spmb10per {
		margin-bottom: 10%;
	}
.wbox {
padding: 10%;
}
section#faq .wbox {
	padding: 10%;
}
footer .logo {
	width: 50%;
	margin-bottom: 10%;
}






}