/* nav */

#newsPageNav{
	letter-spacing:-.40em;
}

@media screen and (max-width:479px){
	#newsPageNav{
		display: none;
	}
}

#newsPageNav .newsSlickIn{
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	/*border:1px solid #f09193;*/
	vertical-align:top;
	background:#fff;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
}

#newsPageNav .newsSlickIn i {
	font-size: 2rem;
	color: #e02d8f;
}

#newsPageNav .guerrillaEv{
	background:#FFFFFF;
	border:2px solid #ff0000;
	-webkit-animation:borderBlink 1s linear infinite alternate;
	-moz-animation:borderBlink 1s linear infinite alternate;
	animation:borderBlink 1s linear infinite alternate;
}

#newsPageNav .guerrillaEv a, #newsPageNav .guerrillaEv span{
	-webkit-animation:backBlink 1s linear infinite alternate;
	-moz-animation:backBlink 1s linear infinite alternate;
	animation:backBlink 1s linear infinite alternate;
}

#newsPageNav .newsSlickIn{
	width:32%;
	margin: 0 2% 2% 0;
}

	
#newsPageNav .newsSlickIn:nth-child(3n){
	margin-right:0;
}

@media screen and (max-width:479px){

	#newsPageNav .newsSlickIn span{
		font-size:1.0rem;
	}

}

#newsPageNav .newsSlickIn img{
	/*-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}

#newsPageNav .newsSlickIn a{
	display:block;
	text-decoration:none;
}

#newsPageNav .newsSlickIn a:hover{
	opacity: 0.7;
}

#newsPageNav .newsSlickIn a > span{
	padding:2px 4px;
	height:45px;
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	/*display: -webkit-flex;
	display: flex;*/
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing:border-box;
	text-align: center;
}

@media screen and (max-width:767px) {
	#newsPageNav .newsSlickIn a > span{
		height:60px;
	}
}

#newsPageNav .newsSlickIn span span{
	color:#4c4c4c;
	/*font-weight:bold;*/
	font-size:1.2rem;
	display:inline-block;
	line-height:1.4rem;
}

@media screen and (max-width:479px) {
	.spFloatLeft { float:left; }
}

.eventDl{
	background:#ffffff;
	border:1px solid #e1e1e1;
	box-sizing:border-box;
	margin-bottom: 10px;
	line-height:1.6em;
	overflow:hidden;
}

.eventDl > dt{
	position: relative;
	/*color: #FFF;*/
	font-size: 16px;
	font-weight: bold;
	/*background: #f37576;
	background: -moz-linear-gradient(top,  #f37576 0%, #eda2a3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f37576), color-stop(100%,#eda2a3));
	background: -webkit-linear-gradient(top,  #f37576 0%,#eda2a3 100%);
	background: -o-linear-gradient(top,  #f37576 0%,#eda2a3 100%);
	background: -ms-linear-gradient(top,  #f37576 0%,#eda2a3 100%);
	background: linear-gradient(to bottom,  #f37576 0%,#eda2a3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37576', endColorstr='#eda2a3',GradientType=0 );*/
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	/*margin-bottom: 10px;*/
	/*white-space:nowrap;*/
	overflow:hidden;
	text-overflow:ellipsis;
}

.eventDl > dt::after {
	content:'';
	box-sizing: border-box;
	display: block;
    position: relative;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 100%;
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    background:#d8d8d8;
}

@media screen and (max-width:479px){
	.eventDl > dt:after{
		display: none;
	}
}

.eventDl > dt:first-letter{
	font-size: 2.4rem;
	color: #e02d8f;
}

.eventDl > dt span{
	color: #7cb4ea;
}

.eventDl .eventCont{
	padding: 0 10px 30px;
}

@media screen and (min-width:480px){
	.eventDl .eventCont{
		padding: 0 20px 30px;
	}
}

@media screen and (min-width:768px){
	.eventDl .eventCont{
		padding: 0 40px 30px;
	}
}

.discountRequire, .discountRequire dt, .discountRequire dd {
	display:inline-block !important;
	box-sizing:border-box;
	vertical-align:top;
}

.combinationDiscountBox{
	font-size: 0.9em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-left: 1%;

}
.combinationDiscountBox dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.combinationDiscountBox dd {
    margin-inline-start: 0px;
    padding: 4px;
    color: #ffffff;
    background-color: #fd5990;;
    border: 1px solid #cfcdcd;
    line-height: 1em;
    margin: 0 2px;
}
.combinationDiscountBox dd.none {
    background-color: #817e7e;
    border: 1px solid #817e7e;
}

/*
.imggray {
		display: block;
		margin: 5px 0 0 10px !important;
	}
*/
@media screen and (max-width: 949px) {
	.imggray {
		display: block;
		margin: 5px 0 0 10px !important;
	}
}

.discountRequire{
	margin-left:15px;
}
/*
.discountRequire:first-child{
	margin-left: 10px;
}
*/
.discountRequire dd img{
	vertical-align: -5px;
}

.imggray dd img{
	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
	
}

@media screen and (max-width:479px){
	.discountRequire img {
		width: 20px;
		height: auto;
	}
}

.eventDlEnd{
	text-align:right;
	margin-bottom: 20px;
}

@media screen and (max-width:479px){
	.eventDlEnd:not(:last-of-type) {
		display: none;
	}
}



/*イベント内容*/

