@charset "UTF-8";
.tag-list-item label {
  font-size: 14px !important;
}
html, body, p, table, th, td, ul, ol, li, dl, dt, dd {
  font-size: 14px;
}
body {
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #1f1f1f;
  background-color: #fbfbfb;
}
body > div#sidebar.col-xs-3 .container-fluid {
  background-color: #faf5fc;
}
/*bootstrap上書き*/
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
/*client既存スタイル打ち消し*/
.form-group.row {
  margin-right: 0;
  margin-left: 0;
}
.form-group.row > div:first-child {
  left: 0;
}
.form-group.row .radio-fields {
  min-height: auto;
  line-height: 1.5;
}
.form-group .control-label {
  color: #555;
  font-weight: bold;
}
.form-group div > label {
  font-weight: normal;
}
.name-wrapper {
  padding-left: 0;
}
.name-label-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 0;
}
.name-label-row .control-label {
  font-size: 12px;
  font-weight: normal;
}
.wave-dash {
  margin: auto -30px;
  width: 30px;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 32px;
}
.wave-dash:before {
  content: '～';
}
.hour {
  margin: auto -25px;
  width: 30px;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 32px;
}
.hour:before {
  content: '時';
}
.minute {
  margin: auto -25px;
  width: 30px;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 32px;
}
.minute:before {
  content: '分';
}
/*client共通 NEWスタイル*/
h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  background-color: #faf5fc;
  border-left: 2px solid #cc6666;
  margin-bottom: 20px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.p20 {
  padding: 20px;
}
/*breadcrumb*/
.col-md-12 h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1f1f1f;
  margin: 0 0 1.5rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(204, 102, 102, 0.2);
}
.col-md-12 h1 a {
  color: #C9A96E;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}
.col-md-12 h1 a:hover {
  color: #cc6666;
  text-decoration: none;
}
.col-md-12 h1 a:focus {
  outline: 2px solid rgba(74, 144, 226, 0.3);
  outline-offset: 2px;
}
.col-md-12 h1 .chevron-right {
  color: rgba(31, 31, 31, 0.5);
  margin: 0 0.75rem;
  font-weight: 300;
}
.col-md-12 h1 .current {
  color: #cc6666;
  font-weight: 600;
}
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], textarea, select {
  border: 1px solid #ebedf0 !important;
  border-radius: 4px !important;
  padding: 0.6rem 1rem !important;
  transition: all 0.2s ease !important;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='url']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #C9A96E;
  box-shadow: 0 0 0 2px rgba(201, 169, 110, 0.2);
}
select {
  padding: 0 1rem !important;
  height: 36.5px;
}
header {
  min-height: 100%;
  height: 100%;
}
/*サイドバー*/
#sidebar {
  position: relative;
  padding: 0;
  min-height: 100%;
  height: 100%;
  z-index: 99;
}
#sidebar .container-fluid {
  padding: 0;
  background-color: white;
  border-bottom: 1px solid #ebedf0;
}
#sidebar .navbar-header {
  padding: 0 1rem;
  border-bottom: 1px solid #ebedf0;
}
#sidebar .navbar-header .navbar-brand {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}
#sidebar .navbar-header .navbar-brand img {
  max-width: 120px;
  height: auto;
  transition: all 0.2s ease;
}
#sidebar .navbar-header .navbar-brand img:hover {
  opacity: 0.8;
}
#sidebar .user-name-area-container {
  display: flex;
  flex-direction: column;
}
#sidebar .navbar-text {
  margin: 0;
  padding: 0.75rem 1rem 0 1rem;
  background-color: #fbfbfb;
  font-size: 0.9rem;
  color: #555;
}
#sidebar .navbar-text a {
  color: #C9A96E;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
#sidebar .navbar-text a:hover {
  color: #8f4747;
  text-decoration: underline;
}
#sidebar .user-name-area {
  padding: 0.75rem 1rem;
  background-color: #fbfbfb;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#sidebar .user-name-area::before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #cc6666;
}
@media (max-width: 768px) {
  #sidebar .navbar-header {
    padding: 0.75rem;
  }
  #sidebar .navbar-header .navbar-brand img {
    max-width: 100px;
  }
  #sidebar .navbar-text {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}
