@charset "utf-8";

/* events
-------------------------------------------------*/

.thumb-nav li:nth-of-type(2){
	border: 2px solid #ff9136;
}
	.thumb-nav li:nth-of-type(2) a span{
		color:#ff9136;
	}
	.thumb-nav-2 li {
		width: 47%;
		margin: 0 1% .4rem;
	}

.btn_calendar{
	width:125px;
	height:44px;
	overflow:hidden;
	margin:0 auto;
}

.fr_ttl_green{
	padding: .6rem 0 .6rem;
}


#d_xmas{
	position:relative;
	line-height: 0;
	border-radius: 4rem;
	overflow: hidden;
}

#d_special{
	padding:3rem 1000px;
	background:#fffadb;
	margin:0 -1000px;
}
	.ttl_spm{
		padding:.6rem;
		text-align: center;
		color:#fff;
		font-size:1.3rem;
		font-weight:bold;
		background:rgb(205, 92, 92);
		border-radius: 3px;
		margin:4rem auto 4rem;
	}
	#m_tokubetsu{
		width:90%;
		max-width:430px;
		margin:0 auto;
	}
	#m_regular{
		width:90%;
		max-width:465px;
		margin:0 auto;
	}
	#d_special .ttl_label_green{
		position:relative;
		background:#ff9136;
	}
	#d_special .ttl_label_green::after{
		position:absolute;
		display:block;
		content:'';
		left:5px;
		top:-21px;
		width:126px;
		height:30px;
		background:url(/events/m_special.png) no-repeat 0 0;
	}
	#d_special .cl_green{
		color:#ff9136;
	}


.em_item_txt{
	padding:0 2rem 0 0;
}

.clm_img{
	position:relative;
	display:flow-root;
}
	.clm_img:not(:last-child)::after,
	.clm2:not(:last-child)::after{
		content: "";
		display: table;
		clear: both;
		
		position:relative;
		display:block;
		content:'';
		left:-10%;
		bottom:0;
		width:120%;
		height:15px;
		background:#fff;
		margin-bottom:30px;
	}
	.clm_data{
		clear:both;
	}
	.clm_img_item{
		margin-bottom:0;
	}

.bd_btm_grass{
	padding-bottom:1rem;
	background:url(/img/bd_grass_green.png) repeat-x left bottom;
}


#em_real-takarasagashi .plan-link{
	width:11rem;
}

.eve_fin::after{
	position: absolute;
	display: block;
	content: '';
	left: -3%;
	top: -3%;
	width: 106%;
	height: 106%;
	background: rgba(255 255 255 / .6) url("/img/m_fin_thank.webp") no-repeat 50% 50%;
	background-size: min(50%,325px);
	border-radius: 1rem;
	z-indeex: 1;
}


@media screen and (max-width: 640px){
	.em_item_txt{
		width:100%;
		padding:0 0 0 0;
	}
	.em_item_img{
		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;
	cursor:pointer;
}
	.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(/gallery/i_kachinko_grn.png) no-repeat 0 0;
	}
	.mv_ttl span{
		display:inline-block;
		padding:6px 10px 4px;
		color:#fff;
		font-size:.85rem;
		line-height:1;
		background:rgb(42,156,128);
		border-radius:4px;
	}
	.mv_ttl h2{
		font-family:"丸フォーク M";
		font-size:1.2rem;
		color:rgb(42,156,128);
		line-height:1.2;
		margin:0 0 .5rem;
	}
	.mv_ttl h2 span{
		font-size:.85rem;
	}
	.mv_ttl p{
		color:rgb(42,156,128);
		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;
	}
}


#timetable .table_green th,
#timetable .table_green td{
	vertical-align: middle;
	line-height:1.2;
}
#timetable .table_green th{
	width:28%;
	text-align:center;
	padding:.6rem .4rem;
}
	#timetable .table_green th:first-child{
		width:16%;
		padding:.6rem .4rem;
	}
	#timetable .table_green td{
		padding:.6rem .4rem;
	}

@media(max-width: 500px){
	#timetable .table_green th wbr{
		display:block;
	}
}



