@charset "UTF-8";

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*-------------
全デバイスとスマホ向け
-------------*/
html,body {
	width:100%;
	height:100%;
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.6;
	font-size: 13px;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}

/*body*/
body {
	width: 100%;
	background: #583725;
	font-family: 'Noto Sans Japanese', sans-serif, 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', 'Osaka‐等幅';
	color: #333333;
	font-size: 1.0em;
	border-top: 16px solid #3f8038;
}
a {
	color: #ea68a2;
}
a:hover {
	color: #ea68a2;
	text-decoration: none;
}

.market-green {
	color: #3f8038;
}

/*header*/
#header {
	border-top: 18px solid #583725;
}
#header h1 {
}

#movie {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#movie iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.btn {
	background:transparent url(../images/btn.png) no-repeat 0 0;
	display: block;
	width:35px;
	height: 35px;
	position: fixed;
	top:20px;
	right:20px;
	cursor: pointer;
	z-index: 200;
}
.peke {
	background-position: -35px 0;
}
.drawr {
	display: none;
	background-color:rgba(0,0,0,0.6);
	position: fixed;
	top: 0px;
	right:0;
	width:260px;
	height: 100%;
	padding:60px 0 20px 20px;
	z-index: 100;
}
ul#menu {
	list-style-type: none!important;
}
#menu li {
	width:260px;
}
#menu li a {
	color:#fff;
	display: block;
	padding: 10px;
}

/*contents*/
#contents {
	background: #fbfcee;
}
.column {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}
.column-inner {
	width: 90%;
	margin: 0 auto;
}
.column h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
.column h3 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
}
.column p {
	font-size: 13px;
}

#main {
	background: #fff;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}
#place {
	position: absolute;
	top: 81%;
	margin:0;
	padding:0;
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
}

/*message*/
#message {
	background: #fbfcee;
	padding-top: 25px;
	padding-bottom: 25px;
}
.message-copy {
	text-align: center;
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: bold;
	color: #583725;
}
#message p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

/*talk session*/
#talk {
	background: #fff;
}
#talk h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 1.5;
}
#talk p {
	margin-bottom: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.talk-time {
	text-align: center;
	font-size: 18px!important;
}

/*market*/
#market {
	background: #fbfcee;
}
.m-title {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#market h4 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#market ul {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
}
#market li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 20px;
	letter-spacing: normal;
}
#market li:nth-child(even) {
	margin-right: 0;
}
.market-img {
	width: 100%;
	margin-bottom: 10px;
}
#market h5 {
	font-size: 13px;
	margin-bottom: 7px;
	line-height: 1.5;
	font-weight: normal;
}
#market li p {
	margin-bottom: 5px;
	font-size: 12px;
}
.url {
	text-align: right;
}

/*live*/
#live {
	background: #ffffff;
}
#live li {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#live li:last-child {
	margin-bottom: 0;
}
.live-img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#live h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 1.5;
}
#live p {
	margin-bottom: 15px;
}

/*event*/
#event li {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#event li:last-child {
	margin-bottom: 0;
}
.event-img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#event h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 1.5;
}
#event p {
	margin-bottom: 15px;
}

/*timetable*/
#timetable {
	background: #ffffff;
}
#timetable h4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 15px;
}
#timetable h5 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 15px;
}
#timetable table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#timetable th {
	font-weight: normal;
	padding: 7px 10px;
	font-size: 13px;
	border: 3px solid #fff;
	background: #666;
	color: #fff;
}
#timetable td {
	padding: 7px 10px;
	font-size: 13px;
	background: #f8f8f8;
	border: 3px solid #fff;
	line-height: 1.5;
}
.tbl-th {
	width: 30%!important;
}
.time {
	width: 10%!important;
}
.event {
	background: #000!important;
	color: #fff;
}

/*access*/
#access {
	background: #f9f9f9;
}
#access h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
}
#map {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#access p {
	text-align: center;
}

/*info*/
#info {
	background: #ffffff;
}
#info p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}


/*footer*/
footer {
	width: 100%;
	margin-top: 30px;
}
.footlogo {
	font-family: 'Rubik', sans-serif;
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.footlogo img {
	width: 100%;
	max-width: 897px;
}
address {
	font-size: 50%;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 70px;
	color: #fff;
}




/*-------------
PC向け（680px以上）
-------------*/
@media only screen and (min-width: 680px) {

.rollover a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*body*/
body {
	font-size: 1.0em;
	border-top: 24px solid #3f8038;
}
#header {
	border-top: 30px solid #583725;
}
.main-img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#movie {
	width:1000px;
	height: 600px;
	margin: 40px auto;
	padding-top: 0;
}
#movie iframe {
	position:absolute;
	top:0;
	right:0;
	width:1000px;
	height:600px;
}

