@charset "UTF-8";


.cakeImg img{ width: 100%;}



#order #contents .cakeTypeSec li a dd.cakePrice span{
	font-size: 97%;
}

/* 一旦期間限定用のみ （通常ケーキに適用する場合は調整が必要）*/
#order #contents #pickupBox ul li a dt{
	margin-bottom: 4px;
}
#order #contents #pickupBox ul li a dd.cakePrice{
	font-size: 97%;
	display: flex;
	align-items: center;
}
#order #contents #pickupBox ul li a dd.cakePrice p.size{
	width: 58%;
	margin: 0;
	line-height: 1.5;
}
#order #contents #pickupBox ul li a dd.cakePrice p.price{
	width: 42%;
	text-align: right;
	margin: 0;
	line-height: 1.5;
}


#order #contents #pickupBox ul li a dd.cakeTxt{
	margin-top: 3px;
}


/* 通常ケーキ */
#order #contents #semi ul li a dt{
	margin-bottom: 10px;
}
#order #contents #semi ul li a dd.cakePrice{
	font-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2em;
}
#order #contents #semi ul li a dd.cakePrice p.size{
	margin: 0;
	line-height: 1.5;
	color: #333333;
}
#order #contents #semi ul li a dd.cakePrice p.price{
	text-align: right;
	margin: 0;
	line-height: 1.5;
	color: #333333;
}
#order #contents #semi ul li a dd.cakePrice p.price font{ display: inline-block;}


#order #contents #semi ul li a dd.cakeTxt{
	margin-top: 10px;
}



/*ID追加部分 */
#semiorder #contents{width:unset;}
#semi .semi-box .cakeTypeSec{ width: 100%x;}
#semi .semi-box .cakeTypeSec[data-category='NEW_DESIGN']{width: auto;}
#semi .semi-box .cakeTypeSec .backBox{ width: 100%; margin: 0 auto;}

#contents .category_Ttl h4{font-size: 250%;color: #BB3F5B;font-weight: bold;line-height: 1.2;text-align: center;margin-bottom: 2%;}
#contents .backBox .category_Ttl h4{ padding-top: 2%;}
#contents .category_Ttl h4 span{font-size: 40%;display: block;}


#semi .color-selector .customize_color{
	background: conic-gradient(#f9aac9 0deg 45deg, #9bbdee 45deg 90deg, #f9c296 90deg 135deg, #4d4d4d 135deg 180deg, #f380a8 180deg 225deg, #fdf297 225deg 270deg, #caaeef 270deg 315deg, #aeefe5 315deg 360deg);
}


/* SOLD OUT表示 */
.soldout_p{
	position: relative;
}
.soldout{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #FFF;
	font-size: 190%;
	background-color: rgb(69 69 69 / 48%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.dispNone{
	display: none;
}


@media only screen and (max-width: 979px){
	/*	#order #contents .cakeTypeSec li a dd.cakePrice{
		width: 90%;
		margin: 0 auto;
	}*/
	#order #contents #pickupBox ul li a dd.cakePrice{
		font-size: 115%;
		display: flex;
		align-items: center;
	}

	#order #contents #semi ul li a dd.cakePrice p.size,
	#order #contents #semi ul li a dd.cakePrice p.price,
	#order #contents #semi ul li a dd.cakePrice p.size,
	#order #contents #semi ul li a dd.cakePrice p.price{
		text-align: center;
	}


/*	header .headerInner .spBoxInner .leftBox {
		width: 40%;
		margin-left: 2%;
	}
	header .headerInner .spBoxInner .rightBox {
		width: 53%;
	}
	header .spBox .spBoxInner ul {
		padding: 0px 0 0 55%;
	}
	header .headerInner .spBoxInner .rightBox li,
	header .spBox .spBoxInner ul li{
		width: 60%;
		margin-top: 6%;
	}
	header .spBox .spBoxInner ul li {
		width: 60%;
		margin-top: 6%;
	}
	header .headerInner .spBoxInner .rightBox .menuBox {
		height: 2em;
		margin-top: 10%;
	}
*/
	/*ID追加部分 */
	#semi .semi-box .cakeTypeSec{ width: 100%;}
	#semi .semi-box .cakeTypeSec .backBox{ width: 100%;}
}


@media only screen and (max-width: 600px){

}


