.store_popup label {
    font-weight: normal;
}

.store_popup > dl {
    background-color: #eeeeee;
    padding: 1px 0 3px 0;
    margin: 4px 0;
}
.krc_calendar_store {
	clear: both; 
	text-align: center;
	font-size: 1.2em;
    margin-bottom: 8px;
}
.krc_calendar + .krc_calendar_store {
	margin-top: 24px;
}
.wp-block-button.is-style-fill {
	clear: both; 
	
}
.krc_calendar_no_schedule {
	text-align: center;
	margin-bottom: 50px;
}

.krc_calendar dd {
	margin: 2px !important;
}

.krc_calendar dl dd {
	/* height: 24px; */
	height: 66px;
	padding: 2px;
}

.krc_calendar_schedule {
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (max-width: 960px) {
	.krc_calendar_schedule {
		width: 100%;
	}
}
.krc_calendar_schedule .row {
	width: unset;
	width: 30%;
	margin: unset;
}
@media screen and (max-width: 960px) {
	.krc_calendar_schedule .row {
		width: 50%;
	}
}

.krc_calendar_schedule .row .cast {
	width: unset;
}

.krc_calendar_schedule .cast-photo {
	position: relative;
}
.krc_calendar_schedule .cast-new {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 一時的 */
.elementor-element-1207c29 {
	display: none;
}

.content-area.cast-s .wp-block-button.is-style-fill {
	display: none;	
}

.toppage_calendar_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.notPhone .toppage_calendar_schedule {
	width: 25%;
}
.isPhone .toppage_calendar_schedule {
	width: 50%;
}
.toppage_calendar_schedule .row {
	width: unset;
	margin: unset;
}
.toppage_calendar_schedule .cast {
	width: unset;
}
.toppage_calendar_schedule .store-name {
	margin-top: 8px;
	display: inline-block;
    padding: 5px 20px;
    font-size: 1.2em;
    color: #fff;
    background: #c43b3f;
}
.krc_calendar .store-name {
	margin-top: 4px;
	display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: #c43b3f;
}

.single-cast .content-area.cast-s {
	margin: auto;
}
