@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{

	#specialDetail #top .comment{
		line-height: 1.65;
	}
	
	#specialOverview{
		padding-top: 30px !important;
	}
	#specialOverview .linkButton a{
		padding: 1.5em 6em;
	}

	.specialOthers #tenji_shiryo{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 970px;
		padding-top: 30px;
}
	.specialOthers #tenji_shiryo dl{
		margin: 0 auto 40px;
		width: 450px;

	}
	.specialOthers #tenji_shiryo dl dt{
		/*display: block;*/
		height: 310px;
		margin: 0 auto 5px;
		overflow: hidden;
		display: flex;
		place-content: center;
	}
	.specialOthers #tenji_shiryo dl dt img{
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	.specialOthers #tenji_shiryo dl dd{
		display: block;
		text-align: center;
		padding-top: 5px;
		line-height: 1.3;
	}
	.specialOthers #tenji_shiryo dl dd p{
		display: block;
		color: #54061A;
		font-size: 16px;
		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 dl{}
	#course dl dt{
		display: inline-block;
		vertical-align: top;
		color: #54061a;
		font-size: 107%;
		font-weight: bold;
		background-color: #eee;
		padding: 2px 20px;
		margin-right: 5px;
	}
	#course dl dd{
		display: inline-block;
		vertical-align: top;
	}
	#course dl dd p{
		display: block;
		margin-right: 0.7em;
		color: #54061a;
		font-size: 128%;
		font-weight: bold;
		line-height: 1.3;
	}
	
	#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;
	}

	
	#sponsorship{
	}
	#sponsorship dl{
		display: flex;
		flex-wrap: nowrap;
	}
	#sponsorship dl dt,
	#sponsorship dl dd{
		display:block;
		box-sizing: border-box;
	}
	#sponsorship dl dt{
		width: 5.5em;
	}
	#sponsorship dl dt span{
		letter-spacing: 2em;
	}
	
	#sponsorship dl dd{
		width: calc(100% - 5.5em);
	}
	#sponsorship dl dd ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#sponsorship dl dd ul li{
		display: inline-block;
	}
	#sponsorship dl dd ul li::after{
		content: "・";
	}
	#sponsorship dl dd ul li:last-of-type::after{
		display: none;
	}

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

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

@media screen and (max-width: 768px) {
	
	#pageTitle{
		border-bottom: none;
	}
	
	#specialDetail #top{
		padding-top: 0 !important;
	}
	#specialDetail #top .title{}
	
	#specialDetail #top .comment{
		line-height: 1.7;
	}
	
	#specialOverview{
		padding-top: 15px;
	}
	#specialOverview .linkButton a{
		padding: 1.5em;
		box-sizing: border-box;
		width: 95%;
		max-width: 380px;
	}
	.specialOthers{
		padding-bottom: 0;
	}
	
	.specialOthers #tenji_shiryo{}
	.specialOthers #tenji_shiryo dl{
		display: block;
		width: 100%;
		margin: 0 auto 30px;
	}
	.specialOthers #tenji_shiryo dl dt{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.specialOthers #tenji_shiryo dl dt img{
		display: block;
		width: 100%;
		height: auto;
	}
	.specialOthers #tenji_shiryo dl dd{
		display: block;
		text-align: center;
		padding-top: 5px;
		line-height: 1.4;
	}
	.specialOthers #tenji_shiryo dl dd p{
		display: block;
		color: #54061A;
		font-size: 15px;
		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 dl{}
	#course dl dt{
		display: inline-block;
		vertical-align: top;
		color: #54061a;
		font-size: 107%;
		font-weight: bold;
		background-color: #eee;
		padding: 2px 20px;
		margin-bottom: 5px;
	}
	#course dl dd{
		display: inline-block;
		vertical-align: top;
	}
	#course dl dd p{
		display: block;
		margin-right: 0.7em;
		color: #54061a;
		font-size: 128%;
		font-weight: bold;
		line-height: 1.3;
	}
	
	#kouen .linkButton,
	#course .linkButton{
		display: block;
		margin-top: 20px;
	}
	#kouen .linkButton a,
	#course .linkButton a{
		width: 90%;
		max-width: 450px;
		padding: 22px 0;
	}
	
	#course .wrapper > .linkButton{
		margin: 20px 0 0;
	}
	#course .wrapper > .linkButton a{
		width: 75%;
		max-width: 400px;
		padding: 17px 0;
	}


	#sponsorship{
		padding: 0 20px !important;
	}
	#sponsorship dl{
		display: block;
		margin-bottom: 10px;
	}
	#sponsorship dl dt,
	#sponsorship dl dd{
		display: block;
	}
	#sponsorship dl dd{
		padding-left: 1em;
	}
	#sponsorship dl dd ul{}
	#sponsorship dl dd ul li{
		display: block;
		margin-bottom: 2px;
	}
	
	
}
