@charset "utf-8";

:root {
	--campaign-lead: #f26d99;
	--campaign-performance: #f26d99;
	--theatersdoor: #656ac5;
}

.applauseCatch {
	font-weight: bold
}

.campaign #bodyArea .areaLink li a {
    padding-right: 25px;
}

.campaign .familyBnrBlock a {
	justify-content: space-around;
    position: relative;
}

.navTable table {
	justify-content: flex-start;
}

body.special3 .navTable table tbody td .state {
	padding: 0 0 0 20px;
}

.campaign .applauseArea {
	flex-shrink: 0;
}

.child-badge {
	position: relative;
}

.child-badge::after {
	content: "子ども料金あり";
	font-size:12px;
	font-weight: 600;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #d8061a;
	color: #fff;
	padding: 5px 12px 3px 8px;
	clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}