@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
*/


/* 基本スタイル */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* ヘッダー */
.goen_header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.goen_header_top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.goen_header_left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.goen_site_label {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.goen_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.goen_logo_text {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.goen_logo_kokakara {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 28px;
    color: #e74c3c;
    font-weight: bold;
}

.goen_logo_infinity {
    color: #e74c3c;
    font-size: 24px;
}

.goen_header_right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.goen_fv_section {
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
}

.goen_fv_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.goen_fv_image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 設定グループ */
.goen_settings {
    display: flex;
    align-items: center;
    gap: 20px;
}

.goen_setting_group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.goen_setting_label {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

.goen_font_btns {
    display: flex;
    gap: 5px;
}

.goen_font_btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.goen_font_btn.active {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

.goen_color_btns {
    display: flex;
    gap: 5px;
}

.goen_color_btn {
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}

.goen_color_btn:hover {
    transform: scale(1.1);
}

.goen_color_btn.white {
    background: #fff;
}

.goen_color_btn.black {
    background: #333;
}

.goen_color_btn.yellow {
    background: #ffd700;
}

.goen_color_btn.blue {
    background: #4a90e2;
}

/* ヘッダーリンク */
.goen_header_links {
    display: flex;
    gap: 15px;
}

.goen_header_link {
    color: #e74c3c;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.goen_header_link:hover {
    opacity: 0.7;
}

.goen_header_link i {
    font-size: 12px;
}

/* メルマガボタン */
.goen_mailmag_header_btn {
    background: #e74c3c;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    transition: background 0.3s;
}

.goen_mailmag_header_btn:hover {
    background: #c0392b;
}

.goen_mailmag_header_btn i {
    font-size: 18px;
}

/* メインナビゲーション */
.goen_main_nav {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.goen_main_nav_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.goen_nav_list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 20px;
}

.goen_nav_item {
    flex: 1;
    text-align: center;
    min-width: 150px;
}

.goen_nav_link {
    display: block;
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
    padding: 10px;
}

.goen_nav_link:hover {
    opacity: 0.7;
}

.goen_nav_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    position: relative;
}

.goen_nav_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goen_nav_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    line-height: 1.4;
}

.goen_nav_subtitle {
    font-size: 11px;
    color: #999;
    text-transform: capitalize;
}

/* スライダーセクション（既存のまま） */

/* レスポンシブ */
@media (max-width: 1024px) {
    .goen_header_top {
        padding: 15px 20px;
    }

    .goen_settings {
        gap: 15px;
    }

    .goen_header_links {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .goen_header_top {
        flex-wrap: wrap;
        padding: 15px;
    }

    .goen_header_left {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .goen_logo_text {
        font-size: 24px;
    }

    .goen_logo_kokakara {
        font-size: 20px;
    }

    .goen_logo_infinity {
        font-size: 18px;
    }

    .goen_header_right {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .goen_settings {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .goen_setting_group {
        width: 100%;
    }

    .goen_header_links {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .goen_mailmag_header_btn {
        width: 100%;
        justify-content: center;
    }

    .goen_main_nav {
        padding: 30px 0;
    }

    .goen_main_nav_inner {
        padding: 0 15px;
    }

    .goen_nav_list {
        flex-wrap: wrap;
        gap: 15px;
    }

    .goen_nav_item {
        flex: 0 0 calc(33.333% - 10px);
        min-width: 0;
    }

    .goen_nav_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .goen_nav_title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .goen_nav_subtitle {
        font-size: 10px;
    }
}


@media (max-width: 480px) {
    .goen_site_label {
        font-size: 11px;
    }

    .goen_logo_text {
        font-size: 20px;
    }

    .goen_logo_kokakara {
        font-size: 18px;
    }

    .goen_setting_label {
        font-size: 12px;
    }

    .goen_font_btn {
        padding: 4px 10px;
        font-size: 11px;
    }

    .goen_color_btn {
        width: 25px;
        height: 25px;
    }

    .goen_header_link {
        font-size: 12px;
    }

    .goen_mailmag_header_btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    .goen_nav_item {
        flex: 0 0 calc(50% - 10px);
    }

    .goen_nav_icon {
        width: 45px;
        height: 45px;
    }

    .goen_nav_title {
        font-size: 12px;
    }

    .goen_nav_subtitle {
        font-size: 9px;
    }
}

/* NAGANOaiMATCHバナーセクション */
.goen_aimatch_section {
    background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    padding: 60px 0;
}

.goen_aimatch_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.goen_aimatch_banner {
    position: relative;
    background: #fef9e7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.goen_aimatch_banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 長野市でココカラはじめる出会いセクション */
.goen_kokakara_section {
    background: #fff;
    padding: 60px 0;
}

.goen_kokakara_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.goen_kokakara_map {
    flex: 0 0 300px;
}

.goen_kokakara_map img {
    width: 100%;
    height: auto;
}

.goen_kokakara_content {
    flex: 1;
    text-align: center;
}

.goen_kokakara_title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.goen_kokakara_title span {
    color: #e74c3c;
}

.goen_kokakara_stamp {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 3px solid #e74c3c;
    border-radius: 50%;
    color: #e74c3c;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 10px;
    transform: rotate(-15deg);
}

.goen_kokakara_character {
    flex: 0 0 300px;
}

.goen_kokakara_character img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .goen_aimatch_section {
        padding: 40px 0;
    }

    .goen_kokakara_section {
        padding: 40px 0;
    }

    .goen_kokakara_inner {
        flex-direction: column;
        gap: 20px;
    }

    .goen_kokakara_map,
    .goen_kokakara_character {
        flex: 0 0 auto;
        width: 200px;
        max-width: 100%;
    }

    .goen_kokakara_title {
        font-size: 20px;
    }

    .goen_kokakara_stamp {
        width: 60px;
        height: 60px;
        font-size: 11px;
        border-width: 2px;
        margin-left: 5px;
    }
}

@media (max-width: 480px) {
    .goen_kokakara_title {
        font-size: 18px;
    }

    .goen_kokakara_stamp {
        width: 50px;
        height: 50px;
        font-size: 10px;
    }

    .goen_kokakara_map,
    .goen_kokakara_character {
        width: 150px;
    }
}

/* レポートセクション */
.goen_report_section {
    background: #f5f5f5;
    padding: 60px 0;
}

.goen_report_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 30px;
}

.goen_report_box {
    flex: 1;
    background: #fff;
    border: 3px dashed #e74c3c;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.goen_report_icon {
    font-size: 40px;
    color: #e74c3c;
    margin-bottom: 15px;
}

.goen_report_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    word-break: keep-all;
}

.goen_report_subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.goen_report_arrow {
    font-size: 30px;
    color: #e74c3c;
}

@media (max-width: 768px) {
    .goen_report_section {
        padding: 40px 0;
    }

    .goen_report_inner {
        flex-direction: column;
        gap: 20px;
    }

    .goen_report_box {
        padding: 25px 15px;
    }

    .goen_report_icon {
        font-size: 35px;
    }

    .goen_report_title {
        font-size: 18px;
    }

    .goen_report_subtitle {
        font-size: 13px;
    }

    .goen_report_arrow {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .goen_report_title {
        font-size: 16px;
    }

    .goen_report_subtitle {
        font-size: 12px;
    }
}

/* イベント情報セクション */
.goen_event_section {
    background: #fff;
    padding: 60px 0;
}

.goen_event_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.goen_section_header {
    text-align: center;
    margin-bottom: 40px;
}

.goen_section_icon {
    font-size: 50px;
    color: #e74c3c;
    margin-bottom: 10px;
}

.goen_section_title {
    font-size: 28px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
}

.goen_section_subtitle {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.goen_section_arrow {
    font-size: 30px;
    color: #e74c3c;
    margin-top: 10px;
}

.goen_event_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.goen_event_item {
    display: flex;
    gap: 30px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.goen_event_date {
    flex: 0 0 200px;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.goen_event_date_label {
    font-size: 14px;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.goen_event_date_label.new::after {
    content: "NEW!";
    background: #e74c3c;
    color: #fff;
    padding: 2px 8px;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 12px;
}

.goen_event_date_day {
    font-size: 16px;
    margin-bottom: 5px;
}

.goen_event_date_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.goen_event_date_time i {
    margin-right: 5px;
}

.goen_event_date_status {
    background: #e74c3c;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
}

.goen_event_content {
    flex: 1;
}

.goen_event_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.goen_event_detail {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.goen_event_detail_label {
    font-weight: bold;
    display: inline-block;
    min-width: 80px;
}

.goen_event_tags {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.goen_event_tag {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 3px;
}

.goen_event_tag.gender {
    background: #666;
}

.goen_event_tag.type {
    background: #e74c3c;
}

.goen_event_action {
    flex: 0 0 150px;
    display: flex;
    align-items: center;
}

.goen_event_btn {
    display: block;
    background: #fff;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s;
}

.goen_event_btn:hover {
    background: #333;
    color: #fff;
}

.goen_event_btn i {
    margin-left: 5px;
}

.goen_event_more {
    text-align: center;
    margin-top: 40px;
}

.goen_event_more_btn {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 15px 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    transition: background 0.3s;
}

.goen_event_more_btn:hover {
    background: #c0392b;
}

.goen_event_more_btn i {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .goen_event_section {
        padding: 40px 0;
    }

    .goen_section_header {
        margin-bottom: 30px;
    }

    .goen_section_icon {
        font-size: 40px;
    }

    .goen_section_title {
        font-size: 24px;
    }

    .goen_section_subtitle {
        font-size: 12px;
    }

    .goen_event_list {
        gap: 20px;
    }

    .goen_event_item {
        flex-direction: column;
        padding: 20px 15px;
        gap: 20px;
    }

    .goen_event_date,
    .goen_event_action {
        flex: 0 0 auto;
        width: 100%;
    }

    .goen_event_date {
        padding: 15px;
    }

    .goen_event_date_label {
        font-size: 13px;
        padding: 4px 12px;
        margin-bottom: 12px;
    }

    .goen_event_date_day {
        font-size: 15px;
    }

    .goen_event_date_time {
        font-size: 13px;
    }

    .goen_event_date_status {
        padding: 7px 15px;
        font-size: 13px;
    }

    .goen_event_title {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .goen_event_detail {
        font-size: 13px;
    }

    .goen_event_tags {
        flex-wrap: wrap;
        gap: 8px;
    }

    .goen_event_tag {
        font-size: 11px;
        padding: 4px 12px;
    }

    .goen_event_more {
        margin-top: 30px;
    }

    .goen_event_more_btn {
        font-size: 15px;
        padding: 12px 40px;
    }
}

@media (max-width: 480px) {
    .goen_event_title {
        font-size: 15px;
    }

    .goen_event_detail {
        font-size: 12px;
    }

    .goen_event_detail_label {
        min-width: 60px;
        font-size: 12px;
    }

    .goen_event_more_btn {
        font-size: 14px;
        padding: 10px 30px;
    }
}

/* イベントカレンダーセクション */
.goen_calendar_section {
    background: #f5f5f5;
    padding: 60px 0;
}

.goen_calendar_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.goen_calendar_left {
    flex: 0 0 400px;
}

.goen_calendar_banner {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}

.goen_calendar_banner_title {
    background: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.goen_calendar_banner_title::before,
.goen_calendar_banner_title::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.goen_calendar_banner_title::before {
    left: -20px;
    border-width: 0 20px 42px 0;
    border-color: transparent #e74c3c transparent transparent;
}

.goen_calendar_banner_title::after {
    right: -20px;
    border-width: 42px 20px 0 0;
    border-color: #e74c3c transparent transparent transparent;
}

.goen_calendar_banner_message {
    font-size: 14px;
    margin-bottom: 20px;
}

.goen_calendar_banner_character {
    width: 200px;
    margin: 0 auto;
}

.goen_calendar_banner_character img {
    width: 100%;
    height: auto;
}

.goen_calendar_right {
    flex: 1;
    width: 100%;
}

.goen_calendar_header {
    background: #333;
    color: #fff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
}

.goen_calendar_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.goen_calendar_nav_btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.goen_calendar_nav_btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.goen_calendar_month {
    font-size: 18px;
    font-weight: bold;
}

.goen_calendar_table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.goen_calendar_table th {
    background: #f9f9f9;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
}

.goen_calendar_table th.sun {
    color: #e74c3c;
}

.goen_calendar_table th.sat {
    color: #4a90e2;
}

.goen_calendar_table td {
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    height: 80px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

.goen_calendar_table td:hover {
    background: #f9f9f9;
}

.goen_calendar_table td.has_event {
    background: #fff9e6;
    font-weight: bold;
}

.goen_calendar_table td.has_event::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #ffd700;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .goen_calendar_section {
        padding: 40px 0;
    }

    .goen_calendar_inner {
        flex-direction: column;
        gap: 30px;
    }

    .goen_calendar_left {
        flex: 0 0 auto;
        width: 100%;
    }

    .goen_calendar_banner {
        padding: 25px 20px;
    }

    .goen_calendar_banner_title {
        font-size: 14px;
        padding: 8px 15px;
    }

    .goen_calendar_banner_message {
        font-size: 13px;
    }

    .goen_calendar_banner_character {
        width: 150px;
    }

    .goen_calendar_header {
        padding: 12px 20px;
    }

    .goen_calendar_month {
        font-size: 16px;
    }

    .goen_calendar_nav_btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .goen_calendar_table th {
        padding: 10px 5px;
        font-size: 12px;
    }

    .goen_calendar_table td {
        padding: 10px 5px;
        height: 50px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .goen_calendar_banner_title {
        font-size: 13px;
    }

    .goen_calendar_month {
        font-size: 14px;
    }

    .goen_calendar_nav_btn {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .goen_calendar_table th {
        padding: 8px 3px;
        font-size: 11px;
    }

    .goen_calendar_table td {
        padding: 8px 3px;
        height: 45px;
        font-size: 12px;
    }
}

/* お知らせセクション */
.goen_news_section {
    background: linear-gradient(to bottom, #2d8b5f 0%, #4ca57a 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.goen_news_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.goen_news_header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.goen_news_title {
    background: #fff;
    padding: 15px 40px;
    font-size: 24px;
    font-weight: bold;
    color: #2d8b5f;
    position: relative;
}

.goen_news_list {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.goen_news_item {
    padding: 20px 30px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.goen_news_item:last-child {
    border-bottom: none;
}

.goen_news_date {
    flex: 0 0 150px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.goen_news_content {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.goen_news_more {
    text-align: center;
}

.goen_news_more_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #2d8b5f;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.goen_news_more_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.goen_news_banner {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.goen_news_banner_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.goen_news_banner img {
    width: 100%;
    height: auto;
    display: block;
}

.goen_news_banner_subtitle {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

/* メルマガ登録ボタン */
.goen_mailmag_section {
    background: #f9f9f9;
    padding: 40px 0;
}

.goen_mailmag_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.goen_mailmag_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.goen_mailmag_btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    color: #e74c3c;
    border: 3px solid #e74c3c;
    padding: 20px 60px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s;
}

.goen_mailmag_btn:hover {
    background: #e74c3c;
    color: #fff;
}

.goen_mailmag_btn i {
    font-size: 30px;
}

@media (max-width: 768px) {
    .goen_news_section {
        padding: 40px 0;
    }

    .goen_news_header {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .goen_news_title {
        padding: 12px 30px;
        font-size: 20px;
    }

    .goen_news_list {
        margin-bottom: 25px;
    }

    .goen_news_item {
        flex-direction: column;
        gap: 10px;
        padding: 15px 20px;
    }

    .goen_news_date {
        flex: 0 0 auto;
        font-size: 13px;
    }

    .goen_news_content {
        font-size: 13px;
    }

    .goen_news_more_btn {
        font-size: 15px;
        padding: 12px 35px;
    }

    .goen_news_banner {
        position: static;
        transform: none;
        width: 100%;
        max-width: 400px;
        margin: 30px auto 0;
    }

    .goen_mailmag_section {
        padding: 30px 0;
    }

    .goen_mailmag_title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .goen_mailmag_btn {
        font-size: 18px;
        padding: 15px 40px;
    }

    .goen_mailmag_btn i {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .goen_news_title {
        padding: 10px 25px;
        font-size: 18px;
    }

    .goen_news_item {
        padding: 12px 15px;
    }

    .goen_news_date {
        font-size: 12px;
    }

    .goen_news_content {
        font-size: 12px;
    }

    .goen_news_more_btn {
        font-size: 14px;
        padding: 10px 30px;
    }

    .goen_mailmag_title {
        font-size: 15px;
    }

    .goen_mailmag_btn {
        font-size: 16px;
        padding: 12px 30px;
        gap: 10px;
    }

    .goen_mailmag_btn i {
        font-size: 22px;
    }
}

/* おすすめデートセクション */
.goen_date_section {
    padding: 60px 0;
}

.goen_date_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
}

.goen_date_box {
    flex: 1;
    padding: 40px 0;
}

.goen_date_box.spot {
    background: linear-gradient(to bottom, #ffe6f0 0%, #fcdfea 100%);
}

.goen_date_box.plan {
    background: linear-gradient(to bottom, #fffbe6 0%, #fbf6de 100%);
}

.goen_date_header {
    text-align: center;
    margin-bottom: 30px;
}

.goen_date_header_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.goen_date_header_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 70%);
}

.goen_date_header_icon i {
    font-size: 50px;
    position: relative;
    z-index: 2;
}

.goen_date_box.spot .goen_date_header_icon i {
    color: #ff6b9d;
}

.goen_date_box.plan .goen_date_header_icon i {
    color: #ffd700;
}

.goen_date_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.goen_date_subtitle {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}

.goen_date_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
}

.goen_date_item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.goen_date_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.goen_date_item_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.goen_date_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goen_date_item_content {
    padding: 20px;
}

.goen_date_item_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.goen_date_item_date {
    font-size: 12px;
    color: #999;
}

.goen_date_more {
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
}

.goen_date_more_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e74c3c;
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    transition: background 0.3s;
}

.goen_date_more_btn:hover {
    background: #c0392b;
}

.goen_date_more_btn i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .goen_date_section {
        padding: 40px 0;
    }

    .goen_date_inner {
        flex-direction: column;
        gap: 30px;
    }

    .goen_date_box {
        padding: 30px 0;
    }

    .goen_date_header {
        margin-bottom: 25px;
    }

    .goen_date_title {
        font-size: 20px;
    }

    .goen_date_subtitle {
        font-size: 12px;
    }

    .goen_date_list {
        gap: 15px;
        padding: 0 20px;
    }

    .goen_date_item_image {
        height: 180px;
    }

    .goen_date_item_content {
        padding: 15px;
    }

    .goen_date_item_title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .goen_date_item_date {
        font-size: 11px;
    }

    .goen_date_more {
        padding: 0 20px;
        margin-top: 25px;
    }

    .goen_date_more_btn {
        font-size: 15px;
        padding: 12px 40px;
    }
}

@media (max-width: 480px) {
    .goen_date_title {
        font-size: 18px;
    }

    .goen_date_item_image {
        height: 150px;
    }

    .goen_date_item_title {
        font-size: 13px;
    }

    .goen_date_more_btn {
        font-size: 14px;
        padding: 10px 35px;
    }
}

/* はじめての婚活セクション */
.goen_beginner_section {
    background: #f9f9f9;
    padding: 60px 0;
}

.goen_beginner_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.goen_beginner_header {
    text-align: center;
    margin-bottom: 50px;
}

.goen_beginner_header_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.goen_beginner_header_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 182, 193, 0.3) 0%, transparent 70%);
}

.goen_beginner_header_icon i {
    font-size: 50px;
    color: #ff6b9d;
    position: relative;
    z-index: 2;
}

.goen_beginner_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.goen_beginner_subtitle {
    font-size: 14px;
    color: #999;
}

.goen_beginner_boxes {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.goen_beginner_box {
    flex: 1;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 3px solid #ff6b9d;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.goen_beginner_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.goen_beginner_box_label {
    font-size: 14px;
    font-weight: bold;
    color: #ff6b9d;
    border: 2px solid #ff6b9d;
    border-radius: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.goen_beginner_box_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
}

.goen_beginner_box_subtitle {
    font-size: 13px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    word-break: keep-all;
}

.goen_beginner_box_arrows {
    display: flex;
    gap: 5px;
    font-size: 24px;
    color: #ff6b9d;
}

.goen_beginner_box_desc {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin-top: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.goen_beginner_box_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #4a90e2;
    border: 2px solid #4a90e2;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 20px;
    transition: all 0.3s;
}

.goen_beginner_box_btn:hover {
    background: #4a90e2;
    color: #fff;
}

.goen_beginner_box_btn i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .goen_beginner_section {
        padding: 40px 0;
    }

    .goen_beginner_header {
        margin-bottom: 35px;
    }

    .goen_beginner_title {
        font-size: 24px;
    }

    .goen_beginner_subtitle {
        font-size: 13px;
    }

    .goen_beginner_boxes {
        flex-direction: column;
        gap: 25px;
    }

    .goen_beginner_box {
        aspect-ratio: auto;
        border-radius: 20px;
        padding: 30px 20px;
    }

    .goen_beginner_box_label {
        font-size: 13px;
        padding: 4px 12px;
        margin-bottom: 15px;
    }

    .goen_beginner_box_title {
        font-size: 18px;
    }

    .goen_beginner_box_subtitle {
        font-size: 12px;
    }

    .goen_beginner_box_desc {
        font-size: 13px;
    }

    .goen_beginner_box_btn {
        font-size: 13px;
        padding: 8px 25px;
    }
}

@media (max-width: 480px) {
    .goen_beginner_title {
        font-size: 22px;
    }

    .goen_beginner_box {
        padding: 25px 15px;
    }

    .goen_beginner_box_title {
        font-size: 16px;
    }

    .goen_beginner_box_subtitle {
        font-size: 11px;
    }

    .goen_beginner_box_desc {
        font-size: 12px;
    }
}

/* その他コンテンツセクション */
.goen_other_section {
    background: #fff;
    padding: 60px 0;
}

.goen_other_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.goen_other_boxes {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.goen_other_box {
    flex: 1;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.goen_other_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.goen_other_box_header {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
}

.goen_other_box_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    word-break: keep-all;
}

.goen_other_box_subtitle {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    word-break: keep-all;
}

.goen_other_box_label {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    word-break: keep-all;
}

.goen_other_box_content {
    padding: 30px 20px;
    text-align: center;
}

.goen_other_box_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: keep-all;
}

.goen_other_box_link {
    color: #e74c3c;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.goen_other_box_link:hover {
    text-decoration: underline;
}

/* SNSセクション */
.goen_sns_section {
    background: #f9f9f9;
    padding: 40px 0;
}

.goen_sns_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.goen_sns_boxes {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.goen_sns_box {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.goen_sns_box_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.goen_sns_icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
}

.goen_sns_icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.goen_sns_icon.twitter {
    background: #1da1f2;
}

.goen_sns_box_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.goen_sns_box_text {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
}

.goen_sns_box_id {
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}

/* リンクセクション */
.goen_links_section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.goen_link_box {
    flex: 0 0 calc(33.333% - 20px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.goen_link_box img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .goen_other_section {
        padding: 40px 0;
    }

    .goen_other_boxes,
    .goen_sns_boxes {
        flex-direction: column;
        gap: 20px;
    }

    .goen_other_box_header {
        padding: 15px;
    }

    .goen_other_box_title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .goen_other_box_subtitle {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .goen_other_box_label {
        font-size: 16px;
        padding: 4px 18px;
    }

    .goen_other_box_content {
        padding: 25px 15px;
    }

    .goen_other_box_text {
        font-size: 16px;
    }

    .goen_sns_section {
        padding: 30px 0;
    }

    .goen_sns_box {
        padding: 25px 20px;
    }

    .goen_sns_box_header {
        gap: 12px;
    }

    .goen_sns_icon {
        width: 55px;
        height: 55px;
        font-size: 32px;
    }

    .goen_sns_box_title {
        font-size: 13px;
    }

    .goen_sns_box_text {
        font-size: 12px;
    }

    .goen_sns_box_id {
        font-size: 13px;
    }

    .goen_links_section {
        gap: 20px;
    }

    .goen_link_box {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .goen_other_box_title {
        font-size: 14px;
    }

    .goen_other_box_label {
        font-size: 15px;
        padding: 4px 15px;
    }

    .goen_other_box_text {
        font-size: 15px;
    }

    .goen_sns_icon {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .goen_sns_box_title {
        font-size: 12px;
    }

    .goen_sns_box_text {
        font-size: 11px;
    }

    .goen_sns_box_id {
        font-size: 12px;
    }

    .goen_link_box {
        flex: 0 0 100%;
    }
}

/* フッターセクション */
.goen_footer {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23f0f0f0" width="100" height="100"/><path d="M0 0 L50 50 L0 100 Z" fill="%23e8e8e8"/><path d="M50 0 L100 50 L50 100 Z" fill="%23e0e0e0"/></svg>');
    background-size: 50px 50px;
    padding: 60px 0 30px;
}

.goen_footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.goen_footer_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 30px;
}

.goen_footer_nav_column {
    flex: 1;
}

.goen_footer_nav_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: keep-all;
}

.goen_footer_nav_title i {
    font-size: 24px;
    color: #ff6b9d;
}

.goen_footer_nav_list {
    list-style: none;
}

.goen_footer_nav_list li {
    margin-bottom: 8px;
}

.goen_footer_nav_list a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.goen_footer_nav_list a:hover {
    color: #e74c3c;
}

.goen_footer_links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.goen_footer_link {
    color: #e74c3c;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s;
}

.goen_footer_link:hover {
    opacity: 0.7;
}

.goen_footer_link i {
    font-size: 16px;
}

.goen_footer_social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.goen_footer_social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s;
}

.goen_footer_social_link.twitter {
    background: #1da1f2;
}

.goen_footer_social_link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.goen_footer_social_link:hover {
    transform: translateY(-5px);
}

.goen_footer_mailmag {
    text-align: center;
    margin-bottom: 30px;
}

.goen_footer_mailmag_btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #e74c3c;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    transition: background 0.3s;
}

.goen_footer_mailmag_btn:hover {
    background: #c0392b;
}

.goen_footer_mailmag_btn i {
    font-size: 24px;
}

.goen_footer_logo {
    text-align: center;
    margin-bottom: 20px;
}

.goen_footer_logo_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.goen_footer_logo_subtitle {
    font-size: 18px;
    color: #e74c3c;
}

.goen_footer_info {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.goen_footer_info p {
    margin-bottom: 5px;
}

.goen_footer_stamp {
    text-align: center;
    margin-bottom: 20px;
}

.goen_footer_stamp img {
    width: 100px;
    height: auto;
}

.goen_footer_copyright {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
    .goen_footer {
        padding: 40px 0 20px;
    }

    .goen_footer_nav {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .goen_footer_nav_title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .goen_footer_nav_title i {
        font-size: 20px;
    }

    .goen_footer_nav_list {
        padding-left: 0;
    }

    .goen_footer_nav_list li {
        margin-bottom: 6px;
    }

    .goen_footer_nav_list a {
        font-size: 13px;
    }

    .goen_footer_links {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 25px;
    }

    .goen_footer_link {
        font-size: 13px;
    }

    .goen_footer_social {
        gap: 15px;
        margin-bottom: 25px;
    }

    .goen_footer_social_link {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .goen_footer_mailmag {
        margin-bottom: 25px;
    }

    .goen_footer_mailmag_btn {
        font-size: 15px;
        padding: 12px 35px;
        gap: 12px;
    }

    .goen_footer_mailmag_btn i {
        font-size: 22px;
    }

    .goen_footer_logo_title {
        font-size: 20px;
    }

    .goen_footer_logo_subtitle {
        font-size: 16px;
    }

    .goen_footer_info {
        font-size: 13px;
        padding: 0 15px;
    }

    .goen_footer_stamp img {
        width: 80px;
    }

    .goen_footer_copyright {
        font-size: 11px;
        padding: 15px 15px 0;
    }
}

@media (max-width: 480px) {
    .goen_footer_nav_title {
        font-size: 14px;
    }

    .goen_footer_nav_list a {
        font-size: 12px;
    }

    .goen_footer_link {
        font-size: 12px;
    }

    .goen_footer_social_link {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .goen_footer_mailmag_btn {
        font-size: 14px;
        padding: 10px 30px;
        gap: 10px;
    }

    .goen_footer_mailmag_btn i {
        font-size: 20px;
    }

    .goen_footer_logo_title {
        font-size: 18px;
    }

    .goen_footer_logo_subtitle {
        font-size: 15px;
    }

    .goen_footer_info {
        font-size: 12px;
    }

    .goen_footer_stamp img {
        width: 70px;
    }

    .goen_footer_copyright {
        font-size: 10px;
    }
}


/*追加*/

.scroll-table {
    max-width: 100%;
    white-space: nowrap;
}

.scroll-table table {
    border-collapse: collapse;
}

.post_content td,
.post_content th {
    border: 1px solid var(--color_border--table, #dcdcdc) !important;
    padding: 0.5em;
}

.scroll-table th {
    background-color: #ddd;
}

table.tate .fixed01 {
    position: sticky;
    left: 0;
    color: #fff;
    background: var(--color_htag) !important;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
}

.tate th,
td {
    text-align: center;
}