body {
	background: #fff;
}


.error-message {
    color: #a94442;
}

.custom-calendar-full {
    top: 0px !important;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: 450px;
	bottom: 0;
	width: 100%;
}

.custom-header {
	padding: 0;
	position: relative;
}

.custom-header h2,
.custom-header h3 {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
    letter-spacing: .1em;
}

.custom-header h2 {
	color: #fff;
	width: 60%;
}

.custom-header h2 a, 
.custom-header h2 span {
	color: rgba(255,255,255,0.3);
	font-size: 18px;
	letter-spacing: 3px;
	white-space: nowrap;
}

.custom-header h2 a {
	color: rgba(255,255,255,0.5);
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.custom-header h3 {
    color: #555;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    margin: 0;
    font-size: inherit;
    width: 50%;
    float: none;
    width: auto;
    text-align: left;
}

.custom-header nav {
	position: absolute;
	right: 0px;
	top: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header span.selector {
    padding: 6px 6px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.custom-header span:first-child.selector {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.custom-header span.selector.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 10px;
}

.fc-calendar {
    background: rgba(255,255,255,0.1);
    width: auto;
    top: 10px;
    bottom: 20px;
    left: 0px;
    right: 0px;
    height: 98%;
    position: absolute;
    box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 0px 0px 2px 2px #ededed;
    padding-bottom: 10px;
}

.fc-calendar .fc-head { 
	height: 40px;
	line-height: 40px;
    background-color: #fff;
    color: #535353;
    border-bottom: 1px solid #f4f4f4;
}

.fc-calendar .fc-head > div {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
    width: 14.285%;
    border-right: 1px solid #f4f4f4;
}

.fc-calendar .fc-head > div:nth-child(6) {
    background-color: #d9edf7;
}

.fc-calendar .fc-head > div:last-child {
    background-color: #f2dede;
}

.fc-calendar .fc-row > div > span.fc-date {
    color: rgba(255,255,255,0.9);
    text-shadow: none;
    font-size: 14px;
    font-weight: 300;
    bottom: auto;
    right: auto;
    top: 3px;
    left: 3px;
    z-index: 9;
    background-color: #bebebe;
    height: 26px;
    width: 26px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 13px;
    z-index: 1;
}

.fc-calendar .fc-row > div:nth-child(6) > span.fc-date {
    background-color: #97cde7;
}

.fc-calendar .fc-row > div:last-child > span.fc-date {
    background-color: #e08381;
}

.fc-calendar .fc-body {
	border: none;
}

.fc-calendar .fc-row {
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
    border-bottom: 1px solid #f4f4f4;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row > div {
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0px;
    cursor: pointer;
    width: 14.285%;
    border-right: 1px solid #f4f4f4;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div:nth-child(6) {
    background-color: #d9edf7;
}
.fc-calendar .fc-row > div:last-child {
    background-color: #f2dede;
}
.fc-calendar .fc-row > div.fc-today {
    background: #dff0d8;
	box-shadow: inset 0 0 100px rgba(255,255,255,0.1);
}
.fc-calendar .fc-row > div.fc-today:after { 
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.fc-calendar .fc-row > div.fc-today .fc-date {
    background-color: #a3cc92 !important;
}

.fc-calendar .fc-row > div.holiday {
	background-color: #fcf8e3;
}

.fc-calendar .fc-row > div.holiday .fc-date {
    background-color: #ded294 !important;
}

.fc-calendar .fc-row > div.no-order {
    background-color: #f0f0f0;
}

.fc-calendar .fc-row > div > div {
    position: relative;
    height: 100%;
}
.fc-calendar .fc-row > div > div img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: auto;
}
.fc-calendar .fc-row > div > div strong {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    background-color: rgba(83, 83, 83, .5);
    padding: 5px;
    color: #fff;
    font-weight: normal;
}
.fc-calendar .fc-row > div > div strong.reservation {
    background-color: rgba(205, 133, 63, .5);
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}

.customer-warning {
    display: inline-table;
    margin-top: 6px !important;
}

.customer-warning-label {
    white-space: nowrap;
    width: 1000px;
}

.order-button {  }

@media screen and (max-width: 767px) {
    /*
	html, body, .container {
		height: auto;
	} */

    .fc-calendar {
        padding-bottom: 0;
    }

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container, 
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.fc-calendar {
		margin: 0 20px 20px;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding-right: 100px;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important;
		border-radius: 0px !important;
	    padding: 5px;
	    border-bottom: 1px solid #f4f4f4;
	}

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	    border-bottom: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}
	.fc-calendar .fc-row > div > div a {
	    display: table;	
	}
	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		max-width: 75%;
		display: inline-block;
	    vertical-align: middle;
	}
	.fc-calendar .fc-row > div > div img {
	    display: table-cell;
	    position: static;
	    top: auto;
	    left: auto;
	    transform: inherit;
        max-width: none;
	}
	.fc-calendar .fc-row > div > div strong {
	    position: static;
	    display: table-cell;
	    /*width: 80%; 文字サイズ小*/
	    width: 70%; /*文字サイズ中*/
	    /*width: 60%; 文字サイズ大*/
	    background: none;
	    overflow: auto;
	    text-overflow: inherit;
	    white-space: inherit;
	    vertical-align: middle;
	    color: #535353;
    }

    .fc-calendar .fc-row > div > div strong.reservation {
        background: none;
    }

	.fc-calendar .fc-row > div.fc-today {
	    background: #dff0d8;
	}

	.fc-calendar .fc-row > div.fc-today:after { 
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
	    width: 26px;
	    height: 26px;
		display: inline-block;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: #535353;
		font-size: 10px;
		text-transform: uppercase;
	}

    .order-button {
        vertical-align: middle;
    }

    .menu-data-child-label {
        width: 96px;
    }
}

@media screen and (min-width: 768px) and (max-width:1100px) {
    .fc-calendar-container {
        height: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width:1020px) {
    .order-button {
    }
    .fc-calendar-container {
        height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .order-button:before,
    .order-button:after {
        content: " ";
        display: table !important;
    }

    .order-button:after {
        clear: both;
    }
}
