/* nav */

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

#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:#ff0000;
	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;
}

.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;
	box-sizing:border-box;
	vertical-align:top;
}
/*
.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;
}



/*イベント内容*/

.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;
}

.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;
	}


/*ここまで*/

@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%;
	}
}

/*ポイント上限告知用*/
	.pointAtetion{
	text-align: center;
    vertical-align: middle;
   height: auto;
    padding: 5px;
    border: solid 5px #FF0000;
    border-radius: 12px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 25px;
	
	}
	.pointAtetion p:first-child{
		background-color: #FF0000;
		padding: 10px;
    	border-radius: 12px;
		line-height: 16px;
		min-width: 44px;
	}
	
	.pointAtetion p{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 0;		
	}
	.pointAtetion p span{
		color: #FFFFFF;
	}
	.pointAtetionAtTxt{
	color: #FF0000!important;
}

/*もっとみるボタン実装*/
.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    /*padding: 10px;*/
    /*border: 1px solid #CCC;*/
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 569px;
}
@media screen and (max-width:479px){
.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 412px;
}
}


.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 90px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 12px 30px;
    background-color: #c9468e;
    border-radius: 32px;
    color: #FFF;
	min-width: 92px;
    text-align: center;	
}

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

.readmore-label{
    padding: 14px 25px;
}
}


.readmore-label:before{
	font-family: FontAwesome;
    content: '\f078  もっと見る';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
	font-family: FontAwesome;
    content: '\f077  閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


