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

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

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

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

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

/* 展示構成 */
#tenji_kousei{
	display: block;
	width: 910px;
	text-align: left;
	margin: 0 auto;
}
#tenji_kousei dl{
	margin: 30px 0;
}
#tenji_kousei dl dt{
	font-size: 108%;
	font-weight: bold;
}
#tenji_kousei dl dd{
	margin-bottom: 10px;
	padding-left: 15px;
}


/* 展示資料 */
#tenji_shiryo{
	margin-top: 50px;
}

#main #tenji_shiryo h3{
	margin: 30px 0 15px;
	}
#tenji_shiryo dl{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
#tenji_shiryo div dl{
	width: 100%;
}
#tenji_shiryo dl dt{
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_shiryo dl dd{
	text-align: center;
}

#tenji_shiryo #shiseki{
	text-align: center;
}
#tenji_shiryo #shiseki > dl{
	width: 500px;
	margin-right: 40px;
}
#tenji_shiryo #shiseki > div{
	display: inline-block;
	width: 430px;
}

#tenji_shiryo #kinen{
	text-align: center;
}
#tenji_shiryo #kinen > div{
	display: inline-block;
	width: 460px;
	margin-right: 60px;
}
#tenji_shiryo #kinen > dl{
	width: 350px;
}

#tenji_shiryo #meisho{
	text-align: center;
}
#tenji_shiryo #meisho dl:nth-of-type(1){ width: 700px; margin-bottom: 40px; }
#tenji_shiryo #meisho dl:nth-of-type(2){ width: 350px; margin-right: 40px; }
#tenji_shiryo #meisho dl:nth-of-type(3){ width: 500px; }


#course{
	position: relative;
}
#course .day{
	font-size: 120%;
	font-weight: bold;
	margin: 25px 0 5px;
}
#course dl{}
#course dl dt{
	display: inline-block;
	vertical-align: top;
	color: #54061a;
	font-size: 107%;
	font-weight: bold;
	background-color: #eee;
	padding: 2px 20px;
}
#course dl dd{
	display: inline-block;
	vertical-align: top;
}
#course dl dd span{
	display: block;
	margin-right: 0.7em;
	color: #54061a;
	font-size: 128%;
	font-weight: bold;
}

#course .linkButton{
	position: absolute;
	top: 10px;
	right: 0;
}
#course .linkButton a{
	padding: 17px 100px;
}
#course .linkButton .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255,255,255,0.65);
	font-weight: bold;
	color: #CC0000;
}
#course .linkButton .mask + p{
	position: relative;
	z-index: 10;
	font-weight: bold;
	color: #CC0000;
}
}
/*======================================================

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

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

#main #specialOverview{
	padding-top: 15px;
}
	
#main .specialOthers{
	padding-bottom: 0;
}

/* 展示構成 */
#tenji_kousei{
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
#tenji_kousei dl{
	margin: 30px 0;
}
#tenji_kousei dl dt{
	font-size: 108%;
	font-weight: bold;
}
#tenji_kousei dl dd{
	margin-bottom: 10px;
	padding-left: 15px;
}


/* 展示資料 */
#tenji_shiryo{
	margin-top: 40px;
	text-align: center;
}

#main #tenji_shiryo h3{
	margin: 10px 0 15px;
	text-align: left;
	}
#tenji_shiryo dl{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
}
#tenji_shiryo dl dt{
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_shiryo dl dd{
	text-align: center;
}

#tenji_shiryo #meisho dl:nth-of-type(1){
	max-width: 650px;
}	
#tenji_shiryo #meisho dl:nth-of-type(2){
	width: 70%;
	max-width: 350px;
}
#tenji_shiryo #kinen > dl{
	width: 70%;
	max-width: 350px;
}

	
#course{
	padding-bottom: 20px;
}
#course .day{
	font-size: 120%;
	font-weight: bold;
	margin: 25px 0 5px;
}
#course dl{}
#course dl dt{
	display: inline-block;
	vertical-align: top;
	color: #54061a;
	font-size: 107%;
	font-weight: bold;
	background-color: #eee;
	padding: 2px 20px;
}
#course dl dd{
	display: inline-block;
	vertical-align: top;
}
#course dl dd span{
	display: block;
	margin-right: 0.7em;
	color: #54061a;
	font-size: 128%;
	font-weight: bold;
}

#course .linkButton{
	display: block;
	position: relative;
	margin-top: 20px;
}
#course .linkButton a{
	width: 90%;
	max-width: 450px;
	padding: 22px 0;
}
#course .linkButton .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.65);
	font-weight: bold;
	color: #CC0000;
}
#course .linkButton .mask + p{
	position: relative;
	z-index: 10;
	font-weight: bold;
	color: #CC0000;
}


}
