/* 新しいトップセクション */
.new-top-section {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

.new-top-section section {
    padding: 0;
    max-width: 100%;
}

.new-top-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}

.new-content-wrapper {
    display: flex;
    position: relative;
    min-height: 600px;
}

/* 左側エリア */
.new-left-area {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.new-logo {
    margin-bottom: 30px;
}

.new-logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.new-venue-info {
    text-align: center;
}

.new-venue-info h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.new-venue-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* 中央エリア */
.new-center-area {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    z-index: 1;
}

.new-castle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 右側エリア */
.new-right-area {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.new-button {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.new-button:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.new-btn-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.new-btn-text {
    display: flex;
    flex-direction: column;
}

.new-btn-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.new-btn-subtitle {
    font-size: 12px;
    opacity: 0.9;
}

.new-btn-red {
    background-color: #CE0003;
}

.new-btn-teal {
    background-color: #18B5AE;
}

.new-btn-yellow {
    background-color: #D1AF27;
}

.new-btn-orange {
    background-color: #FF7500;
}

/* 下部の赤いバー */
.new-bottom-bar {
    width: 100%;
    height: 5rem;
    background-color: #CE0003;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.new-bottom-bar p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

/* お知らせセクション */
.new-announcement-section {
    background-color: #fff;
    padding: 40px 0;
}

.new-announcement-section section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.new-announcement-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.new-facebook-links {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.new-fb-link {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #1877f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.new-fb-link:hover {
    background-color: #145dbf;
}

.new-fb-link img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.new-fb-link span {
    font-size: 16px;
    font-weight: bold;
}

table {
    max-width: 1000px;
    margin: 0 auto;
}

/* 例会のお知らせセクション */
.meeting-info-section {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.meeting-info-section section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.meeting-info-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #CE0003;
}

.meeting-info-container {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.meeting-info-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.meeting-info-row:last-child {
    border-bottom: none;
}

.meeting-info-label {
    width: 180px;
    background-color: #CE0003;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.meeting-info-content {
    flex: 1;
    padding: 20px 30px;
    line-height: 1.8;
    color: #333;
    font-size: 15px;
}

.meeting-info-content p {
    margin: 0;
}

.meeting-info-content a {
    color: #CE0003;
    text-decoration: none;
}

.meeting-info-content a:hover {
    text-decoration: underline;
}

.meeting-map-container {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.meeting-map-container iframe {
    display: block;
    width: 100%;
}

.meeting-schedule-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.meeting-schedule-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

.meeting-schedule-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.meeting-schedule-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.meeting-schedule-item:hover {
    background-color: #f0f0f0;
    transform: translateX(5px);
}

.meeting-schedule-number {
    font-size: 18px;
    font-weight: bold;
    color: #CE0003;
    min-width: 80px;
}

.meeting-schedule-date {
    font-size: 16px;
    color: #333;
}

/* モバイル用メディアクエリ */
@media (max-width: 768px) {
    .new-top-section {
        background-image: url(/img/top01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .new-top-container {
        background: rgba(255, 255, 255, 0.5);
    }

    .new-content-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .new-left-area {
        width: 100%;
        padding: 5rem 0 3rem;
    }

    .new-logo img {
        max-width: 300px;
    }

    .new-venue-info {
        color: #3b3b3b;
    }

    .new-venue-info h2 {
        font-size: 2rem;
    }

    .new-venue-info p {
        font-size: 1.2rem;
    }

    .new-center-area {
        display: none;
    }

    .new-right-area {
        position: static;
        transform: none;
        width: auto;
        padding: 20px;
        gap: 10px;
    }

    .new-button {
        padding: 12px 15px;
    }

    .new-btn-icon {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .new-btn-title {
        font-size: 1.2rem;
    }

    .new-btn-subtitle {
        font-size: 11px;
    }

    .new-bottom-bar {
        height: 3rem;
    }

    .new-bottom-bar p {
        font-size: 16px;
    }

    .new-announcement-section {
        padding: 30px 0;
    }

    .new-announcement-text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }

    .new-facebook-links {
        flex-direction: column;
        gap: 15px;
    }

    .new-fb-link {
        padding: 12px 20px;
        justify-content: center;
    }

    .new-fb-link img {
        width: 25px;
        height: 25px;
    }

    .new-fb-link span {
        font-size: 14px;
    }

    .meeting-info-section {
        padding: 40px 0;
    }

    .meeting-info-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .meeting-info-container {
        margin-bottom: 30px;
    }

    .meeting-info-row {
        flex-direction: column;
    }

    .meeting-info-label {
        width: 100%;
        padding: 15px;
        font-size: 15px;
    }

    .meeting-info-content {
        padding: 15px 20px;
        font-size: 14px;
    }

    .meeting-info-content a {
        word-break: break-all;
    }

    .meeting-map-container {
        margin-bottom: 30px;
    }

    .meeting-schedule-container {
        padding: 20px;
    }

    .meeting-schedule-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .meeting-schedule-list {
        gap: 12px;
    }

    .meeting-schedule-item {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .meeting-schedule-number {
        font-size: 16px;
        min-width: auto;
    }

    .meeting-schedule-date {
        font-size: 14px;
    }
}