@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  max-width: 250px;
}

.img-product-list-thumnail {
  width: 64px;
  height: 64px;
}

.img-product-list-thumnail-sm {
  width: 50px;
  height: 50px;
}

main,
.hederbar {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

ul {
  list-style: none;
  -webkit-padding-start: initial;
  padding-inline-start: initial;
}

a {
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.9);
}

a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}

.logo {
  width: 170px;
}

header {
  width: 1000px;
  margin: 20px auto;
}

body {
  color: #292930;
  font-family: "Noto Sans JP";
  font-size: 1.15rem;
}

@media screen and (min-width: 1030px) {
  body {
    overflow-x: hidden;
  }
}

.full-block {
  min-width: 1000px;
  width: 100vw;
  padding: 0;
}

@media screen and (min-width: 1030px) {
  .full-block {
    margin: 0 calc(50% - 50vw);
    padding: 0 15px;
  }
}

table th,
table td {
  vertical-align: middle !important;
}

nav li span {
  font-size: 15px;
  font-weight: bold;
}

nav li a {
  font-size: 16px;
  font-weight: 300;
}

nav li div a {
  font-size: 14px;
  font-weight: normal;
}

/* nav-item activeの色 */

.nav-tabs .nav-link.active {
  background-color: #eeeeee;
}

/* nav-item dropdown activeの色 */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
  background-color: #eeeeee;
}

/*.nav-pills .nav-link.active, .nav-pills .nav-item{
  max-width: 220px;
}*/

nav li .dropdown-menu {
  width: 100%;
}

nav li .dropdown-item {
  padding: 0.25rem 0.5rem;
}

.breadcrumb {
  background: initial;
  padding: 0.2rem 0.5rem;
}

/*管理画面TOPボタン部分*/

.facility_management h4 {
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}

.facility_management .row {
  margin-left: -10px;
  margin-right: -10px;
}

.facility_management .row li {
  flex: 0 0 23.6%;
  padding-right: 10px;
  padding-left: 10px;
}

.facility_management li {
  width: 22%;
  margin: 0 0 0 20px;
}

.facility_management li:first-child {
  margin: 0;
}

.facility_management li a {
  font-size: 17px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  text-align: center;
  padding: 16px 0;
  display: block;
}

/*ログイン画面*/

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

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*borderで囲んだtitle*/

.container,
.container-fluid {
  font-size: 15px;
}

.container h2,
.container-fluid h2 {
  padding: 8px 18px;
  font-size: 20px;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  font-weight: 700;
}

