:root {
    --text: #1F2937;
    --p: #4B5563;
    --visited: #555;
    --white: #ffffff;
    --basic: #bee0e5;
    --action: #FF6B6B;
    --bg_gray: #F9FAFB;
}

html {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--text);
}

a :visited {
    color: var(--visited);
}

p {
    color: var(--p);
}

.description {
    color: var(--text);
    font-size: 24px;
    text-align: center;
    padding-bottom: 64px;
}

h2 {
    color: var(--text);
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 20px;
    text-align: center;
}

/* ========== header ========== */

.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

#logo {
    width: 200px;
    height: 72px;
}

.pc_menu {
    color: #4B5563;
    display: flex;
    height: 72px;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}

.pc_menu li {
    margin: 0 15px;
}

.pc_menu a {
    color: var(--text);
    white-space: nowrap;
    font-size: 18px;
}

#g-nav,
.g-nav-list {
    display: none;
}

/* ========== action btn ========== */

.action.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: var(--action);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

/* ========== details btn ========== */

.details.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: var(--white);
    color: var(--action);
    border: 1px solid var(--action);
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
}

/* ========== main visual ========== */

#mv {
    position: relative;
    overflow: hidden;
    height: 580px;
    width: 100%;
}

.main_v {
    width: 70%;
    height: 580px;
    object-fit: cover;
    float: right;
}

.main_container {
    position: absolute;
    top: 170px;
    left: 80px;
    width: 100%;
    text-align: left;
    z-index: 2;
}

#mv h1 {
    font-size: 48px;
    line-height: 59px;
    color: var(--text);
    padding-bottom: 20px;
}

#mv p {
    font-size: 24px;
    color: var(--text);
    padding-bottom: 20px;
}


/* ========== reasons ========== */

#reasons {
    width: 80%;
    text-align: center;
    margin: 80px auto;
}

.reasons_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.reasons_container {
    background-color: #F9FAFB;
    flex: 1;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reasons_container img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    object-fit: contain;
}

.reason_title {
    font-size: 20px;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 15px;
    font-weight: bold;
}

.reasons_container p:last-of-type {
    font-size: 16px;
    line-height: 1.6;
    flex-grow: 1;
}

/* ========== service ========== */

#service {
    background-color: #F9FAFB;
    padding: 80px 0;
    margin: 0 auto;
    width: 100%;
}

.service_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.service_left,
.service_right {
    flex-basis: calc(50% - 15px);
}

.service_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 40px auto;
    gap: 30px;
}

.service_box.reverse {
    flex-direction: row-reverse;
}

.service_box img {
    max-width: 500px;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.service_content {
    text-align: left;
}

.service_content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--text);
    text-align: left;
}

.service_content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: var(--text);
    text-align: left;
}

.service_content ul li {
    line-height: 1.8;
    font-size: 18px;
}

span {
    font-weight: 900;
    color: var(--action);
    padding-right: 10px;
}


/* ========== plans ========== */

#plans {
    margin-top: 80px;
    margin-bottom: 80px;
}

.plans_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1200px;
}

.plans_container {
    background-color: #F9FAFB;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    flex: 1;
    min-width: 280px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
}

.plans_container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    color: var(--text);
}

.plans_description {
    padding-bottom: 16px;
}

.plans_container .price {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--text);
}

.plans_container p:has(.price) {
    white-space: nowrap;
}

.action_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 13px;
    background-color: var(--action);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.details_btn {
    width: 86%;
    padding: 18px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--action);
    border: 1px solid var(--action);
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.plan_details {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
    flex-grow: 1;
}

.plan_details li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.plan_details li span {
    font-weight: bold;
}

.gray_out {
    color: #9CA3AF;
}

.no {
    color: #9CA3AF;
}

.plans_container.popular {
    position: relative;
    border: 1px solid var(--action);
    overflow: hidden;
}

.popular_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--action);
    border-radius: 0 8px 0 10px;
    z-index: 10;
    box-sizing: border-box;
    padding: 16px 8px;
}

.popular_wrapper p {
    font-size: 14px;
    color: var(--white);
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.comment_out {
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
    line-height: 1.8;
}

/* ========== reviews ========== */

#reviews {
    background-color: #F9FAFB;
    padding-bottom: 80px;
    padding-top: 80px;
}

.reviews_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    gap: 30px;
    margin: 0 auto;
}

.reviews_container {
    display: inline-block;
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
    flex: 1;
    min-width: 280px;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews_box {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
    flex: 1;
    min-width: 280px;
    max-width: 480px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews_info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviews_info .face {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.name_details {
    display: flex;
    flex-direction: column;
}

.name_details h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px;
}

.name_details p {
    font-size: 20px;
}

.star_rating {
    margin-bottom: 15px;
}

.star_rating img {
    width: 30px;
    height: 50px;
    vertical-align: middle;
}

.reviews_details {
    line-height: 28px;
    font-size: 16px;
}

/* ========== facilities ========== */

#facilities {
    margin-top: 80px;
    margin-bottom: 80px;
}

.facilities_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    gap: 30px;
    margin: 0 auto;
}

