/* ========================================
   基本スタイル
   ======================================== */
body {
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  font-weight: bold;
  background-color: rgb(235, 235, 235);
  margin: 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0;
  background-color: #ffd8b5;
  border: 1px solid #d99a6a;
  width: 98%;
}

.container p {
  margin: 0;
  padding: 0 0 0 1vw;
}

/* ========================================
   ヘッダー
   ======================================== */
.container header {
  display: flex;
  margin: 0 0 0 0;
}

.container header img {
  background-color: white;
  border-radius: 0.5vw;
  width: 25vw;
  padding: 2vw;
}

.container .logo {
  width: 4vw;
  margin: 2vw;
}

.container .shiire1 {
  font-size: 2vw;
  color: white;
}

.container .shiire2 {
  font-size: 3.5vw;
  color: white;
}

/* ========================================
   メニュー（モバイル）
   ======================================== */
.container .sp-menu {
  margin-left: auto;
  display: block;
}

.container .sp-menu span {
  display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3.8vw;
    padding-right: 1rem;
    padding-left: 0.5rem;
  cursor: pointer;
}

.container .sp-menu.hide,
.container #open.hide,
.container .mmenu li.hide,
.container .overlay li.hide,
.container main .hide {
  display: none !important;
}

.container .sp-menu #open.hide {
  display: none;
}

/* ========================================
   オーバーレイメニュー
   ======================================== */
.container .overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 6vw;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

.container .overlay #close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  font-size: 4vw;
  cursor: pointer;
}

.container .overlay ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container .overlay li {
  margin-top: 2vw;
  padding: 2vw;
  font-size: 4vw;
  font-weight: bold;
  cursor: pointer;
  background-color: lightgoldenrodyellow;
  background-color:lightblue;
}

.container .overlay li.hide {
  background-color: white;
}

.container .overlay li:hover {
  background-color: lightblue;
  background-color: lightgoldenrodyellow;
}

.container .overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* ========================================
   デスクトップメニュー（非表示）
   ======================================== */
.container .mmenu {
  display: none;
  margin: 16px auto;
  float: right;
}

.container .mmenu ul {
  text-align: right;
  list-style-type: none;
  display: flex;
}

.container .mmenu .guidebook,
.container .overlay .olguidebook {
  display: none !important;
}

/* ========================================
   メインコンテンツ
   ======================================== */
.container main {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.main-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.main-banner {
  position: relative;
  width: 98%;
  margin: 0 auto;
  padding: 2vw 0 0 0 0;
  overflow: hidden;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(2px);
}

.banner-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #1a1a1a;
  width: 82%;
  max-width: 82%;
  padding: 0;
}

.title-box {
  display: inline-block;
  background: rgba(255,255,255,0.88);
  border-radius: 1.8vw;
  margin: 0.2vw 0.2vw;
  padding: 0.5vw 0.5vw;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  max-width: 100%;
}

.banner-text .year {
  font-size: 2.8vw;
  font-weight: 900;
  letter-spacing: 0.25vw;
  color: #166525;
  margin-bottom: 0.2vw;
  font-family: "ZEN丸ゴシック,BIZ UDMaruGothic", "游ゴシック体", sans-serif;
  -webkit-text-stroke: 0.001px white;
  text-shadow: 
    -1px -1px 0 #166525,
    1px -1px 0 #166525,
    -1px 1px 0 #166525,
    1px 1px 0 #166525;
}

.banner-text .title {
  font-size: 5vw;
  font-weight: 900;
  color: #e06c00;
  letter-spacing: 0.04em;
  margin-bottom: 0.2vw;
  font-family: "ZEN丸ゴシック,BIZ UDMaruGothic", "游ゴシック体", sans-serif;
  -webkit-text-stroke: 0.05px white;
  text-shadow: 
    -1px -1px 0 #e06c00,
    1px -1px 0 #e06c00,
    -1px 1px 0 #e06c00,
    1px 1px 0 #e06c00;
}

.banner-text .subtitle {
  font-size: 1.4vw;
  font-weight: 700;
  color: #0f2245;
  letter-spacing: 0.04em;
  margin-bottom: 1.4vw;
  font-family: "ZEN丸ゴシック,BIZ UDMaruGothic", "游ゴシック体", sans-serif;
  -webkit-text-stroke: 0.05px white;
  text-shadow: 
    -1.5px -1.5px 0 #0f2245,
    1.5px -1.5px 0 #0f2245,
    -1.5px 1.5px 0 #0f2245,
    1.5px 1.5px 0 #0f2245;
}

