@charset "UTF-8";
#sale_nav li:nth-child(1):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(1):hover ~ #marker {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

#sale_nav li:nth-child(2):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(2):hover ~ #marker {
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

#sale_nav li:nth-child(3):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(3):hover ~ #marker {
  -webkit-transform: translate(240px, 0);
  transform: translate(240px, 0);
}

#sale_nav li:nth-child(4):hover ~ ul div {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sale_nav li:nth-child(4):hover ~ #marker {
  -webkit-transform: translate(360px, 0);
  transform: translate(360px, 0);
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.autocomplete-container {
  position: relative;
  width: 200px;
  /* Add this to your existing Autocomplete.css */
}

.autocomplete-container .autocomplete-input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.autocomplete-container .suggestions-container {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  border: none;
  /* Remove border */
}

.autocomplete-container .suggestions-container.has-suggestions {
  border: 1px solid #aaa;
}

.autocomplete-container .suggestion {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.autocomplete-container .suggestion:hover {
  background-color: #f0f0f0;
}

.autocomplete-container .suggestion.active {
  background-color: #007bff;
  color: #fff;
}

.autocomplete-container .suggestion.active .highlight {
  color: black;
}

.autocomplete-container .highlight {
  background-color: yellow;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
    font-family: "Lato",
    "Noto Sans JP",
    "Helvetica Neue",
    "ヒラギノ角ゴ Pro",
    Hiragino Kaku Gothic Pro,
    "Yu Gothic",
    YuGothic,
    Arial,
    "メイリオ",
    Meiryo,
    sans-serif;*/
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.25;
  padding-bottom: 50px;
  min-height: 100vh;
  overflow-x: hidden;
}

button {
  padding: 3px;
}

.seller {
  margin-right: 15px;
}

.doller {
  font-family: Baskerville;
  font-style: italic;
}

/* ポップアップの背景を半透明の黒にして画面全体を覆う */
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* ポップアップ内部のスタイル */
.popup_inner {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 500px;
}

/* ボタンの基本スタイル */
.popup_inner button {
  cursor: pointer;
  background-color: #0095f6;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  margin-top: 20px;
}

/* ボタンのマウスオーバー時のスタイル */
.popup_inner button:hover {
  background-color: #0085e5;
}

/* テキストのスタイル */
.popup_inner h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.weight input {
  width: 55px !important;
}

input.number_input {
  width: 40px !important;
}

input.price_change {
  width: 85px !important;
}

input.handling_change {
  width: 85px !important;
}

table.default {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  text-align: center;
  margin-bottom: 10px;
}

table.default caption {
  font-size: 22px;
  padding: 10px 0;
  text-decoration: underline;
  text-underline-offset: 7px;
}

table.default thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 10px;
}

table.default tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #ddd;
}

table.default th:first-child,
table.default td:first-child {
  padding-left: 16px;
}

table.default td,
table.default th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

table.default thead th {
  color: #fff !important;
  background-color: #616161 !important;
}

table.default tbody tr:hover {
  /* background-color: $blue;
                    color: $white; */
}

table.product_list {
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid black;
}

table.product_list thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 10px;
}

table.product_list th,
table.product_list td {
  padding: 5px 10px;
  text-align: center;
}

table.product_list thead th {
  background-color: #F7CB4D;
  border-bottom: 3px double black;
}

table.product_list tbody tr:nth-child(even) {
  background-color: #FEF8E3;
}

table.product_list .qty {
  color: red;
  font-weight: 600;
}

table.product_list .no {
  font-weight: bold;
}

/* タブのスタイリング */
.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs::after {
  display: block;
  clear: both;
  content: '';
}

/* フィールドセットの設定 */
fieldset.default {
  border: 1px solid;
  display: inline-block;
  padding: 5px;
  padding-right: 20px;
}

fieldset.default legend {
  font-weight: bold;
}

fieldset.default p,
fieldset.default label {
  font: 1rem 'Fira Sans', sans-serif;
}

fieldset.default input {
  margin: 0.4rem;
}

.nav-item {
  margin-bottom: -2px;
  float: left;
}

.nav-link {
  color: #555;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 150px;
  height: 30px;
}

.nav-link:hover {
  border-color: #ddd #ddd #bbb;
}

