
/* ======================================= */


p.dev {
    position: fixed;
    bottom: 0;
    background: orange;
    display: block;
    width: 100%;
    margin: 0;
    color: white;
    z-index: 9999;
}

.alert-no-close {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* --- サイドスライドメニュ --- */
/* 1. Bootstrapの標準アニメーション(上下)を完全に上書き */
.collapsing {
  transition: left 0.3s ease-out !important; 
  height: 100vh !important;
  display: block !important;
  visibility: visible !important;
  position: fixed !important;
  top: 0;
  left: 0;
}
/* 2. サイドバーの基本設定（左へ隠しておく）*/
#sidebarMenu {
  position: fixed;
  top: 0;
  left: -250px; /* 完全に隠す */
  width: 250px;
  height: 100vh;
  z-index: 1060;
  background-color: #f8f9fa;
  transition: left 0.3s ease-out, visibility 0.3s; 
  visibility: hidden;
  display: block !important;
}
/* サイドバーが開いた時 */
#sidebarMenu.show {
  left: 0;
  visibility: visible;
}
/* 3. オーバーレイ（背景）の設定 */
.overlay {
  display: none; /* 通常は消しておく */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
/* サイドバーが開いている時、オーバーレイは透明のまま（クリックで閉じる機能だけ残す／グレーにしない） */
#sidebarMenu.show ~ .overlay {
  display: block;
  opacity: 0;
}
/* メインコンテンツはサイドバー開閉に合わせてスライド */
#mainMenu {
  transition: margin-left 0.3s ease-out, max-width 0.3s ease-out;
}
/* PC等の広い画面：サイドバーが開いたらメインを右へ押し出して被らないようにする */
@media (min-width: 768px) {
  #sidebarMenu.show ~ #mainMenu {
    margin-left: 250px;
    max-width: calc(100% - 250px);
  }
}

/* ======================================= */
/* --- 受付画面 --- */
    #mainTable .badge {
      font-size: 20px;
      width: 80px;
    }
    #mainTable .badge .cancel {
      font-size: 14px;
      position: relative;
      top: -2px;
      letter-spacing: -1px;
    }
    #mainMenu .nav-link.active {
      color: initial;
      border-bottom: 2px solid #212529;
      padding-bottom: 4px;
      display: inline-block;
    }
/* --- 履歴画面 --- */
    #archiveTable .badge {
      width: 80px;
    }
    #archiveTable .badge .cancel {
    }
/* ======================================= */
/* --- 各種設定画面 --- */
  .setting-block {
    background: #f8f9fa;       /* うっすらグレー */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .section-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .setting-block + .setting-block {
  margin-top: 10px;
}
.form-control-plaintext {/*上書き*/
    color: #3b5765;
    background: #fff;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
}
.form-control-radio {
    width: fit-content;
    color: #3b5765;
    background: #fff;
    padding: 5px 10px;
    font-weight: normal;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

/* ======================================= */

/* アイコン大きく */
.bi-line {
  font-size: 25px;
  color: #33b800;
}
.bi-envelope-fill {
  font-size: 25px;
  color: #FF9800;
}

/* --- 履歴画面 --- */
    #archiveTable .bi-line {
    	font-size: initial;
        color: #33b800;
    }
    #archiveTable .bi-envelope-fill {
    	font-size: initial;
    	color: #FF9800;
    }

/* 縦位置中央 */
.table-responsive table td,
.table-responsive table th {
  vertical-align: middle;
}


a[href^=http][target="_blank"]:not(.internal):not(.btn):not(.nav-link) {
    background: url(../img/external-link.png) right center no-repeat;
    padding-right: 15px;
    margin-right: 5px;
}

.eventsnone {
    pointer-events: none;
}
.displaynone {
    display: none;
}
.visihidden {
    visibility: hidden;
}

/* */
/* Bootstrap4上書き */
.bg-dark {
    background-color: #17a2b8 !important;
}
/* Bootstrap4上書き */
.btn-primary {
    color: #fff;
    background-color: #03A9F4;
    border-color: #03A9F4;
}
.btn-outline-primary {
    color: #03A9F4;
    border-color: #03A9F4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #03A9F4;
    border-color: #03A9F4;
}
.btn-primary:focus {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
    box-shadow: 0 0 0 .2rem #a4d7ff;
}
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}



a {
    color: #03A9F4;
}
a:hover {
    color: #2196F3;
}



/* ======================================= */


/* ホーム */
#news_area p {
	margin: 0;
	font-size: .9rem;
	color: black;
}

/* コース登録 */
.navtitle a {
	position: absolute;
}
.navtitle h2, .navtitle h3 {
	margin-left: 2rem;
}
.navtitle i.bi {
	font-size: 1.5rem;
}

.footer {
	text-align: center;
	color: #6c757d !important;
	font-size: 80%;
}

.help-block {
	color: #6c757d !important;
	font-size: .9rem;
}

/* メインのフォームの幅を600px以内にする 基本設定　*/
.form-container {
	max-width: 600px;
	margin: 0 auto 0 0;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

/* スタッフ登録 > 対応するコース */
.pill {
	display: inline-block;
	padding: 3px 7px;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: small;
	margin: 2px 5px;
}

/* 日付入力補助（HTML5）をinput全体に適用させる とりあえずflatpickr使うので、html5使わない */
input[type="date"], input[type="time"] {
	position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
	display: block;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: transparent;
}

.calendar-picker {
	position: relative;
	display: inline-block;
}

.calendar-picker span {
	position: absolute;
	right: 10px; 
	top: 50%; 
	transform: translateY(-50%); 
	pointer-events: none; 
	cursor: pointer;
}

.feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

/*
 * Sidebar
 */

#sidebarMenu .list-group-item {
	padding: .5rem 1.25rem;
}

