@charset "utf-8";
/* CSS Document */


/*********************************************
 
	         　共通
 
*********************************************/
body{
	
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1 !important;
	display: block !important;
	z-index: 99999;
}

#coupon{
	font-size:15px;	
	line-height:1.2rem;
	letter-spacing: 0.05em;
	color: #343434;
}

#coupon .contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
  /*padding-top: 30px;*/
	line-height: 1.4;	
}

/* 整列部分 */
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list img{width: 100%}

ul.list li{margin-bottom: 2%;text-align: center;}

#coupon ul.list.cont2 li{
	width: 49%;
	font-size: 14px;
}
#coupon ul.list.cont3 li{width: 30%;}
#coupon ul.list.cont4 li{
	width: 23%;
	margin-bottom: 50px;
}
/* 見出し */
#coupon h2{
	font-family:YuMincho,'Yu Mincho','Noto Serif JP', serif;
}
#coupon h3{
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0 auto 14px;
	padding: 0 10px 8px 10px;
	border-bottom: solid 1px #111;
	display: table;
}

#coupon h4{
	text-align: center;
  margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.1rem;
}


/* テキスト関連 */
#coupon .contents_wrapper > p{
	text-align: center;
}
#coupon p.about{
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.8em;
}


/*改行の調整*/
.sp_none{display: block;}
.pc_none{display: none;}
.txt_link span.sp_none{display: inline;}

@media screen and (max-width:480px) { 
.sp_none{display: none;}
.pc_none{display: block;}
.txt_link span.sp_none{display: none;}
}


/* hover image
--------------------------------*/
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* font
--------------------------------*/
.bold { font-weight:bold; }
.red {  color:#af0000; }
.white{color: #fff;}


.block-event-page #coupon_event h2{
	padding-top: 0;
}



/*クーポン*/
.coupon_schedule{
	width: 100%;
	background: #fce5e7;
	padding: 40px 0;
}
/*.coupon_schedule table{
	margin: 30px auto 0;
	width: 80%;
}
.coupon_schedule table td{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 2% 4%;
}
.coupon_schedule table td span{
	font-size: 0.9rem;
	font-weight: normal;
}*/
.coupon_schedule ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
}
.coupon_schedule ul li{
	width: 18%;
	background: #fff;
	margin-bottom: 20px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	position: relative;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
}
.coupon_schedule ul li::before{
	display: block;
	position: absolute;
	top: -15px;
	color: #ec9aa1;
	font-size: 1.6rem;
	left: 50%;
  transform: translateX(-50%);
  -webkit- transform:  translateX(-50%);
}
.coupon_schedule ul li:nth-child(1)::before{content: "01";}
.coupon_schedule ul li:nth-child(2)::before{content: "02";}
.coupon_schedule ul li:nth-child(3)::before{content: "03";}
.coupon_schedule ul li:nth-child(4)::before{content: "04";}
.coupon_schedule ul li:nth-child(5)::before{content: "05";}
.coupon_schedule ul li:nth-child(6)::before{content: "06";}

.coupon_schedule ul li::after{
	position: absolute;
	right: -15%;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform:  translateY(-50%);
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #ec9aa1;
}
.coupon_schedule ul li:last-child::after{
	display: none;
}
.coupon_schedule ul li p.schedule_ttl{
	text-align: center;
	font-size: 1.1rem;
	border-bottom: solid 1px #111;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.coupon_schedule ul li p.schedule_date{
	font-size: 0.84rem;
	font-weight: normal;
}

.coupon-area{
	background: #f5f5f5;
	padding: 4% 6%!important;
	margin-bottom: 6%!important;
}
.coupon-area ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.coupon-area ul li{
	width: 48%;
	margin-right: 4%;
	background: #fff;
	padding: 20px;
}
.coupon-area ul li:nth-child(2n){
	margin: 0;
}
.coupon_img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.coupon_img img:first-child{
	width: 98%;
}
.coupon_img img:last-child{
	width: 98%;
}
.coupon_date{
	margin-bottom: 30px;
}
.coupon_details{
	margin-top: 10px;
}
.coupon_wrap a{
	display: block;
	text-align: center;
}
.coupon_wrap .btn{
	background: #111;
	width: 60%;
	margin: 20px auto 0;
	padding: 10px;
	color: #fff;
}

/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#coupon .contents_wrapper{
		padding: 0 3%;
		box-sizing: border-box;
	}
	
}


/*　画面サイズが760pxからはここを読み込む　*/
@media screen and (max-width:768px) { 
	.coupon_schedule table {
    width: 90%;
}
	/*.coupon_schedule table tr{
		margin-bottom: 20px;
    display: block;
	}
	.coupon_schedule table td {
    display: block;
		padding: 1% 2%;
		margin: 0;
}*/
	.coupon_schedule ul{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.coupon_schedule ul li{
		width: 30%;
		margin-right: 3%;
	}
	.coupon_schedule ul li::after{
		right: -12%;
	}
	.coupon-area {
    padding: 6%!important;
}
	
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 

/*********************************************
 
	         　共通
 
*********************************************/

#coupon .contents_wrapper{
    margin: 0 auto;
}
#coupon_event {
    font-size: 1.6rem;
    margin-bottom: 30px;	
		background-size: contain;
		background-position: top;
		font-size: 4vw;
		padding: 8% 0 4%;
}

#coupon h3{
	margin: 2% auto;
	font-size: 1.25rem;
	padding: 0 0 8px 0;
	}
	
	
	.coupon_schedule ul li{
		width: 43%;
		margin-right: 5%;
	}
	.coupon_schedule ul li::after{
		right: -16%;
	}
	
.coupon-area ul{
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coupon-area ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

#coupon ul.list.cont3 li{
	width: 48%;
	margin-bottom: 1rem;
}

#coupon ul.list.cont4 li {
	width: 44%;
	margin-bottom: 10%;
}

	.coupon_wrap .btn{
		width: 100%;
		padding: 15px;
	}
	

}

