@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 会場ページ */
.venue-slider {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 40px;
    scroll-snap-type: x mandatory;
}

.venue-slide {
    flex-shrink: 0;
    width: 100%;
    scroll-snap-align: start;
}

.venue-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.venue-header {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.venue-header h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.catch-copy {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 20px;
}

.venue-events {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.venue-events h2 {
    font-size: 1.5em;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.event-card {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.event-card a {
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.event-date {
    font-size: 0.9em;
    color: #666;
    min-width: 80px;
}

.event-title {
    font-weight: bold;
    flex: 1;
}

.event-time {
    font-size: 0.9em;
    color: #666;
}

.venue-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.venue-info iframe {
    border-radius: 8px;
    margin-bottom: 20px;
}

.venue-sns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.venue-sns a {
    padding: 8px 16px;
    border: 1px solid #333;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
}

.venue-sns a:hover {
    background: #333;
    color: #fff;
}