@charset "utf-8";


/* feature
-------------------------------------------------*/

#feature{
	position:relative;
	width:890px;
	margin:3rem auto 0;
}
@media(max-width: 891px) {
	#feature{
		width:97%;
	}
}

.ttl_momijimatsuri{
	width:min(100%,850px);
	margin:0 auto;
}
	#d_momijigari h2{
		position:relative;
		width:min(88%,653px);
		margin:0 auto;
	}
	p.lead_mmj{
		text-align: center;
		color:#EF821D;
		font-weight:bold;
		margin:0 auto 5vh;
	}
@media(max-width: 441px) {
	p.lead_mmj{
		text-align: left;
	}
	p.lead_mmj br{
		display:none;
	}
}
	
	.d_momijigari_wrap{
		width:min(100%,674px);
		text-align: center;
		margin:0 auto;
	}
	.btn_momijigari{
		background: #EF821D;
	}



.d_pickup{
	width:min(100%,970px);
	text-align: center;
}



/* coupon */
.otoku-pon{
	padding:2rem 1000px;
	background-color:#fffbd2;
	background-image:url(/img/bd_grass_green.png), url(/img/bd_grass_green.png);
	background-position:top left, bottom left;
	background-repeat:repeat-x, repeat-x;
	margin:0 -1000px 10vh;
}
.otoku-pon p{
	color:rgb(42,156,128);
	font-weight:bold;
	margin:0 auto 10px;
}


/* indivisual */

.m_event{
	width:min(100%,854px);
}

.clm_img:not(:last-child)::after, .clm2:not(:last-child)::after {
	height:1px;
    margin-bottom:0;
}

.ttl_label_green{
	background:#EF821D;
}
.clm_data dt.cl_green{
	color:#EF821D;
}

