@charset "UTF-8";

/* ▼▼▼ クリップ以外の中ページ共通
====================================================== */
#main{
	background: #FDCC94;
}
.detail_bg{
	margin: 0 auto;
	background: url(../img/bg_detail_l.png) repeat-y right calc(50vw + 445px) top/166px,url(../img/bg_detail_r.png) repeat-y left calc(50vw + 467px) top/183px;
}
.detail_title{
	padding: 50px 0 30px;
	background: url(../img/bg_detail_title_pc.png) no-repeat center top 30px/1165px;
	text-align: center;
}
.detail_title.detail_title_exhi{
	margin-bottom: 55px;
}
.detail_title img{
	width: 100%;
	height: auto;
}
.detail_title.detail_title_event img,
.detail_title.detail_title_history img{
	height: 89px;
	width: auto;
}
.detail_title.detail_title_exhi img{
	height: 73px;
	width: auto;
}
.detail_title.detail_title_entry img{
	max-width: 1000px;
}
.detail_title.detail_title_no_target img{
	max-width: 512px;
}
.detail_title_sub{
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 23px;
	font-size: 22px;
	font-weight: 500;
	line-height: 46px;
}
.detail_title_sub:not(:last-child){
	margin-bottom: 20px;
}
.detail_title_sub:not(:first-child){
	margin-top: 10px;
}
.detail_title_sub.detail_title_sub_brown{
	background: #864B39;
	color: #FFF;
}
.kome{font-size: 10px;}

mark{
	background: linear-gradient(rgba(251,231,189,0) 0%,rgba(251,231,189,0) 60%,rgba(251,231,189,1) 60%,rgba(251,231,189,1) 90%,rgba(251,231,189,0) 90%,rgba(251,231,189,0) 100%)
}

/* スライダー */
.slider.slick-initialized{
	display: block;
}
/* dotsカスタム */
.slick-dots{
	bottom: -25px!important;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
	width: 12px!important;
	height: 12px!important;
	line-height: 12px!important;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
	position: relative;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	font-size: 0!important;
	opacity: 1!important;
	border-radius: 50%;
  background: #fbe7bd;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before{
	content: "";
	background: #DD614B;
}

/* ご予約期間 */
.reserve_menber{
	font-weight: 500;
}
.reserve_menber::before{
	content: '●';
	color: #DD614B;
}
.reserve_menber,
.reserve_date{
	line-height: 2;
}

/* 対象外店舗 */
.no_target_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	line-height: 1.8;
}
.no_target_list .no_target_box{
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	width: 30%;
	max-width: 30%;
}
.no_target_title{
	color: #DD614B;
	font-size: 16px;
	font-weight: 500;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	.detail_bg{
		background: none;
	}
	.detail_title{
		padding: 23px 0 20px;
		background: url(../img/bg_detail_title_sp.png) no-repeat center top 25px/353px;
	}
	.detail_title.detail_title_exhi{
		margin-bottom: 20px;
		background: url(../img/bg_detail_title_exhi_sp.png) no-repeat center bottom/401px;
	}
	#entry .detail_title{
		background: none;
	}
	.detail_title.detail_title_event img,
	.detail_title.detail_title_history img{
		height: 62px;
		width: auto;
	}
	.detail_title.detail_title_entry img{
		max-width: 100%;
	}
	.detail_title.detail_title_no_target img{
		max-width: 316px;
	}
	.detail_title_sub{
		padding: 0 15px;
		border-radius: 15px;
		font-size: 16px;
		font-weight: 500;
		line-height: 30px;
	}
	.detail_title_sub:not(:last-child){
		margin-bottom: 10px;
	}
	.detail_title_sub:not(:first-child){
		padding: 0 25px;
		margin-top: 10px;
	}

	/* スライダー */
	/* dotsカスタム */
	.slick-dots{
		bottom: -24px!important;
	}
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before{
		width: 8px!important;
		height: 8px!important;
		line-height: 8px!important;
	}

	/* 対象外店舗 */
	.no_target_list{
		display: block;
	}
	.no_target_list .no_target_box{
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	.no_target_title{
		color: #DD614B;
		font-size: 16px;
		margin-bottom: 5px;
	}
}
