/* line 1, ../sass/style.scss */
ul#nav_menu {
  padding: 0 50px;
}

/* line 3, ../sass/style.scss */
ul#nav_menu li {
  padding: 0 30px;
}

/* line 7, ../sass/style.scss */
.main_content {
  padding: 50px;
}

/* modal */
@media (min-width: 576px) {

  /* line 12, ../sass/style.scss */
  .modal-dialog {
    max-width: 80% !important;
  }
}

/* Form */
/* line 17, ../sass/style.scss */
input[type=text],
textarea {
  width: 100%;
}

/* dailyreport */
/* line 21, ../sass/style.scss */
#theme {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #ff7d6e;
  border-radius: 8px;
}

/* line 27, ../sass/style.scss */
#theme span {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #ff7d6e;
  font-weight: bold;
}

/* line 39, ../sass/style.scss */
#theme p {
  margin: 0;
  padding: 0;
}

/* line 45, ../sass/style.scss */
#daily_reports_list .card {
  border-width: 10px;
  border-radius: 20px;
}

/* line 48, ../sass/style.scss */
#daily_reports_list .card h5 {
  font-size: 15px;
}

/* line 50, ../sass/style.scss */
#daily_reports_list .card h5 span {
  display: inline-block;
  float: right;
}

/* line 55, ../sass/style.scss */
#daily_reports_list .card h5.card-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

/* line 59, ../sass/style.scss */
#daily_reports_list .card h5.modal-title span {
  margin-left: 10px;
}

/* line 63, ../sass/style.scss */
#daily_reports_list .border-dark {
  border-color: #845444 !important;
}

/* line 66, ../sass/style.scss */
#daily_reports_list .border-secondary {
  border-color: #7cbc9b !important;
}

#daily_reports_list .border-danger {
  border-color: #E56F9D !important;
}

#daily_reports_list .border-primary {
  border-color: #6563BC !important;
}

#daily_reports_list .border-success {
  border-color: #F18993 !important;
}

#daily_reports_list .border-warning {
  border-color: #F3B19E !important;
}

#daily_reports_list .border-dark {
  border-color: #F7DAAE !important;
}

#daily_reports_list .border-secondary {
  border-color: #7CC6B8 !important;
}

#sitemaps_flex {
  flex-wrap: wrap;
}

#modal_text .d-flex.flex-row {
  flex-wrap: wrap;
}

.btn-delete-wrap {
  padding-top: 20px;
  text-align: center;
}

.btn-delete {
  background-color: #ff6347;
  color: white;
}

.btn-delete:hover {
  background-color: #ff4500;
}

ul#nav_menu {
  padding: 0 50px;
}

ul#nav_menu li {
  padding: 0 30px;
}

ul li #nav_image {
  height: 25px;
  width: auto;
}

img {
  width: 100%;
}

.profile_image_parent {
  display: flex;
}

.profile_image_parent .profile_image_child1 {
  max-width: 500px;
  min-width: 400px;
}

.profile_image_parent .profile_image_child1 img {
  width: 100%;
}

.profile_image_parent .profile_image_child2 {
  margin: 10px;
}

@media screen and (max-width: 960px) {
  .profile_image_parent {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  .profile_image_parent {
    display: block;
  }

  .card {
    width: 100% !Important;
  }
}

.caution {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: dashed 2px;
}

.main_content {
  padding: 50px;
}

/* modal */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80% !important;
  }
}

/* Form */

input[type=text],
textarea {
  width: 100%;
}

/* 繝�繝ｼ繝悶Ν繝ｬ繧､繧｢繧ｦ繝�*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
}

table tr {
  background-color: #fdf1f1;
  padding: .35em;
  border-bottom: 2px solid #fff;
}

table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

.td-stick-left {
  position: sticky;
  left: 0;
  background-color: #fdf1f1;
}

.td-stick-right {
  position: sticky;
  right: 0;
  background-color: #fdf1f1;
}

table th {
  font-size: .85em;
}

table thead tr {
  background-color: #167F92;
  color: #fff;
}

table tbody th {
  background: #f7bcbc;
  color: #fff;
}

.txt {
  text-align: left;
  font-size: .85em;
}

.price {
  text-align: right;
  color: #167F92;
  font-weight: bold;
}

.non {
  background: #fff
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%
  }

  table th {
    background-color: #167F92;
    display: block;
    border-right: none;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table tbody th {
    color: #fff;
  }
}

a {
  color: #E56F9D !important;
}

.py-4 .main_content h1.text-info {
  color: #E56F9D !important;
}

.button_create a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20 0;
  max-width: 240px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eee;
  z-index: 0;
}

.button_create a:before,
.button_create a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
}

.button_create a:before {
  opacity: 0;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 1.4rem;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: translateY(-50%) rotate(45deg);
}

.button_create a:after {
  opacity: 0;
  right: -2px;
  bottom: -2px;
  background: #F18993;
  z-index: -1;
  width: 0;
  height: 0;
}

.button_create a:hover {
  padding: 10px 25px 10px 10px;
  color: #FFF !important;
  text-decoration: none;
}

.button_create a:hover:before {
  opacity: 1;
  border-color: #FFF;
}

.button_create a:hover:after {
  opacity: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

#theme {
  border: none;
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #555555;
  background-color: #fff;
  box-shadow: 0 0 5px 5px #f18993, 0 0 5px 3px #f18993 inset;
  border-radius: 10px;
}

#theme span {
  color: #F18993;
  padding: 3px;
  font-weight: inherit;
}

.Button-style {
  font-size: small !important;
  display: inline-block;
  padding: 0.4em 1em 0.2em !important;
  color: #ffffff !important;
  border: #ffffff dashed 1px;
  box-shadow: 0 0 0 0.2em #F3B19E !important;
  border-radius: 2.5px;
  background-color: #F3B19E !important;
  cursor: pointer;
}

.btn-light:hover {
  background-color: F18993 !important;
  box-shadow: 0 0 0 0.2em #F18993 !important;
}

.modal-body dt {
  color: #F3B19E;
}

#work_calender #calendar table thead tr {
  background-color: #B7EAD0;
}

nav .container.header_container {
  padding-left: 50px;
  margin-left: 0;
  padding-right: 50px;
  margin-right: 0;
  max-width: 100%;
}

/*20230421saiki*/
@media screen and (max-width: 600px) {


  #work_calender #calendar table tr {
    background-color: #fdf1f1;
    padding: .35em;
    border-bottom: 2px solid #fff;
    display: table-row
  }

  #work_calender #calendar table th,
  #work_calender #calendar table td {
    padding: 10px 0;
    border-right: 2px solid #fff;
    display: table-cell
  }

  #work_calender #calendar .fc-view-harness {
    flex-grow: 1;
    position: relative;
    display: block;
    height: 650px !important;
  }

  #work_calender #calendar .fc-daygrid-body {
    width: 100% !important;
  }

  #work_calender #calendar table thead {
    position: relative;
  }

  #work_calender.main_content {
    padding: 10px;
  }

  .h1,
  h1 {
    font-size: 1.5rem !important;
  }

  nav .container.header_container {
    padding-left: 0;
  }

  tbody {
    width: 100%;
    display: block;
  }

  #work_calender #calendar tbody {
    display: table-row-group;
  }
  .main_content {
    padding: 20px;
}
.ui-datepicker-calendar tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
}