#sidebar .navbar-header, #sidebar .navbar-text, #sidebar .user-name-area {
  transition: all 0.2s ease;
}
#sidebar .navbar-brand:focus, #sidebar .navbar-text a:focus {
  outline: 2px solid #C9A96E;
  outline-offset: 2px;
}
#sidebar .navbar {
  background: linear-gradient(to bottom, #cc6666, #007a62);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: none;
}
#sidebar .navbar ul.nav {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#sidebar .navbar ul.nav ul {
  border-top: none;
  border-bottom: none;
}
#sidebar .navbar-header, #sidebar .navbar ul, #sidebar .navbar ul li {
  float: none;
}
#sidebar .navbar-text {
  padding-left: 15px;
}
#sidebar .user-name-area {
  color: #1f1f1f;
}
#sidebar .navbar-nav li {
  white-space: nowrap;
}
#sidebar .navbar-nav li.not-dropdown > a {
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
#sidebar .navbar-nav ul.navbar-nav {
  margin-left: 10px;
}
#sidebar .navbar-nav ul.navbar-nav li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
#sidebar .navbar-nav ul.navbar-nav.collapse {
  background-color: rgba(255, 255, 255, 0.05);
}
#sidebar .navbar-nav ul.navbar-nav.collapse li > a {
  color: #1f1f1f;
}
#sidebar .navbar-nav ul.navbar-nav.collapse li > a:hover {
  color: #1f1f1f;
}
#sidebar .navbar-nav > li > a {
  color: #1f1f1f;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#sidebar .navbar-nav > li > a.is-current, #sidebar .navbar-nav > li > a:hover {
  background-color: #ead6ef;
}
#sidebar .navbar-nav .collapse-dropdown > a {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
#sidebar .navbar-nav .collapse-dropdown > a .caret {
  transition: transform 0.2s ease;
}
#sidebar .navbar-inverse .navbar-nav a .caret {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border: solid #1f1f1f;
  border-width: 0 1.5px 1.5px 0;
  border-top-color: #999;
  border-bottom-color: #999;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
}
.menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  color: #fff;
}
/************コンテンツエリア*/
.contents-wrapper {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ebedf0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
/************検索エリア*/
.search-container {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ebedf0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.search-container .search-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.search-row-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 40px;
}
.search-row-flex .control-label {
  width: 120px;
  color: #8f4747;
  padding: 0 4px;
}
.search-form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ebedf0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.search-form-row-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: end;
  padding: 10px 0;
}
.search-form-row-inner label {
  font-weight: normal;
}
/*checkbox*/
input[type='checkbox'].client-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ebedf0;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  top: -4px;
  transition: all 0.2s ease;
  margin: 0;
  margin-top: 4px;
}
input[type='checkbox'].client-checkbox:checked {
  background-color: #C9A96E;
  border-color: #C9A96E;
}
input[type='checkbox'].client-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type='checkbox'].client-checkbox:focus {
  outline: none;
}
/*radio*/
input[type='radio'].client-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ebedf0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  top: -2px;
  transition: all 0.2s ease;
  margin: 0;
  outline: none;
  box-shadow: none;
}
input[type='radio'].client-radio:focus {
  outline: none;
  box-shadow: none;
}
input[type='radio'].client-radio:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #cc6666;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
/* トグルスイッチ全体 */
.switch-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
}
.toggle-label-text {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  min-width: 40px;
  text-align: right;
}
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #cc6666;
}
.switch input:checked + .slider::before {
  transform: translateX(24px);
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}
.slider::before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
/* ボタン */
.btn {
  background: none;
  border: none;
  margin: 0;
  font: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  outline: none;
  text-decoration: none;
}
.btn-default {
  color: #1f1f1f;
  border: 1px solid #cc6666;
  background-color: #fff;
}
.btn-primary {
  background-color: #cc6666;
  color: white;
}
.btn-primary:hover {
  background-color: #8f4747;
}
.btn-secondary {
  background-color: #C9A96E;
  color: white;
}
.btn-secondary:hover {
  background-color: #D4AF37;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #C9A96E;
  color: #C9A96E;
}
.btn-outline:hover {
  background-color: #C9A96E;
  color: white;
}
.btn-ghost {
  background-color: transparent;
  color: #1f1f1f;
  transition: all 0.2s ease;
}
.btn-ghost:hover {
  background-color: #faf5fc;
}
.btn-text {
  background-color: transparent;
  color: #C9A96E;
  padding: 6px 12px;
  transition: all 0.2s ease;
}
.btn-text:hover {
  background-color: #faf5fc;
}
.btn-edit {
  background-color: #cc6666;
  color: #fff;
  border: 1px solid #cc6666;
}
.btn-edit:hover {
  background-color: #8f4747;
  color: #fff;
}
.btn-copy {
  background-color: transparent;
  color: #cc8f66;
  border: 1px solid #cc8f66;
}
.btn-copy:hover {
  background-color: #cc8f66;
  color: #fff;
}
.btn-stop {
  background-color: transparent;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.btn-stop:hover {
  background-color: #dc3545;
  color: #fff;
}
.btn-icon {
  padding: 6px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.btn-icon:hover {
  background-color: #faf5fc;
}
.btn-sm {
  padding: 6px 12px;
  font-size: 13px;
}
.btn-lg {
  padding: 10px 20px;
  font-size: 16px;
}
.btn-apply-filter {
  background-color: #cc8f66;
  color: white;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.btn-apply-filter:hover {
  opacity: 0.8;
  color: #fff;
}
.btn-clear-filter {
  background-color: #fff;
  color: #6c757d;
  border: 1px solid #ced4da;
  font-weight: normal;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.btn-clear-filter:hover {
  background-color: #f8f9fa;
}
.btn-flat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ebedf0;
}
.btn-flat:hover {
  background-color: #faf5fc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.btn-flat .icon::before {
  filter: none;
}
.btn-flat-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 36px;
  padding: 0 12px;
  color: #1f1f1f;
  background-color: #fff;
  border: 1px solid #ebedf0;
}
.btn-flat-wide:hover {
  background-color: #faf5fc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border: 1px solid #4cae4c;
}
.btn-warning {
  color: #555;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  transition: all 0.2s ease;
}
.btn-warning:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}
.btn-warning:active {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn-danger {
  color: #dc3545;
  border: 1px solid #a71d2a;
  background-color: #fff;
  transition: all 0.2s ease;
}
.btn-danger:hover {
  background-color: #a71d2a;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover.icon-delete::before {
  background-image: url('/assets/img/common/icons/delete-w.svg');
}
.btn-danger:active {
  background-color: #8b0000;
  border-color: #8b0000;
}
.btn-danger:disabled {
  background-color: #f5c6cb;
  border: 1px solid #f5c6cb;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.65;
}
/* アイコンスタイル */
.icon::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.icon-edit::before {
  background-image: url('/assets/img/common/icons/edit.svg');
}
.icon-edit-w::before {
  background-image: url('/assets/img/common/icons/edit-w.svg');
}
.icon-delete::before {
  background-image: url('/assets/img/common/icons/delete.svg');
}
.icon-delete-w::before {
  background-image: url('/assets/img/common/icons/delete-w.svg');
}
.icon-draft::before {
  background-image: url('/assets/img/common/icons/draft.svg');
}
.icon-duplicate::before {
  background-image: url('/assets/img/common/icons/duplicate.svg');
}
.icon-filter::before {
  background-image: url('/assets/img/common/icons/filter.svg');
}
.icon-clear::before {
  background-image: url('/assets/img/common/icons/clear.svg');
}
.icon-cross::before {
  background-image: url('/assets/img/common/icons/cross.svg');
}
.icon-update::before {
  background-image: url('/assets/img/common/icons/update.svg');
}
.icon-update-w::before {
  background-image: url('/assets/img/common/icons/update-w.svg');
}
.icon-sort::before {
  background-image: url('/assets/img/common/icons/sort.svg');
}
.icon-info::before {
  background-image: url('/assets/img/common/icons/info.svg');
}
.icon-calendar-plus::before {
  background-image: url('/assets/img/common/icons/calendar-plus.svg');
}
.icon-automation::before {
  background-image: url('/assets/img/common/icons/automation.svg');
}
.icon-stop::before {
  background-image: url('/assets/img/common/icons/stop.svg');
}
.icon-right-w::before {
  background-image: url('/assets/img/common/icons/right-w.svg');
}
.icon-save::before {
  background-image: url('/assets/img/common/icons/save.svg');
}
.icon-tag::before {
  background-image: url('/assets/img/common/icons/tag.svg');
}
.icon-tag-w::before {
  background-image: url('/assets/img/common/icons/tag-w.svg');
}
.icon-pickup::before {
  background-image: url('/assets/img/common/icons/pickup.svg');
}
.icon-preview::before {
  background-image: url('/assets/img/common/icons/preview.svg');
}
.icon-publish::before {
  background-image: url('/assets/img/common/icons/publish.svg');
}
.icon-image::before {
  background-image: url('/assets/img/common/icons/image.svg');
}
/************ボタンエリア*/
.action-button-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0 20px;
}
.edit-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.edit-btns-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
}
.edit-btns-row-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
}
.btn-row {
  margin-top: 40px;
}
.submit-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}
.action_button .pull-right {
  display: flex;
  gap: 4px;
}
/*表のスタイル*/
.table-contents {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
}
.table-contents thead {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
}
.table-contents thead th {
  border: none;
  font-weight: 600;
  color: #4a5568;
  padding: 16px 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.table-contents tbody tr {
  border-bottom: 1px solid #f1f3f4;
}
.table-contents tbody tr:nth-child(even) {
  background-color: #fafbfc;
}
.table-contents tbody tr:last-child {
  border-bottom: none;
}
.table-contents tbody td {
  border: none;
  padding: 16px 20px;
  vertical-align: top;
  color: #2d3748;
  line-height: 1.6;
}
.col-id {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.col-type_name {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.col-name {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-application_period, .col-wedding_period, .col-display_period {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-title {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-price_text {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-images_id {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
}
.col-description {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-plan_contents {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
}
.col-action_button {
  width: 565px;
  min-width: 565px;
  max-width: 565px;
}
/**select-tables*/
#select-tables {
  display: flex;
  gap: 40px;
  width: 860px;
  flex-wrap: nowrap;
  position: relative;
}
#select-tables .submit-btn-block {
  text-align: right;
  position: absolute;
  top: -85px;
  right: 30px;
}
#select-tables #selected-table tr td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  background-color: #fff;
}
/************ツールチップ*/
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 1000;
}
[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}
/************並べ替えボタンのスタイル*/
.sortable-btn-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
/************タブ切り替えのスタイル*/
.custom-tab-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
  border-bottom: 1px solid #ebedf0;
  padding: 0;
  margin: 0 0 20px;
  background-color: transparent;
}
.custom-tab-nav .tab-item {
  list-style: none;
  margin-bottom: -1px;
}
.custom-tab-nav .tab-item a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease;
}
.custom-tab-nav .tab-item a:hover {
  background-color: #faf5fc;
  color: #1f1f1f;
}
.custom-tab-nav .tab-item.active a {
  border-color: transparent;
  color: #1f1f1f;
  font-weight: bold;
  border-bottom: 3px solid #cc6666;
}
/**セレクトボタン**/
.client-select-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 0;
  list-style: none;
  padding: 0 0 0 12px;
}
.client-select-using-button {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 9999px;
  background-color: #fff;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  list-style: none;
}
.client-select-using-button:hover {
  border-color: #d0d0d0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.custom-select-radio:checked + label.client-select-using-button, .client-select-using-button.active {
  background-color: #C9A96E;
  color: #fff;
  border-color: #C9A96E;
  box-shadow: 0 2px 4px rgba(201, 169, 110, 0.3);
}
/**ラベルスタイル*/
.label-default {
  background-color: transparent;
  color: #666;
  border: 1px solid #666;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.label-info {
  background-color: #C9A96E;
  color: #fff;
  border: 1px solid #C9A96E;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.label-meeting {
  background: linear-gradient(135deg, #cc6666 0%, #b85555 100%);
  border-color: #b85555;
}
.label-event {
  background: linear-gradient(135deg, #66a3cc 0%, #5591b8 100%);
  border-color: #5591b8;
}
.label-fuwel {
  background-color: #ffedd5;
  color: #cc8f66;
  border: 1px solid #cc8f66;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.label-fuwel:hover {
  border-color: #c27947;
  background-color: #fff4e4;
}
.label-sircle {
  background-color: #e0e7ff;
  color: #3730a3;
  border: 1px solid #3730a3;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.label-sircle:hover {
  border-color: #2f298b;
  background-color: #eff3ff;
}
.label-c {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #065f46;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.label-c:hover {
  border-color: #044231;
  background-color: #dffced;
}
/*特定ラベルのスタイル*/
.required-mark {
  margin-left: 4px;
}
/*カレンダーのスタイル*/
.calendar-wrapper-col .calendar {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebedf0;
}
.calendar-wrapper-col .calendar thead {
  background: linear-gradient(135deg, #faf5fc 0%, #f5f5f5 100%);
}
.calendar-wrapper-col .calendar thead tr th {
  border: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  color: #555;
  font-size: 13px;
  text-align: center;
}
.calendar-wrapper-col .calendar thead tr th label {
  font-weight: 600;
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
}
.calendar-wrapper-col .calendar thead tr th label:has(input.all-monthday) {
  flex-direction: row;
  gap: 8px;
}
.calendar-wrapper-col .calendar tbody tr td {
  border: 1px solid #ebedf0;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
  position: relative;
}
.calendar-wrapper-col .calendar tbody tr td.active {
  background-color: #f5f5f5;
  color: #888;
  font-weight: 600;
}
.calendar-wrapper-col .calendar tbody tr td.text-success {
  color: #10b981;
}
.calendar-wrapper-col .calendar tbody tr td.text-danger {
  color: #f87171;
}
.calendar-wrapper-col .calendar tbody tr td.warning {
  background-color: #fcf8e3;
}
.calendar-wrapper-col .calendar tbody tr td.click {
  cursor: pointer;
}
.calendar-wrapper-col .calendar tbody tr td label {
  display: block;
  margin: 0;
  border-radius: 6px;
}
input[id^='form_date_'] {
  display: none !important;
}
/*selected-tagsのスタイル*/
.selected-tags {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ebedf0;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 12px;
  font-size: 14px;
}
.selected-tags .selected-tag-labels {
  margin-right: 10px;
}
.selected-tags .selected-tag-labels > div {
  height: 45px;
}
.selected-tags .selected-tag-forms label {
  cursor: move;
}
.selected-tags .tag-list-item {
  display: block !important;
  height: 45px;
}
/*ui-sortable-handleのスタイル*/
.ui-sortable-handle:hover {
  cursor: move;
}
/*datetimepickerのスタイル*/
.bootstrap-datetimepicker-widget .picker-switch td {
  width: 33.3333%;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  height: 36px;
}
li.picker-switch.accordion-toggle > table > tbody > tr {
  display: flex;
  gap: 8px;
}
.bootstrap-datetimepicker-widget .date-pickder-today-icon, .bootstrap-datetimepicker-widget .date-pickder-trash-icon {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-datetimepicker-widget .date-pickder-today-icon:hover, .bootstrap-datetimepicker-widget .date-pickder-trash-icon:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-datetimepicker-widget .date-pickder-today-icon {
  font-size: 0;
}
.bootstrap-datetimepicker-widget .date-pickder-today-icon::before {
  content: "本日";
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-datetimepicker-widget .date-pickder-trash-icon {
  font-size: 0;
}
.bootstrap-datetimepicker-widget .date-pickder-trash-icon::before {
  content: "クリア";
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
