@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  background: var(--color-white);
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  background: var(--color-body-bg);
  padding-top: 90px;
  padding-bottom: 40px;
  color: var(--color-nav-bg);
  min-height: 100vh;
}

details summary::-webkit-details-marker,
details summary::marker {
 display: none; 
 content: "";
}

.nav {
  position: fixed;
  left: 0;
  top: 0;
  background: var(--color-nav-bg);
  width: 282px;
  color: var(--color-white);
  height: 100vh;
  z-index: 10;
  overflow-y: scroll;
}

.nav a:hover { 
  color: var(--color-light-blue);
}

.nav__logo {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.nav__header {
  padding: 20px 30px 0;
}

* + .nav__name {
  margin-top: 24px;
}

.nav__name {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-white);
  font-weight: 300;
}

.nav__logout {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--color-white);
  margin-top: 16px;
}


.nav__list {
  margin-top: 24px;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.nav__link--child,
.nav__title {
  font-size: 14px;
  padding: 0 16px;
  display: block;
  color: var(--color-white);
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.nav__title {
  transition: color 0.3s;
  height: 60px;
  position: relative;
  z-index: 2;
}

.nav--child {
  position: relative;
  z-index: 1;
}

.nav__link--child {
  transition: color 0.3s;
  height: 50px;
  background: #333333;
}

.nav__item.no-child .nav__content {
  content: none;
}

.nav__content {
  position: relative;
}

.nav__content::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background: url(../images/icon-shevron.svg) center center/12px no-repeat;
  right: 16px;
  top: 27px;
  transition: transform 0.3s ease;
}

.nav__content[open]::after {
  transform: rotate(-540deg);
}

.nav__item--child,
.nav__item + .nav__item {
  border-top: 1px solid var(--color-black);
}

.nav__link--child::after,
.nav__title::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  /*transition: 0.3s cubic-bezier(1,.63,0,1.38) ;*/
  transition: 0.3s cubic-bezier(1,.63,0,1.53);
  height: 0;
  background-color: transparent;
}

.nav__title:hover {
  color: var(--color-light-blue);
}

.nav__link--child:hover::after,
.nav__title:hover::after,
.nav__content[open] .nav__link--child.current::after,
.nav__content[open] .nav__title::after {
  height: calc(100% - 10px); 
  background-color: var(--color-light-blue);
}

.nav__link--child::before,
.icon::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
}

.nav__link--child::before {
  height: 9px;
  background-size: auto 9px;
  background-position: center right 1px;
}

.nav__logout.icon::before {
  margin-right: 10px;
}

.nav__link--child::before { background-image: url(../images/icon-menu-child.svg)}
.icon-external-link::before { background-image: url(../images/icon-external-link.svg);background-size: 19px 19px!important;}
.icon-logout::before { background-image: url(../images/icon-logout.svg)}
.icon-sales::before { background-image: url(../images/icon-sales.svg); background-size: 24px 23px!important;}
.icon-option::before { background-image: url(../images/icon-option.svg); background-size: 23px 23px!important;}
.icon-category::before { background-image: url(../images/icon-category.svg); background-size: 23px 19px!important;}
.icon-shop::before { background-image: url(../images/icon-shop.svg); background-size: 23px 24px!important;}
.icon-price::before { background-image: url(../images/icon-price.svg); background-size: 17px 24px!important;}
.icon-menu::before { background-image: url(../images/icon-menu.svg); background-size: 22px 18px!important;}
.icon-cart::before { background-image: url(../images/icon-cart.svg); background-size: 25px 20px!important;}
.icon-room::before { background-image: url(../images/icon-room.svg); background-size: 23px 22px!important;}
.icon-time::before { background-image: url(../images/icon-time.svg); background-size: 23px 23px!important;}


.icon-virus::before { background-image: url(../images/icon-virus.svg); background-size: 23px 23px!important;}
.icon-person::before { background-image: url(../images/icon-person.svg); background-size: 23px 23px!important;}
.icon-key::before { background-image: url(../images/icon-key.svg); background-size: 23px 23px!important;}
.icon-animal::before { background-image: url(../images/icon-animal.svg); background-size: 23px 23px!important;}
.icon-pen::before { background-image: url(../images/icon-pen.svg); background-size: 23px 23px!important;}

