

div.timetable-area {
    background: rgba(255, 255, 255, 0.3);
}

div.timetable-cell-lead {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    background-color: #eee;
    color: #707070;
    font-size: 80.0%;
    padding-left: 10px;
}

div.timetable-cell-follow {
    border-top: 1px dotted #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    background-color: #eee;
}

.reserve-selected-cell {
    border: 1px solid #2b2b2b;
    color: #2b2b2b;
    width: 200px;
    padding-left: 4px;
    position: absolute;
    left: 160px;
    background-color: #60df52;
    font-size: 8px;
}

.unit-price {
    color: #ffffff;
    background-color: #60df52;
}

.roomborder {
    border: 1px solid #bbb;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    background: #fff;
}

.roomborder .title {
    background: #d0d1cf;
    /* font-size: 80.0%; */
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.roomborder dl dt {
    color: #fff;
    float: left;
}

.roomborder dl dd {
    color: #eee;
    float: right;
}

.roomborder dl dd:hover {
    cursor: pointer;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    opacity: 0.50;
}

.roomborder p.can {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 100%;
    padding: 15px 0 14px;
    text-align: center;
}

.roomborder p.can span {
    font-weight: bold;
}

.roomborder ul {
    background: #fff;
    padding-top: 16px;
    width: 100%;
}



.wrap-table{
  width: 98%;
  position: relative;
}
.wrap-table tr th {
	height: 26px;
 	width: 12%;
	position: relative;
}
.wrap-table tr td {
	width: 12%;
	position: relative;
}

th.book-table-c {
	background-color: #ffffff;
}

table.calendar {
    table-layout: fixed;
}
table.calendar th {
    padding: 2px;
    font-weight: normal;
}
table.calendar th.sun {
    padding: 2px;
}
table.calendar th.sat {
    padding: 2px;
}
table.calendar th > div {
    background-color: #c8c8c8;
}
table.calendar th.sun > div {
    background-color: #ff9999;
}
table.calendar th.sat > div {
    background-color: #b3e6ff;
}
table.calendar td {
    padding: 2px;
    background: none;
    border: none;
}
table.calendar td > div {
    /* box-shadow:1px 1px 2px 2px rgba(0,0,0,0.02);
    border: 1px solid #efefef;
    border-radius:3px; */

    min-height: 10px;
    background-color: #edeeef;
    padding: 1px;
}
table.calendar td > div.sun {
    background-color: #ffcccc;
}
table.calendar td > div.sat {
    background-color: #ccf7ff;
}
table.calendar td > div.selected {
    background-color: #d0d1cf;
}
table.calendar td > div.disabled
{
    /* color: gray;
    background-color: rgba(180, 180, 180, 1); */
}

table.calendar td div.reserve-mark
{
    /* min-height: 30px; */
    color: black;
    text-align: center;
    /* background-color: rgba(180, 180, 180, 1); */
}
table.calendar td div.reserve-mark-loupe
{
    color: #0000dd;
    font-size: 14px;
}

table.calendar td div.reserve-mark-disable
{
    color: red;
    font-size: 20px;
}
table.calendar td div.progress-bar
{
    text-align: center;
    font-size: 12px;
}

table.calendar td div.reserve-mark-disable
{
    color: red;
    font-size: 20px;
}
table.calendar td div.progress-bar
{
    text-align: center;
    font-size: 12px;
}
table.calendar i.calendar-yen {
    color: blue;
}


div.rate-bar {
    /* background: #060; */
    border-radius: 5px;
    /* color: #fff; */
    /* font-size: 10px; */
    /* font-weight: bold; */
    margin: 0 auto 5px;
    /* padding: 4px 0; */
    /* text-align: center; */
    /* width: 100%; */
}

div.rate-bar-internal {
    background: #2a2;
}

label.reserve-option-title {
    font-size: 140%;
}

table.calendar td div.day-title {
    font-size: 14px;
    margin: 1px 0px 6px 0px;
    text-align: center;
}


.book-count-text {
    color: #c00;
}

#plan-select-list {
    min-height: 100px;
    margin: 10px 0px 30px 0px;
}

.plan-container {
    /* width: 100%;
    border: 1px solid rgb(221, 221, 221);
    position: relative;
    padding: 10px; */
    /* background-color: #fafafa; */
}
.plan-name-container {
    padding: 0px;
}

