@charset "utf-8";
.bg-navi{
    background-color: #0f4b2c;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
}
span.required{
    margin-left: 1em;
}
.btn {
    padding-left: 2em;
    padding-right: 2em;
}

#calendar_area header {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font: 15px/1em inherit;
    color: #545A5C; 
}
#calendar_area header .c-btn {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #CBD1D2;
    border-radius: 50%;
    border: 2px solid #CBD1D2; 
}
#calendar_area header .c-btn:hover {
    background: #CBD1D2;
    color: white; 
}
#calendar_area header .c-btn:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    transform-origin: center center; 
}
#calendar_area header .c-btn-prev {
    top: 0;
    left: 10px;
    transform: rotate(-180deg); 
}
#calendar_area header .c-btn-next {
    top: 0;
    right: 10px; 
}
#calendar_area header .c-btn-next:before {
    transform: rotate(45deg);
}
#calendar_area header .month {
    padding: 0;
    margin: 0; 
}
/* 予約可能リンク */
#calendar_area td a {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    text-align:center;
    margin: auto 0;
}


/*カレンダー*/
#calendar_area #calendar {
	text-align: center;
	width: 100%;
}
#calendar_area table {
	outline: 2px solid #ddd;
	border-collapse: collapse;
	width: 100%;
    table-layout: fixed;
}
#calendar_area th {
	color: #000;
}
#calendar_area th, #calendar_area td {
	outline: 1px solid #ddd;
	text-align: center;
}
#calendar_area th {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 通常マスの設定 */
/* 予約が必要なときは、 予約必要日 ⇒ 赤地に黒字 の指定*/
#calendar_area td {
    height: 56px;
    background: lightpink;
}

#calendar_area td.disabled {
	color: #ccc;
}
/* 使ってない と思う*/
#calendar_area td.today {
	background-color: #D65E72;
	color: #fff;
}

/* 時間帯の色分け */
.sample-color-block {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 5px 0 40px;
}
/* 目安のブロック 閉業日 オープン期間外 休業日【運休】色分け  休み ⇒ グレー地に黒字 */
.sample-color-block.closed-day{
    border:solid #ddd;
}
/* 目安のブロック 土、日曜日＆祝日【予約不要】色分け 土日不要日 ⇒ 白地に青/赤字*/
.sample-color-block.special-day{
    border:solid #ddd;
}
/* 目安のブロック ホテルグリーンプラザ軽井沢[発]⇒軽井沢駅[行]【午前中のみ運行】色分け  午前のみ ⇒ 緑地（現行）に黒字*/
.sample-color-block.morning-day{
    border:solid #ddd;
}
/* 目安のブロック (カレンダー側だとデフォルトの表示) 予約必要日 ⇒ 赤地に黒字*/
.sample-color-block.booking-day{
    border:solid #ddd;
}
/* 目安のブロック */
.sample-color-block.exception-day-admin{
    border:solid #ddd;
}

/* 祝日名の文字色*/
#calendar_area .holiday {
    color:red;
}
/* 土、日曜日＆祝日【予約不要】色分け 土日不要日 ⇒ 白地に青/赤字*/
/* 背景色を白にして、文字色は通常の赤と青 文字色は、別クラスで指定*/
#calendar_area .special-day {
	/* background-color: #FFF0F5; */
    background-color: #FFFFFF;
}
/* スタンプ */
#calendar_area.is_admin td.defined_special_day{
    background-image: url("../img/toku.svg");
    background-size: 20%;
    background-position:15% 15%;
    background-repeat: no-repeat;
}

/* 休業日【運休】色分け  休み ⇒　グレー地に黒字*/
#calendar_area .closed-day {
	/* background-color: #F5F5F5; */
    background-color: #A6A6A6 ;
    color: #000 !important;
}
/* ホテルグリーンプラザ軽井沢[発]⇒軽井沢駅[行]【午前中のみ運行】色分け  午前のみ ⇒ 緑地（現行）に黒字*/
#calendar_area .morning-day {
	background-color: #c1f5bc !important;
    background: #c1f5bc !important;
}
/*予約必要日 ⇒ 赤地に黒字 のブロックのみに利用*/
#calendar_area .booking-day {
	background-color: lightpink ;
}

/* 例外のときの色 */
#calendar_area .exception-day {
    /* background-color: white; */
    background: lightpink;
}
/* 管理画面の例外時の色 */
#calendar_area .exception-day-admin {
	background-color: paleturquoise;
    /* background: lightpink; */
}
/* スタンプ */
#calendar_area.is_admin td.morning-day{
    background-image: url("../img/gozen.svg");
    background-size: 20%;
    background-position:15% 50%;
    background-repeat: no-repeat;
}
/* スタンプ */
#calendar_area.is_admin td.closed-day{
    background-image: url("../img/kyu.svg");
    background-size: 20%;
    background-position:15% 50%;
    background-repeat: no-repeat;
}
/* スタンプ */
#calendar_area.is_admin td.exception-day-admin{
    background-image: url("../img/reigai.svg");
    background-size: 20%;
    background-position:15% 50%;
    background-repeat: no-repeat;
}
/*日曜の文字色*/
#calendar_area td:first-child,#calendar_area th:first-child {
	color: red;
}
/*土曜の文字色*/
#calendar_area td:last-child,#calendar_area th:last-child  {
	color: blue;
}
/* リンクがある場合 */
#calendar_area a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    /* background: lightpink; */
}
.number-of-people {
    width: 8em;
    padding-left: 0.5em;
    justify-content: flex-start !important;
}
.form-control::placeholder{
    color: #cccccc !important;
}
table.top-row-no-border tr:first-child td{
    border-top: 0 !important;
}

table .cw-2{
    min-width: 4rem;
}
table .cw-3{
    min-width: 5rem;
}
table .cw-4{
    min-width: 6rem;
}
table .cw-5{
    min-width: 7rem;
}
table .cw-6{
    min-width: 8rem;
}
table .cw-7{
    min-width: 9rem;
}
table .cw-8{
    min-width: 10rem;
}

.day_out_of_the_month{
    opacity: 0.5;
}
td.current_month{
    cursor: pointer;
}

#booking_form_card.outbound .inbound_only{
    display: none;
}

#booking_form_card.inbound .outbound_only{
    display: none;
}

table.monthly_list thead th, table.monthly_list thead td {
    position: sticky;
    top: 0;
    background-color: #bec2eb;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffe4c4;
}

/* .jconfirm .col-md-4{
    flex: 0 0 50%;
    max-width: 50%;
} */