@charset "shift-jis";
/* --------------------------------------------------------------
店舗イベントページ（/store/event/{event_no}/）
-------------------------------------------------------------- */
.eventDetailBoxNew {
	margin-bottom: 25px;
}
.eventInfoBlock {
	margin-bottom: 20px;
}
.eventTitle h4 {
	font-size:130%;
}
.imageAreaNew {
	width: 70%;
	margin:auto;
	position: relative;
	padding: 0 10%;
}
.eventDetailNew {
	font-size:110%;
}
.eventInfoImportantNotice {
	color: red;
	font-size:130%;
	font-weight: bold;
}
/* --------------------------------------------------------------
店舗イベントページ（/store/event/{event_no}/）　画像スライド
-------------------------------------------------------------- */
.carouselContainer {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.carouselTrack {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
}
.carouselSlide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: center;
}
.carouselSlide img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.carouselIndicators {
	text-align: center;
	margin-top: 10px;
}
.carouselIndicators button {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 20px;
	border: none;
	background-color: rgba(204,204,204,0.5);
	cursor: pointer;
}
.carouselIndicators button.active {
	background-color: rgba(0,180,180,0.9);
}
