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

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

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

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

#main #specialOverview{
	padding-top: 15px;
}
#specialOverview .linkButton a{
	padding: 1.5em 6em;
}

	#specialOverview .remarks{
		display: block;
		width: 900px;
		margin: 30px auto 0;
	}

/* 展示資料 */
#tenji_shiryo{
	margin-top: 15px;
}
#tenji_shiryo dl{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1.5px dotted #54061a;
}
	#tenji_shiryo dl:last-of-type{
		border-bottom: none;
	}

#tenji_shiryo dl dt{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin: 0 15px;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_shiryo dl dd{
	display: inline-block;
	vertical-align: top;
	width: 510px;
	padding: 12px 0 5px 25px;
	box-sizing: border-box;
}

	#tenji_shiryo dl:nth-of-type(1) dt{
		height: 450px;
		width: 300px;
	}
	#tenji_shiryo dl:nth-of-type(1) dt img{
		width: auto;
		height: 100%;
	}
	#tenji_shiryo dl:nth-of-type(1) dd{
		width: 660px;
	}
	
	
#tenji_shiryo dl dd p{
	margin: 0 0 20px -25px;
	line-height: 1.3;
}
#tenji_shiryo dl dd p span{
	color: #54061a;
	font-weight: bold;
	display: block;
	font-size: 135%;
}


#event{}
#event dl.frame{
	margin: 30px 0 35px;
}
#event dl.frame dt{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-right: 15px;
}
#event dl.frame dt img{
	width: 100%;
	height: auto;
}
#event dl.frame dd{
	display: inline-block;
	vertical-align: top;
	width: 550px;
}
#event dl.frame dd .yoyaku{
	display: block;
	padding: 5px 15px;
	background-color: #CC0000;
	color: #FFFFFF;
	margin: 0 0 15px -5px;
	border-radius: 5px;
}
#event dl.frame dd .yoyaku span{
	font-size: 120%;
	font-weight: bold;
	margin-right: 5px;
}
#event dl.frame dd h5{
	display: inline-block;
	font-size: 150%;
	font-weight: bold;
	color: #54061a;
	margin-bottom: 8px;
}
#event dl.frame dd .text{
	font-size: 105%;
	line-height: 2.2;
	padding-left: 5px;
}
#event dl.frame dd .text img{
	display: block;
	width: 230px;
	float: right;
	margin: 8px 0 0 10px;
}
#event dl.frame dd .day{
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
	font-weight: bold;
}
#event dl.frame dd .day .time{
	display: block;
}
#event .linkButton{
	margin: 50px auto;
	width: 400px;
}
#event .linkButton a{
	width: 100%;
	box-sizing: border-box;
}

	.linkButton.end a{
		opacity: 0.4;
	}
	.linkButton.end::after{
		content: "※ イベントは終了しました ※";
		display: block;
		color: #CC0000;
		font-weight: bold;
		margin-top: 5px;
	}


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

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

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

#main #specialOverview{
	padding-top: 15px;
}
#specialOverview .linkButton a{
	padding: 1.5em;
	box-sizing: border-box;
	width: 95%;
	max-width: 380px;
}

#main .specialOthers{
	padding-bottom: 0;
}

/* 展示資料 */
#tenji_shiryo{
	margin-top: 15px;
}
#tenji_shiryo dl{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1.5px dotted #54061a;
}
	#tenji_shiryo dl:last-of-type{
		border-bottom: none;
	}
#tenji_shiryo dl dt{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: auto;
}
	#tenji_shiryo dl:nth-of-type(1) dt{
		height: calc(100vw - 30px);
		max-height: 500px;
	}
	#tenji_shiryo dl:nth-of-type(1) dt img{
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
#tenji_shiryo dl dd{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-top: 12px;
	box-sizing: border-box;
}
#tenji_shiryo dl dd p{
	margin-bottom: 15px;
	line-height: 1.3;
}
#tenji_shiryo dl dd p span{
	color: #54061a;
	font-weight: bold;
	display: block;
	font-size: 135%;
}

	
	#event{
		margin-bottom: 65px !important;
	}
	#event dl{
		display: block;
		margin: 20px 0 10px;
	}
	#event dl dt{
		display: block;
		margin-bottom: 5px;
	}
	#event dl dd{
		display: block;
	}
	
#event dl.frame{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 30px auto 20px;
}
#event dl.frame dt{
	display: block;
	width: 100%;
}
#event dl.frame dt img{
	width: 100%;
	height: auto;
}
#event dl.frame dd{
	display: block;
	width: 100%;
}
#event dl.frame dd .yoyaku{
	display: block;
	margin: 25px -15px 15px;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
}
#event dl.frame dd .yoyaku span{
	display: block;
	margin-bottom: 3px;
	padding: 5px 15px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 140%;
}
#event dl.frame dd h5{
	font-size: 150%;
	font-weight: bold;
	color: #54061a;
	margin-bottom: 3px;
}
#event dl.frame dd .text{
	font-size: 115%;
	line-height: 1.8;
}
#event dl.frame dd .text img{
	display: block;
	width: 85%;
	max-width: 400px;
	margin: 15px auto;
}
#event dl.frame dd .day{
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
#event dl.frame dd .day .time{
	display: block;
}
#event .linkButton{
	margin: 30px auto;
	width: 95%;
	max-width: 400px;
}
#event .linkButton a{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

	.linkButton.end a{
		opacity: 0.4;
	}
	.linkButton.end::after{
		content: "※ イベントは終了しました ※";
		display: block;
		color: #CC0000;
		font-weight: bold;
		margin-top: 5px;
	}




}
