@charset "UTF-8";
/* CSS Document */

#price_down h2 {
	position: relative;
	text-align: center;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	margin: 20px 0 10px;
	line-height: 1.6;
}
#price_down h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #D95958, #D95958 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #D95958, #D95958 2px, #fff 2px, #fff 4px);
}
#price_down .red {
	font-size: 2.8rem;
}
#price_down .price_down--text {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	padding: 5px 0 30px;
}
 .block-event-page--goods .block-goods-list--sort-order-items {
	display: none;
}

/*---------------------------
もっと見る非表示
--------------------------*/
.block-link {
  display: none;
}

