@charset "utf-8";


/* taiken
-------------------------------------------------*/
.museum-prof {
    width: 56%;
    margin: 0 auto;
	text-align: justify;
}
.museum-prof .clm_30p {
    margin-right: .6rem;
}

@media screen and (max-width: 450px){
	#leadtxt{
		text-align:left;
	}
	#leadtxt br{
		display:none;
	}
}
@media screen and (max-width: 650px){
	#kobo_event_lead{
		text-align:left;
	}
	#kobo_event_lead br{
		display:none;
	}
}
@media screen and (max-width: 600px){
	.museum-prof {
	    width: 100%;
	}
}


/* movie trigger */
.mv_item{
	clear:both;
	width:100%;
	max-width:650px;
	padding:10px;
	background: #fff;
	box-shadow: 0 0 18px rgb(0 0 0 / 30%);
	border-radius: 8px;
	margin:0 auto;
	transition:.3s;
}
	.mv_item:hover{
		transform-origin:center;
		transform:scale(1.02);
	}
	.mv_item a{
		display:flex;
		flex-flow:row nowrap;
		justify-content:space-between;
	}
	.mv_item img{
		width:30%;
		align-self:flex-start;
	}
	.mv_ttl{
		width:68%;
		padding-left:3.5rem;
		align-self:center;
		background:url(/img/i_kachinko_pink.png) no-repeat 0 0;
	}
	.mv_ttl span{
		display:inline-block;
		padding:6px 10px 4px;
		color:#fff;
		font-size:.85rem;
		line-height:1;
		background:rgba(160, 119, 40, .8);
		border-radius:4px;
	}
	.mv_ttl h2{
		font-family:"丸フォーク M";
		font-size:1.2rem;
		color:rgb(160, 119, 40);
		line-height:1.2;
		margin:0 0 .5rem;
	}
	.mv_ttl h2 span{
		font-size:.85rem;
	}
	.mv_ttl p{
		color:rgb(160, 119, 40);
		font-size:.9rem;
		line-height:1.5;
	}
@media screen and (max-width: 500px){
	.mv_item a{
		display:block;
	}
	.mv_item img{
		width:100%;
	}
	.mv_ttl{
		width:100%;
		margin-top:10px;
	}
}




