@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* --------------------------------------------------------------------------------
	オープンキャンペーン
-------------------------------------------------------------------------------- */
#op-cam #main * {
	font-family: 'Noto Sans JP', sans-serif !important;
}

#op-cam{
	background: #EBEBEB;
}


#op-cam .cam-mv{
	background: #fff;
	padding: 0 0 50px;
	
}


#op-cam .cam-mv h3 {
	background: #C59515;
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding: 20px;
}
#op-cam .cam-mv p {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	margin: 50px 0 0;
	position: relative;
	font-weight: 500;
}
#op-cam .cam-mv p::before {
	content: '';
	display: inline-block;
	width: 52px;
	height: 62px;
	background-image: url(https://lh-catering.com/wp-content/themes/lh-catering/images/page/op-cam/line.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
#op-cam .cam-mv p::after {
	content: '';
	display: inline-block;
	width: 52px;
	height: 62px;
	background-image: url(https://lh-catering.com/wp-content/themes/lh-catering/images/page/op-cam/line.svg);
	background-size: contain;
	vertical-align: middle;
	transform: scaleX(-1);
	margin: 0 0 0 20px;
}



#op-cam .plan-list {
   padding: 220px 0 0;
	margin: 0 0 100px;
    
}

#op-cam .plan-list h2 {
    text-align: center;
    font-size: 34px;
	z-index: 2;
	position: absolute;
	top:-50px;
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
	font-weight: 400;
		
		
   
}


#op-cam .plan-list-inner {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 17px;
	position: relative;
	
}
#op-cam .plan-list-inner::before {
	content: "";
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
	width: 550px;
	height: 295px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}


#op-cam .plan-item {
	width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 60px 0px;
	z-index: 3
		
		
}
#op-cam .plan-text {
	max-width: 550px;
}
#op-cam .plan-text h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
#op-cam .plan-text .desc {
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}
#op-cam .price-area {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 10px 0 20px;
	font-size: 14px;
}
#op-cam .price-left {
	position: relative;
}
#op-cam .price-left::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #a30000;
	margin-left: 15px;
}
#op-cam .label {
	color: #707070;
	font-size: 12px;
}
#op-cam .regular-price {
	position: relative;
	color: #999;
	font-size: 24px;
	display: inline-block;
}
#op-cam .regular-price::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
	height: 2px;
	background: #AA1515;
	transform: translateY(-50%) rotate(-5deg);
	transform-origin: left center;
}
#op-cam .price-right {}
#op-cam .campaign-label {
	background: #c79c3a;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 17px;
	text-align: center;
	width: 130px;
}
#op-cam .discount-price {
	color: #d80000;
	font-size: 32px;
	font-weight: bold;
}
#op-cam .tax {
	font-size: 12px;
	margin-left: 3px;
	color: #666;
}
#op-cam .detail-btn {
	max-width: 250px;
	width: 100%;
	display: block;
	padding: 10px 0;
	background-color: #AA1515;
	color: #fff;
	position: relative;
	font-size: 15px;
	text-align: center;
}


#op-cam .detail-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        right: 15px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        width: 10px;
        height: 10px;
    }



#op-cam .plan-img img {
	width: 340px;
	height: auto;
	display: block;
}



#op-cam .plan-txt {
	width: 500px;
	margin: 0 auto;
	padding: 60px 0;
	
}