.eventFoot{
	clear: both;
}

/*.eventFoot a{
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration:none;
	padding-top: 10px;
}*/

.eventFoot p{
	color: #e02d8f;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 10px;
}

.font10{
	font-size:1.0rem;
	line-height:1.6rem;
}

.eventLogo{
	padding:20px 0 30px 0;
	text-align: center;
}

.eventSubTxt{
	padding-top:10px;
	padding-bottom:5px;
}

.eventDetail{
	box-sizing: border-box;
	width:60%;
	float:left;
	padding:10px 10px 20px 0;
}

/*イベントコンテンツ形成用*/

.eventDetailFull{
	width: 100%;
	padding:0 0 20px 0;
}

.eventDetailFull p{
	padding:0 0 10px 0;
}


.eventImages{
	width:40%;
	float:left;
	text-align: right;
	padding-bottom: 5%;
}

.eventListBox{
	margin-bottom: 20px;
}

.anniversary li {
	padding: 3px 0;
	line-height: 1.2;
}

.eventAttention{
	padding-top:10px;
	font-size: 0.8em;
	border-top: dotted 1px #9c9c9c;
	margin: 0 0 10px 0;
	clear:both;
}

.eventDetail strong, 
.eventDetailFull strong, 
.eventListBox strong{
	color: #cf2e86;
}

.eventCvBtn{
	display: block;
	position: relative;
	width: 50%;
	height: auto; 
	margin:20px auto 0;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #4faae8;
	background: -moz-linear-gradient(top,  #4faae8 0%, #368fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4faae8), color-stop(100%,#368fc9));
	background: -webkit-linear-gradient(top,  #4faae8 0%,#368fc9 100%);
	background: -o-linear-gradient(top,  #4faae8 0%,#368fc9 100%);
	background: -ms-linear-gradient(top,  #4faae8 0%,#368fc9 100%);
	background: linear-gradient(to bottom,  #4faae8 0%,#368fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4faae8', endColorstr='#368fc9',GradientType=0 );
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	border: 1px solid #368fc9;
	text-align: center;
	color:#ffffff !important;
	font-weight: bold;
	font-size: 1.6rem;
}

.eventCvBtn:hover{
	opacity: 0.7;
}

@media screen and (max-width:479px){
	.eventCvBtn{
		width: 70%;
	}
}

/*
.btnTxt{
	display: inline-block;
	position: relative;*/
	/*top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
	/*color:#ffffff !important;
	font-weight: bold;
	font-size: 1.6rem;
}
*/
.eventAttention li{
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}


.eventBigTxt{
	font-size:1.3em;
	line-height: 1.3em;
}

.eventSmalltxt{
	font-size:0.8em;
}

.eventboldtxt{
	font-weight:bold;
}

.eventAttentionColorPINK{
	color:#e02d8f;
}

.eventAttentionColorORANGE{
	color:#FF6100;
}

.eventAttentionColorGREEN{
	color:#20b201;
}

.eventAttentionColorBLUE{
	color:#0000ff;
}
.eventAttentionColorRED{
	color:#EF0003;
}
	.mailReceptionat{
		text-align: center;
		padding-top: 20px;
	}
		.mailReceptionat ul{
		border: solid 1px #dddddd;
		font-size: 0.8em;
		text-align: left;
		padding: 10px;
	}
		.mailReceptionat ul li{
		text-indent: -1em;
		padding-left: 1em;
		display: block;
	}

	.pointrankat{
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
	}
		.pointrankat ul{
		border: solid 1px #dddddd;
		font-size: 0.8em;
		text-align: left;
		padding: 10px;
	}
		.pointrankat ul li{
		text-indent: -1em;
		padding-left: 1em;
		display: block;
	}
.evntstrikethrough{
	text-decoration-line: line-through;
}

/*ここまで*/

@media screen and (max-width:767px){
.eventLogo{
	text-align:center;
	}

	.eventImages{
		text-align: center;
	}

}


@media screen and (max-width:480px){
	.eventImages{
		padding-bottom:20px;
		width:100%;
	}
	.eventDetail{
		width:100%;
	}
}


/* アコーディオン｜開始
-----------------------------------------*/
.toggle_contents {
	border: 1px solid #efefef;
}
.toggle_contents:first-of-type dd {
	display: block;
}
.toggle_title {
	display: block;
}
@media screen and (max-width:479px){
	.toggle_title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 15px;
		cursor: pointer;
	}
}
.toggle_title .thumb {
	display: none;
}
@media screen and (max-width:479px){
	.toggle_title .thumb {
		display: block;
		width: 30%;
	}
}
.toggle_title .thumb img {
	width: 100%;
}
.toggle_title .titleBox {
	width: 78%;
}
@media screen and (max-width:479px){
	.toggle_title .titleBox {
		width: 68%;
		padding-right: 10%;
		box-sizing: border-box;
	}
}
.toggle_btn {
	display: none;
}
@media screen and (max-width:479px){
	.toggle_btn {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background: #8B1129;
		display: block;
		width: 24px;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border-radius: 50%;
	}
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: block;
}

@media screen and (min-width:480px){
	.toggle_contents .eventCont {
		display: block !important;
	}
}

@media screen and (max-width:479px){
	.toggle_contents dd {
		display: none;
	}
}
/* アコーディオン｜終了
-----------------------------------------*/
