/* ページング */

.flow-ul {
  display: flex;
  margin-top: 10px;
}
.pagination-grid {
  display: flex;
  justify-content: center;
}

.page-li {
  font-size: 1.3rem;
  color: #1f72c8;
  line-height: 1;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
}

.page-li:not(:first-child) {
  margin-left: 5px;
}

.page-li-disabled {
  opacity: .3;
}

.page-li-disabled a {
  pointer-events: none;
}

.error {
  color: red;
  font-weight: bold;
}

.hidden {
  display: none;
}

.f-input-text:read-only,
.f-input-pw:read-only,
.table-input-text-auto:read-only {
	opacity: .5;
}

.entry-txt:read-only {
  opacity: .5;
}

.recipe_ranking__link {
  cursor: pointer;
}

.key-edit-title {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  margin-bottom: 15px;
}
.key-edit-title:before, .key-edit-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.key-edit-title:before {
  margin-right: 1rem; /* 文字の右隣 */
}
.key-edit-title:after {
  margin-left: 1rem; /* 文字の左隣 */
}

.f-btn.non-detail-btn {
  background-color: #7c7c7c;
}

.menu-item .tutorial-menu-label {
  @media (max-width: 420px) {
    font-size: 1.1rem;
  }
}

.menu-item p {
  @media (max-width: 420px) {
    font-size: 1.2rem;
  }
}

.modal-wind-booking {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  height: 70%;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 15px;
  max-height: 80%;
  text-align: center;
}

.scroll-table-wrap {
  height: calc(100% - 120px);
  overflow-y: scroll;
}

.table-booking {
  margin: 0;
  border-spacing: 0;
}

.table-booking th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal-button-booking {
  padding: 10px;
  color: #fff;
  background-color: #497ca7;
  border: 1px solid #282828;
  border-radius: 10px;
  cursor: pointer;
  width: 100px;
  margin: 10px 20px;
}
.modal-button-booking:disabled {
  opacity: 0.5;
  transition: all 200ms 0s ease;
  cursor: inherit;
}

.booking-check {
  border: solid 1px #000000;
  vertical-align: middle;
}

.entry-txt.booking-check-detail-txt {
  opacity: 1;
}

.ui-datepicker {
  z-index: 100 !important;
}

.miwa-card-img {
  display: block;
  margin: 0 auto;
}

.dmin-registration-img {
  display: block;
  margin: 0 auto;
}