@charset 'UTF-8';
.calendarWrapper {
	background: #fff;
	border-radius: 8px;
	padding: 0;
}
@media screen and (min-width: 768px), print {
	.calendarWrapper {
		width: 70%;
		margin: 20px auto;
		border: solid 1px rgba(0, 0, 0, .2);
	}
}
.calendarWrapper .monthLabel {
	background: var(--green-lite);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 145%;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
.calendarWrapper .caption {
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: -5px;
	text-align: center;
}
.calendarWrapper .caption .baloon {
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	display: inline-block;
	font-weight: bold;
	padding: 6px 25px 5px;
	position: relative;
	text-align: center;
}
.calendarWrapper .caption .baloon::before {
	border: solid 5px transparent;
	border-bottom: 0;
	border-top: solid 7px #b7b7b7;
	content: '';
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}
.calendarWrapper .caption .baloon::after {
	border: solid 5px transparent;
	border-bottom: 0;
	border-top: solid 7px #fff;
	content: '';
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
	margin-top: -2px;
}
.calendarWrapper .cBody {
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.calendarWrapper .cBody {
		padding: 10px;
	}
}
.orderDay {
	background: #8c8c8c;
	color: #fff;
}
.deliveryDay {
	background: #e60012;
	color: #fff;
}
span.orderDay,span.deliveryDay {
	display: inline-block;
	height: 16px;
	margin-right: 7px;
	vertical-align: -11%;
	width: 16px;
}
.deliveryCalendar {
	border: solid 1px #ccc;
	color: #444;
	width: 100%;
}
.deliveryCalendar thead th {
	background: #eee;
	border: solid 1px #ccc;
	color: #444 !important;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
}
.deliveryCalendar td {
	border: solid 1px #ccc;
	height: 70px;
	line-height: 1;
	padding: 3px 5px;
	position: relative;
	text-align: right;
	vertical-align: bottom;
	width: 14%;
}
@media screen and (max-width: 767px) {
	.deliveryCalendar td {
		height: 40px;
	}
}
.deliveryCalendar .delivery {
	background: #fff;
	transition-duration: .3s;
}
.deliveryCalendar .order {
	background: #fff;
	transition-duration: .3s;
}
.deliveryCalendar .delivery.active {
	background: #e60012;
	color: #fff !important;
}
.deliveryCalendar .order.active {
	background: #8c8c8c;
	color: #fff !important;
}
.deliveryCalendar .sat,.deliveryCalendar .sun,.deliveryCalendar .holiday {
	color: #e60012;
}
.deliveryCalendar .over {
	color: #aaa;
}
.deliveryCalendar .disable {
	background: #f7f7f7;
	color: #aaa;
}
.deliveryCalendar .overMonth {
	font-size: 70%;
	left: 5px;
	position: absolute;
	top: 5px;
	/*font-weight: bold;*/
}
.deliveryCalendar .prev,.deliveryCalendar .next {
	background: #ccc;
	border-radius: 50%;
	font-size: 60%;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 35px;
	width: 30px;
}
.deliveryCalendar .prev:before,.deliveryCalendar .next:before {
	background: #444;
	content: '';
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 8px;
}
.deliveryCalendar .next:before {
	margin-top: -6px;
}
.deliveryCalendar .prev:after,.deliveryCalendar .next:after {
	background: #ccc;
	content: '';
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 8px;
}
.deliveryCalendar .next:after {
	margin-top: -8px;
}
.deliveryCalendar .blank {
	background: #f7f7f7;
}
.deliveryCalendar .blank .prev,.deliveryCalendar .blank .next {
	background: #e9e9e9;
}
.deliveryCalendar .blank .prev:before,.deliveryCalendar .blank .next:before {
	background: #c9c9c9;
}
.deliveryCalendar .blank .prev:after,.deliveryCalendar .blank .next:after {
	background: #e9e9e9;
}
.tokkyuRadio {
	margin: 0 15px;
}
.tokkyuRadio input {
	margin-right: 5px;
	vertical-align: -3%;
}
.blink {
	-webkit-animation: blinkAnime 1s 1;
	animation: blinkAnime 1s 1;
}
@-webkit-keyframes blinkAnime {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blinkAnime {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.hurry {
	background: rgba(255, 255, 255, .8);
	border: solid 3px #e60012;
	padding: 15px 20px 3px;
	position: relative;
}
.hurry .hurryWappen {
	position: absolute;
	right: -13px;
	top: -23px;
}
.hurry dt {
	background: #e60012;
	border-radius: 6px;
	clear: left;
	color: #fff;
	float: left;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 2px 10px;
	text-align: center;
	width: 50px;
}
.hurry dd {
	margin-bottom: 10px;
	padding-left: 80px;
	padding-top: 1px;
}
.lastDays {
	font-size: 300% !important;
	line-height: 1em;
}
.tokkyuLabel {
	color: #dbb035;
	font-size: 90%;
	margin-left: 3px;
	vertical-align: middle;
}
.deliveryCalendar .disable .tokkyuLabel{
  display: none;
}
@media screen and (max-width: 767px) {
	.tokkyuLabel {
		font-size: 120% !important;
	}
	.deliveryCalendar .tokkyuLabel {
		font-size: 70% !important;
		margin-left: 0;
	}
	
.deliveryCalendar .prev,.deliveryCalendar .next {
	top: 19px;
}
}
.tokkyuLabelWrapper .tokkyuLabel {
	display: inline-block;
	font-size: 140%;
	margin-right: 7px;
	text-align: center;
	vertical-align: 0.05em;
	width: 16px;
}
.radio-wrapper {
	display: flex;
	border: 3px dotted #c29558;
	padding: 10px 20px;
	margin: 0 auto;
	max-width: 520px;
}
.radio-item {
	width: 50%;
	text-align: left;
	padding: 0 5px;
} 
@media screen and (max-width: 767px) {
	.radio-wrapper {
		padding: 10px 10px;
	}
}

