.section-wrap {
  position: relative;
  padding: 120px 0 70px;
}

.two-button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.two-button label,
.two-button a {
  font-size: 1rem;
  text-transform: none;
  width: 300px;
  min-height: 80px;
  margin: 0 1rem 1rem 1rem !important;
}

.two-button label .theme-btn .btn-title,
.two-button a .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jh-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

@media (max-width: 1024px) {
  .jh-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jh-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.exhibitor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #fff;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.exhibitor-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.exhibitor-card .booth-number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 0px 4px 0px;
  line-height: 1;
}

.exhibitor-card .logo-wrapper {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: 20px 0 10px;
}

.exhibitor-card .logo-wrapper img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.exhibitor-card .company-name-en,
.exhibitor-card .company-name-jp {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  height: auto;
  line-height: 18px;
}

/* 教育・トレーニング */
.category-a .booth-number {
  background-color: #56b5ba;
}

/* 消耗品 */
.category-b .booth-number {
  background-color: #af226f;
}

/* 検査・診断・測定 */
.category-c .booth-number {
  background-color: #99c244;
}

/* 治療・手術・処置 */
.category-d .booth-number {
  background-color: #de792b;
}

/* ソフトウェア・システム・サービス */
.category-e .booth-number {
  background-color: #816eaa;
}

/* リハビリ・介護・義肢 */
.category-f .booth-number {
  background-color: #3064ac;
}

.js-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.js-modal-content {
  background: white;
  padding: 30px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  border-radius: 10px;
}

.js-modal-content .modal-buttons {
  margin: 40px 0 10px 0;
}
.js-modal-content .btn-no,
.js-modal-content .btn-yes {
  padding: 1rem;
  color: #333;
  border-radius: 4rem;
  background: #e2e2e2;
}

.js-modal-content .btn-no:hover,
.js-modal-content .btn-yes:hover {
  background: var(--theme-color3);
}

#sec-floormap {
  scroll-margin-top: 118px;
}

.btn-outline {
  margin: 40px 0 0 0;
  text-align: center;
}

.btn-outline a {
  border: 1px solid #009fdd;
  color: #009fdd;
  font-size: 1rem;
  text-transform: none;
  min-width: 300px;
  min-height: 80px;
  margin: 0 1rem 1rem 1rem !important;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 41px;
  border-radius: 50px;
  font-weight: 700;
  overflow: hidden;
}
.btn-outline a:hover {
  background: #d6f3ff;
}
