@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500;700;900&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;

}


a:hover {
  opacity: 0.8;
}

/* -----------------　header　--------------------*/
.header {
  padding: 16px;
  display: flex;
  justify-content: space-between;

}
.header a {
  text-decoration: none;
}

.header_logo {
  color: #43cad6;
  font-size: 1.3em;
}
.header_shop_info {
  margin-top: 2px;
}

.logout_submit {
  border-radius: 8px;
  height: 40px;
  border: 1px solid #43cad6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #43cad6;
  font-weight: bold;
  margin-top: 4px;
  max-width: 300px;
  width: 100%;

}
.logout_submit:hover {
  background-color: #43cad6;
  color: #fff;
}


/* -----------------　header end　--------------------*/





/* -----------------　loginページ　--------------------*/

.main_head_logo {
  text-align: center;
  color: #43cad6;
}
.body_login .inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  /* color: #fff; */
}

.main_head_login {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  color: #43cad6;
  text-align: center;

}

.main_login .content_left,
.main_login .content_right {
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 40px 0 40px;
}

.regist {
  width: 100%;
  max-width: 480px;
  height: 40px;
  background: #43cad6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}


.form_input {
  width: 100%;
  max-width: 480px;
  /* font-size: 14px; */
  color: #28384a;
  border-radius: 4px;
  border: 1px solid #e2e5e8;
  background: #f9f9f9;
  padding: 8px;
  margin: 16px auto;
  display: block;
  font-size: 16px;
}

.login_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px auto 0;
  width: 100%;
  max-width: 480px;
}

.login_forget,
.login_submit {
  width: 48%;
}

.login_forget {
  text-align: left;
}


.login_submit {
  border-radius: 50px;
  height: 40px;
  border: 1px solid #43cad6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #43cad6;
  font-weight: bold;

}
.login_submit:hover {
  background-color: #43cad6;
  color: #fff;
}

.error_message {
  color: red;
  display: none;
}
/* -----------------　loginページ　END　--------------------*/




/* -----------------　lidtページ　--------------------*/
.customer_add label {
  display: block;
}
.customer_add input,
.customer_add select {
  width: 100%;
  color: #28384a;
  border-radius: 4px;
  border: 1px solid #e2e5e8;
  background: #f9f9f9;
  padding: 8px;
  margin: 2px auto 16px;
}
.customer_add .radio label {
  display: inline-block;
  padding: 8px;
  margin-right: 24px;

}
.customer_add .radio input {
  width: inherit;
}
.customer_add input.radio_gender {
  width: 50%;
}
.customer_add input.add_btn {
  background: #43cad6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 16px;

}
.list_content {
  margin-top: 40px;
  border-top: 1px solid #28384a;
  padding-top: 16px;

}
.list_content table {
  width: 100%;
}

.list_content table thead th {
  background-color: #deefff;
}

.list_content table th,
.list_content table td {
  padding: 8px;
  border: 0.5px solid #c6c6c6;
}
.list_content table td {
  text-align: center;
  
}


/* -----------------　listページ　END　--------------------*/




/* -----------------　scanページ　　--------------------*/
.cutomer_info {
  width: 100%;
  margin: 16px auto 24px;
}
.cutomer_info thead th {
  background-color: #deefff;
}

.cutomer_info th,
.cutomer_info td {
  padding: 8px;
  border: 0.5px solid #c6c6c6;
}
.cutomer_info td {
  text-align: center;
}

.main_scan a.add_btn {
  width: 100%;
  background: #43cad6;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 16px;

}

.saveButton {
  width: 100%;
  padding: 8px;
  background: #43cad6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 16px;
}

.results {
  margin-top: 56px;
}


/* -----------------　scanページ　END　--------------------*/




/* -----------------　resultページ　　--------------------*/
.result_info {
  width: 100%;
  margin: 8px auto 24px;
  table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
.result_info thead th {
  background-color: #deefff;
}

.result_info th,
.result_info td {
  padding: 8px;
  border: 0.5px solid #c6c6c6;
}
.result_info td {
  text-align: center;
}

.result_info td.txt img {
  display: block;
  margin: auto;
}

.result_info td .num {
  width: 100%;
  color: #28384a;
  border-radius: 4px;
  border: 1px solid #e2e5e8;
  background: #f9f9f9;
  padding: 8px;
  margin: 2px auto 16px;
}

.result_info td .num_result {
  margin: 0 auto;
  text-align: center;
}

.main_result input.add_btn {
  width: 100%;
  background: #43cad6;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 16px;
}

.bodyImg img {
  display: block;
  margin: 0 auto 4px;
}


/* -----------------　resultページ　END　--------------------*/




/* -----------------　footer　--------------------*/
footer {
  padding: 40px 0 8px;
  text-align: center;
}


/* -----------------　footer　END　--------------------*/


.loading-spinner {
  display: block; /* inline-block から block へ変更 */
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s linear infinite;
  margin: 20px auto; /* 上下に20pxのマージンを追加 */
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* ボタンが有効な場合のスタイル */
.updateButton {
  background-color: #43cad6; /* 任意の背景色 */
  color: white; /* 任意のテキスト色 */
}

/* ボタンが無効な場合のスタイル */
.updateButton:disabled {
  background-color: #c6c6c6; /* 無効時の背景色 */
}

#overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}