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

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

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

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

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

/* 展示資料 */
#tenji_shiryo{
	margin-top: 15px;
}
#tenji_shiryo dl{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1.5px dotted #54061a;
}
#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 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%;
}

#tenji_photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 65px;
}
#tenji_photo dl{
	width: 470px;
	margin: 0 20px 40px;
}
#tenji_photo dl:last-of-type{
	width: 550px;
}
#tenji_photo dl dt{
	display: block;
	width: 100%;
}
#tenji_photo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_photo dl dd{
	display: block;
	width: 100%;
	padding: 3px 0 0 7px;
	box-sizing: border-box;
}
#tenji_photo dl dd span{
	margin-right: 1.2em;
}

#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: 20px;
}
#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: 115%;
	line-height: 2.2;
	padding-left: 5px;
}
#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 dl.info{
	width: 80%;
	margin: 25px auto 0;
}
#event dl.info dt{
    display: inline-block;
	vertical-align: top;
	width: 4.2em;
    color: #54061a;
    font-size: 107%;
    font-weight: bold;
    background-color: #eee;
    padding: 2px 15px;
	margin-right: 8px;
	text-align: center;
}
#event dl.info dd{
    display: inline-block;
	vertical-align: top;
	width: calc( 100% - 10em );
	padding-top: 3px;
}
#event dl.info dd ul{
	list-style-type: disc;
	padding-left: 18px;
}

#event .caution{
	display: block;
	width: 80%;
	margin: 30px auto;
}
#event .caution p{
	font-size: 110%;
	margin: 30px 0 3px;
}
#event .caution ul{
	list-style-type: disc;
	padding-left: 1.5em;
}
#event .caution ul li{
	margin: 5px 0;
}
#event .linkButton{
	display: block;
	position: relative;
}
#event .linkButton .pre{
	display: block;
	width: 100%;
	height: 105%;
	position: absolute;
	top: -1px;
	font-size: 108%;
	font-weight: bold;
	padding: 6px 10px;
	box-sizing: border-box;
	color: #CC0000;
	background-color: rgba(255, 255, 255, 0.7);
}

#event .kyushi{
	font-size: 110%;
	line-height: 1.7;
	padding-left: 20px;
}
#event .kyushi p{
	font-size: 110%;
	font-weight: bold;
	margin-left: -20px;
}





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

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

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

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

/* 展示資料 */
#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 dt{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: 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%;
}
#tenji_photo{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0;
}
#tenji_photo dl{
	width: 100%;
	margin-bottom: 25px;
}
#tenji_photo dl dt{
	display: block;
	width: 100%;
}
#tenji_photo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_photo dl dd{
	display: block;
	width: 100%;
	padding: 3px 0 0 7px;
	box-sizing: border-box;
}
#tenji_photo dl dd span{
	margin-right: 1.2em;
}



#main #event{
	padding-top: 0;
}
#event dl.frame{
	display: block;
	width: 100%;
	max-width: 500px;
	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 .day{
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
#event dl.frame dd .day .time{
	display: block;
}
#event dl.info{
	width: 100%;
	margin: 0 auto 15px;
}
#event dl.info dt{
    display: inline-block;
	vertical-align: top;
	width: 4.2em;
    color: #54061a;
    font-size: 107%;
    font-weight: bold;
    background-color: #eee;
    padding: 2px 15px;
	margin-right: 8px;
	text-align: center;
}
#event dl.info dd{
    display: block;
	vertical-align: top;
	width: 100%;
	padding: 5px 0 0 3px;
}
#event dl.info dd ul{
	list-style-type: disc;
	padding-left: 18px;
}

#event .caution{
	display: block;
	width: 100%;
	margin: 30px auto;
}
#event .caution p{
	font-size: 120%;
	margin: 30px -5px 3px;
}
#event .caution p:nth-of-type(2){
	text-align: center;
	font-size: 140%;
}
#event .caution p:nth-of-type(2) span{
	display: inline-block;
}
#event .caution ul{
	list-style-type: disc;
	padding-left: 1.5em;
}
#event .caution ul li{
	margin: 5px 0;
}
#event .linkButton{
	display: block;
	width: 100%;
	position: relative;
}
#event .linkButton span{
	display: inline-block;
}
#event .linkButton a{
	width: 95%;
	padding: 20px;
	box-sizing: border-box;
}

#event .linkButton .pre{
	display: block;
	width: 96%;
	height: 105%;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 115%;
	font-weight: bold;
	padding: 4px 10px;
	box-sizing: border-box;
	color: #CC0000;
	background-color: rgba(255, 255, 255, 0.7);
}

#event .kyushi{
	font-size: 110%;
	line-height: 1.7;
}
#event .kyushi p{
	font-size: 110%;
	font-weight: bold;
	margin-left: -20px;
}




}