.page-title {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  z-index: 1;
  height: var(--height-page-title);
  background: var(--color-white);
  padding-left: calc(var(--width-nav) + var(--margin-nav-to-content));
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  display: none;
}

.page-title::before {
  content: url(../images/logo.svg);
  height: 58px;
  width: 58px;
  margin-right: 16px;
}


.page-title .icon::before {
  filter: invert(1);
  margin-right: 12px;
}

.page-title span {
  display: none;
  font-weight: 500;
  align-items: center;
  font-size: 14px;
  padding-left: 24px;
  border-left: 2px solid var(--color-nav-bg);
  margin-left: 12px;
}

.page-title-text {
  display: block;
  font-size: 20px;
  margin-left: 12px;
}

.contents {
  padding: 
  calc(var(--height-page-title) + var(--margin-page-title-to-content)) 
  var(--margin-nav-to-content)
  var(--height-page-title)
  calc(var(--width-nav) + var(--margin-nav-to-content));
  box-sizing: border-box;
}

.block__content {
  background: var(--color-white);
  border-radius: 10px;
  padding: 32px;
}

.block__content + .block__content {
  margin-top: var(--margin-block-to-block);
}


.block__title {
  background: none;
  color: var(--color-nav-bg);
  border-radius: 0;
  font-size: 20px;
  height: auto;
  display: flex;
  border-left: 2px solid var(--color-light-blue);
  align-items: center;
  padding: 2px 16px;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: normal;
}

.search__title::before,
.block__title::before {
  content: none;
  min-width: 10px;
  height: 10px;
  display: block;
  border-radius: 10px;
  margin-right: 8px;
}

.search__title::before {
  background: var(--color-green);
}

.block__title::before {
  background: var(--color-yellow);
}


table {
  width: 100%;
  border-spacing: 0 16px;
  border-collapse: separate;
}

thead {
  position: sticky;
  z-index: 7;
  left:0;
  top: var(--height-sp-header);
}

th {
	background-color: var(--color-white);
	text-align: center;
  white-space: nowrap;
}

th + th {
	border-left: 1px solid #999999;
}

td + td {
	border-left: 1px solid #999999;
}

th:first-child,
td:first-child { 
	border-left: 2px solid #999999;
}

th:last-child,
td:last-child { 
	border-right: 2px solid #999999;
}

td { 
  position: relative;
  background-color: var(--color-body-bg);
}

th,td {
  padding: 12px;
  font-size: 16px;
}

a {
	color: var(--blue);
	text-decoration: none;
  transition: color 0.4s cubic-bezier(1,.63,0,1.53);
}

.search .search__box {
  grid-template-columns: 180px 1fr;
}

.search__box {
  display: grid;
  grid-template-columns: 250px 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  column-gap: 30px;
  row-gap: 8px;
  border-bottom: 1px solid #fff;
}

.short .search__box {
  grid-template-columns: 230px 1fr;
}

.search__title {
  font-size: 16px;
  padding-right: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--color-border-normal);
}