#sidebarMenu .nav-link {
	font-weight: 500;
	color: #333;
}

#sidebarMenu .nav-link.active {
	color: #007bff;
}
/*
 * Navbar
 */

/* 
.navbar { buroku add 
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
	justify-content: unset;
}
*/

/* ナビバーのロゴとハンバーガーを両端に配置 */
.navbar {
  justify-content: space-between;
}

.navbar-brand {
	/*padding-top: .75rem;
	padding-bottom: .75rem;*/
	font-size: 1rem;
}

.navbar .navbar-toggler {
	top: .25rem;
	right: 1rem;
}




.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.breadcrumb { /* buroku add */
	background-color: initial;
	margin-bottom: initial;
	padding: .5rem 1rem;
}

#current-time, .expired {
	/*position: absolute;
	right: 80px;
	top: 17px;*/
	/*font-size: 12px;*/
	color: gray;
}

/* SP以上の画面 (PCなど大きい画面) */
@media (min-width: 576px) {
	#current-time, .expired {
		/*right: 30px;*/
	}
}

.expired {
	color: red;
}

/* bootstrapの上書き */
.btn.disabled, .btn:disabled {
	color: #fff;
	background-color: #9e9e9e;
	border-color: #9e9e9e;
}

/* Datepicker for Bootstrap */
/* http://sd7lab.jp/bootstrap3_use_datepicker-for-bootstrap/ */
.datepicker {
	line-height: 20px;
}

.datepicker .table-condensed th,
.datepicker .table-condensed td {
	padding: 10px;
	padding: .6rem .7rem;
	text-align: center;
	font-size: 2.0rem;
	font-size: 1.2rem;
}

/* Calendar
#collapseCalendar {
	padding: 10px 10px 1px 10px;
	margin-bottom: 10px;
	background: #eafafd;
	border-radius: 4px;
}

.calendar {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	background: #fff;
	margin-bottom: 10px;
}

.calendar td,
.calendar th {
	padding: 5px;
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: top;
}
 */
 
/* 管理画面はデフォ青 */
.yajirushi {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
	border-radius: 4px;
	padding: 5px 10px;
}

.yajirushi-left {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
	border-radius: 4px 0 0 4px;/*右上と右下の半径を 0*/
	padding: 5px 10px;
}

.yajirushi-right {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
	border-radius: 0 4px 4px 0;/*左上と左下の半径を 0*/
	padding: 5px 10px;
}

/*
.getsudo {
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}

.sun, .red {
	color: red;
}

.sat {
	color: blue;
}

.calendar select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.calendar select.form-control {
	padding: 6px 6px;
}

.calendar td.dt {
	cursor: pointer;
}

.calendar td.selected {
	background: lightsteelblue;
}

.maru {
	background: bisque;
	width: 1.4em;
	height: 1.4em;
	display: inline-block;
	border-radius: 50%;
}

.calendar td.ndt {
	cursor: not-allowed;
}
*/

/* placeholderを薄くするCSS */
::placeholder {
	color: #ccc !important;
}

.form-control-plaintext {
	font-weight: bold;
}

.bean {
	font-size: 12px;
	color: #fff;
	background-color: #9E9E9E;
	display: inline-block;
	padding: 1px 3px;
	margin-right: 5px;
	font-weight: normal;
}

.text-blue {
	color: #3788d8;
}

.text-skyblue {
	color: #8EBFDC;
}

.text-bluegreen {
	color: #78c1c4;
}

.text-brown {
	color: #947a6d;
}

.text-orange {
	color: #f39768;
}

.text-green {
	color: #A4CE83;
}

.text-purple {
	color: #968DBC;
}

.text-redpurple {
	color: #CA536E;
}

.text-pink {
	color: #E098C0;
}

.color-blue {
	background-color: #3788d8;
	border: #3788d8;
}

.color-skyblue {
	background-color: #8EBFDC;
	border: #8EBFDC;
}

.color-bluegreen {
	background-color: #78c1c4;
	border: #78c1c4;
}

.color-brown {
	background-color: #947a6d;
	border: #947a6d;
}

.color-orange {
	background-color: #f39768;
	border: #f39768;
}

.color-green {
	background-color: #A4CE83;
	border: #A4CE83;
}

.color-purple {
	background-color: #968DBC;
	border: #968DBC;
}

.color-redpurple {
	background-color: #CA536E;
	border: #CA536E;
}

.color-pink {
	background-color: #E098C0;
	border: #E098C0;
}

.color-ball {
	width: 1.5rem;
	height: 1.5rem;
	color: white !important;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 1px;
	font-weight: bold;
}

.color-ball-s {
	width: 1rem;
	height: 1rem;
	color: white !important;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 1px;
	vertical-align: text-top;
}

/* スマホサイズ以下（最大幅600px）で display: flex に切り替え */
@media (max-width: 600px) {
	.color-ball {
		display: flex;
	}
}

.color-short {
	border: 2px solid #ff1100;
	color: red !important;
}

/* 開発サイト */
p.dev {
	position: fixed;
	bottom: 0;
	background: orange;
	display: block;
	width: 100%;
	margin: 0;
	color: white;
	z-index: 9999;
}