/*contents*/
#contents {
}
.column {
	padding-top: 40px;
	padding-bottom: 40px;
}
.column-inner {
	width: 1000px;
}
.column h2 {
	font-size: 33px;
	margin-bottom: 10px;
}
.column h3 {
	font-size: 17px;
	margin-bottom: 20px;
}
.column p {
	font-size: 14px;
	line-height: 1.7;
}
/*main*/
#main {
	width: 100%;
	background: #fff;
}
#place {
	position: absolute;
	color: #000;
	top: 92%;
	margin:0;
	padding:0;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

/*message*/
#message {
	padding-top: 50px;
	padding-bottom: 50px;
}
.message-copy {
	font-size: 30px;
}
.message-mark {
	width: 250px;
	margin: 20px auto;
}
#message p {
	width: 1000px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5!important;
}

/*talk session*/
#talk {
}
#talk ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
}
#talk li {
	display: inline-block;
	width: 470px;
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	letter-spacing: normal;
	vertical-align: top;
}
#talk li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.talk-img {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#talk h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
#talk p {
	margin-bottom: 0;
	text-align: center;
}
.talk-time {
	margin-bottom: 20px!important;
}

/*workshop*/
#workshop {
}
.workshop-img {
	width: 150px;
	margin-bottom: 25px;
}
#workshop h4 {
	font-size: 18px;
	margin-bottom: 12px;
}
#workshop p {
	text-align: center;
}

/*market*/
#market {
}
.m-title {
	width: 100px;
	margin-bottom: 10px;
}
.m-title img {
	width: 100px;
}
#market h4 {
	font-size: 16px;
	margin-bottom: 20px;
	width: 1000px;
}
#market ul {
	width: 1000px;
}
#market li {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin-right: 35px;
	margin-bottom: 20px;
	letter-spacing: normal;
}
#market li:nth-child(even) {
	margin-right: 35px;
}
#market li:nth-child(3) {
	margin-right: 0;
}
#market li:nth-child(6) {
	margin-right: 0;
}
#market li:nth-child(9) {
	margin-right: 0;
}
#market li:nth-child(12) {
	margin-right: 0;
}
.market-img {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#market h5 {
	font-size: 13px;
	margin-bottom: 3px;
	line-height: 1.5;
	font-weight: normal;
}
#market li p {
}

/*live*/
#live {
}
#live ul {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.4em;
}
#live li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 0;
	margin-right: 35px;
	letter-spacing: normal;
	margin-bottom: 0;
}
#live li:last-child {
	margin-right: 0;
}
.live-img {
	width: 200px;
	margin-bottom: 10px;
}
#live h4 {
	font-size: 18px;
	margin-bottom: 8px;
}
#live p {
	text-align: left;
	margin-bottom: 0;
}

/*event*/
#event {
}
#event ul {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.4em;
}
#event li {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-left: 0;
	margin-right: 20px;
	letter-spacing: normal;
	margin-bottom: 0;
}
#event li:last-child {
	margin-right: 0;
}
.event-img {
	width: 300px;
	margin-bottom: 10px;
}
#event h4 {
	font-size: 18px;
	margin-bottom: 8px;
}
#event p {
	text-align: left;
	margin-bottom: 0;
}


/*timetable*/
#timetable {
}
#timetable h4 {
	width: 1000px;
	margin-bottom: 12px;
	font-size: 17px;
}
#timetable h5 {
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 17px;
}
#timetable table {
	width: 1000px;
}
#timetable th {
	padding: 12px 20px;
	font-size: 14px;
	border: 5px solid #fff;
}
#timetable td {
	padding: 12px 20px;
	font-size: 14px;
	border: 5px solid #fff;
}
.tbl-th {
	width: 450px;;
}
.event {
}

/*access*/
#access {
}
#access h4 {
	margin-bottom: 15px;
	font-size: 16px;
}
#map {
	width: 1000px;
	margin-bottom: 15px;
}
#access p {
}

/*info*/
#info {
}
#info p {
	width: 1000px;
	margin-bottom: 15px;
}

/*footer*/
footer {
	padding-top: 25px;
}
.footlogo {
	font-size: 30px;
}
address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 70px;
}

}