.search__content {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.search__date--range {
  display: flex;
  gap: 8px;
  align-items: center;
}

.search__content .input {
  font-size: 16px;
  min-width: 300px;
  max-width: 600px;
  padding: 8px 16px;
  border-radius: 8px;
  display: block;
  background: var(--color-form-input-bg);
}

.input.input--date {
  width: 150px;
  min-width: 0;
}

.search__content .input--textarea {
  width: 100%;
  min-height: 300px;
}

.search__btn {
  display: flex;
  justify-content: center;
}

input[type=submit].input--button {
  display: block;
  border-radius: 6px;
  color: var(--color-white);
  background: var(--color-button-bg);
  text-align: center;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 14px;
  transition: 0.3s ease;
}

.text > a:hover,
.common-button:hover,
input[type=submit].input--button:hover {
  filter: brightness(1.1);
}


.attention-area {
  margin-bottom: 32px;
  font-size: 14px;
  background: var(--color-block-title-bg);
  color: var(--color-white);
  margin: 0 40px 40px;
  padding: 16px;
  display: flex;
  align-items: center;
}

.attention-area::before {
  content: "";
  margin-right: 12px;
  width: 60px;
  height: 60px;
  background: url(../images/icon-question.svg) center center no-repeat;
  background-size: 100% auto;
}

select {
  background: #fff url(../images/icon-triangle.svg) right 16px center/10px no-repeat;
  font-size: 16px;
  height: 40px;
}

.select + select {
  margin-top: 4px;
}

input[type=radio],
input[type=checkbox] {
  appearance: none;
  background: var(--color-white);
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  border: 2px solid var(--color-light-blue);
  border-radius: 4px;
  transition: 0.3s ease;
  box-shadow: 0 0 0 2px var(--color-white) inset;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  background: var(--color-light-blue);
}

input[type=radio] {
  border-radius: 100px;
}

input[type=radio].negative {
  border: 2px solid var(--color-negative);
}

input[type=radio].negative:checked {
  background: var(--color-negative);
}

.check__item > label {
  display: flex;
  align-items: center;
}

.check__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pager + .table,
.table + .pager {
  margin-top: 16px;
}

.page__list {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: repeat(auto-fit, 32px);
  gap: 4px;
}

.page__item {
  height: 32px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #bbb;
}

.page__item > * {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: grid;
  place-items: center;
  color: var(--color-black);
}

.table__btn {
  background: var(--color-blue);
  color: transparent;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 100px;
  padding: 6px 24px;
  font-size: 14px;
  width: 60px; 
  margin: 0 auto;
  background: url(../images/icon-edit.svg) center center/30px no-repeat
}

.table__btn.negative {
  background-image: url(../images/icon-trash.svg);
}

.table__btn.neutral {
  background: var(--color-green);
}

.table__head.edit {
  width: 80px;
}

.table__data.disabled * {
  pointer-events: none;
  opacity: 0.8;
  filter: saturate(0);
}

.table__data__center {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 113px;
}

.table__data.price {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.table__data.price.normal {
  color: var(--color-green);
}

.table__data.price.discount {
  color: var(--color-negative);
}

.card__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.card__item {
  background: #fff;
  padding: 32px 16px;
}

.card__item--image {
  text-align: center;
}

.card__item--image img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.card__item--image canvas {
  width: 100px;
  height: 100px;
}

.card__item--title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}

.card__item--note {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  font-weight: bold;
}

.card__item--buttons {
  display: flex;
  margin-top: 24px;
  gap: 8px;
  justify-content: center;
}

.card__item--buttons .table__btn {
  width: 80px;
  padding-left: 0;
  padding-right: 0;
}

.common-button-container {
  text-align: center;
  margin-top: 24px;
}

.text > a,
.common-button {
  background: var(--color-button-bg);
  padding: 12px 40px;
  text-align: center;
  color: var(--color-white);
  display: inline-block;
  font-size: 14px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 500;
  font-weight: bold;
  transition: 0.3s ease; 
}

.popup {
 isplay: none;
}

.popup.active {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.register_form_add_button_container {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.register_form_add_button {
  background: var(--color-green);
  color: var(--color-white);
  padding: 8px 24px;
  border-radius: 100px;
}

.search__can-add-list {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  background: #bbb;
  padding: 16px;
  border-radius: 10px;
}

.search__can-add-list + .search__can-add-list {
  margin-top: 24px;
}

.search__quarter__item .input {
  width: 100%;
}

.search__quarter__item .search__box {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

.search__can-add-list:only-child .removebutton {
  display: none;
}

.removebutton {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: var(--color-negative);
}

.register_form_add_label {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  transition: opacity .3s var(--easeOutQuart);
  place-items: center;
}

#loader.active {
  display: grid;
}

#loader::before {
  content: "";
  background: url(../images/icon-spin.svg) center center/contain no-repeat;
  width: 60px;
  height: 60px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-nav-bg);
  z-index: 99999;
  transition: opacity .3s var(--easeOutQuart);
}
.loader.closed {
  opacity: 0;
  pointer-events: none;
}
.loader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 8rem;
}
  .loader__inner span {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: var(--blue);
    animation-duration: 1s;
    animation-timing-function: var(--easeInOutBack);
    animation-iteration-count: infinite;
    animation-fill-mode: both;
  }
  .loader__inner span:nth-of-type(1) { animation-name: loader1 }
  .loader__inner span:nth-of-type(2) { animation-name: loader2 }
  .loader__inner span:nth-of-type(3) { animation-name: loader3 }


  .sp-header {
    display: none;
  }

  .menu__list--category {
    font-size: 12px;
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
    color: #777 
  }

  .menu__list--name {
    font-weight: bold;
  }

  .page__login {
    background: var(--color-body-bg);
    height: 100vh;
    padding: 0;
  }

  .page__login--container {
    display: grid;
    place-items: center;
    height: 100%;
  }

  .form__login {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 50px;
    border-radius: 10px;
  }

  .form__login--logo {
    width: 100px;
    text-align: center;
    display: inline;
    vertical-align: top;
  }

  .form__login--input {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px;
    font-size: 16px;
    text-align: left;
    border-radius: 4px;
  }

  .form__login--input::placeholder {
    color: #aaa;
  }

  .form__login--input + .form__login--input {
    margin-top: 16px;
  }

  .form__login--title {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .search__btn,
  .form__login--submit-button {
    border-radius: 6px;
    background: var(--color-button-bg);
    color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
  }

  .search__btn::after,
  .form__login--submit-button::after {
    content: "";
    display: block;
    min-width: 48px;
    height: 48px;
    background: url(../images/icon-lock.svg) center center/24px no-repeat var(--color-light-blue);
  }

  .search__btn {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
  }

  .search__btn::after {
    background-image: url(../images/icon-add.svg);
  }

  .search__btn.search::after {
    background-image: url(../images/icon-search.svg);
  }

  .search__btn.download::after {
    background-image: url(../images/icon-download.svg);
  }

  .input--button {
    flex: 1;
    height: 100%;
    border-radius: 0;
  }

  .result {
    display: grid;
    grid-template-columns: 100px 100px 200px 300px 80px 80px;
    background: #eee;
  }

  .result + .result {
    margin-top: 24px;
  }

  .form__login--submit {
    flex: 1;
    font-size: 16px;
  }

  input[type=file] {
    display: none;
  }

  .menu__image--container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .menu__image--del > label {
    justify-content: center;
    margin-top: 16px;
  }

  .price__total {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .poption_id_selector {
    display: none;
    background: var(--color-block-child-bg);
    padding: 16px;
    border-radius: 10px;
    margin-top: 24px;
  }

  .poption_id_selector .popup__caption {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
  }

  .poption_id_selector .popup__data {
    margin-top: 16px;
  }

  .poption_id_selector .menu-table__head__base {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .poption_id_selector .menu-table__head__base__name {
    font-size: 14px;
  }

  .poption_id_selector .menu-table__headline {
    background: #666666;
    color: #fff;
    padding: 4px 24px;
    border-radius: 100px;
    display: block;
    margin-bottom: 12px;
  }

  .poption_id_selector .menu-table__head__list {
    display: flex;
    gap: 12px;
  }

  .poption_id_selector .input {
    min-width: 0;
    width: 90px!important;
  }

  .text {
    text-align: center;
    font-size: 16px;
  }

  .qr_download_button_container {
    text-align: right;
    margin-bottom: 24px;
  }

  .nav__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    transition: 0.5s;
    visibility: hidden;
    background: transparent;
  }

  .nav__backdrop.active {
    visibility: visible;
    background: rgba(0,0,0,0.5);
  }

  .shop__edit--note {
    display: none;
    margin-top: 8px;
    font-size: 12px;
    color: var(--color-negative);
  }

  .search__error {
    font-size: 14px;
    color: red;
    margin-top: 6px;
  }

  .search__error:empty {
    display: none;
  }

  .tooltip {
    border: 2px solid var(--color-nav-bg);
    position: relative;
    top: -1px;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    width: 300px;
    height: auto;
    display: block;
    background: var(--color-nav-bg);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    top: 33px;
    left: 0;
    padding: 6px 12px;
    z-index: 3;
    font-weight: 300;
  }
 
  .tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon {
    border-radius: 100px!important;
    padding: 12px 30px!important;
    background: var(--color-blue)!important;
    color: #fff!important;
    width: auto!important;
    height: auto!important;
  }

  .tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon:before {
    content: "編集する"!important;
    font-size: 16px!important;
  }

  .tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:first-of-type, .tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:last-of-type {
    background: var(--color-blue)!important;
  }

  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100vw;
    z-index: 10;
    display: flex;
    background: var(--color-white);
    height: var(--height-sp-header);
    padding: 14px 16px 14px;
    align-items: flex-end;
  }

  .sp-header .header__logo img {
    width: 36px;
    margin: 0 auto;
  }

  .sp-header-title {
    display: flex;
    align-items: center;
  }

  .sp-header-contents {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav__switcher img {
    width: 100%;
  }

  .nav__switcher__container {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .nav__switcher small {
    font-size: 14px;
  }

  .nav__switcher,
  .nav__switcher span {
    display: inline-block;
    transition: all .3s ease;
    box-sizing: border-box;
  }
  .nav__switcher {
    position: relative;
    width: 28px;
    height: 21px;
    z-index: 20;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .nav__switcher span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 4px;
  }
  .nav__switcher span:nth-of-type(1) {
    top: 0;
  }
  .nav__switcher span:nth-of-type(2) {
    top: 9px;
  }
  .nav__switcher span:nth-of-type(3) {
    bottom: 0;
  }

  .nav__switcher.active {
    transform: rotate(360deg);
  }
  .nav__switcher.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .nav__switcher.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .nav__switcher.active span:nth-of-type(3) {
    opacity: 0;
  }

  

  .nav__logo {
    display: none;
  }

  .contents {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }

  .nav {
    right: 0;
    left: auto;
    top: var(--height-sp-header);
    transform: translateX(100%);
    transition: 0.3s;
    height: calc(100vh - var(--height-sp-header));
  }

  .nav__name {
    margin-top: 0;
  }

  .nav.active {
    transform: translateX(0);
  }

  .attention-area {
    margin: 0 0 24px;
  }

  .inspection-entries-submit {
    cursor: pointer;
    margin-top: 56px;
  }

  .inspection-entry-deleter {
    width: 48px;
    height: 62px;
    padding-top: 14px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #333;
    cursor: pointer;
  }

  .inspection-entry-deleter::before {
    content: "";
    display: block;
    filter: brightness(0) invert(1);
    width: 24px;
    height: 24px;
    background: url(../images/icon-trash.svg);
  }

  .inspection-entry-copy {
    width: 48px;
    height: 62px;
    padding-top: 14px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--color-light-blue);
    cursor: pointer;
  }

  .inspection-entry-copy::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-copy.svg) no-repeat;
  }

  .inspection-entry {
    font-size: 14px;
    position: relative;
  }

  .inspection-entry-form {
    position: relative;
    display: flex;
    gap: 24px;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
  }

  .inspection-entry-radio {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .inspection-entry select,
  .inspection-entry input[type=text],
  .inspection-entry input[type=date],
  .inspection-entry input[type=number] {
    background: #ddd;
    border-radius: 8px;
    padding: 0 10px;
    margin-top: 8px;
    height: 40px;
  }

  .inspection-entry-buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    gap: 8px;
    transform: translateY(calc(100% - 16px));
  }

  .inspection-entry + .inspection-entry {
    margin-top: 56px;
  }

  .search-buttons {
    display: grid;
    gap: 12px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 240px 240px;
    font-weight: bold;
  }

  .form-error-message {
    text-align: center;
    margin-top: 12px; 
    color: #c00; 
    font-size: 12px;
  }

  .form-success-message {
    text-align: center;
    margin-top: 12px; 
    color: #09f; 
    font-size: 12px;
  }

  .form-message-area {
    margin-top: 8px;
  }

  .form-message-area > * {
    text-align: left!important;
    margin-top: 8px;
  }

  .new-password-form .search .search__box {
    grid-template-columns: 210px 1fr;
    margin-bottom: 8px;
  }

  .new-password-form .search .search__content > div {
    flex: 1;
  }


  .login-page-note {
    font-size: 14px;
    color: #555;
    text-align: center;
    padding: 0 16px;
  }