/* アクティブなタブのスタイリング */
.nav-link.active {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.flag_icon {
  width: 20px;
}

.input_number {
  width: 50px;
}

/* エラーアコーディオンパネル */
.accordion-panel {
  display: -ms-grid;
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
}

.accordion-panel > * {
  overflow: hidden;
}

.accordion-panel[data-is-active='true'] {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

/* AccordionMenu.module.css */
.accordionSection {
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.accordionSection > .button {
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f7f7f7;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}

.accordionSection > .content {
  padding: 20px;
  border-top: 1px solid #ccc;
  -webkit-transition: max-height 0.3s, padding 0.3s;
  transition: max-height 0.3s, padding 0.3s;
  overflow: hidden;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
}

.accordionSection > .content.hidden {
  max-height: 0;
  padding: 0 20px;
}

.accordionSection > .content.visible {
  max-height: 100vh;
  /* 調整可能、内容に応じて最大高さを設定 */
}

/*アコーディオン開閉表示*/
.accordion_tab {
  position: relative;
  margin-bottom: 1px;
  margin-left: 18px;
  width: 250px;
  color: white;
  overflow: hidden;
  font-size: 0.8em;
  /*表示ラベル*/
  /* 「+」アイコンのアクション*/
  /*内容*/
}

.accordion_tab > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_tab > label {
  position: relative;
  display: block;
  padding-left: 15px;
  font-weight: bold;
  /*太字*/
  line-height: 3;
  cursor: pointer;
  background-color: #839b5c;
  /*背景色*/
  border-radius: 8px;
  /*角を丸める*/
  /* ラベルに「+」アイコン */
}

.accordion_tab > label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .50s;
  transition: all .50s;
}

.accordion_tab input[type=checkbox] + label::after {
  content: "+";
}

.accordion_tab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  /*回転させる*/
}

.accordion_tab > .accordion_contents {
  color: #000;
  /*開いた時の内容　文字色*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .50s;
  transition: max-height .50s;
}

.accordion_tab > .accordion_contents a {
  text-decoration: none;
}

/* クリック時に開く */
input:checked ~ .accordion_contents {
  max-height: 100%;
}

.all_order_button {
  margin-left: 15px;
  padding: 3px;
}

.brand_select {
  margin: 15px;
}

/* ここからindexから移動 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbl-r03 td {
  /* border: 1px solid; */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eeeeee;
}

header {
  padding: 30px 4% 10px;
  /* position: fixed; */
  top: 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

a.title {
  text-decoration: none;
  color: #4b4b4b;
  font-size: 1.1em;
}

.button-primary {
  color: #007bff;
  border-color: #007bff;
}

.button-primary:hover {
  color: #0056b3;
  border-color: #0056b3;
}

.button-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li {
  margin: 0 0 0 15px;
  font-size: 14px;
}

nav {
  margin: 0 0 0 auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

table th {
  background-color: #f2f2f2;
}

table td {
  background-color: white;
}

table tr:hover {
  background-color: #f5f5f5;
}

td.editable {
  padding: 0px !important;
}

.editable:hover {
  background-color: #ddf;
}

.editable label {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
}

.editable label.date_undecided {
  text-align: left;
}

.status_text {
  font-weight: 600;
}

.status_text.inStock {
  color: #1795ce;
}

.status_text.outOfStock {
  color: #f9ca3f;
}

.status_text.return, .status_text.discontinued {
  color: #f00;
}

.return {
  color: #f00;
}

.invoice_list li {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
  float: left;
  text-align: center;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 5px;
  background-color: white;
}

.showPage {
  background-color: black !important;
  color: white;
}

.tooltip1 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip1 p {
  margin: 0;
  padding: 0;
}

.description1 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 100px;
}

.description1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
}

.tooltip1:hover .description1 {
  display: inline-block;
  /* top: -70px;
    left: -30px; */
}

.tooltip1 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip1 p {
  margin: 0;
  padding: 0;
  /* text-decoration: underline wavy blue; */
  -webkit-text-decoration: underline dashed black;
          text-decoration: underline dashed black;
}

.description1 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  min-width: 100px;
  top: calc(-100% - 30px);
  /* ツールチップ本体の高さを考慮してさらに上に */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.yon {
  top: calc(-100% - 90px);
}

.description1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* margin-left: -15px; */
}

.tooltip1:hover .description1 {
  display: inline-block;
  /* top: -70px;
    left: -30px; */
}

.tooltip3 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip3 p {
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline dashed black;
          text-decoration: underline dashed black;
}

.description3 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 250px;
}

.description3:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 20px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.tooltip3:hover .description3 {
  display: inline-block;
  top: 30px;
  left: 0px;
}

.tooltip4 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip4 p {
  margin: 0;
  padding: 0;
  -webkit-text-decoration: underline dashed black;
          text-decoration: underline dashed black;
}

.description4 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 250px;
}

.description4:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 20px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.tooltip4:hover .description4 {
  display: inline-block;
  top: 30px;
  right: 0px;
}

.status_text {
  font-weight: 600;
}

.return {
  color: #f00;
}

.inStock {
  color: #1795ce;
}

.badge_icon {
  /* width: 50px; */
  /* height: 50px; */
  /* background-color: #ddd; */
  border-radius: 12px;
  position: relative;
  /* margin: 20px; */
}

.badge_icon[data-num="0"]::before {
  display: none;
}

.badge_icon::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  content: attr(data-num);
  min-width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  font-size: 10px;
  font-weight: bold;
  background-color: #ef5350;
  border: 1px solid #fff;
  border-radius: 10px;
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  z-index: 1;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li {
  margin: 10px;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #333;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}

.acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
/*# sourceMappingURL=default.css.map */
