@charset "utf-8";

.tab02 ul {
	justify-content: center;
}

.mvCont {
	margin: 0 0 65px 0;
}
.mvCont p:first-child {
	margin: 0 0 55px 0;
}
.mvCont h4 + p,
.mvCont h4 + p + p {
	margin: 0 0 20px 0;
}
.mvCont ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.contents .secBox + .secBox {
	margin-top: 60px;
}

.expoCont + .expoCont {
	margin: 40px 0 0 0;
}
.expoCont p {
	margin: 0 0 20px 0;
}
.expoCont .food {
	margin: 20px 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.expoCont .food li {
	margin-bottom: 10px;
	width: 240px;
}
.expoCont .food li p {
	margin-top: 6px;
}

.columnBox {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.columnBox > * {
	width: 480px;
}
.columnBox > figure {
	width: 500px;
}
.columnBox figure img + img {
	margin-top: 20px;
}
.columnBox figure figcaption {
	margin-top: 10px;
}
.columnBox .schedule dl dt {
	float: left;
}
.columnBox .schedule li > p {
	font-weight: bold;
	margin-bottom: 8px;
}
.columnBox .schedule li + li {
	margin-top: 20px;
}
.columnBox .schedule dl dd {
	margin: 0 0 5px 140px;
}
.columnBox .schedule dl dd.box {
	margin: 0 0 15px 0;
	padding: 15px;
	border: solid 1px #000;
}
.columnBox .schedule + .notes {
	margin-top: 20px;
}
.columnBox .notes {
	padding-left: 1em;
	text-indent: -1em;
}
.columnBox .notes li {
	font-size: 14px;
}


dl.info {
	width: 800px;
	box-sizing: border-box;
	text-align: center;
	margin: 30px auto 0;
	border-right: solid 2px #a814d9;
	border-left: solid 2px #1b7ad4;
	padding: 25px;
	position: relative;
}
dl.info:before {
	content: "";
	width: 796px;
	height: 2px;
	background:-webkit-gradient(linear, left top, right bottom, from(#1b7ad4), to(#a814d9 ));
	background:-moz-linear-gradient(left, #1b7ad4, #a814d9 );
	background:linear-gradient(left, #1b7ad4, #a814d9 );
	position: absolute;
	top: 0;
	left: 0;
}
dl.info:after {
	content: "";
	width: 796px;
	height: 2px;
	background:-webkit-gradient(linear, left top, right bottom, from(#1b7ad4), to(#a814d9 ));
	background:-moz-linear-gradient(left, #1b7ad4, #a814d9 );
	background:linear-gradient(left, #1b7ad4, #a814d9 );
	position: absolute;
	bottom: 0;
	left: 0;
}
dl.info dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
dl.info dd {
	display: inline-block;
	margin-top: 10px;
}
dl.info dd img {
	display: block;
	float: left;
}
dl.info dd p {
	margin-left: 85px;
	text-align: left;
}


.exhibitArea .clr {
	margin-top: 40px;
}
.exhibitArea .clr table:first-child {
	float: left;
}
.exhibitArea .clr table:last-child {
	float: right;
}
.exhibitArea table {
	width: 500px;
}
.exhibitArea table tr {
	border-top: solid 1px #333;
}
.exhibitArea table tr:last-child {
	border-bottom: solid 1px #333;
}
.exhibitArea table th {
	width: 70px;
	text-align: center;
	font-size: 14px;
	background: #ffe67a;
	border-right: solid 1px #333;
}
.exhibitArea table th {
	padding: 5px;
}
.exhibitArea table th + td {
	padding: 10px;
	font-size: 14px;
	line-height: 2;
}

/* umaimon */
.umaimon .exhibitArea h5.ttl02 {
	margin-top: 60px;
}
.umaimon .exhibitArea table {
	width: 100%;
}
.umaimon .exhibitArea table tr {
	border-top: solid 1px #333;
}
.umaimon .exhibitArea table tr:last-child {
	border-bottom: solid 1px #333;
}
.umaimon .exhibitArea table th {
	width: 5%;
	text-align: center;
	font-size: 14px;
	background: #ffe67a;
	border-right: solid 1px #333;
	padding: 10px;
}
.umaimon .exhibitArea table th:nth-child(2) {
	width: 25%;
}
.umaimon .exhibitArea table th:last-child {
	border-right: none;
	width: 70%;
}
.umaimon .exhibitArea table td {
	padding: 10px;
	font-size: 14px;
	line-height: 2;
	border-right: solid 1px #333;
}
.umaimon .exhibitArea table td:last-child {
	border-right: none;
}

.umaimon .exhibitArea figure {
	position:relative;
}
.umaimon .exhibitArea figure span {
	position: absolute;
	top: 282px;
	right: 40px;
}
.umaimon .exhibitArea figure span + span {
	top: 863px;
	right: 68px;
}

/* -----------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
	.tab01 {
		margin-bottom: 60px;
		box-shadow: none;
	}
}

/* -----------------------------------------------------------------------------
	SP
----------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
	.rwd .mvCont .ttl01 + p {
		padding: 0 15px;
	}
	.tab01 {
		margin-bottom: 60px;
		box-shadow: none;
	}
	.tab01 li.active a span {
		color: #fff;
	}
}