.activity-section__content-text {
    text-align: center;
    margin-top: 16px;
    font-size: 1.1em;
}

.activity-section__filter svg {
    height: 1.5em;
    display: block;
}

.activity-section__filter-button {
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    user-select: none;
}

.activity-section__filter {
    display: flex;
    gap: 64px;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
}

.activity-section__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 32px;
    grid-auto-flow: row;
}

.activity-section__item-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
    border-radius: 0 64px 0 0;
    overflow: hidden;
}

.activity-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity-section__item-category {
    font-size: 2.5em;
    line-height: 1;
    padding: 24px;
    width: fit-content;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.activity-section__item-title-category {
    display: none;
}

.activity-section__item-category-stay {
    background-color: #db7156;
}

.activity-section__item-category-play {
    background-color: #64a9c6;
}

.activity-section__item-category-eat {
    background-color: #749562;
}

.activity-section__item-category-modelcourse {
    background-color: #e58800;
}

.activity-section__item-title-category {
    color: #fff;
    font-size: 0.9em;
    padding: 2px 8px;
    font-weight: 300;
    aspect-ratio: 1 / 1;
    align-content: center;
}

.activity-section__item-title-category-stay {
    background-color: #db7156;
}

.activity-section__item-title-category-play {
    background-color: #64a9c6;
}

.activity-section__item-title-category-eat {
    background-color: #749562;
}

.activity-section__item-title-category-modelcourse {
    background-color: #e58800;
}

.activity-section__item-title-container {
    margin-left: 12px;
}

.activity-section__item-content {
    display: flex;
    flex-direction: column;
}

.activity-section__item-title {
    font-size: 1.5em;
}

.activity-section__item-text {
    margin: 0 12px;
    font-size: 1.1em;
}

.activity-section__item-more {
    display: none;
}

.activity-section__item-hide {
    display: none !important;
}

.activity-section__filter-button {
    color: #aaa;
    fill: #aaa;
}

.activity-section__filter-button-all-active {
    color: #816852;
    fill: #816852;
}

.activity-section__filter-button-stay-active {
    color: #db7156;
    fill: #db7156;
}

.activity-section__filter-button-eat-active {
    color: #749562;
    fill: #749562;
}

.activity-section__filter-button-play-active {
    color: #64a9c6;
    fill: #64a9c6;
}

.activity-section__content-text {
    text-align: center;
    margin-top: 1em;
    font-size: 1.1em;
}

.activity-section__hr hr {
    border-color: #e9e8e7;
    border-width: 1px;
    border-style: solid;
}

.activity-section__hr {
    margin-top: -48px;
}

.activity-section__hr img {
    display: block;
    width: 64px;
}

.activity-section__more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.activity-section__more a {
    text-decoration: none;
    color: #000;
}

.activity-section__more img {
    max-width: 100%;
    height: auto;
}

.activity-section__more p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.2;
}
