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

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

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

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

	#specialDetail .content{
		padding-top: 10px;
	}
	
	.specialOthers{
		margin-bottom: 50px !important;
	}
	
#main #specialOverview{
	padding-top: 15px;
	margin-bottom: 60px;
}
#specialOverview .linkButton a{
	padding: 1.5em 6em;
}

	#specialOverview .remarks{
		display: block;
		width: 900px;
		margin: 30px auto 0;
	}
	
	/* 展示資料 */
	ul#tenji_shiryo{
		width: 1000px;
		margin: 50px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: top;
	}
	ul#tenji_shiryo li{
		width: 46%;
		margin-bottom: 40px;
		text-align: center;
		font-size: 14px;
		line-height: 1.3;
	}
	ul#tenji_shiryo li p{
		font-weight: bold;
		font-size: 15px;
	}
	ul#tenji_shiryo li img{
		object-fit: contain;
		display: block;
		width: 100%;
		height: 300px;
		margin-bottom: 7px;
	}
	
	ul#tenji_shiryo li:nth-of-type(n+3):nth-of-type(-n+4) img{ height: 400px; }
	ul#tenji_shiryo li:nth-of-type(3) img{ object-position: 0 20px; margin-bottom: -65px; }
	ul#tenji_shiryo li:nth-of-type(n+5):nth-of-type(-n+6){ margin-top: -35px; }
	ul#tenji_shiryo li:nth-of-type(6) img{ object-position: bottom; }

	
	#profile{
		display: block;
		width: 850px;
		margin: 30px auto 70px;
		padding-bottom: 6px;
		background-color: #f6ecef;
	}
	#profile h5{
		position: relative;
		top: -3px;
		left: 2px;
		font-weight: bold;
		font-size: 32px;
		color: #FFFFFF;
		line-height: 1;
		text-shadow: 1px 2px 2px rgba(84, 6, 26, 0.35);
	}
	#profile div{
		display: block;
		box-sizing: border-box;
		width: 830px;
		margin: 8px auto;
		padding: 18px 22px 20px 35px;
		background-color: #FFFFFF;
	}
	#profile div .name{
		font-weight: bold;
		color: #54061A;
		font-size: 17px;
		margin: 0 0 10px -10px;
	}
	#profile div .web{
		display: block;
		margin-top: 15px;
	}
	#profile div .web a{
		display: inline-block;
		margin-left: 0.8em;
	}
	
	#event_list{
		margin-bottom: 40px !important;
	}
	#event_list .wrapper > ul > li{
		text-align: left;
		padding: 35px 0 30px;
		border-bottom: 5px dotted #C38A99;
	}
	#event_list .wrapper > ul > li:first-of-type{
		padding-top: 20px;
	}
	#event_list h5{
		color: #54061a;
		font-size: 128%;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#event_list .day{
		font-size: 114%;
		font-weight: bold;
	}
	
	#event_list li h5{
		margin-bottom: 10px;
	}
	
	#event_list li .cat{
		display:inline-block;
		background-color:#54061a;
		color:#fff;
		font-size: 95%;
		margin-right: 5px;
		padding:1px 10px;
	}
	#event_list li .state{
		display: inline-block;
		color: #54061a;
		background-color: #eee;
		padding: 2px 10px;
		margin-bottom: 2px;
	}
	#event_list li .state.jizen{
		background-color: #CC0000;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#event_list li dl.info{
		display: flex;
		align-items: flex-start;
		margin: 10px 0;
		padding-left: 10px;
	}
	#event_list li dl.info dt{
		color:#54061a;
		font-size: 105%;
		font-weight:bold;
		background-color:#eee;
		padding: 1px 20px;
		margin-right: 10px;
	}
	#event_list li dl.info dd{
		padding-top: 2px;
		}
	
	#event_list dl dt > span{
		letter-spacing: 1em;
	}
	
	#event_list ul#workshop li{
		border-bottom: 5px dotted #C38A99;
	}
	#event_list #workshop li > dl{
		display: flex;
	}
	#event_list #workshop li > dl > dt{
		width: 300px;
		margin-right: 25px;
	}
	#event_list #workshop li#nurie > dl > dt{
		width: 220px;
	}
	#event_list #workshop li > dl > dt img{
		display: block;
		width: 100%;
		height: auto;
		background-image: url("../images/ch01.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#event_list ul#workshop li .linkButton{
		margin-top: 25px;
	}
	
	#event_list #workshop + .linkButton{
		margin: 40px 0 10px;
	}
	
	#shop{
		margin-top: 70px !important;
	}
	
	#shop ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 725px;
		margin: 35px auto 0;
	}
	#shop ul li:nth-of-type(1){
		width: 100%;
		margin-bottom: 10px;
	}
	#shop ul li:nth-of-type(n+2){
		width: 49.6%;
	}

	#shop ul li img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#shop > div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 750px !important;
		margin: 0 auto;
	}
	#shop > div > dl{
		width: 300px;
		margin: 30px 0; 
	}
	#shop > div > dl dt{
		display: block;
		margin-bottom: 5px;
	}
	#shop > div > dl dt img{
		display: block;
		width: 100%;
		height: auto;
	}
	#shop > div > dl dd{
		display: block;
		text-align: center;
	}
