@charset "UTF-8";
/* CSS Document */

.linkButton.pre{
	pointer-events: none;
	opacity: 0.8;
}
.linkButton.pre a{
	color: #664444;
	border-color: #775555;
	background: none;
}

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

	#main #specialOverview{
		padding-top: 15px;
	}

	/* 展示資料 */
	#tenji_shiryo{
		margin: 30px 0;
	}

	#tenji_shiryo > div{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
		margin-top: 70px;
	}
	#tenji_shiryo dl{
		width: 480px;
		margin-bottom: 40px;
	}
	#tenji_shiryo dl dt{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	#tenji_shiryo dl dt img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	#tenji_shiryo dl dd{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1.3;
	}
	#tenji_shiryo dl dd span{
		font-weight: bold;
	}

	
	#course{
		padding-bottom: 50px;
	}
	#course .wrapper > div{
		position: relative;
		padding: 20px 0;
		/* border-bottom: 1.5px dotted #54061a; */
	}
	#course .wrapper > div:first-of-type{
		padding-top: 8px;
	}
	#course .day{
		font-size: 120%;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#course .wrapper > div > dl{}
	#course .wrapper > div > dl > dt{
		display: inline-block;
		vertical-align: top;
		color: #54061a;
		font-size: 107%;
		font-weight: bold;
		background-color: #eee;
		padding: 2px 20px;
	}
	#course .wrapper > div > dl dd{
		display: inline-block;
		vertical-align: top;
		line-height: 1.4;
	}
	#course .wrapper > div > dl dd > span{
		display: block;
		margin-right: 0.7em;
		color: #54061a;
		font-size: 128%;
		font-weight: bold;
	}
	#course dl.lecturer{
		display: flex;
	}
	#course dl.lecturer dt{
		margin-right: 0.5em;
	}
	#course dl.lecturer dt::after{
		content: "…";
		margin-left: 0.3em;
	}

	
	#course .wrapper > div .linkButton{
		position: absolute;
		bottom: 25px;
		right: 0;
	}
	#course .linkButton a{
		padding: 13px 80px;
	}
	#course .wrapper > .caution{
		margin-top: 15px;
	}
	#course .wrapper > .linkButton{
		margin: 40px 0 0;
	}
	#course .wrapper > .linkButton a{
		padding: 20px 100px;
	}


	#event .day{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	#event .title{
		font-size: 19px;
		font-weight: bold;
		color: #54061A;
	}
	#event .lecturer{
		margin-top: 5px;
	}
	#event dl.info{
		display: flex;
		margin-top: 15px;
	}
	#event dl.info dt{
		padding: 2px 1.5em;
		font-size: 16px;
		font-weight: bold;
		color: #54061A;
		background-color: #EEEEEE;
		margin-right: 0.7em;
	}
	#event dl.info dd{
		padding-top: 2.5px;
	}


}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

	#main #specialOverview{
		padding-top: 15px;
	}

	/* 展示資料 */
	#tenji_shiryo{}

	#tenji_shiryo > div{
		display: block;
	}
	#tenji_shiryo dl{
		width: 95%;
		max-width: 500px;
		margin: 0 auto 25px;
	}
	#tenji_shiryo dl dt{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	#tenji_shiryo dl dt img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	#tenji_shiryo dl dd{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1.3;
	}

	#tenji_shiryo dl dd span{
		font-weight: bold;
	}

	
	#course{
		padding-bottom: 30px;
	}
	#course .wrapper > div{
		padding-bottom: 25px;
		border-bottom: 1.5px dotted #54061a;
	}
	#course .day{
		font-size: 120%;
		font-weight: bold;
		margin: 17px 0 5px;
	}

	#course .wrapper > div > dl{}
	#course .wrapper > div > dl > dt{
		display: inline-block;
		vertical-align: top;
		color: #54061a;
		font-size: 107%;
		font-weight: bold;
		background-color: #eee;
		padding: 2px 20px;
		margin-bottom: 2px;
	}
	#course .wrapper > div > dl > dd{
		display: inline-block;
		vertical-align: top;
	}
	#course .wrapper > div > dl > dd > span{
		display: block;
		margin-right: 0.7em;
		color: #54061a;
		font-size: 128%;
		font-weight: bold;
	}
	#course .wrapper > div > dl > dd > span span{
		display: block; 
	}
		
	#course dl.lecturer{
		display: block;
	}
	#course dl.lecturer dt{
		margin-right: 0.5em;
	}
	#course dl.lecturer dt::before{
		content: "《";
	}
	#course dl.lecturer dt::after{
		content: "》";
	}
	#course dl.lecturer dd{
		padding-left: 0.6em;
	}
	
	#course .linkButton{
		display: block;
		margin-top: 20px;
	}
	#course .linkButton a{
		width: 90%;
		max-width: 450px;
		padding: 22px 0;
	}
	#course .wrapper > .caution{
		margin-top: 15px;
	}
	#course .wrapper > .linkButton{
		margin: 20px 0 0;
	}
	#course .wrapper > .linkButton a{
		width: 75%;
		max-width: 400px;
		padding: 17px 0;
	}


	#event .day{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	#event .title{
		font-size: 17px;
		font-weight: bold;
		color: #54061A;
	}
	#event .title span{
		display: block;
	}
	#event .lecturer{
		margin-top: 5px;
	}
	#event dl.info{
		display: block;
		margin-top: 15px;
	}
	#event dl.info dt{
		display: inline-block;
		padding: 2px 1.5em;
		font-size: 14px;
		font-weight: bold;
		color: #54061A;
		background-color: #EEEEEE;
		margin-bottom: 3px;
	}
	#event dl.info dd{
		display: block;
	}

}