.container h3,
.container-fluid h3 {
  font-size: 18px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.container h4,
.container-fluid h4 {
  font-size: 16px;
  padding: 0.25rem 0.25rem;
  margin-bottom: 0;
}

/*登録ボタン*/

.register_btn {
  font-weight: 400;
  background-color: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  cursor: pointer;
}

.register_btn:hover {
  opacity: 0.7;
  color: #fff;
}

/*登録ボタン*/

.action_btn {
  font-size: 16px;
  text-align: right;
  padding: 6px 14px;
  background-color: #e0e0e0;
  color: black;
  border-style: none;
}

.action_btn:hover,
.action_btn:active {
  font-size: 16px;
  text-align: right;
  padding: 6px 14px;
  background-color: #424242;
  color: white;
  border-style: none;
}

/*登録ボタン*/

.register_btn_light {
  font-size: 16px;
  text-align: right;
  padding: 6px 10px;
  background-color: #f4f4f4;
  color: #1f2225;
  border-style: none;
  border: 1px solid #c3c3c3;
}

.register_btn_light:hover,
.register_btn_light:active {
  background-color: #1f2225;
  color: #f4f4f4;
}

/*検索パネル*/

.search_panel h3 {
  font-size: 16px;
  font-weight: bold;
}

.search_panel .search_box {
  background-color: #f2f2f2;
  font-size: 15px;
}

.search_panel input {
  border-radius: 0.2rem !important;
}

.search_panel .date-picker {
  width: 117px;
}

.search_panel .status-select {
  max-width: 252px;
}

@media screen and (min-width: 1060px) {
  .search_panel .status-select {
    max-width: initial;
  }
}

.search_panel .mail-select {
  max-width: 252px;
}

.input-group-prepend span {
  border-radius: 0.2rem 0 0 0.2rem !important;
}

.input-group-append span {
  border-radius: 0 0.2rem 0.2rem 0 !important;
}

/*テーブルリスト*/

.table_list .table thead tr th,
.table_list .table thead tr td {
  text-align: center;
  font-size: 15px;
  padding: 0.5rem;
}

.table_list .table tbody tr th,
.table_list .table tbody tr td {
  text-align: center;
  font-size: 14px;
  padding: 0.5rem;
}

.table_list .bb-1 {
  border-bottom: 1px solid #dee2e6;
}

.table_list .br-1 {
  border-right: 1px solid #dee2e6;
}

/*テーブル詳細画面用*/

.template_setting .table {
  /*table内の小さいtable*/
}

.template_setting .table thead tr th,
.template_setting .table thead tr td {
  font-size: 15px;
}

.template_setting .table tbody tr th,
.template_setting .table tbody tr td {
  font-size: 15px;
}

.template_setting .table tbody tr th:nth-child(1) {
  width: 250px;
}

.template_setting .table tbody tr th:nth-child(3) {
  width: 200px;
}

.template_setting .table table.small thead tr th,
.template_setting .table table.small thead tr td {
  font-size: 13px;
  text-align: left;
}

.template_setting .table table.small tbody tr th,
.template_setting .table table.small tbody tr td {
  font-size: 13px;
  text-align: left;
}

.template_setting .table .price_box {
  position: relative;
}

.template_setting .table .price_box .text {
  width: 40%;
  color: #ff3366;
  font-size: 16px;
}

.template_setting .table .text_box > p {
  font-size: 14px;
  margin: 0;
}

.template_setting .table .status-radio .custom-control-label::before,
.template_setting .table .status-radio .custom-control-label::after {
  top: calc(50% - 7px);
}

.table tr th.required,
.need {
  position: relative;
}

.table tr th.required::after,
.need::after {
  content: "\5FC5\9808";
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #dc3545;
}

.not-required {
  position: relative;
}

.not-required::after {
  content: "\4EFB\610F";
  background: #b5b5b5;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
}

.table_show {
  display: table-row;
}

.table_hide {
  display: none;
}

/*予約新規登録_受注合計金額*/

.settlement_total th,
.settlement_total td {
  font-size: 20px !important;
}

/*予約新規登録_顧客登録ボタン*/

.reserve_info .reserve_registration {
  padding: 2rem 1rem 0 1rem;
  text-align: right;
}

.reserve_info .reserve_registration .btn {
  font-size: 15px;
  font-weight: bold;
}

.reserve_info h3 {
  font-size: 18px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

/*予約新規登録_顧客情報部分*/

/*予約新規登録_商品数入力部分*/

.form-control.table_quantity {
  display: inline-block;
  width: auto;
  max-width: 68px;
}

/*予約新規登録_商品数+-する*/

.table_quantity_button {
  font-size: 15px;
  padding: 0.015rem 0.25rem;
}

/*予約新規登録_顧客情報詳細表示する*/

.table_toggle_button {
  line-height: 1;
  padding: 0.2rem 0.3rem;
}

/*予約新規登録_顧客情報削除ボタン*/

.table_operation_button {
  display: block;
  max-width: 300px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  padding: 0.035rem 0.35rem;
}

/*予約新規登録_顧客情報削除ボタン*/

.table_operation_button2 {
  max-width: 300px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  padding: 0.035rem 0.35rem;
}

/*予約新規登録_コート情報部分*/

.court_info {
  margin: 60px 0 0 0;
}

.court_info h3 {
  font-size: 18px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.court_info .table tbody tr td > span {
  padding: 0rem 0.5rem;
  border: 1px solid #292930;
  border-radius: 4px;
  margin: 0 1rem 0 0;
}

.court_info .table tbody tr td > span.active {
  background: #17a2b8;
  color: #fff;
  border: 1px solid #17a2b8;
}

.court_info .table tbody tr td > span:last-child {
  margin: 0;
}

.court_info .table tbody tr td label {
  font-size: 15px;
}

/*予約新規登録_商品情報*/

.item_info .item_add {
  padding: 2rem 1rem 0 1rem;
  text-align: right;
}

.item_info .item_add .btn {
  font-size: 15px;
  font-weight: bold;
}

.item_info h3 {
  font-size: 18px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

/*予約詳細_精算開始ボタン*/

.start_pay_off {
  margin: 50px auto;
}

/*指定して絞り込むパネル*/

.item_search {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.item_search h3 {
  font-size: 16px;
}

.public_private_box label {
  font-size: 16px;
  line-height: 1.65;
}

/*指定して絞り込むパネル_指定ボタン*/

.item_category h4 {
  font-size: 17px;
}

.item_category label {
  font-size: 16px;
}

.btn-group > label {
  margin: 0 12px 0 0;
  border-radius: 4px !important;
  padding: 4px 10px;
}

/* modal */

.modal-dialog {
  max-width: 900px;
}

.input_label_box input {
  border-radius: 0.2rem !important;
}

/*月切り替えボタン*/

.reserve_list_change > li {
  padding: 0 1rem;
  color: #292930;
  font-size: 16px;
  border-right: 1px solid #a5a5a5;
}

.reserve_list_change > li.active {
  background: #f8b3d2;
}

.reserve_list_change > li:last-child {
  border: unset;
}

.reserve_list_change > li > a {
  color: #292930;
  font-size: 16px;
}

/*カレンダー*/

.calendar_title th {
  background: #ebebeb;
}

.day_of_the_week th {
  background: #ebebeb;
  padding: 0.75rem 0;
  font-size: 15px;
  text-align: center;
}

.day_of_the_week ul > li {
  font-size: 16px;
  font-size: 16px;
}

.calendar_ui.month tr td {
  position: relative;
  width: 139px;
  height: 100px;
}

.calendar_ui.month tr.event td {
  cursor: pointer;
}

.calendar_ui.month tr td > span {
  position: absolute;
  top: 0;
  left: 8px;
}

.calendar_ui.month tr td > div {
  width: 114px;
}

.calendar_ui.month tr th > div > span {
  border: 1px solid #292930;
  border-radius: 4px;
  font-size: 10px;
  padding: 0 0.1rem;
  margin: 2px 2px 0 0;
  background: #fff;
  font-family: "\30E1\30A4\30EA\30AA", "Meiryo";
}

.calendar_ui.month tr td > div > span {
  border: 1px solid #292930;
  border-radius: 4px;
  font-size: 13px;
  padding: 0 0.1rem;
  margin: 2px 2px 0 0;
  background: #fff;
  font-family: "\30E1\30A4\30EA\30AA", "Meiryo";
  cursor: pointer;
}

.calendar_ui.month .event td > div > div > span {
  font-size: 13px;
}

.calendar_ui.four_days tr td:first-child {
  width: 60px;
  height: 40px;
}

.calendar_ui.four_days .court_head th {
  background: #ebebeb;
}

.calendar_ui.four_days .court_head th > div > span {
  border: 1px solid #292930;
  border-radius: 4px;
  font-size: 11px;
  padding: 0 0.1rem;
  background: #fff;
  font-family: "\30E1\30A4\30EA\30AA", "Meiryo";
}

.calendar_ui.four_days .time {
  line-height: 1;
}

.calendar_ui.four_days .time td {
  font-size: 12px;
}

.calendar_ui.four_days .time td:first-child {
  vertical-align: top !important;
  font-size: 14px;
  font-weight: bold;
}

.calendar_ui.one_days tr td:first-child {
  width: 60px;
  height: 40px;
}

.calendar_ui.one_days .court_head th {
  background: #ebebeb;
  text-align: center;
}

.calendar_ui.one_days .court_head th > span {
  border: 1px solid #292930;
  border-radius: 4px;
  font-size: 12px;
  padding: 0.1rem 1.5rem;
  background: #fff;
  font-family: "\30E1\30A4\30EA\30AA", "Meiryo";
}

.calendar_ui.one_days .time {
  line-height: 1;
}

.calendar_ui.one_days .time td {
  font-size: 12px;
}

.calendar_ui.one_days .time td:first-child {
  vertical-align: top !important;
  font-size: 14px;
  font-weight: bold;
}

.calendar_ui.schedule tr td:first-child {
  width: 60px;
  height: 40px;
}

.calendar_ui.schedule .time td:first-child {
  vertical-align: top !important;
  font-size: 14px;
  font-weight: bold;
}

.calendar_ui.schedule .schedule_court_list {
  display: flex;
  margin: 0;
}

.calendar_ui.schedule .schedule_court_list > li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  margin: 0 10px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.calendar_ui.schedule .schedule_court_list > li::before,
.calendar_ui.schedule .schedule_court_list > li::after {
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.calendar_ui.schedule .schedule_court_list > li:first-child::before {
  content: "\25A0";
  color: #ffcb99;
  font-size: 24px;
}

.calendar_ui.schedule .schedule_court_list > li:nth-child(2)::before {
  content: "\25A0";
  color: #ff3366;
  font-size: 24px;
}

.calendar_ui.schedule .schedule_court_list > li:nth-child(3)::before {
  content: "\25A0";
  color: #0266c8;
  font-size: 24px;
}

.time .schedule_detail .schedule_detail_list {
  position: relative;
}

.time .schedule_detail ul > li.synbol {
  margin: 0 6px 0 0;
}

.time .schedule_detail ul > li.state {
  padding: 0 2rem;
}

.time .schedule_detail ul > li.quantity,
.time .schedule_detail ul > li .member > li {
  margin: 0 0.5rem;
}

.time .schedule_operation .operation > li {
  margin: 0 0.08rem;
}

.time .schedule_operation .operation > li > button {
  font-size: 14px;
}

/*カレンダー_色*/

.bg-saturday {
  background: #e8f4ff !important;
}

.text-saturday {
  color: #3967c7;
}

.bg-sunday {
  background: #ffebed !important;
}

.text-sunday {
  color: #ca0000;
}

.bg-publick-holiday {
  background: #ffebed !important;
}

.text-publick-holiday {
  color: #ca0000;
}

.bg-not-subject {
  background: #fbfaf8;
}

.bg-not-subject > span {
  color: #7f7f7d;
}

.bg-not-subject .text-saturday {
  color: #89a1d4;
}

.bg-not-subject .text-sunday {
  color: #ea9ba0;
}

/*シフト一覧_色*/

.bg-lightgray {
  background: #f2f2f2;
}

.bg-mistylose {
  background: mistyrose;
}

.bg-lightyellow {
  background: khaki;
}

.bg-lightgreen {
  background: darkseagreen;
}

.bg-lightblue {
  background: lightblue;
}

/*顧客情報テーブル*/

.client_info .client_add {
  padding: 2rem 1rem 0 1rem;
  text-align: right;
}

.client_info .client_add .btn {
  font-size: 15px;
  font-weight: bold;
}

.client_info h3 {
  font-size: 18px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

/*給与明細一覧_テーブル内div*/

.payship > div {
  height: 40px;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  min-width: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

/*シフト管理_テーブル*/

.month_header {
  background: #ebebeb;
  border: 1px solid #dee2e6;
}

.day_header {
  padding: 10px 0 10px 86px;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  background: #ebebeb;
}

.day_header > div {
  min-width: 120px;
  text-align: center;
  border-left: 1px solid #dee2e6;
}

.payship_header {
  padding: 10px 0 10px 148px;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.payship_header > div {
  min-width: 150px;
  text-align: center;
  border-left: 1px solid #dee2e6;
}

.underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.timeline > div {
  height: 60px;
  min-width: 86px;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  text-align: center;
  font-size: 14px;
  color: #70757a;
}

.timeline .day {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  font-size: 16px;
  color: #292930;
  height: 50px;
}

.timeline .work,
.timeline .time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ffffff;
  font-size: 16px;
  color: #292930;
  height: 40px;
}

.plans .day {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  font-size: 14px;
  color: #292930;
  text-align: center;
  height: 50px;
}

.plans .work {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #292930;
  text-align: center;
  height: 40px;
}

.plans .time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ffffff;
  font-size: 14px;
  color: #292930;
  text-align: center;
  height: 40px;
}

.plans > div {
  height: 60px;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  min-width: 120px;
  position: relative;
  padding: 4px;
  font-size: 13px;
}

.stafftimeline > div {
  min-width: 200px;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  text-align: center;
  font-size: 14px;
  color: #70757a;
  height: 30px;
}

.stafftimeline .box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 70px;
}

.stafftimeline .box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 35px;
}

.stafftimeline .box3 {
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 35px;
}

.stafftimeline .box4 {
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 35px;
}

.stafftimeline .box5 {
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 70px;
}

.stafftimeline .box6 {
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 35px;
}

.stafftimeline .box7 {
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 70px;
}

.stafftimeline .box8 {
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 70px;
}

.stafftimeline .box9 {
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 35px;
}

.stafftimeline .box10 {
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 70px;
}

.stafftimeline .box11 {
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 70px;
}

.stafftimeline .box12 {
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 35px;
}

.stafftimeline .box13 {
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 35px;
}

.stafftimeline .box14 {
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  color: #292930;
  height: 35px;
}

.stafftimeline .box15 {
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #292930;
  height: 35px;
}

.stafftimeline a {
  text-decoration: underline;
}

/*シフト管理_テーブル_アンダーライン*/

.shift_management table tr > td > a {
  text-decoration: underline;
}

/*シフト管理_スケジュール*/

.plans .type1 {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 110px;
  background-color: #039be5;
  border-color: #039be5;
  border-radius: 4px;
  height: 292px;
  padding: 2px 6px;
  color: #fff;
  z-index: 4;
  font-size: 13px;
}

.plans .type2 {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 110px;
  background-color: #f4511e;
  border-color: #f4511e;
  border-radius: 4px;
  height: 174px;
  padding: 2px 6px;
  color: #fff;
  z-index: 4;
  font-size: 13px;
}

.plans .type3 {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 110px;
  background-color: #d50000;
  border-color: #d50000;
  border-radius: 4px;
  height: 594px;
  padding: 2px 6px;
  color: #fff;
  z-index: 4;
  font-size: 13px;
}

/*出勤状況詳細確認_テーブル列*/

.vertical-list .day {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  font-size: 14px;
  color: #292930;
  text-align: center;
  height: 50px;
}

.vertical-list .time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ebebeb;
  font-size: 14px;
  color: #292930;
  text-align: center;
  height: 40px;
}

.vertical-list > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  min-width: 114.3px;
  position: relative;
  padding: 4px;
  font-size: 16px;
}

.payship_scroll_box {
  overflow: scroll;
}

/*予約検索*/

.btn_big {
  display: inline-block;
  font-weight: bold;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 2.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #17a2b8;
  border-color: #17a2b8;
  width: 310px;
  height: 190px;
}

.btn_big:hover {
  color: #fff;
  background-color: #17a2b8;
}

.staff_search_modal h3,
.number_search_modal h3,
.user_punchin_modal h3,
.staff_punchin_modal h3 {
  font-size: 15px;
  padding: 0.8rem;
}

/*WEB打刻*/

.punchin_time_category > div {
  width: 660px;
  padding: 0.8rem;
}

.punchin_time_category h5 {
  font-size: 60px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 2rem;
}

.punchin_time_category .form-control-big {
  font-size: 60px;
  font-weight: bold;
  padding: 0.8rem;
}

.punchin_btn_category > div {
  width: 205px;
  padding: 0 1rem 1rem 1rem;
  font-size: 24px;
}

.punchin_btn_category .btn {
  font-size: 24px;
}

.punchin_memo_category {
  width: 48%;
}

.punchin_memo_category > div {
  height: 200px;
}

/*フッター*/

footer {
  font-size: 15px;
}

/*モジュール部分*/

.font-small {
  font-size: small;
}

.weight-normal {
  font-weight: normal;
}

.table-th tr th,
.tr-light,
.bg-light {
  background: #f2f2f2;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-10 {
  width: 10% !important;
}

.w-12_5 {
  width: 12.5% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-18 {
  width: 18% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.table-scroll table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.title-logo {
  font-size: 38px;
  padding: 0px 13px;
  font-weight: 900;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.imagePreview {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.bgc-lightred {
  background-color: #fef2f4;
  padding: 0 10px;
}

.btn-lightblack {
  color: #414141;
  border-color: #414141;
  text-shadow: none;
}

.navbar-ovw {
  padding: 3px;
  margin-top: 10px;
}

.clear-both {
  clear: both;
}

.bot-border {
  border: 0.5px dotted #000000;
}

.no-designbutton {
  font-size: 14px;
  padding: 0em;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn_small {
  font-size: 15px;
  padding: 0rem 0.75rem;
}

.acd-check {
  display: none;
}

.acd-label {
  background-color: #e0e0e0;
  border-radius: 3px;
  width: 12rem;
  display: block;
  margin-top: 6px;
  margin-bottom: 1px;
  padding: 10px;
}

.acd-label:hover {
  background-color: #424242;
  color: white;
}

.acd-content {
  border: 1px solid #333;
  height: 0;
  width: 12rem;
  padding: 0 10px;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  visibility: visible;
}

.btn-outline-orange {
  color: #ff9966;
}

.btn-outline-orange:hover {
  color: #212529;
  background-color: #ff9966;
  border-color: #ff9966;
}

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ff9966;
  border-color: #ff9966;
}

.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #ff9966;
  border-color: #ff9966;
}

.pagination {
  justify-content: center;
}

.product-detail-accordion {
  position: relative;
}

.product-detail-accordion .circle {
  background: black;
  color: white;
  border-radius: 20px;
  height: 19.5px;
  width: 19.5px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  line-height: 0.9;
}

.product-detail-accordion::before {
  content: "";
  border-left: solid 3px #333333;
  border-top: solid 3px #333333;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 27%;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

.product-detail-accordion-open::before {
  top: 42%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.page-link {
  color: #666666;
}

.page-link:hover {
  color: #000;
}

.page-item.active .page-link,
.page-item .active.page-link {
  background: #dde2e6;
  border-color: #dde2e6;
  color: #000;
}

.accordion_area .accordion_ttl {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
}

.accordion_area .accordion_ttl a[data-toggle=collapse] {
  position: relative;
  padding: 15px 20px 15px 60px;
  transition: 3s;
}

.accordion_area .accordion_ttl a[data-toggle=collapse]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: #666 3px solid;
  border-right: #666 3px solid;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion_area .accordion_ttl a[aria-expanded=false]::after {
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

.accordion_area .accordion_ttl a[aria-expanded=true]::after {
  transform: rotate(135deg);
  transition-duration: 0.3s;
  top: -5px;
}

.accordion_area .form-group {
  margin-bottom: 0.5rem;
}

.hearing-sheet-block .custom-checkbox .custom-control-label::before,
.hearing-sheet-block .custom-checkbox .custom-control-label::after {
  top: 0.33rem;
}

.hearing-sheet-block .need::after,
.hearing-sheet-block .not-required::after {
  right: auto;
  left: 34px;
}

.custom-file-label::after {
  content: "\53C2\7167";
  font-size: 15px;
}

.text-square {
  height: 15px;
  padding: 0 8px;
}

.estimate_product_list_table .form-control {
  height: 1.5em;
}

.estimate_result_table {
  table-layout: fixed;
}

.estimate_result_table td {
  width: 270px;
}

.estimate_list_table .custom-control,
.estimate_product_list_table .custom-control {
  position: unset;
}

.estimate_list_table .custom-checkbox .custom-control-label::before,
.estimate_list_table .custom-checkbox .custom-control-label::after,
.estimate_product_list_table .custom-checkbox .custom-control-label::before,
.estimate_product_list_table .custom-checkbox .custom-control-label::after {
  top: -9px;
  left: -7px;
}

.h2-title {
  padding: 8px 18px;
  font-size: 20px;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  font-weight: 700;
}

.product-thumb {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