/*	#shop .day{
		display: block;
		text-align: center;
		margin-top: 15px;
	}
*/
	
	#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.wide dt{
		width: auto;
		margin-right: 0.35em;
	}
	#sponsorship dl dt span{
		letter-spacing: 2em;
	}
	
	#sponsorship dl dd{
		width: calc(100% - 5.5em);
	}
	#sponsorship dl.wide dd{
		width: auto;
	}
	#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;
	}

	
	#cmMovie .video{
		display: block;
		margin: 50px auto;
		width: 800px;
		height: 450px;
		box-sizing: content-box;
		padding: 12px 15px;
		background-color: #B8AED4;
		border-radius: 5px;
	}
	#cmMovie .video video{
		display: block;
		width: 100%;
		height: 100%;
	}
	


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

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

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

	#specialDetail .content:first-of-type{
		padding: 0;
	}
	#specialDetail .content:first-of-type .wrapper:first-of-type{
		width: calc(100% - 8px);
		margin: 0 auto !important;
	}
	#specialDetail .title h4{
		display: block;
		width: calc(100% - 30px);
	}
	
#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: 40px;
		text-align: center;
	}	
	
	ul#tenji_shiryo{
		display: block;
		width: 100%;
		max-width: 550px;
		margin: 35px auto;
	}
	ul#tenji_shiryo li{
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto 25px;
		line-height: 1.3;
	}
	#tenji_shiryo li img{
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	#tenji_shiryo li:nth-of-type(4) img{
		width: 78%;
		max-width: 430px;
	}
	#tenji_shiryo li p{
		font-weight: bold;
		font-size: 14px;
	}

	#profile{
		display: block;
		width: 100%;
		margin: 50px auto 25px;
		padding-bottom: 6px;
		background-color: #f6ecef;
	}
	#profile h5{
		position: relative;
		top: -6px;
		left: 2px;
		font-weight: bold;
		font-size: 32px;
		color: #FFFFFF;
		line-height: 1;
		text-shadow: 1px 2px 2px rgba(84, 6, 26, 0.35);
	}
	#profile div{
		display: block;
		box-sizing: border-box;
		width: calc(100% - 20px);
		margin: 5px auto;
		padding: 10px 15px 15px 25px;
		background-color: #FFFFFF;
	}
	#profile div .name{
		font-weight: bold;
		color: #54061A;
		font-size: 17px;
		margin: 0 0 10px -10px;
	}
	#profile div .web{
		display: block;
		margin-top: 15px;
	}
	#profile div .web a{
		display: inline-block;
		margin-left: 0.8em;
	}
	
	#workshop{
		margin-bottom: 50px !important;
	}
	#workshop .day{
		font-size: 128%;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#workshop .indent{
		text-indent: -1em;
	}
	
	#workshop .cat{
		display:inline-block;
		background-color:#54061a;
		color:#fff;
		font-size: 95%;
		margin-right: 5px;
		padding:1px 10px;
	}
	#workshop .state{
		display:inline-block;
		color:#54061a;
		background-color:#eee;
		padding:2px 10px;
	}
	#event_list li .state.jizen{
		background-color: #CC0000;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	
	#workshop h5{
		color: #54061a;
		font-size: 128%;
		font-weight: bold;
		margin: 2px 0 8px;
	}

	#workshop dl.info {
		margin-bottom: 10px;
	}
	#workshop dl.info:last-of-type{
		margin-bottom: 20px;
	}
	
	#workshop dl.info dt{
		display: inline-block ;
		vertical-align: top;
		color:#54061a;
		font-size: 105%;
		font-weight:bold;
		background-color:#EEEEEE;
		padding: 1px 1.5em;
		margin-bottom: 5px;
	}
	#workshop dl.info dd{
		display: block;
		vertical-align: top;
	}
	#workshop dl.info dt span{
		letter-spacing: 1em;
	}
	
	#workshop li{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 5px;
		border-bottom: 4px dotted #C38A99;
	}
	#workshop li > dl:first-of-type{
		margin-top: 15px;
	}
	#workshop li > dl > dt{
		width: 90%;
		max-width: 400px;
		margin: 0 auto 15px;
	}
	#workshop li > dl > dt img{
		display: block;
		width: 100%;
		height: auto;
	}
	#workshop li > dl > dd{
		width: 100%;
	}
	#workshop li > dl > dd .linkButton{
		margin: 20px auto;
		width: 80%;
		max-width: 400px;
	}
	#workshop li > dl > dd .linkButton a{
		width: 100%;
		box-sizing: border-box;
		padding: 1.2em;
	}
	
	#workshop + .linkButton{
		margin: 30px 0;
	}
	#workshop + .linkButton a{
		width: 95%;
		max-width: 400px;
		padding: 20px 0;
	}
	
	
	#shop{}
	
	#shop ul{
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}
	#shop ul li{
		width: 100%;
		margin-bottom: 10px;
	}

	#shop ul li img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#shop > div{
		display: block;
		width: 80% !important;
		max-width: 450px;
		margin: 0 auto !important;
	}
	#shop > div > dl{
		display: block;
		margin-bottom: 40px;
	}
	#shop > div > dl dt{
		display: block;
		margin-bottom: 7px;
	}
	#shop > div > dl dt img{
		display: block;
		width: 100%;
		height: auto;
	}
	#shop > div > dl{
		display: block;
	}
	#shop > div > dl dd{
		display: block;
		text-align: center;
	}
/*	#shop .day{
		display: block;
		text-align: center;
		margin-top: 10px;
	}
*/
	
	
	
	#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;
	}


	#cmMovie .video{
		display: block;
		position: relative;
		left: -7px;
		margin: 25px auto 50px;
		width: 100%;
		box-sizing: content-box;
		padding: 7px;
		background-color: #B8AED4;
		border-radius: 5px;
	}
	#cmMovie .video video{
		display: block;
		width: 100%;
		height: auto;
	}
	


}