.facilities_box {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 calc(33.333% - 20px);
    max-width: 480px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.facilities_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 15px;
}

.facilities_box h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0 20px;
}

.facilities_box p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px 20px;
    margin: 0;
}

/* ========== access ========== */

#access {
    background-color: #F9FAFB;
    padding-bottom: 80px;
    padding-top: 80px;
}

.access_wrapper {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin: 0 auto;
}

.access_left {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-basis: 48%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    padding: 10px 20px;
}

.access_left h3 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 16px;
}

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

.access_left p {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}

/* ========== inquiry ========== */

#inquiry {
    background-color: rgba(255, 107, 107, 0.05);
    padding-top: 80px;
    padding-bottom: 80px;
}

#inquiry h2 {
    font-size: 24px;
}

#inquiry .description {
    font-size: 18px;
}

.inquiry_wrapper {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 768px;
    padding: 40px;
    text-align: left;
}

.inquiry_wrapper h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.inquiry_wrapper form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="tel"] {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #f9fafb;
}

.form-group select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #f9fafb;
    appearance: none;
    padding-right: 30px;
}

.form-group textarea {
    width: 100%;
    height: 114px;
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #f9fafb;
    resize: vertical;
}

.form-group input[type="date"]::placeholder {
    color: #999;
}

.form-row .form-group[style="flex: none; width: 100%"] {
    flex: 1 1 100%;
    width: auto;
}

.privacy-policy input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.privacy-policy label {
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.submit.btn {
    background-color: var(--action);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.campaign {
    display: flex;
    padding-top: 24px;
    max-width: 768px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.campaign p img {
    margin-right: 8px;
}

/* ========== footer ========== */

footer {
    background-color: #1F2937;
    color: #ecf0f1;
    padding: 60px 20px 20px;
    font-size: 18px;
    text-align: center;
}

.footer_main_content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.footer_left_section {
    flex-basis: 250px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_right_section {
    flex-basis: 450px;
    flex-grow: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer_contact_info {
    margin-left: -80px;
}

.footer_brand_social {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 150px;
    align-items: flex-start;
    width: 100%;
}

.footer_logo_link img {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.footer_social_icons {
    display: flex;
    gap: 15px;
}

.footer_social_icons img {
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer_social_icons img:hover {
    opacity: 1;
}

.footer_menu,
.footer_contact_info,
.footer_hours_reserve {
    flex-basis: calc(33.33% - 20px);
    min-width: 180px;
    flex-grow: 1;
    flex-shrink: 1;
}

.footer_menu h3,
.footer_contact_info h3,
.footer_hours_reserve h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #f8f8f8;
    text-align: left;
}

.footer_menu ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer_menu ul li {
    margin-bottom: 10px;
}

.footer_menu ul li a {
    color: #9CA3AF;
    text-decoration: none;
}

.footer_menu ul li a:hover {
    color: #ff6b6b;
}

.footer_contact_info .contact_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    text-align: left;
}

.footer_contact_info .contact_item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.footer_contact_info .contact_item p {
    margin: 0;
    line-height: 1.5;
    color: #9CA3AF;
}

.hours_text {
    color: #9CA3AF;
    text-align: left;
}

.footer_hours_reserve .staff_hours_title {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #9CA3AF;
    text-align: left;
}

.footer_hours_reserve .staff_hours_details {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #9CA3AF;
    text-align: left;
}

.footer_hours_reserve .reserve_button {
    display: block;
    background-color: var(--white);
    color: var(--action);
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid var(--action);
    width: fit-content;
    margin-top: 20px auto 0 auto;
}

/* footer bottom bar */

.footer_bottom_bar {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    gap: 15px;
    padding-bottom: 10px;
    align-items: center;
}

.footer_bottom_row_top,
.footer_bottom_row_bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}


.footer_bottom_bar .copyright p {
    margin: 0;
    font-size: 16px;
    color: #9CA3AF;
}

.footer_bottom_bar .privacy_terms_links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_bottom_bar .privacy_terms_links a {
    color: #9CA3AF;
    font-size: 16px;
}

.footer_bottom_bar .privacy_terms_links a:hover {
    color: #ff6b6b;
    opacity: 1;
}

/* ========================= tablet ======================== */

@media screen and (max-width: 1024px) {

    .description {
        font-size: 18px;
    }

    h2 {
        font-size: 24px;
    }

    /* ========== header ========== */

    .top-menu {
        padding: 0 10px;
    }

    #logo {
        width: 150px;
        height: auto;
    }

    .pc_menu {
        margin-right: 10px;
    }

    .pc_menu li {
        margin: 0 8px;
    }

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

    .action.btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .details.btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* ========== main visual ========== */

    .main_v {
        width: 100%;
    }

    .main_container {
        float: left;
        width: 100%;
        text-align: left;
        z-index: 2;
    }

    #mv h1 {
        font-size: 36px;
        line-height: 45px;
    }

    #mv p {
        font-size: 18px;
    }

    /* ========== reasons ========== */

    .reasons_wrapper {
        max-width: 768px;
    }

    .reason_title {
        font-size: 20px;
    }

    .reasons_container p:last-of-type {
        font-size: 16px;
        line-height: 1.6;
        flex-grow: 1;
    }

    /* ========== service ========== */

    .service_wrapper {
        max-width: 768px;
    }

    .service_left,
    .service_right {
        flex-basis: 43%;
        padding: 0 10px;
    }

    .service_content h3 {
        font-size: 20px;
    }

    .service_content p {
        font-size: 16px;
    }

    .service_content ul li {
        line-height: 1.8;
        font-size: 14px;
    }

    span {
        content: '\2713';
        font-weight: 900;
        color: var(--action);
        padding-right: 10px;
    }

    /* ========== facilities ========== */

    .facilities_box h3 {
        font-size: 20px;
    }

    .facilities_box p {
        font-size: 16px;
    }

    /* ========== access ========== */

    .access_wrapper {
        max-width: 768px;
        display: block;
        margin: 0 auto;
    }

    .access_left {
        width: 91.5%;
    }

    .access_left h3 {
        font-size: 24px;
    }

    .access_left h4 {
        font-size: 18px;
    }

    .access_left p {
        font-size: 14px;

    }

    .access_right {
        margin-top: 20px;
    }

    /* ========== footer ========== */

    footer {
        padding: 40px 15px 15px;
    }

    .footer_main_content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 0 auto;
        padding: 0;
        max-width: 768px;
        width: 90%;

        box-sizing: border-box;
    }

    .footer_left_section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-basis: auto;
    }

    .footer_brand_social {
        width: 100%;
        align-items: center;
    }

    .footer_logo_link img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

    .footer_social_icons {
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }

    .footer_right_section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
        max-width: 768px;
        margin: 0 auto 20px auto;
        padding: 0 15px;
        flex-basis: 20px;
    }

    .footer_menu {
        flex-basis: calc(25% - 20px);
        min-width: 150px;
    }

    .footer_contact_info,
    .footer_hours_reserve {
        flex-basis: calc(35% - 30px);
        min-width: 200px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0;
        padding: 10px 0;
        text-align: left;
        align-items: center;
        justify-content: center;
        display: block;
    }

    .footer_menu h3,
    .footer_contact_info h3,
    .footer_hours_reserve h3 {
        text-align: left;
        margin-bottom: 10px;
    }

    .footer_menu ul {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer_menu ul li {
        margin: 0 0 8px 0;
        width: auto;
    }

    .footer_contact_info .contact_item {
        justify-content: flex-start;
        margin-right: 0;
    }

    .footer_contact_info p {
        text-align: left;
        margin-right: 0;
    }

    .hours_text,
    .staff_hours_title,
    .staff_hours_details {
        text-align: left;
    }

    .footer_hours_reserve .reserve_button {
        display: block;
        width: fit-content;
        font-size: 15px;
    }

    .footer_bottom_bar .privacy_terms_links a {
        font-size: 14px;
    }

}