/* .plan-name {
    font-size: 120%;
    margin: 0px;
} */
.plan-name-label {
    width: 100%;
    margin: 0px;
}
.plan-span {
    font-size: 115%;
    margin-bottom: 10px;
}
.plan-price {
    margin-left: 4px;
    padding: 1px 10px 1px 10px;
    color: #ffffff;
    background-color: #3c5bfd;
    border-radius: 5px;
    display: inline-block;
}
.plan-desc {
    font-size: 90%;
}
.room-option-container {
    /* width: 100%;
    height: 100%; */
    background-color: #fdfdfd;
}
.room-option-element {
    background-color: #fafafa;
    /* border: 1px solid black; */
}

.room-option-list {
    background-color: red;
    height: 24vh;
}

.option-price-container {
    display: inline-block;
}

.option-image-container {
    padding: 0px;
}

.option-count-container {
    display: inline-block;
}

.book-dialog .popover {
    max-width: 70vw;
    max-height: 70vh;
}

.book-dialog .popover img.option-image {
    width: 70vw;
}

.inner-mod {
    position: relative;
}
.loading-page {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.loading-page > img {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.loading-page > img.spin-calendar {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 120px auto;
    display: block;
}

.main-page {
    position: relative;
}

input[type=radio].plan-radio {
  display: none;
}

@media screen and (max-width: 568px) {

table.calendar  div {
    text-align: center;
    font-size: 10px;
}

}



div.timetable-container {
    position: relative;
    padding: 10px 0px 10px 1px;
}
div.tiemtable-content {
    position: relative;
}
table.calendar td div {
    text-align: center;
    font-size: 10px;
}
div.timetable-price-container {
    margin: 0px auto -12px auto;
}
div.timetable-price {
    position:relative;
    font-size: 11px;
    background-color: #9cccffa0;
    color: black;
    padding: 0px 0px 0px 0px;
    text-align: center;
    max-width: 54px;
    /* border-radius: 1px; */
}
table.timetable {
    width: 100%;
}
table.timetable th {
    width: 20px;
    height: 13px;
    /* border: solid 1px black; */
}
table.timetable th.timetable-time > div {
    height: 10px;
    width: 30px;
    margin: -10px 0px 0px 0px;
    position: relative;
    font-size: 10px;
}

td.hour-cell {
    vertical-align: top;
    position: relative;
}

table.timetable td {
    border: solid 1px #a0a0a0;
    position: relative;
}
table.timetable td.even-price {
    width: 30%;
    /* border-bottom: none; */
    border-bottom: dashed 1px #c0c0c0;
}
table.timetable td.odd-price {
    border-top: none;

}
table.timetable td.even {
    border-bottom: dashed 1px #c0c0c0;
    cursor : pointer;
}
table.timetable td.odd {
    border-top: none;
    cursor : pointer;
}

table.timetable td.disabled-cell {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

.option-list {
    height: 400px;
    overflow: scroll;
    border: solid 1px #dddddd;
    padding: 3px;
}

table.timetable .selected {
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 13px;
    border-width: 1px;
    z-index: 180;
    border: solid 1px #404040;
    padding: 0px 2px 0px 2px;
}

table.timetable .selected-book {
    background-color: #1ce84abd;
    color: #000000;
    z-index: 150;
    pointer-events: none;
}

table.timetable div.disabled {
    pointer-events: none;
    cursor: not-allowed;
    /* z-index: 1000; */
}

table.timetable td.disabled {
    cursor: not-allowed;
}

table.timetable .selected-book.book-disabled {
    background-color: #e81c1cbd;
    pointer-events: none;
}

table.timetable .selected-book-other {
    background-color: #ccf9d682;
    color: #000000;
}

table.timetable .selected-reserved {
    background-color: #0000005e;
}

table.timetable .selected-book-recurring {
    background-color: #7b6ee982;
}

table.timetable .selected-book-other button.book-remove {
    width: 13px;
    height: 13px;
    font-size: 8px;
    text-align: center;
    position: absolute;
    top: -1px;
    right: 0px;
    padding: 0px;
    pointer-events: auto;
}

.click-area {
    position: relative;
}
.click-guide {
    position: absolute;
    right: 40px;
    top: 18px;
}

.step-balloon {
  position: relative;
  background: #0cad29;
  padding: 2px;
}
.step-balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0cad29 transparent transparent transparent;
  border-width: 20px 30px 0 30px;
}
.step-balloon-last {
  position: relative;
  background: #0cad29;
  padding: 2px;
}


div.reserve-step {
    margin: 4px 0px 40px 0px;
    padding: 2px;
}
div.reserve-step-content {
    margin: 0px;
    padding: 10px;
    background-color: #ffffff;
}

div.balloon {
  position: relative;
  border-radius: 6px;
  background: #40a440;
  padding: 3px;
  margin: 1px 10px 24px 10px;
  vertical-align: middle;
}
div.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #40a440 transparent transparent transparent;
  border-width: 20px 20px 0 0px;
}

div.balloon > div {
    background-color: white;
}

div.placeholder {
    border: 1px solid #d0d0d0; margin: 10px;
}

div.placeholder-text-container {
    height: 240px;
	position: relative;
}
div.placeholder-text {
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: 100px;
    text-align: center;
    padding: 20px 0;
}

div.text-block {
    display: inline-block;
    vertical-align: middle;
}


/*
.click-area .popover {
    background: none;
}
.click-area .popover-title {
    background-color: #d0d0d0a0;
    padding: 0px;
}
.click-area .popover-content {
    background-color: #f0f0ffa0;
}
.click-area .popover.top > .arrow:after {
    border-top-color: #f0f0ffe8;
}
*/

table.book {
	/* z-index: 20; */
}

table.book th {
    border: 1px solid #d0d0d0;
    text-align: center;

}

table.book tr th.week {
    background-color: #c0c0c0;
}
table.book tr th.sun {
    background-color: #ff9999;
}
table.book tr th.sat {
    background-color: #b3e6ff;
}

table.book td {
    border: 1px solid #d0d0d0;
    text-align: center;
    height: 58px;

}

th.hour-title {
    font-size: 12px;
    background-color: #f0f0f0;
}

span.c-price {
    font-size: 12px;
}
i.c-yen {
    color: #000080;
    font-size: 16px;
}
th.c-time {
    background-color: #fdfdfd;
    font-size: 1.2em;
    padding: 1px;
}

.plan-name-container {
    background: linear-gradient(transparent 70%, #a0e0d6 70%);
}

button.book-cell-button {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 4px 0px;
    margin: 0px 0px 0px 0px;
}

button.book-cell-button:disabled, button.book-cell-button:hover, button.book-cell-button:focus, button.book-cell-button:active, button.book-cell-button:disabled.btn-default[disabled]:hover {
	background-color: #a1e6a1;
    border-color: #5cb85c;
    opacity: 1;
}

button.book-cell-to-search {
    background-color: #efefef;
}
button.book-cell-otehr-plan {
    background-color: #dfffdf;
}
.start-date {
    font-size: 17px;
}

.book-container {
    position: relative;
	/* z-index: 20; */
}

.book-loading {
	/* z-index: 30; */
    color: #ffffff;
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.book-loading img {
	z-index: 101;
	width: 40px;
	height: 40px;
}

div.time-enter {
	font-size: 16px;
	margin: 0px 4px;
	padding: 2px 12px;
}

.tab-button-outer {
  display: none;
}

.modal .paln-desc {
    max-height: 40vh;
    overflow: scroll;
}

@media screen and (min-width: 640px) {
  .tab-button-outer {
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
}

.book-help-container {
    margin: 30px 1px 10px 1px;
}
.book-button-help {
    border-width: 0px 0px 1px 0px;
    margin: 0px 2px 0px 2px;
}
.book-button-help-book {
    min-width: 20px;
    display: inline-block;
    text-align: center;
    margin: 1px;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid black;
}
.book-button-help-search {
    width: 20px;
    display: inline-block;
    text-align: center;
    padding: 1px;
    background-color: #efefef;
    border: 1px solid black;
}
.book-button-help-other-plan {
    width: 20px;
    display: inline-block;
    padding: 1px;
    background-color: #dfffdf;
    border: 1px solid black;
}

.list-element {
	border: 1px solid #dadada;
	border-width: 0px 0px 1px 0px;
}
.btn-book-cancel {
	margin: 1px;
	padding: 1px 1px 1px 1px;
}

.btn-book-confirm-sm-foot {
  width: 70%;
  margin-bottom: 15px;
}

.btn-book-list-sm-foot {
	width: 24%;
	font-size: 12px;
}

.plan-dow-enabled {
	color: #2020ff;
	font-size: 20px;
}

.plan-dow-disabled {
	color: #ff2020;
	font-size: 20px;
}
@media screen and (min-width: 768px) {
span.c-price {
    font-size: 16px;
}
}