@charset "UTF-8";
/* 共通設定 */
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

a {
  text-decoration: none;
}

/* 幅 */
.wdth-100 {
  width: 100% !important;
}

.wdth-80 {
  width: 80% !important;
}

.wdth-70 {
  width: 70% !important;
}

.wdth-60 {
  width: 60% !important;
}

.wdth-50 {
  width: 50% !important;
}

.wdth-40 {
  width: 40% !important;
}

.wdth-30 {
  width: 30% !important;
}

.wdth-20 {
  width: 20% !important;
}

.wdth-10 {
  width: 10% !important;
}

.wdth-5 {
  width: 5% !important;
}

/* 最大幅 */
.max-wdth-1200 {
  max-width: 1200px !important;
}

.max-wdth-1000 {
  max-width: 1000px !important;
}

.max-wdth-900 {
  max-width: 900px !important;
}

.max-wdth-800 {
  max-width: 800px !important;
}

.max-wdth-700 {
  max-width: 700px !important;
}

.max-wdth-600 {
  max-width: 600px !important;
}

.max-wdth-500 {
  max-width: 500px !important;
}

.max-wdth-400 {
  max-width: 400px !important;
}

.max-wdth-300 {
  max-width: 300px !important;
}

.max-wdth-200 {
  max-width: 200px !important;
}

.max-wdth-100 {
  max-width: 100px !important;
}

/* 高さ（px単位） */
.hgt-100px {
  height: 100px !important;
}

.hgt-150px {
  height: 150px !important;
}

.hgt-200px {
  height: 200px !important;
}

.hgt-250px {
  height: 250px !important;
}

.hgt-300px {
  height: 300px !important;
}

.hgt-400px {
  height: 400px !important;
}

.hgt-500px {
  height: 500px !important;
}

/* 最小高さ（px単位） */
.minhgt-100px {
  min-height: 100px !important;
}

.minhgt-150px {
  min-height: 150px !important;
}

.minhgt-200px {
  min-height: 200px !important;
}

.minhgt-250px {
  min-height: 250px !important;
}

.minhgt-300px {
  min-height: 300px !important;
}

.minhgt-400px {
  min-height: 400px !important;
}

.minhgt-500px {
  min-height: 500px !important;
}

/* 最大高さ（px単位） */
.maxhgt-100px {
  max-height: 100px !important;
}

.maxhgt-150px {
  max-height: 150px !important;
}

.maxhgt-200px {
  max-height: 200px !important;
}

.maxhgt-250px {
  max-height: 250px !important;
}

.maxhgt-300px {
  max-height: 300px !important;
}

.maxhgt-400px {
  max-height: 400px !important;
}

.maxhgt-500px {
  max-height: 500px !important;
}

/* 高さ */
.hgt-100 {
  height: 100% !important;
}

.hgt-80 {
  height: 80% !important;
}

.hgt-70 {
  height: 70% !important;
}

.hgt-60 {
  height: 60% !important;
}

.hgt-50 {
  height: 50% !important;
}

.hgt-40 {
  height: 40% !important;
}

.hgt-30 {
  height: 30% !important;
}

.hgt-20 {
  height: 20% !important;
}

.hgt-10 {
  height: 10% !important;
}

.hgt-5 {
  height: 5% !important;
}

/* 最小高さ */
.minhgt-100 {
  min-height: 100% !important;
}

.minhgt-80 {
  min-height: 80% !important;
}

.minhgt-70 {
  min-height: 70% !important;
}

.minhgt-60 {
  min-height: 60% !important;
}

.minhgt-50 {
  min-height: 50% !important;
}

.minhgt-40 {
  min-height: 40% !important;
}

.minhgt-30 {
  min-height: 30% !important;
}

.minhgt-20 {
  min-height: 20% !important;
}

.minhgt-10 {
  min-height: 10% !important;
}

.minhgt-5 {
  min-height: 5% !important;
}

/* 最大高さ */
.maxhgt-100 {
  max-height: 100% !important;
}

.maxhgt-80 {
  max-height: 80% !important;
}

.maxhgt-70 {
  max-height: 70% !important;
}

.maxhgt-60 {
  max-height: 60% !important;
}

.maxhgt-50 {
  max-height: 50% !important;
}

.maxhgt-40 {
  max-height: 40% !important;
}

.maxhgt-30 {
  max-height: 30% !important;
}

.maxhgt-20 {
  max-height: 20% !important;
}

.maxhgt-10 {
  max-height: 10% !important;
}

.maxhgt-5 {
  max-height: 5% !important;
}

/* 位置 */
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* 中央配置 */
.margin-auto {
  margin: auto;
}

/* 上下中央配置 */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* マージン */
.margin-0 {
  margin: 0 !important;
}

.margin-1 {
  margin: 1em !important;
}

.margin-1-5 {
  margin: 1.5em !important;
}

.margin-2 {
  margin: 2em !important;
}

.margin-3 {
  margin: 3em !important;
}

.margin-4 {
  margin: 4em !important;
}

.margin-5 {
  margin: 5em !important;
}

/* パディング */
.padding-0 {
  padding: 0 !important;
}

.padding-1 {
  padding: 1em !important;
}

.padding-2 {
  padding: 2em !important;
}

.padding-3 {
  padding: 3em !important;
}

.padding-4 {
  padding: 4em !important;
}

.padding-5 {
  padding: 5em !important;
}

/* フォントサイズ */
.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

