@charset "UTF-8";
.mgt10 { margin-top:10px; }
.mgt20 { margin-top:20px; }
.mgt30 { margin-top:30px; }
.mgt40 { margin-top:40px; }
.mgt50 { margin-top:50px; }
.mgt50 { margin-top:50px; }
.mgt60 { margin-top:60px; }
.mgt70 { margin-top:70px; }
.mgt80 { margin-top:80px; }
.mgt90 { margin-top:90px; }
.mgt100 { margin-top:100px; }
body {
  font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
}
.content-header {
    padding: 15px .5rem 0;
}
.navbar-nav h1 {
  font-size: 1.5rem;
  padding-top: 7px;
}
.login-page, .register-page {
    background-color: #f0f0f0;
}
.login-box, .register-box {
	width: 360px;
	top:-80px;
	position: relative;
}
.login-box .card {
	border-radius: 7px;
	overflow:hidden;
}
.login-box h1 {
	color: #999;
	font-size: 1.2rem;
}
.login-logo {
	width: 160px;
	margin:0 auto 30px;
}
.login-logo img {
	width: 100%;
	height: auto;
}
.fa-circle {
	vertical-align: top;
}
.fa-circle:before {
    font-size: 5px;
    line-height: 5px;
}
.err_msg {
	color: #dc3545;
}

.login-box span.err_msg {
	color: #cc3300;
	display: block;
	text-align: center;
	position: static;
	background-color: transparent;
}
.btn-info {
	box-shadow: 0 3px 5px #999;
}
input::placeholder,
.custom-file-label {
	color: #e3e3e3 !important;
}
.custom-file-label {
	color: #999 !important;
}
.cpbdake_m {
	width: 120px;
	text-align: center;
}
.cpbdake_m img {
	width: 100%;
	height: auto;
}
.cpbdake_m figucaption {
	color: #999;
	font-size:0.9rem;
}

.icheck-success>input:first-child:checked+input[type=hidden]+label::before, .icheck-success>input:first-child:checked+label::before {
    background-color: #c5ae4f;
    border-color: #c5ae4f;
}

.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 210px;
}
@media (min-width: 768px) {
body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 210px;
}
}

.input-group>.custom-file {
	max-width: 420px;
}


.sidebar-dark-primary {
	/*background-color: #314759 !important;*/
	background-color: #f0f0f0 !important;
}
.sidebar-light-primary {
	/*background-color: #314759 !important;*/
	background-color: #fcfcfc !important;
}

nav.main-header,
[class*=sidebar-light] .brand-link {
	background-color: #608581 !important;
	/*background-color: #ad9c7e !important;*/
	border-bottom: 0 none !important;
}
[class*=sidebar-light] .brand-link,
nav.main-header h1 {
	color: #fff;
}
[class*=sidebar-light] .brand-link:hover {
	color: #fff;
	cursor: pointer;
}
.main-sidebar .nav-treeview a.nav-link:hover p,
.main-sidebar .nav-treeview a.nav-link:hover i {
	color:#333 !important;
}
.st1 {
    font-size: 18px;
}

#tb1_wrapper > .row:nth-child(1) {
	flex-flow: row-reverse;
}
#tb1_wrapper > .row:nth-child(1) >div .dt-buttons {
	float: right;
}
#tb1_filter .form-control {
	width: auto;
	display: inline-block;
	margin-left: 5px;
}
#tb1 thead tr {
	background-color: #608581;
	color: #fff;
}
#tb1 td.edit {
	cursor: pointer;
	box-sizing: border-box;
}
#tb1 tbody td.edit a {
	display: block;
	color:#333;
}
#tb1 td.edit:hover {
	background-color: #82d4d5;
	color: #fff;
}
#tb1 td,
#tb1 th {
    padding: 5px 5px;
    font-size: 14px;
    white-space: nowrap;
}
#tb1 tr.sts-off {
    background-color: #a19d9d;
}
#tb1 td.select-checkbox {
    padding: 0 10px;
}
dl.legend {
    border: 1px solid #d7d7d7;
    position: relative;
    border-radius: 8px;
    padding: 5px;
    margin: 5px 10px 5px 0;
}
dl.legend dt {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 11px;
    background-color: #fff;
}
dl.legend dd {
    display: inline-block;
    margin: 0 10px 0;
}
dl.legend label {
    margin: 0;
}
table#tb1.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    display: none;
}
table#tb1.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    display: none;
}
table#tb1.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 0;
}
.table-bordered th {
    width: 240px;
    font-size: 14px;
}
.table-bordered {
    margin-bottom: 40px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.dt-body-center {
	text-align: center;
}
.checked_ctl select.custom-select {
	font-size:13px;
}
.tb2 {
    width: 100%;
}
.tb2 thead tr {
    background-color: #f0f0f0;
}
.tb2 .th_b1 {
    width: 200px;
}
.tb2 .th_b2,
.tb2 .th_b3,
.tb2 .th_b4 {
    width: 150px;
}
.tb2 .td_5 {
    text-align: left;
}
.tb2,
.tb2 th,
.tb2 td {
    border: 1px solid #d7d7d7;
}
.tb2 th,
.tb2 td {
    padding: 10px;
    text-align: center;
}
.tb2 .td_4 {
    text-align: left;
}
.tb2 thead th {
    text-align: center;
}
 .st3 {
     text-align: center;
 }
/*
span.err_msg {
	background-color: #C4AF43;
	display: inline-block;
	position: absolute;
	right: 0;
}
span.err_msg b {
	color: #fff;
	display: block;
	padding: 5px 8px;
	font-size:11px;
	font-weight: lighter;
}
span.err_msg::after {
	content: "";
    height:0;
    width:0;
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #C4AF43;
    position: absolute;
    bottom: -10px;
    left:50%;
    margin-left:-5px;
}
*/
.err_msg.off {
	display: none;
}
form.fill .form-group {
	position: relative;
}
#shoshiki_print_base {
	width: 297mm;
	margin:0 auto;
	background-color: #f0f0f0;
}
#shoshiki_print_base .inr {
	display: flex;
	flex-wrap: wrap;
	break-after: page;
}
#shoshiki_print_base .box {
	display: block;
	padding: 20px 10px 10px;
	border:5px solid #000;
	width: 250px;
	height: 345px;
	box-sizing: border-box;
	background-color: #fff;
}
#shoshiki_print_base .box h3{
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 2px;
}
#shoshiki_print_base .box table {
	width: 100%;
	box-sizing: border-box;

}
#shoshiki_print_base .box thead .name th {
	width: 70px;
	border:3px solid #000;
	text-align: center;
	padding: 8px 0 7px;
	font-size: 18px;
	vertical-align: middle;
}
#shoshiki_print_base .box thead .name td {
	border:3px solid #000;
	text-align: center;
	padding: 8px 0 7px;
	font-size: 18px;
	overflow: hidden;
	vertical-align: middle;
}
#shoshiki_print_base .box thead .date {
	text-align: right;
}
#shoshiki_print_base .box thead .date td {
	padding-right: 15px;
}
#shoshiki_print_base .box tbody td {
	border-bottom: 2px solid #000;
	height: 39px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 15px;
	box-sizing: border-box;
}
#shoshiki_print_base .box tbody .price th {
	border:3px solid #000;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
}
#shoshiki_print_base .box tbody .price td {
	border:3px solid #000;
	height: 50px;
	text-align: right;
	padding:5px 10px 5px 10px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 18px;
}

/*--------週末金--------*/
#weekend_print_base {
	width: 297mm;
	margin:0 auto;
	background-color: #f0f0f0;
}
#weekend_print_base .inr {
	display: flex;
	flex-wrap: wrap;
	break-after: page;
}
#weekend_print_base .box {
	display: block;
	padding: 20px 10px 10px;
	border:5px solid #000;
	width: 250px;
	height: 345px;
	box-sizing: border-box;
	background-color: #fff;
    position: relative;
}
#weekend_print_base .box h3{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 2px;
}
#weekend_print_base .box table {
	width: 100%;
	box-sizing: border-box;

}
#weekend_print_base .box thead .name th {
	width: 70px;
	border:3px solid #000;
	text-align: center;
	padding: 8px 0 7px;
	font-size: 18px;
	vertical-align: middle;
}
#weekend_print_base .box thead .name td {
	border:3px solid #000;
	text-align: center;
	padding: 8px 0 7px;
	font-size: 18px;
	overflow: hidden;
	vertical-align: middle;
}
#weekend_print_base .box .date {
		font-size: 28px;
		text-align: center;
		padding-top: 20px;
}

#weekend_print_base .box tbody td {
	height: 39px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 15px;
	box-sizing: border-box;
}
#weekend_print_base .box tbody .price  {
	font-size: 24px;
	height: 59px;
}
#weekend_print_base .box tbody .price  {
	font-size: 24px;
	height: 20px;
}
#weekend_print_base .box tbody .thin {
	height: 10px;
}
#weekend_print_base .remain {
	color: #cc3300;
	font-size: 24px;
}
#weekend_print_base .remain span {
	border:2px solid #cc3300;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}
#weekend_print_base .s_text {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 0 10px;
    font-size: 10px;
    line-height: 1.1;
    color:#cc3300;
}
#weekend_print_base .room {
	font-size: 10px;
	position:absolute;
	right:5px;
	top:5px;
}
/*--------貸付--------*/
#kashitsuke_print_base {
	width: 297mm;
	margin:0 auto;
	background-color: #f0f0f0;
}
#kashitsuke_print_base .inr {
	display: flex;
	flex-wrap: wrap;
	break-after: page;
}
#kashitsuke_print_base .box {
	display: block;
	padding: 20px 10px 10px;
	border:5px solid #000;
	width: 250px;
	height: 345px;
	box-sizing: border-box;
	background-color: #fff;
}
#kashitsuke_print_base .box h3{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 2px;
}
#kashitsuke_print_base .box table {
	width: 100%;
	box-sizing: border-box;

}
#kashitsuke_print_base .box thead .name th {
	width: 70px;
	border:3px solid #000;
	text-align: center;
	padding: 8px 0 7px;
	font-size: 18px;
	vertical-align: middle;
}
#kashitsuke_print_base .box thead .name td {
	border:3px solid #000;
	text-align: center;
	padding: 8px 0 7px;
	font-size: 18px;
	overflow: hidden;
	vertical-align: middle;
}
#kashitsuke_print_base .box .date {
		font-size: 28px;
		text-align: center;
		padding-top: 20px;
}

#kashitsuke_print_base .box tbody td {
	height: 39px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 15px;
	box-sizing: border-box;
}
#kashitsuke_print_base .box tbody .price  {
	font-size: 32px;
	height: 59px;
	text-align: center;
}
#kashitsuke_print_base .box tbody .thin {
	height: 10px;
}
#kashitsuke_print_base .remain {
	color: #cc3300;
	font-size: 24px;
}
#kashitsuke_print_base .remain span {
	border:2px solid #cc3300;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}

.tb_card.cashback .memo{
	text-align: right;
}
.tb_card.cashback .memo span{
	display: inline-block;
	padding:3px 6px;
	border:1px solid #333;
	border-radius: 4px;
}
#print_header {
	width: 100%;
	/*background-color: #0000ff;*/
	padding:15px 0;
	position: fixed;
	top:0;
	left: 0;
	height: 80px;
	box-sizing: border-box;
	box-shadow: 0 3px 8px #ddd;
    z-index: 200;
}
#print_header ul {
	position: relative;
	margin:0 auto;
}
#print_header li {
	list-style-type: none;
	padding:0;
}
#print_header li#btn_back {
	position: absolute;
	left: 25px;
	top: 5px;
}
#print_header li#btn_print {
	position: absolute;
	right: 25px;
	top: 0;
}
#base_print {
	padding-top: 100px;
}
#base_print h1 {
	font-size: 18px;
	max-width: 297mm;
	margin:0 auto;
}
label.required span {
	position: relative;
	display: inline-block;
}
label.required span::after {
    font-family: "Font Awesome 5 Free";
	content: "\f069";
	width: 10px;
	position: absolute;
	right: -15px;
	top: 0;
	color: #cc3300;
	font-size: 10px;
}

span.required {
	font-size: 10px;
	color: #cc3300;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
	font-weight: lighter;
}
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right:3px !important;
    top: 3px !important;
    font-size: 10px !important;
}

