@charset "utf-8";
/*======================*/
/*** コンテンツエリア ***/
/*======================*/
.covid-19{
	overflow-x: hidden;
	padding: 0 15px 30px;
	line-height: 1.6;
}
.covid-19-ttl{
	margin: 0 -20px 20px;
	padding: 30px 0 0;
}
.measures{
	font-size: 12px;
}
.measures + .measures{
	margin-top: 20px;
}
.measures > * + *{
	margin-top: 15px;
}
.measures_ttl{
	border: 1px solid #ddd4bc;
	border-bottom: 2px solid #ddd4bc;
}
.measures_ttl span{
	display: block;
	height: 30px;
	border: 1px solid #ddd4bc;
	margin-bottom: 2px;
	padding: 0 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.measures .em{
	font-weight: bold;
}
.measures .f-em{
	font-size: 14px;
	text-align: center;
}
.measures li{
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold;
	text-indent: -1em;
}

/*======================*/
/*** コンテンツエリア ***/
/*======================*/
.delivery{
	overflow-x: hidden;
	padding: 0 15px 15px;
	line-height: 1.6;
}
.delivery-ttl{
	margin: 0 -20px 10px;
	padding: 30px 0 0;
}
.delivery > * + *,
.delivery-campaign--0 > * + *,
.delivery-campaign--0-date > * + *{
	margin-top: 15px;
}
.delivery-campaign--0{
	font-size: 12px;
}
.delivery-campaign--0-date{
	padding: 15px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.delivery-campaign--0-date_ttl::after{
	display: block;
	width: 20px;
	height: 2px;
	margin: 15px auto 0;
	background: #fa338f;
	content: "";
}

.delivery-area{
	font-size: 12px;
 }
.delivery-area > * + *{
	margin-top: 15px;
}
.delivery-area_ttl{
	padding: 10px;
	border-top: 1px solid #ddcd96;
	border-right: 1px solid #ddcd96;
	border-bottom: 2px solid #ddcd96;
	border-left: 1px solid #ddcd96;
	box-shadow: 0 -2px #fff inset, 0 -3px #ddcd96 inset;
	background: #fff;
	color: #4b3c3c;
	font-weight: bold;
}
.delivery-area-li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #9a9a9a;
}
.delivery-area-li dt,
.delivery-area-li dd{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #9a9a9a;
	height: 60px;
}
.delivery-area-li dt{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 82px;
	background: url(../img/footer_bg.png);
	background-size: 50% 50%;
}
.delivery-area-li dt::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #fb3690 transparent transparent;
	content: "";
}
.delivery-area-li dd{
	width: -webkit-calc(100% - 82px);
	width: calc(100% - 82px);
	padding: 10px;
	font-size: 14px;
}

.delivery-area-arrow{
	display: block;
	width: 18px;
	height: 21px;
	margin: 15px auto 0;
	background: url(../img/delivery-area-arrow.png);
	background-size: 18px 21px;
	content: "";
}
.delivery-price--lineThrough::after{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 82px;
	height: 32px;
	margin: -16px 0 0 -41px;
	background: url(../img/delivery-price--lineThrough.png);
	background-size: 82px 32px;
	content: "";
}

.em{
	font-weight: bold;
}
.f_s10{
	font-size: 10px;
}
.c_red{
	color: #ff0000;
}
.c_pink{
	color: #fa338f;
}