/*-----------------
time table
-----------------*/
#day1{

}
#day2{
	margin: 60px auto 0;
}
.timetable section h2{
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: #3e1a08 solid 2px ;
}
.timetable section h2 small{
	font-size: 15px;
}
.contents_time{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 30px;
	width: 100%;
}
.contents_time+h2{
	margin-top: 60px;
}
.contents_img{
	width: 45%;
	margin-left: 10px;
}
.contents_prf{
	clear: both;
	padding-top: 10px;
	width: 100%;
}
.contents_prf a{
	background: #fff;
	display: inline-block;
	width: 89.34%;
	padding:1em 5.33%;
	font-size: 13px;
	line-height: 20px;
    border-radius: 9999px;
}
.contents_name{
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	width: calc(55% - 10px);
}
.contents_name strong{
	font-size: 1.3em;
	font-weight: 600;
	display: inline-block;
	margin-top: 0.5em;
}
.contents_name.en strong{
	font-size: 1.5em;
}
.contents_time.mainarea{
	background: #d69232;
}
.contents_time.subarea{
	background: #588f4e;
}
.contents_time p,
.contents_time p a{
	color: #fff;
}

.mainarea .contents_prf a{
	color: #d69232!important;
}
.subarea .contents_prf a{
	color: #588f4e!important;
}