ul.normal li {
	list-style-type: none;
}
ul.li_bd {
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	padding: 0;
}
ul.li_bd li {
	border-bottom: 1px solid #d1d1d1;
	magin:0;
}
ul.li_bd li:nth-child(2n) {
	background-color: #f9f9f9;
}
ul.li_bd li label {
	display: block;
	padding:10px 20px 10px;
	cursor: pointer;
	margin:0;
}
ul.li_bd li label:hover {
	background-color: #0275d8;
	color:#fff;
}
#base_worker_picture a {
    color: #333;
    text-decoration: none;
}
#base_worker_picture .inr {
  page-break-after:always !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#base_worker_picture .box {
  border: 1px solid #ccc;
  width: 24%;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
}
#base_worker_picture .box figure {
  width: auto;
  height: 180px;
  overflow: hidden;
  text-align: center;
}
#base_worker_picture .box figure img {
  width: auto;
  height: 180px;
}
#preview_picture {
  width: auto;
  height: 180px;
}
#modal_picture_upload .modal-header {
    display: block;
    text-align: center;
}
#modal_picture_upload .modal-body figure {
    text-align: center;
    margin: 0 auto 10px;
    max-width: 400px;
    overflow: hidden;
}
#base_worker_picture .info {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
  line-height: 1.2;
}
#base_worker_picture .info p {
  margin: 0;
}
#base_worker_picture .info h4 {
  margin: 0;
}
#base_worker_picture .info h5 {
  margin: 0;
}
#base_worker_picture .box i.for_edit {
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 20;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
}
.box_bg {
    background-color: #fcfcfc;
    border: 1px solid #d7d7d7;
    padding: 15px 15px 0;
    border-radius: 4px;
    margin: 15px 0;
}
dl.normal dt {
    font-size: 14px;
}
dl.normal dd {
    margin: 0 0 15px;
    font-size: 13px;
}
dl.normal dd input {
    margin-right: 5px;
}
dl.normal dd.hor {
    display: inline-block;
    margin-right: 15px;
}
dl.normal label {
    margin: 0;
    font-weight: 100;
}
dl.normal label:not(.form-check-label):not(.custom-file-label) {
    font-weight:lighter;
}
.tgl {
    display: none;
}
td.bD {
    position:relative;
}
.tooltip_bD{
    width:100px;
    padding:5px;
    font-size:14px;
    margin-left:-50px;
    background-color:#333;
    color:#fff;
    text-align: center;
    position:absolute;
    left:50%;
    top: -30px;
    z-index: 220;
    border-radius: 5px;
}
.tooltip_bD:before {
    content: "";
    height:0;
    width:0;
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #333;
    position: absolute;
    bottom: -10px;
    left:50%;
    margin-left:-5px;
}
/*----room----*/
#pg_room .base {
    margin-bottom: 20px;
}
#pg_room .box {
    width: 7.5%;
    display:inline-block;
    border: 1px solid #000;
    margin-bottom: 10px;
    height: 120px;
    vertical-align: top;
}
#pg_room .box h4 {
    font-size: 16px;
    background-color: #a19d9d;
    color: #fff;
    text-align: center;
}
#pg_room .box p {
    font-size: 18px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 28% 10px 0;
    margin: 0 0  0 0;
    width: 100%;
}
.washroom {
    background-color: #999;
    width: 15.5%;
    height: 120px;
    display: inline-block;
}



tbody .tdid {
	text-indent: -999px;
	overflow: hidden;
}

#footer_controll {
	background-color: #fff;
	height:auto;
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index: 10001;
	box-sizing: border-box;
}

#footer_controll .inr {
	display: flex;
	justify-content: space-between;
}
#footer_controll .inr div {
	width:32%;
}
#fc_menu select {
	max-width:500px;
	width:100%;
	padding:8px;
}

/*##########################################
#-520px（レスポンシブ）
###########################################*/
@media (max-width:520px)  {

	#base_worker_picture .box {
	  border: 1px solid #ccc;
	  width: 48%;
	  height: 170px;
	  margin-bottom: 10px;
	  position: relative;
	}
	#base_worker_picture .box figure {
	  width: auto;
	  height: 100px;
	  overflow: hidden;
	  text-align: center;
	}
	#base_worker_picture .box figure img {
	  width: 100%;
	  height: auto;
	}
	#base_worker_picture .info h4 {
		font-size: 15px;
	}
	#base_worker_picture .info h5 {
		font-size: 12px;
	}
	#base_worker_picture .info p {
		font-size: 11px;
	}
	#base_worker_picture .box i.for_edit {
		font-size: 18px;
		width: 28px;
		height: 28px;
	}
	#base_worker_picture .info {
		bottom: 5px;
		line-height: 1.2;
	  }
}/*END*/
	
@media print{
	.for_edit,
	.crop-icon {
		display: none !important;
	}
}











