@charset "utf-8";
/* CSS Document */

/******************************************************************
本店サイト&DMハガキ限定 
商品代金5,800円以上ご購入の方全員にカフェ工房からのプレゼント♪
********************************************************************/
#pre2{
	letter-spacing: 0.07em;
}
/******************************
heading
*******************************/
#pre2 h2.heading{
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#pre2 h2.heading .icon{
	width: 15.1%;
}
#pre2 h2.heading .icon img{
	width: 100%;
}
#pre2 h2.heading .txt-box{
	width: 82.3%;
	text-align: center;
}
#pre2 h2.heading .txt-box .txt1{
	background: #f7e6bb;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 700;
	padding: 5px;
	margin: 0 0 10px;
	 position: relative;
}
#pre2 h2.heading .txt-box .txt1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f7e6bb;
}
#pre2 h2.heading .txt-box .txt2{
	font-size: 20px;
	font-weight: 400;
}
#pre2 h2.heading .txt-box .txt3{
	font-family: "Zen Maru Gothic";
	font-size: 42px;
	font-weight: 700;
	color: #cc473c;
	line-height: 1.3;
}


/******************************
今月のプレゼント
*******************************/
#pre2 .details{
	margin: 0 0 60px;
}
#pre2 .details .details-inner{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
#pre2 .details .details-inner .img{
	width: 53.3%;
}
#pre2 .details .details-inner .img img{
	width: 100%;
}
#pre2 .details .details-inner .txt-box{
	width: 42.2%;
}
#pre2 .details .details-inner .txt-box .sheading{
	width: 73.7%;
	margin: 0 0 25px;
}
#pre2 .details .details-inner .txt-box .sheading img{
	width: 100%;
}
#pre2 .details .details-inner .txt-box .txt{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.64;
}


/******************************
プレゼントがもらえる
*******************************/
#pre2 .recommend{
	margin: 0 0 70px;
}
#pre2 .recommend .catch{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #ea5504;
	font-family: "Zen Maru Gothic";
}
#pre2 .recommend .catch .mark{
	position: relative;
}
#pre2 .recommend .catch .mark::before{
	content: "";
	background: url("/img/pre2/t-parts-left.png") no-repeat;
	background-size: 100%;
	width: 21px;
	height: 33px;
	position: absolute;
	top: 0;
	left: -42px;
}
#pre2 .recommend .catch .mark::after{
	content: "";
	background: url("/img/pre2/t-parts-right.png") no-repeat;
	background-size: 100%;
	width: 21px;
	height: 33px;
	position: absolute;
	top: 0;
	right: -42px;
}
#pre2 .recommend .sheading{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	font-family: "Zen Maru Gothic";
	margin: 0 0 20px;
}
#pre2 .recommend .item ul{
	display: flex;
}
#pre2 .recommend .item ul li{
	width: 23.5%;
	margin: 0 2% 0 0;
}
#pre2 .recommend .item ul li:last-child{
	margin: 0;
}
#pre2 .recommend .item ul li img{
	width: 100%;
}


/******************************
プレゼントのもらい方
*******************************/
#pre2 .method{
	margin: 0 0 70px;
}
#pre2 .method .catch{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #ea5504;
	font-family: "Zen Maru Gothic";
}
#pre2 .method .catch .mark{
	position: relative;
}
#pre2 .method .catch .mark::before{
	content: "";
	background: url("/img/pre2/t-parts-left.png") no-repeat;
	background-size: 100%;
	width: 21px;
	height: 33px;
	position: absolute;
	top: 0;
	left: -42px;
}
#pre2 .method .catch .mark::after{
	content: "";
	background: url("/img/pre2/t-parts-right.png") no-repeat;
	background-size: 100%;
	width: 21px;
	height: 33px;
	position: absolute;
	top: 0;
	right: -42px;
}
#pre2 .method .sheading{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	font-family: "Zen Maru Gothic";
	margin: 0 0 20px;
}
#pre2 .img{
	margin: 0 0 30px;
}
#pre2 .txt1{
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
}
#pre2 .note{
	margin: 0 0 30px;
	font-size: 17px;
}
#pre2 .note h4.ssheading{
	color: #cc473c;
	font-weight: 700;
	margin: 0 0 5px;
}
#pre2 .note ul{
	margin: 0 0 30px;
}
#pre2 .note ul li{
	font-weight: 400;
	line-height: 1.8;
	margin: 0 0 10px;
	padding-left: 20px;
	position: relative;
}
#pre2 .note ul li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FDB170;
	position: absolute;
	top: 10px;
	left: 0;
}
#pre2 .note .btn .txt_page_btn{
	max-width: 450px;
	line-height: 1.7;
	text-align: center;
}