@media screen and (max-width: 1100px) {

  .search-buttons {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body {
    padding-top: var(--height-sp-header);
  }

  /*
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100vw;
    z-index: 10;
    background: var(--color-nav-bg);
    display: flex;
    height: var(--height-sp-header);
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 14px;
    align-items: flex-end;
  }

  .sp-header .header__logo img {
    width: 36px;
    margin: 0 auto;
  }

  .nav__switcher {
  }

  .nav__switcher img {
    width: 100%;
  }

  .nav__switcher,
  .nav__switcher span {
    display: inline-block;
    transition: all .3s ease;
    box-sizing: border-box;
  }
  .nav__switcher {
    position: relative;
    width: 28px;
    height: 21px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .nav__switcher span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  .nav__switcher span:nth-of-type(1) {
    top: 0;
  }
  .nav__switcher span:nth-of-type(2) {
    top: 9px;
  }
  .nav__switcher span:nth-of-type(3) {
    bottom: 0;
  }

  .nav__switcher.active {
    transform: rotate(360deg);
  }
  .nav__switcher.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .nav__switcher.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .nav__switcher.active span:nth-of-type(3) {
    opacity: 0;
  }

  

  .nav__logo {
    display: none;
  }
  */

  .contents {
    padding: 32px 16px;
  }

  .nav {
    right: 0;
    left: auto;
    top: var(--height-sp-header);
    transform: translateX(100%);
    transition: 0.3s;
    height: calc(100vh - var(--height-sp-header));
  }

  .nav__name {
    margin-top: 0;
  }

  .nav.active {
    transform: translateX(0);
  }

  .attention-area {
    margin: 0 0 24px;
  }

  .page-title {
    position: static;
    padding: 16px 16px;
    height: auto;
  }

  .page-title span {
    display: none;
  }


  .search__title {
    border: 0;
    padding: 0;
  }

  .search__box {
    grid-template-columns: 1fr!important;
  }

  .block__title {
    font-size: 16px;
  }

  td {
    white-space: nowrap;
  }

  thead {
    top: 0;
  }

  .table {
    overflow: scroll;
  }

  .input.input--date {
    width: 134px!important;
  }

  .search__content .input {
    padding: 8px;
  }

  .search__content .input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .search__can-add-list {
    display: block;
  }

  .removebutton {
    z-index: 4;
    top: 4px;
    right: 4px;
    line-height: 1;
    transform: none;
  }

  .search__btn {
    margin-top: 24px;
  }

  .search__quarter__item + .search__quarter__item {
    margin-top: 12px;
  }

  .card__items {
    grid-template-columns: 1fr;
  }

  .block__content {
    padding: 24px 16px;
  }

  .block__content + .block__content {
    margin-top: 24px;
  }

  .tooltip:hover::after {
    width: 200px;
  }
  
  .inspection-entry-form {
    flex-flow: column;
    gap: 16px;
  }

  .inspection-entries-submit {
    margin-top: 64px;
  }

  .inspection-entry select, .inspection-entry input[type=text], .inspection-entry input[type=date], .inspection-entry input[type=number] {
    width: 100%;
  }

  .inspection-entry-radio {
    justify-content: center;
  }


  .nav__switcher__container small {
    display: none;
  }

  .page-title-text {
    font-size: 16px;
  }
}

@media screen and (min-width:767px) and (max-width:1400px){
  .card__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 820px) {
  .shop__edit--note {
    display: block;
  }
}

