@charset "UTF-8";

/* 大量注文承ります・1回のご注文で10ヵ所に贈れる！
----------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

/* reset
---------------------- */
#ev_DeliveryInfo{
	width: 1100px;
	text-align: center;
	font-feature-settings: "palt";
	line-height: 1.6;
	font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
}
#ev_DeliveryInfo *{
	box-sizing: border-box;
}
#ev_DeliveryInfo section{
	padding: 0;
}

/* contents
---------------------- */
#ev_DeliveryInfo{
	background: url("../../img/event/ev_deliveryinfo/cozy/bk.png") repeat;
	padding: 40px;
}
#ev_DeliveryInfo a:hover{
	opacity: 0.8;
}
#ev_DeliveryInfo .red{
	color: #e00207;
}
#ev_DeliveryInfo .txtSmall{
	font-size: 12px;
}
#ev_DeliveryInfo .deliveryCts{
	background: #fff;
	border-radius: 10px;
}
#ev_DeliveryInfo .deliveryCts h2{
	margin: 0 auto 20px;
	width: 900px;
	height: 70px;
	line-height: 70px;
	border-top: #5f3d03 2px solid;
	border-bottom: #5f3d03 2px solid;
	color: #5f3d03;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 40px;

}
#ev_DeliveryInfo .deliveryCts .h2Txt{
	font-size: 20px;
	color: #5f3d03;
	margin-bottom: 20px;
}
#ev_DeliveryInfo .deliveryCts .emTxt{
	font-size: 28px;
	font-weight: 700;
	color: #dd1d18;
	margin-bottom: 10px;
}
#ev_DeliveryInfo #BulkOrder{
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
}
#ev_DeliveryInfo #BulkOrder .illustration{
	position: absolute;
	top: 40px;
	right: 40px;
}
#ev_DeliveryInfo .mailBtn{
	margin: 30px 0;
}
#ev_DeliveryInfo .telInfo{
	margin-bottom: 40px;
}
#ev_DeliveryInfo .preparation{
	width: 840px;
	margin: 20px auto 0;
	padding: 30px 40px;
	background: #f9f6f0;
	text-align: left;
}
#ev_DeliveryInfo .preparation .ttl{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
#ev_DeliveryInfo .preparation .prepList{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	padding: 15px 30px;
	margin: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#ev_DeliveryInfo .preparation .prepList li{
	width: 33.333%;
}
#ev_DeliveryInfo .preparation .prepList li span{
	font-weight: 900;
}
#ev_DeliveryInfo .desc{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#ev_DeliveryInfo .desc h3{
	height: 43px;
	line-height: 43px;
	background: #ff5e5e;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding-left: 20px;
	margin-bottom: 15px;
}
#ev_DeliveryInfo .desc .orderFlow{
	margin-bottom: 30px;
}
#ev_DeliveryInfo .desc .paymentList{
	font-size: 16px;
	padding-left:1.6em;
}
#ev_DeliveryInfo .desc .paymentList li{
	margin-bottom: 5px;
	list-style:disc;
}
#ev_DeliveryInfo .desc .btnList{
	width: 800px;
	margin: 30px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#ev_DeliveryInfo #MultipleDeliveries{
	padding: 65px 0 30px;
	position: relative;
}
#ev_DeliveryInfo #MultipleDeliveries .ttlFukidashi{
	position: absolute;
	top: 10px;
	left: 27px;
}
#ev_DeliveryInfo #MultipleDeliveries .illustration{
	position: absolute;
	top: 47px;
	right: 65px;
}
#ev_DeliveryInfo #MultipleDeliveries .point{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 30px;
}
#ev_DeliveryInfo #MultipleDeliveries .point li{
	width: 280px;
	height: 250px;
	position: relative;
	border: #ddd 4px solid;
	border-radius: 10px;
	padding: 10px;
	text-align: left;
}
#ev_DeliveryInfo #MultipleDeliveries .point .ttl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#ev_DeliveryInfo #MultipleDeliveries .point .ttl p{
	padding-left: 10px;
	width: 175px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #553c08;
}
#ev_DeliveryInfo #MultipleDeliveries .point .ttl img{
	width: 75px;
}
#ev_DeliveryInfo #MultipleDeliveries .point .pointDesc{
	padding: 10px;
}
#ev_DeliveryInfo #MultipleDeliveries .point .pointDesc .txtLink{
	position: absolute;
	bottom: 20px;
	left: 10px;
	text-decoration: underline;
}
#ev_DeliveryInfo #MultipleDeliveries .point .pointDesc .txtLink::before{
	content: url("../../img/event/ev_deliveryinfo/txt_arrow.png");
	margin-right: 5px;
}
#ev_DeliveryInfo #MultipleDeliveries .attention{
	width: 900px;
	margin: 0 auto 15px;
	height: 50px;
	line-height: 50px;
	background: #ffd666;
	border-radius: 5px;
	font-size: 18px;
	color: #553c08;
	font-weight: 700;
}
#ev_DeliveryInfo #MultipleDeliveries .attention span{
	font-size: 21px;
}
#ev_DeliveryInfo #MultipleDeliveries .attention + img{
	display: block;
	padding-left: 75px;
	margin-bottom: 3px;
}
#ev_DeliveryInfo .deliveryCts .sampleTxt{
	color:#787878;
	width:845px;
	text-align:right;
	margin-bottom: 15px;
}
#ev_DeliveryInfo #attTenso{
	padding: 30px 60px;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: left;
}
#ev_DeliveryInfo #attTenso .attention{
	height: 50px;
	line-height: 50px;
	background: #ffd666;
	border-radius: 5px;
	font-size: 21px;
	color: #553c08;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}

/* 2024 */
#ev_DeliveryInfo .deliveryCts h2{letter-spacing:0;}
#ev_DeliveryInfo #MultipleDeliveries .ttlFukidashi{left:20px;}
#ev_DeliveryInfo #MultipleDeliveries .illustration{right:45px;}
#ev_DeliveryInfo #MultipleDeliveries .attention + img{padding-left:174px;}
#ev_DeliveryInfo .deliveryCts .sampleTxt{width:745px;}

/* blue */
#ev_DeliveryInfo.blue{
	background: url("/img/event/ewinbo2024/cp_bk.png") repeat;
}
#ev_DeliveryInfo.blue .deliveryCts h2,
#ev_DeliveryInfo.blue .deliveryCts .h2Txt{
	color:#030a3f;
	border-color:#030a3f;
}
#ev_DeliveryInfo.blue #MultipleDeliveries .point .ttl p{
	color:#030a3f;
}

/* 2025 */
#ev_DeliveryInfo .preparation .prepList{
	padding:15px 0 15px 38px;
}
#ev_DeliveryInfo .preparation .prepList li{
	width:30%;
}
#ev_DeliveryInfo .preparation .prepList li:nth-child(2){
	width:25%;
}
#ev_DeliveryInfo .preparation .prepList li:last-child{
	width:45%;
}
#ev_DeliveryInfo .preparation .prepList li:last-child small{
	font-size:10px;
	display:block;
	padding-left:1.5em;
}
#ev_DeliveryInfo .desc .paymentList li small{
	font-size:12px;
}