.schedule-row {
  display: flex;
  justify-content: center;
  gap: 1vw;
  flex-wrap: nowrap;
}

.schedule-card {
  min-width: 14vw;
  max-width: 18vw;
  background: rgba(255,255,255,0.92);
  border-radius: 1vw;
  padding: 0.9vw 1.1vw;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.08);
}

.schedule-date {
  font-size: 3.8vw;
  font-weight: 900;
  color: #0d4f8b;
  margin-bottom: 0.6vw;
  letter-spacing: 0.04em;
}


.schedule-date span {
  font-size: 2.2vw;
  font-weight: 800;
  display: inline-block;
  margin-left: 0.5vw;
  vertical-align: middle;
  color: #ffffff;
  background: #0d4f8b;
  border-radius: 50%;
  width: 3.2vw;
  height: 3.2vw;
  line-height: 3.2vw;
}

.schedule-line {
  font-size: 1.6vw;
  font-weight: 800;
  color: #222;
  margin-bottom: 0.3vw;
}

.schedule-line.small {
  font-size: 1.3vw;
  font-weight: 600;
  color: #333;
}

.banner-text .subtitle {
  font-size: 1.4vw;
  font-weight: 700;
  color: #0f2245;
  letter-spacing: 0.04em;
  margin-bottom: 1.4vw;
}


.container main .naiyo {
  pointer-events: auto !important;
}

.container main .nittei,
.container main .naiyo,
.container main .lineannai,
.container main .maker,
.container main .okaidoku,
.container main .access,
.container main .kanko,
.container main .guidebook,
.container main .shirase {
  pointer-events: none;
  text-align: center;
  background-color: white;
  width: 98%;
  margin: 1vw auto;
  padding: 0;
}

.container main .okaidoku {
  pointer-events: auto;
}

.container main .naiyo {
  margin-top: 0;
  background-color: lightblue;
  background-color: lightgoldenrodyellow;
}

.container main .maker a img {
  width: 98%;
  height: auto;
}

/* ========================================
   ソーシャルリンク
   ======================================== */
.social {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1vw !important;
  width: 98%;
  margin: 1vw auto;
  padding: 1vw 0 !important;
}

.social .insta,
.social .x {
  min-width: 8.0vw;
  max-width: 10.5vw;
  height: 3.0vw;
  border-radius: 0.8vw;
  box-shadow: 0 0.18vw 0.5vw rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.social .insta:hover,
.social .x:hover,
.social .social-link:hover {
  transform: translateY(-0.12vw);
  box-shadow: 0 0.2vw 0.4vw rgba(0, 0, 0, 0.34);
}

.social .insta {
  background: linear-gradient(135deg, #feda75 0%, #d62976 50%, #4f5bd5 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.social .x {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.social .social-link {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.social .social-icon {
  width: 2.3vw;
  max-width: 28px;
  min-width: 20px;
  height: auto;
}

.social .social-label {
  margin-left: 0.45vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.7vw;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ========================================
   デスクトップ (800px以上)
   ======================================== */
  /* --- 基本設定 --- */
  body {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .container {
    width: 98%;
    max-width: 800px;
  }

  /* --- ヘッダー --- */
  .container header {
    width: 98%;
    height: 60px;
    margin: 0 auto;
    }

  .container header ul {
    margin: 0;
    padding: 0;
  }

  .container header li {
    border: 1px solid darkgray;
    text-align: center;
    font-size: 16px;
  }

  .container header p {
    margin: 0;
    padding: 0;
  }

  .container header div {
    margin: 0 auto 0 0;
  }

  .container .sp-menu {
    display: none;
  }

  .container .logo {
    margin: 0;
    width: 170px;
    background-color: white;
  }

  .container header img {
    margin: 0 auto;
    padding: 16px 0 16px 8px;
    width: 154px;
  }

  .container .shiire1 {
    font-size: 12px;
  }

  .container .shiire2 {
    font-size: 24px;
  }

  /* --- メニュー --- */
  .container .mmenu {
    display: flex;
    width: 600px;
    height: 60px;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  .container .mmenu a {
    color: black;
    text-decoration: none;
  }

  .container .mmenu li:hover {
    background-color: lightgoldenrodyellow;
    background-color:lightblue;
  }

  .container .mmenu .index,
  .container .mmenu .mmaker,
  .container .mmenu .tokkahin,
  .container .mmenu .maccess {
    width: 147.2px;
    text-align: center;
    margin: 0;
    padding: 8px 0 0 0;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
  }

  .container .mmenu .index.active,
  .container .mmenu .mmaker.active,
  .container .mmenu .tokkahin.active,
  .container .mmenu .maccess.active {
    background-color: lightblue;
  background-color: lightgoldenrodyellow;
  }

  .container .mmenu .index p,
  .container .mmenu .mmaker p,
  .container .mmenu .maccess p,
  .container .mmenu .tokkahin p {
    margin: 0;
    padding: 0;
  }

  .container .mmenu .index.hide,
  .container .mmenu .mmaker.hide,
  .container .mmenu .maccess.hide,
  .container .mmenu .tokkahin.hide {
    font-weight: bold;
    background-color: white;
  }

  .container .mmenu .index.hide p,
  .container .mmenu .mmaker.hide p,
  .container .mmenu .maccess.hide p,
  .container .mmenu .tokkahin.hide p {
    margin: 0;
    padding: 0;
  }

  /* --- メインコンテンツ --- */
  .container main .nittei {
    text-align: center;
    background-color: white;
    width: 98%;
    height: auto;
    margin: 1vw auto;
  }

  .container main .nittei table {
    list-style-type: none;
    width: 704px;
    margin: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }

  .container main .nittei h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .nittei h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .container main .nittei tr td {
    font-size: 32px;
  }

  .container main .nittei .shosai {
    font-size: 24px;
  }

  .container main .nittei .shosai2 {
    font-size: 16px;
  }

  /* --- 詳細コンテンツ --- */
  .container main .naiyo .shosainaiyo {
    text-align: center;
    background-color: lightblue;
  background-color: lightgoldenrodyellow;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container main .naiyo .shosainaiyo .kaijyo{
    text-align: center;
    background-color: white;
    width: 98%;
    height: auto;
    margin: 0 auto;
  }
  .container main .naiyo .shosainaiyo .okaidoku{
    text-align: center;
    background-color: white;
    width: 98%;
    height: auto;
    margin: 0 auto;
  }  
    .container main .naiyo .shosainaiyo .okaidoku .shosaititle1{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }  
  .container main .naiyo .main-banner img {
    margin-top: 1%;
    border-radius: 4px;
  }
  .container main .naiyo img {
    border-radius: 4px;
    width: 80px;
  }
  .container main .naiyoimage {
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
    text-align: center;
  }
    .container main .shosainaiyo  {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }  
    .container main .shosainaiyo img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .keihin-container {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    margin: 0 auto;
    gap: 20px;
  }

  .keihin-text {
    flex: 0 0 80%;
    min-width: 200px;
    text-align: left;
  }

  .keihin-text p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .keihin-container img {
    flex: 0 0 15%;
    max-width: 15%;
    height: auto;
    display: block;
    margin-bottom: 1%;
  }

  @media (max-width: 768px) {
    .keihin-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .keihin-text {
      flex: 1 1 100%;
      min-width: auto;
    }

    .keihin-container img {
      max-width: 65%;
      flex: 0 0 auto;
      margin: 0 auto 1rem;
    }
  }

  @media (max-width: 480px) {
    .keihin-container img {
      max-width: 80%;
    }
  }

  .map-wrapper {
    position: relative;
    width: 98%;
    max-width: 98%;
    margin: 0 auto 0.3vw auto;
  }


  .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5vw;
  }

  .map-label {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background: #fff;
    color: rgba(255, 102, 0, 0.92);
    font-size: 16px;
    font-weight: bold;
    border: 1px solid  rgba(255, 102, 0, 0.92);
    transform: translate(-50%, -50%);
  }

  .map-label-active {
    background: red;
    color: #fff;
    min-width: 24px;
    min-height: 24px;
    border: 1px solid  red;
    transform: translate(-50%, -50%) scale(1.12);
  }

  .maker-name-button {
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
  }

  .maker-highlight {
    background-color: rgba(255, 235, 205, 0.7);
  }

  .maker-name-highlight {
    font-weight: bold;
  }

  .maker-booth-highlight {
    background-color: rgba(255, 240, 200, 0.7);
  }

  @keyframes mapLabelGlow {
    from {
      box-shadow: 0 0 0.4rem rgba(255, 170, 51, 0.7);
      transform: translate(-50%, -50%) scale(1);
    }
    to {
      box-shadow: 0 0 0.9rem rgba(255, 170, 51, 1);
      transform: translate(-50%, -50%) scale(1.05);
    }
  }

    .container main .shosainaiyo h2 {
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
    text-align: center;
    background-color: lightblue;
      background-color: lightgoldenrodyellow;

  }
  .container main .naiyo .shosainaiyomain h2 {
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
    text-align: left;
    background-color: lightblue;
      background-color: lightgoldenrodyellow;

  }
  .container main .naiyoimage img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .container main .naiyo .shosaititle1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 auto;
    text-align: center;
  }

  .container main .naiyo .shosaicomment1,
  .container main .naiyo .shosaicomment2 {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    margin: 0 16px;
  }

  .container main .naiyo p {
    font-size: clamp(0.95rem, 1.6vw, 1rem);
  }

  .container main .naiyo img {
    width:100%;
  }

  .container main .naiyo .borderline {
    margin: 0 auto;
    width: 96%;
    height: auto;
    border-bottom: none;
  }

  .container main .naiyo p {
    font-size: 16px;
  }

  .container main .naiyo .wifi h2 {
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    padding: 8px;
  }

  .container main .naiyo .wifi p {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    padding: 0 8px;
  }

  /* --- LINE案内 --- */
  .container main .lineannai {
    margin: 8px;
    padding: 0;
    font-weight: bold;
    text-align: center;
  }

  .container main .lineannai p {
    font-size: 16px;
    margin: 0;
  }

  .container main .lineannai img {
    width: 15%;
  }

  .container main .lineannai .linetitle {
    font-size: 20px;
    margin: 0;
    text-align: center;
  }

  .container main .lineannai .linecomment {
    font-size: 16px;
  }

  .container main .lineannai .linecontainer {
    margin: 0 auto;
    text-align: center;
  }

  .container main .lineannai .linecontainer p {
    font-size: 20px;
  }

  .container main .lineannai .lineiidacontainer,
  .container main .lineannai .linematsucontainer {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 160px;
  }

  .container main .lineannai .lineiidacontainer .lineentry,
  .container main .lineannai .linematsucontainer .lineentry {
    margin: 0 16px;
    width: 80px;
    text-align: center;
    font-size: 20px;
  }

  .container main .lineannai .lineiidacontainer .lineentry p,
  .container main .lineannai .linematsucontainer .lineentry p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
  }

  .container main .lineannai .lineiidacontainer .lineentry a,
  .container main .lineannai .linematsucontainer .lineentry a {
    text-decoration: none;
    color: black;
  }

  .container main .lineannai .lineiidacontainer .lineentry img,
  .container main .lineannai .linematsucontainer .lineentry img,
  .container main .lineannai .lineiidacontainer .lineentry .lineqr,
  .container main .lineannai .linematsucontainer .lineentry .lineqr {
    width: 80px;
    margin: 0 16px;
  }

  /* --- メーカー --- */
  .container main .maker {
    pointer-events: auto;
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 0.5vw auto;
    padding: 0.5vw 0 0 0;
    font-size: 12px;
    display: flex;
    flex-direction: column;
  }

  .container main .maker h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .container main .maker h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .container main .maker p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .maker-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }

  .maker-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    flex: 1 1 420px;
  }

  .maker-info div {
    flex: 1 1 240px;
    text-align: left;
    white-space: normal;
  }

  .maker-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 1 auto;
    min-width: 320px;
  }

  .maker-filter,
  .maker-search {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .maker-filter select,
  .maker-search input {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    width: 280px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
  }

  .maker-search {
    margin-top: 0;
  }

  .maker-filter select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }

  .maker-table-wrapper {
    width: 100%;
  }

  body.maker-page .maker-table-wrapper {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .maker-table-wrapper table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
  }

  .maker-table-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 0.5rem;
  }

  .maker-table-header .header-column {
    display: grid;
    grid-template-columns: 1.5fr 0.6fr 1fr;
    gap: 1rem;
    background-color: #f9f9f9;
    padding: 0.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }

  .maker-table-header .header-cell {
    text-align: left;
  }

  .maker-table-header .header-cell:nth-child(2) {
    text-align: center;
  }

  .maker-table-header .header-cell:nth-child(3) {
    text-align: left;
  }

  .maker-table-wrapper tbody {
    display: block;
  }

  .maker-table-wrapper tbody tr {
    display: inline-grid;
    grid-template-columns: 1.5fr 0.6fr 1fr;
    gap: 1rem;
    width: 100%;
    break-inside: avoid-column;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #ddd;
    align-items: start;
    grid-auto-rows: minmax(min-content, auto);
  }

  .maker-table-wrapper td {
    padding: 0;
    white-space: normal;
  }

  .maker-table-wrapper td:nth-child(1) {
    grid-column: 1;
    text-align: left;
  }

  .maker-table-wrapper td:nth-child(2) {
    grid-column: 2;
    text-align: center;
  }

  .maker-table-wrapper td:nth-child(3) {
    grid-column: 3;
    text-align: left;
  }


  .maker-name-button,
  .maker-booth-button,
  .maker-table-wrapper td a.category-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.5rem;
    border: none;
    background: none;
    margin: 0;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .maker-name-button:hover,
  .maker-booth-button:hover,
  .maker-table-wrapper td a.category-link:hover {
    text-decoration: underline;
  }

  .maker-booth-button {
    text-align: center;
  }

  .maker-table-wrapper td.category-text-only {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .maker-highlight {
    background-color: rgba(255, 235, 0, 0.16);
  }

  .maker-booth-highlight {
    background-color: #fff7b2;
  }

  .maker-name-highlight .maker-name-button {
    font-weight: 700;
    color: #c97300;
  }

  @media (min-width: 769px) {
    .maker-table-wrapper tbody {
      column-count: 2;
      column-gap: 2rem;
    }

    .maker-table-wrapper tbody tr {
      width: 100%;
      display: inline-grid;
      grid-template-columns: 1.5fr 0.6fr 1fr;
      gap: 0.75rem;
      break-inside: avoid-column;
      align-items: start;
    }
  }

  .container main .maker .maker_title {
    text-align: center;
    padding: 0 8px;
  }

  .container main .maker .maker_title p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

  /* --- お買い得商品 --- */
  .container main .okaidoku {
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 16px;
    padding: 0;
    font-size: 12px;
  }

  .container main .okaidoku h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .okaidoku h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .container main .okaidoku p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .container main .okaidoku table {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: clamp(0.85rem, 1vw, 1rem);
    border-collapse: collapse;
    display: block;
    max-height: 600px;
    overflow-y: scroll;
  }

  .container main .okaidoku thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .container main .okaidoku tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .container main .okaidoku th,
  .container main .okaidoku td {
    border-bottom: 1px solid gray;
    padding: 0.6rem 0.5rem;
    word-break: break-word;
  }

  .container main .okaidoku tbody tr {
    background-color: #f0f0f0;
  }

  .container main .okaidoku tbody tr.clickable-row {
    background-color: #ffffff;
  }

  .container main .okaidoku tbody tr.clickable-row:hover {
    background-color: #f7f7f7;
  }

  .container main .okaidoku th:nth-child(1),
  .container main .okaidoku td:nth-child(1) {
    text-align: left;
    width: 12%;
  }

  .container main .okaidoku th:nth-child(2),
  .container main .okaidoku td:nth-child(2) {
    text-align: left;
    width: 35%;
  }

  .container main .okaidoku th:nth-child(3),
  .container main .okaidoku td:nth-child(3) {
    text-align: right;
  }

  @media (max-width: 900px) {
    .container main .okaidoku table {
      font-size: 0.9rem;
    }

    .container main .okaidoku th,
    .container main .okaidoku td {
      padding: 0.65rem 0.5rem;
    }
  }

  @media (max-width: 600px) {
    .container main .okaidoku table {
      font-size: 0.8rem;
    }

    .container main .okaidoku th,
    .container main .okaidoku td {
      padding: 0.5rem 0.35rem;
    }
  }

  @media (max-width: 480px) {
    .container main .okaidoku table {
      font-size: 0.75rem;
    }

    .container main .okaidoku th,
    .container main .okaidoku td {
      padding: 0.45rem 0.3rem;
    }
  }

  .container main .okaidoku .filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }

  .container main .okaidoku .filter-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .container main .okaidoku .filter-item label {
    font-weight: bold;
    white-space: nowrap;
  }

  .container main .okaidoku .filter-item select,
  .container main .okaidoku .filter-item input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95rem;
    min-width: 200px;
    font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  }

  .container main .okaidoku .filter-item input:focus,
  .container main .okaidoku .filter-item select:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 768px) {
    .container main .okaidoku .filter-container {
      flex-direction: column;
      gap: 15px;
    }

    .container main .okaidoku .filter-item {
      flex-direction: column;
      align-items: flex-start;
    }

    .container main .okaidoku .filter-item select,
    .container main .okaidoku .filter-item input {
      width: 100%;
      min-width: auto;
    }
  }

  .container main .okaidoku .okaidokucontainer {
    margin: 0 auto;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer {
    margin: 0 auto;
    width: 704px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .borderline {
    margin: 0 auto;
    width: 96%;
    height: auto;
    border-bottom: none;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer {
    margin: 0 auto;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer .tanicontainer2 {
    margin: 0 auto;
    width: 704px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer .tanicontainer2 h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer .tanicontainer2 .borderline {
    margin: 0 auto;
    width: 96%;
    height: auto;
    border-bottom: none;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer .tanicontainer2 .makercontainer {
    margin: 0 auto;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer .tanicontainer2 .makercontainer h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

  .container main .okaidoku .okaidokucontainer .tanicontainer .makercontainer .tanicontainer2 .makercontainer p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }

  /* --- アクセス --- */
  .container main .access {
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 1vw auto;
    padding: 0;
    font-size: 12px;
  }

  .container main .access h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .access p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .container main .access iframe {
    width: 704px;
    margin: 16px;
    text-align: center;
  }

  .container main .access .kaijyo {
    margin: 0 auto;
    text-align: center;
  }

  .container main .access .kaijyo a {
    text-decoration: none;
    color: black;
  }

  .container main .access .kaijyo .kaijyoadd,
  .container main .access .kaijyo .kaijyoname1,
  .container main .access .kaijyo .kaijyoname2,
  .container main .access .kaijyo .kaijyoname3,
  .container main .access .kaijyo .kaijyotelfax {
    margin: 0;
    text-align: center;
  }

  .container main .access .kaijyo .kaijyoadd {
    font-size: 20px;
  }

  .container main .access .kaijyo .kaijyoname1 {
    font-size: 16px;
  }

  .container main .access .kaijyo .kaijyoname2 {
    font-size: 24px;
  }

  .container main .access .kaijyo .kaijyoname3 {
    font-size: 20px;
  }

  .container main .access .kaijyo .kaijyotelfax {
    font-size: 16px;
  }

  /* --- 観光案内 --- */

  .container main .naiyo .shosainaiyo {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
  }

  .container main .naiyo .shosainaiyo a {
    pointer-events: auto !important;
  }

  .container main .shosainaiyo.kanko {
    padding: 1.5rem;
    background-color: white;
    box-sizing: border-box;
  }

  .container main .shosainaiyo.kanko h2 {
    margin: 0 0 0.5rem 0;
    padding: 0;
    font-size: 20px;
    color: #333;
  }

  .container main .shosainaiyo.kanko > p {
    margin: 0.5rem 0;
    padding: 0;
    font-size: 14px;
    color: #666;
  }

  .container main .kanko {
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 16px;
    padding: 0;
    font-size: 12px;
  }

  .container main .kanko h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .kanko p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .container main .shosainaiyo.kanko .spot {
    margin: 1.5rem auto;
    width: calc(100% - 3rem);
    text-align: left;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #ffa500;
    box-sizing: border-box;
  }

  .container main .shosainaiyo.kanko .spot img {
    border-radius: 8px;
    width: 180px;
    height: auto;
    margin: 0 1.5rem 1rem 0;
    float: left;
  }

  .container main .shosainaiyo.kanko .spot .spottitle h3 {
    margin: 0 0 0.5rem 0;
    padding: 0;
    font-size: 18px;
    color: #333;
  }

  .container main .shosainaiyo.kanko .spot .spottitle p {
    margin: 0.5rem 0;
    padding: 0;
    font-size: 14px;
    color: #666;
  }

  .container main .shosainaiyo.kanko .spot .spottitle .hp,
  .container main .shosainaiyo.kanko .spot .spottitle .map {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-right: 0.8rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease;
    pointer-events: auto !important;
  }

  .container main .shosainaiyo.kanko .spot .spottitle .hp:hover,
  .container main .shosainaiyo.kanko .spot .spottitle .map:hover {
    background-color: #0056b3;
  }

  .container main .shosainaiyo.kanko .spot .spottitle .monney {
    color: #d9534f;
    font-weight: bold;
  }

  .container main .shosainaiyo.kanko .spot .spottitle .monney {
    color: #d9534f;
    font-weight: bold;
  }

  .container main .shosainaiyo.kanko .spot .borderline {
    clear: both;
    margin: 1rem 0;
    border-bottom: none;
  }

  .container main .shosainaiyo.kanko .spot > p {
    margin: 0.5rem 0;
    padding: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    clear: both;
  }

  .container main .kanko {
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 16px;
    padding: 0;
    font-size: 12px;
  }

  .container main .kanko h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .kanko p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .container main .kanko .spot {
    margin: 0 auto;
    width: 704px;
    text-align: center;
  }

  .container main .kanko .spot img {
    border-radius: 4px;
    width: 80px;
  }

  .container main .kanko .spot .spottitle h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

  .container main .kanko .spot .spottitle p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }

  .container main .kanko .spot .spottitle .hp,
  .container main .kanko .spot .spottitle .map {
    text-decoration: none;
    color: blue;
  }

  .container main .kanko .spot .spottitle .monney {
    text-decoration: none;
    color: red;
  }

  .container main .kanko .spot .borderline {
    margin: 0 auto;
    width: 96%;
    height: auto;
    border-bottom: none;
  }

  /* --- 新着情報 --- */
  .container main .shirase {
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 16px;
    padding: 0;
    font-size: 12px;
  }

  .container main .shirase h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .shirase p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .container main .shirase table {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }

  .container main .shirase th,
  .container main .shirase td {
    border-bottom: 1px solid gray;
  }

  /* --- ガイドブック --- */
  .container main .guidebook {
    text-align: center;
    background-color: white;
    width: 98%;
    margin: 16px;
    padding: 0;
    font-size: 12px;
  }

  .container main .guidebook h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }

  .container main .guidebook p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .guidebook-viewer {
    text-align: center;
  background-color: lightblue;
  background-color: lightgoldenrodyellow;
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
    padding: 1rem 0 0;
  }

  .guidebook-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .guidebook-controls button {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    cursor: pointer;
  }

  .pdf-embed {
    width: 98%;
    margin: 0 auto;

  }

  .pdf-embed iframe {
    display: block;
    width: 98%;
    max-width: 98%;
    min-width: 98%;
    height: 85vh;
    border: 1px solid #ddd;
    margin: 0 auto;
  }

  @media (max-width: 900px) {
    .pdf-embed iframe {
      width: 100%;
    }
  }

  .container main .guidebook table {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }

  .container main .guidebook th,
  .container main .guidebook td {
    border-bottom: 1px solid gray;
  }

  .container main .guidebook .maker_title {
    text-align: center;
    padding: 0 8px;
  }

  .container main .guidebook .maker_title p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }

  /* --- フッター --- */
  footer {
    text-align: center;
    width: 98%;
    margin: 8px;
    padding: 0;
    font-size: 10px;
    color: gray;
  }

  footer p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: gray;
  }


/* ========================================
   レスポンシブ - タブレット (768px以下)
   ======================================== */
@media (max-width: 768px) {
  .container header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .container .sp-menu {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .container .overlay {
    display: block;
  }

  .container .mmenu {
    display: none !important;
  }

  .container .overlay {
    padding: 5vw 4vw 3vw;
    background-color: rgba(255, 255, 255, 0.98);
  }

  .container .overlay ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .container .overlay li {
    width: 100%;
    border-radius: 0.8rem;
  }
  .container main .naiyo .shosainaiyomain img {
    width: 20%;
    max-width: 20%;
    margin: 0 auto;
    text-align: left;
    background-color: lightgoldenrodyellow;

  }
  .social {
    gap: 1rem !important;
  }
  .social .insta,
  .social .x {
    min-width: 80px;
    height: 32px;
    border-radius: 0.5rem;
    padding: 0.2rem 0.5rem;
  }

  .social .social-icon {
    width: 24px;
    height: 24px;
  }

  .social .social-label {
    font-size: 14px;
    margin-left: 0.4rem;
  }

  body.maker-page .maker-table-wrapper {
    max-height: 50vh;
  }

  .maker-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .maker-filter,
  .maker-search {
    width: 100%;
  }

  .maker-filter select,
  .maker-search input {
    width: 100%;
  }

  .maker-search {
    margin-top: 0.75rem;
  }

  .container main .shosainaiyo.kanko .spot {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .container main .shosainaiyo.kanko .spot img {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 0 1rem 0;
  }

  .container main .shosainaiyo.kanko .spot .spottitle {
    text-align: center;
  }

  .container main .shosainaiyo.kanko .spot .spottitle p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .container main .shosainaiyo.kanko .spot img {
    width: 120px;
    max-width: 30%;
    margin: 0 1rem 1rem 0;
  }

  .container main .kanko .spot img {
    width: 60px;
    max-width: 20%;
  }
/*
  .container {
    width: 98%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
  }
  .container main {
    width: 98%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
  }
  .container main .naiyo  {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
  }
*/
}

/* ========================================
   レスポンシブ - モバイル (480px以下)
   ======================================== */
@media (max-width: 480px) {
  .container .sp-menu {
    display: block;
  }

  .container .overlay {
    display: block;
  }

  .container .mmenu {
    display: none !important;
  }

  .container .overlay {
    padding: 6vw 4vw 4vw;
    background-color: rgba(255, 255, 255, 0.98);
  }

  .container .overlay ul {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }

  .container .overlay li {
    width: 100%;
    border-radius: 0.8rem;
  }

  .social .insta,
  .social .x {
    min-width: 12vw;
    height: 3.5vw;
    padding: 0.1rem 0.35rem;
  }

  .social .social-icon {
    width: 1.7rem;
    max-width: 28px;
    background-color: white;
  }

  .social .social-label {
    font-size: 2.4vw;
  }

}


/* ========================================
   レスポンシブ - モバイル (768px以下)
   ========================================*/
@media (max-width: 768px) {
  .map-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1rem auto;
    overflow: hidden;
  }

  .map-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5rem;
    object-fit: contain;
  }

  .map-label {
    position: absolute !important;
    min-width: 16px;
    min-height: 16px;
    width: 1.5vw;
    height: 1.5vw;
    font-size: 14px;
    border: 2px solid rgba(255, 102, 0, 0.92);
  }

  .map-label-active {
    min-width: 20px;
    min-height: 20px;
    transform: translate(-50%, -50%) scale(1.15);
    border: 2px solid red;
  }

  .maker-table-header {
    display: none;
  }

  .maker-table-header .header-column:nth-child(2) {
    display: none;
  }

  .maker-table-header .header-column {
    display: grid;
    grid-template-columns: 1.5fr 0.6fr 1fr;
    gap: 0.75rem;
    background-color: #f9f9f9;
    padding: 0.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-radius: 0.75rem;
  }

  .maker-table-header .header-cell {
    text-align: left;
    padding: 0.25rem 0.5rem;
    background: white;
    border-radius: 0.5rem;
    min-height: 2rem;
    display: flex;
    align-items: center;
  }

  .maker-table-header .header-cell:nth-child(2) {
    text-align: center;
  }

  .maker-table-header .header-cell:nth-child(3) {
    text-align: left;
  }

  .maker-table-wrapper tbody {
    column-count: 1;
    column-gap: 0;
  }

  .maker-table-wrapper tbody tr {
    display: inline-grid;
    grid-template-columns: 1.5fr 0.6fr 1fr;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #ddd;
    align-items: start;
  }

  .maker-table-wrapper td {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border: none;
    text-align: left;
    /* background: #fafafa; */
    border-radius: 0.3rem;
    min-height: 2rem;
  }

  .maker-table-wrapper td:nth-child(1) {
    grid-column: 1;
    font-weight: bold;
  }

  .maker-table-wrapper td:nth-child(2) {
    grid-column: 2;
    font-weight: bold;
    color: #0d4f8b;
    text-align: center;
  }

  .maker-table-wrapper td:nth-child(3) {
    grid-column: 3;
    text-align: left;
  }
}