/* フォントサイズ（rem単位） */
.font-size-0-8rem {
  font-size: 0.8rem !important;
}

.font-size-1rem {
  font-size: 1rem !important;
}

.font-size-1-2rem {
  font-size: 1.2rem !important;
}

.font-size-1-4rem {
  font-size: 1.4rem !important;
}

.font-size-1-6rem {
  font-size: 1.6rem !important;
}

.font-size-1-8rem {
  font-size: 1.8rem !important;
}

/* colors */
.primary {
  color: #3498db;
}

.secondary {
  color: #2ecc71;
}

.danger {
  color: #e74c3c;
}

.warning {
  color: #f1c40f;
}

.info {
  color: #8e44ad;
}

.light {
  color: #ecf0f1;
}

.dark {
  color: #2c3e50;
}

.red {
  color: #e74c3c;
}

.blue {
  color: #3498db;
}

.green {
  color: #2ecc71;
}

.yellow {
  color: #f1c40f;
}

.gray {
  color: #95a5a6;
}

/* フォントウェイト */
.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

/* 管理画面レイアウト */
.admin {
  display: flex;
  min-height: 100vh;
  /* サイドバー */
  /* メインコンテンツ */
  /* ヘッダー */
  /* 管理カード（メニュー） */
}
.admin__sidebar {
  width: 240px;
  background-color: #6a7f9b;
  color: #fff;
  padding: 60px 0;
  flex-shrink: 0;
}
.admin__logo {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.admin__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin__menu li {
  padding: 12px 20px;
  transition: background-color 0.3s;
  border-top: 1px solid #fff;
}
.admin__menu li:last-child {
  border-bottom: 1px solid #fff;
}
.admin__menu li:hover {
  background-color: #2980b9;
}
.admin__menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  letter-spacing: 0.15em;
}
.admin__logout {
  margin-top: 40px;
  text-align: center;
}
.admin__logout a {
  color: #6a7f9b;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
  background-color: #fafafa;
  border-radius: 5px;
}
.admin__logout a:hover {
  opacity: 0.9;
}
.admin__main {
  flex-grow: 1;
  padding: 20px 40px 120px;
  background-color: #f9f9f9;
}
.admin__header {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.admin__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.admin__card {
  width: 220px;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.admin__update {
  background-color: #678db0;
}
.admin__update:hover {
  background-color: #004d66;
  transform: translateY(-4px);
}
.admin__basic {
  background-color: #ffcc4e;
}
.admin__basic:hover {
  background-color: #b8860b;
  transform: translateY(-4px);
}
.admin__success-message {
  color: #2e7d32;
  background-color: #e8f5e9;
  padding: 12px 16px;
  border-left: 6px solid #4caf50;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 4px;
}
.admin footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #666;
  padding: 6px 0;
  color: #fff;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 0;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: "›";
  color: #888;
  margin: 0 8px;
}

.breadcrumb a {
  text-decoration: none;
  color: #0073aa;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #005177;
  text-decoration: underline;
}

.site__form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.form__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form__table th, .form__table td {
  padding: 10px 12px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
.form__table th {
  background-color: #e3eef7;
  width: 220px;
  font-weight: bold;
}
.form__table tr th[colspan="2"] {
  background-color: #6a7f9b;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
.form__table input[type=text], .form__table input[type=number], .form__table input[type=url], .form__table input[type=email], .form__table input[type=password], .form__table textarea, .form__table select {
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.form__table input[type=datetime-local], .form__table input[type=date] {
  width: 30%;
  padding: 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.form__required {
  color: #fff;
  background-color: #d33;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}
.form__submit {
  text-align: center;
  margin-top: 30px;
}

.admin__button {
  background-color: #d33;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.admin__button:hover {
  opacity: 0.9;
}
.admin__button.is-back {
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.admin__button.is-back:hover {
  background-color: #ddd;
  color: #000;
}
.admin__button.is-link {
  background-color: #d33;
  color: #fff;
  text-decoration: none;
}
.admin__button.is-link:hover {
  opacity: 0.9;
}
.admin__change {
  background-color: #979797;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 6px;
  display: inline-block;
}
.admin__change:hover {
  opacity: 0.9;
}

/* 個別の設定 */
#product_rel_location_form .form__table input[type=number] {
  width: 60px;
  text-align: center;
}

#product .location-link a,
#product_location .location-link a {
  display: inline-block;
  padding: 8px 16px;
  background-color: rgb(255, 147, 24);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
#product .location-link a:hover,
#product_location .location-link a:hover {
  background-color: rgb(255, 120, 0);
}

body {
  position: relative;
}

h1 {
  padding-bottom: 4px;
  border-bottom: 2px solid #ccc;
}

body#login {
  font-family: sans-serif;
  background: url(../image/mypage_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin: 0;
}

.login__inner {
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(243, 243, 243, 0.8);
  justify-content: center;
  align-items: center;
}
.login__box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 400px;
}
.login__title {
  text-align: center;
  margin-bottom: 24px;
  color: #333;
}
.login__input {
  width: 94%;
  padding: 12px 3%;
  margin: 10px auto 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
}
.login__button {
  width: 100%;
  padding: 12px;
  background: #b22222;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
.login__button:hover {
  background: #a10000;
}

@media screen and (max-width: 768px) {
  .login__box {
    padding: 26px;
    width: 80%;
  }
}
/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

.modal-content img {
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

.nav-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-arrows #prev {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
}
.nav-arrows #next {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
}

.forbidden {
  pointer-events: none;
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */