.tabimori-single { padding: 24px 0 48px !important; }
.tabimori-single__inner { max-width: none !important; margin: 0 !important; }
.tabimori-single__back { max-width: 1000px; margin: 24px auto 0; padding: 0 20px; box-sizing: border-box; }
.tabimori-exp { font-family: "Noto Sans JP", sans-serif; color: #333; }
.tabimori-exp img { max-width: 100%; height: auto; }
.tabimori-exp .main-container { max-width: 1000px; margin: 0 auto 40px; padding: 20px; box-sizing: border-box; } .tabimori-exp .tour-header { display: flex; align-items: center; gap: 20px; padding: 0 0 20px; }
.tabimori-exp .tour-icon { width: 60px; height: auto; flex-shrink: 0; }
.tabimori-exp .tour-content { flex-grow: 1; }
.tabimori-exp .tour-title { font-size: 30px; color: #333; font-weight: bold; margin: 0; line-height: 1.25; }
.tabimori-exp .tour-line { border-top: 1px dashed rgb(177,167,58); margin-top: 10px; width: 100%; }
.tabimori-exp .tag-container { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 40px; }
.tabimori-exp .tag { background-color: #eef5e9; color: #4a7d4d; padding: 8px 20px; border-radius: 6px; font-weight: bold; font-size: 16px; } .tabimori-exp .event-wrapper { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; max-width: 1000px; margin: 0 auto; }
.tabimori-exp .event-card { width: calc((100% - 60px) / 4); min-width: 140px; background-color: rgb(61,149,74); border-radius: 10px; padding: 16px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; box-sizing: border-box; }
.tabimori-exp .event-header { background-color: rgb(95,155,105); color: #fff; width: 100%; text-align: center; padding: 10px 0; border-radius: 8px; font-size: 16px; font-weight: bold; margin-bottom: 20px; }
.tabimori-exp .event-body { text-align: center; color: #fff; font-weight: bold; width: 100%; }
.tabimori-exp .event-body p { margin: 5px 0; line-height: 1.2; }
.tabimori-exp .year { font-size: 14px; }
.tabimori-exp .date, .tabimori-exp .time { font-size: 20px; }
.tabimori-exp .capacity { font-size: 12px; margin-top: 10px !important; color: #d1ffd1; }
.tabimori-exp .apply-btn { display: block; width: 100%; margin-top: 15px; padding: 10px 0; background-color: rgb(200,227,204); color: rgb(61,149,74); text-align: center; text-decoration: none; font-weight: bold; border-radius: 6px; font-size: 14px; transition: background .3s; }
.tabimori-exp .apply-btn:hover { background-color: #fff; }
.tabimori-exp .event-full { display: block; width: 100%; margin-top: 15px; padding: 10px 0; background:#bbb; color:#fff; text-align:center; font-weight:bold; border-radius:6px; font-size:14px; } .tabimori-exp .intro-section { display: flex; align-items: center; gap: 30px; margin: 20px auto; padding: 20px; max-width: 1000px; box-sizing: border-box; }
.tabimori-exp .intro-image { width: 150px; height: auto; flex-shrink: 0; }
.tabimori-exp .intro-section .intro-text { font-size: 16px; line-height: 1.8; color: #333; margin: 0; white-space: pre-wrap; } .tabimori-exp .note-section { max-width: 1000px; margin: 0 auto; background-color: #d6f4f2; padding: 15px 20px; border-radius: 5px; box-sizing: border-box; }
.tabimori-exp .note-text { margin: 0; color: #555; font-size: 0.95em; line-height: 1.7; } .tabimori-exp .photo-scroll-wrap { position: relative; }
.tabimori-exp .photo-wrapper { display: flex; flex-wrap: wrap; gap: 20px; max-width: 1000px; margin: 60px auto; justify-content: center; box-sizing: border-box; }
.tabimori-exp .photo-card { width: calc((100% - 20px) / 2); max-width: 480px; border: 4px solid rgb(187,187,187); border-radius: 20px; overflow: hidden; background: #fff; box-sizing: border-box; transition: transform .3s ease; }
.tabimori-exp .photo-card:hover { transform: translateY(-5px); }
.tabimori-exp .photo-card a { display: block; cursor: zoom-in; }
.tabimori-exp .photo-card img { width: 100%; height: auto; display: block; } .tabimori-exp .photo-nav { display: none; } .tabimori-exp .info-grid-top, .tabimori-exp .info-grid-bottom { max-width: 1000px; margin: 0 auto 20px; display: grid; gap: 20px; box-sizing: border-box; padding: 0 20px; }
.tabimori-exp .info-grid-top { grid-template-columns: repeat(4, 1fr); }
.tabimori-exp .info-grid-bottom { grid-template-columns: repeat(2, 1fr); }
.tabimori-exp .info-card, .tabimori-exp .contact-card { background-color: rgb(242,255,250); border: 2px solid rgb(61,149,74); border-radius: 10px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.tabimori-exp .label { color: rgb(61,149,74); font-weight: bold; margin: 0 0 10px; font-size: 14px; }
.tabimori-exp .value { color: #333; font-weight: bold; font-size: 18px; margin: 0; word-break: break-all; } .tabimori-exp .exhibitor-section { width: 100%; background-image: url(//tabi-mori.com/img/img31.jpg); background-size: cover; background-position: center; padding: 60px 20px; box-sizing: border-box; position: relative; margin: 80px 0; }
.tabimori-exp .firefly-icon { position: absolute; top: 20px; right: 5%; width: 80px; z-index: 5; }
.tabimori-exp .content-wrapper { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; }
.tabimori-exp .section-title { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; font-size: 24px; font-weight: bold; color: #333; margin: 0 0 30px; width: 100%; } .tabimori-exp .section-title img { display: block; width: 20px !important; height: auto; }
.tabimori-exp .title-icon,
.tabimori-exp .cancel-icon { display: block; width: 20px; height: auto; }
.tabimori-exp .main-body { display: flex; gap: 40px; align-items: center; }
.tabimori-exp .image-area { flex: 0 0 45%; display: flex; align-items: center; justify-content: center; }
.tabimori-exp .image-container { position: relative; width: 100%; }
.tabimori-exp .main-photo { width: 100%; height: auto; border-radius: 8px; display: block; } .tabimori-exp .corner-illust { position: absolute; top: 95px; right: 4%; width: 90px; max-width: 22%; height: auto; z-index: 5; pointer-events: none; }
.tabimori-exp .text-card { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.tabimori-exp .exhibitor-name { font-size: 20px; font-weight: bold; color: #2c3a2c; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px dashed rgb(177,167,58); }
.tabimori-exp .exhibitor-section .intro-text { font-size: 16px; line-height: 1.8; margin-bottom: 20px; white-space: pre-wrap; }
.tabimori-exp .message-box { background: #fff; border-radius: 20px; padding: 20px; }
.tabimori-exp .message-title { background: #c8e3cc; color: #3d954a; padding: 8px 15px; border-radius: 5px; font-size: 18px; margin: 0 0 15px; }
.tabimori-exp .message-body { font-size: 14px; line-height: 1.7; white-space: pre-wrap; margin: 0; } .tabimori-exp .description { font-size: 16px; line-height: 1.8; color: #333; margin: 0 0 20px; white-space: pre-wrap; } .tabimori-exp .location-text { margin: 0; padding: 0; line-height: 1.5; font-size: 16px; }
.tabimori-exp .location-image-area { width: 180px; margin-left: auto; margin-right: 0; flex-shrink: 0; }
.tabimori-exp .location-note { font-size: 13px; color: #666; margin: 8px 0 0; } .tabimori-exp .map-wrapper iframe { display: block; width: 100%; height: 450px; border: 0; border-radius: 8px; } .tabimori-exp .admin-footer { padding-bottom: 40px; }
.tabimori-exp .divider { border: 0; border-top: 2px dotted #ccc; margin-bottom: 20px; }
.tabimori-exp .admin-controls { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.tabimori-exp .edit-btn { display: inline-block; background-color: #2c7bb5; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; font-size: 18px; text-decoration: none; }
.tabimori-exp .edit-note { font-size: 14px; color: #666; } @media screen and (max-width: 768px) {
.tabimori-exp .tour-title { font-size: 20px; }
.tabimori-exp .tag { font-size: 14px; padding: 6px 15px; }
.tabimori-exp .event-card { width: calc((100% - 10px) / 2); border-radius: 6px; }
.tabimori-exp .event-wrapper { gap: 10px; }
.tabimori-exp .event-header { padding: 6px 0; border-radius: 4px; font-size: 14px; margin-bottom: 8px; }
.tabimori-exp .date, .tabimori-exp .time { font-size: 18px; } .tabimori-exp .photo-wrapper { flex-wrap: nowrap; overflow-x: auto; gap: 12px; margin: 24px 0; padding: 0 6px 6px; justify-content: flex-start; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.tabimori-exp .photo-wrapper::-webkit-scrollbar { display: none; }
.tabimori-exp .photo-card { flex: 0 0 88%; width: 88%; max-width: 88%; scroll-snap-align: center; border-width: 3px; border-radius: 14px; }
.tabimori-exp .photo-nav { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: none; border-radius: 50%; background: rgba(0,0,0,0.32); color: #fff; font-size: 22px; line-height: 1; z-index: 6; cursor: pointer; padding: 0; }
.tabimori-exp .photo-nav.prev { left: 4px; }
.tabimori-exp .photo-nav.next { right: 4px; }
.tabimori-exp .corner-illust { width: 60px; top: 58px; right: 4%; }
.tabimori-exp .info-grid-top { grid-template-columns: repeat(2, 1fr); }
.tabimori-exp .info-grid-bottom { grid-template-columns: repeat(1, 1fr); }
.tabimori-exp .info-grid-top, .tabimori-exp .info-grid-bottom { gap: 10px; }
.tabimori-exp .exhibitor-section { padding: 40px 20px; margin: 40px 0; overflow: visible; }
.tabimori-exp .firefly-icon { width: 50px; top: 10px; }
.tabimori-exp .main-body { flex-direction: column; gap: 20px; align-items: stretch; }
.tabimori-exp .image-area, .tabimori-exp .text-card { flex: 0 0 100%; width: 100%; }
.tabimori-exp .title-icon { width: 40px; }
.tabimori-exp .location-image-area { width: 120px; }
.tabimori-exp .admin-controls { flex-direction: column; align-items: flex-start; gap: 10px; }
.tabimori-exp .edit-btn { width: 100%; font-size: 16px; padding: 12px 0; text-align: center; }
}
@media screen and (max-width: 600px) {
.tabimori-exp .intro-section { flex-direction: column; text-align: center; }
.tabimori-exp .intro-image { width: 120px; margin: 0 auto; }
.tabimori-exp .section-title { font-size: 20px; }
}