/* ========================= sp ======================== */

@media screen and (max-width: 480px) {

    .pc_menu {
        display: none;
    }

    .main_container {
        position: absolute;
        top: 200px;
        left: 20px;
        width: 100%;
        text-align: left;
    }

    #mv h1 {
        font-size: 24px;
        line-height: 30px;
    }

    #mv p {
        font-size: 16px;
    }

    .description {
        font-size: 16px;
        line-height: 20px;
        padding: 0 20px;
    }

    h2 {
        font-size: 20px;
    }

    .reasons_wrapper {
        display: block;
    }

    .reasons_container {
        margin: 20px auto;
    }

    .reason_title {
        font-size: 18px;
    }

    .reasons_container p {
        font-size: 14px;
    }

    .service_box {
        display: block;
    }

    .service_box img {
        width: 100%;
        margin-bottom: 20px;
    }

    .service_content h3,
    p {
        font-size: 14px;
    }

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

    .facilities_wrapper {
        display: block;
        padding: 0 20px;
    }

    .facilities_box {
        margin: 20px auto;
    }

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

    .access_left h3 {
        font-size: 16px;
    }

    .access_left h4 {
        font-size: 14px;
    }

    .map {
        width: 100%;
    }

    #inquiry h2 {
        font-size: 20px;
    }

    #inquiry .description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .inquiry_wrapper h3 {
        font-size: 18px;
    }

    .inquiry_wrapper {
        margin: 0 20px;
    }

    .campaign {
        display: flex;
        flex-direction: row;
        padding-top: 20px;
        max-width: 768px;
        margin: 0 auto;
        align-items: flex-start;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .campaign_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
        flex-basis: auto;
        flex-shrink: 0;
    }

    .campaign_item img {
        width: 24px;
        height: 24px;
        margin-bottom: 0;
    }

    .campaign_item p {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }
}