.content * {
    background-color: #FFFFFF;
}

/* 検索窓 */
.freeword-title {
    padding: 30px 95px 0;
    background-color: #FFFFFF;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.8;
}

@media screen and (max-width: 1100px) {
    .freeword-title {
        padding: 20px 20px 10px;
    }
}

.serach-bar {
    padding: 10px 95px 10px;
    background-color: #FFFFFF;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .serach-bar {
        padding: 20px 20px 10px;
    }
}

.word-box {
    background-color: #f0f0f0;
    font-size: 14 px;
    padding: 5px;
    width: calc(100% - 40px);
    border-width: unset;
    border: 1px solid #A6A6A6;
    height: 43px;
}

.loope {
    border-width: unset;
    border: 2px solid;
    width: 40px;
    height: 43px;
    background-image: url("/images/loope.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.loope:hover {
    cursor: pointer;
}

/* キーワード */
.keyword-area {
    padding: 10px 95px 10px;
}

@media screen and (max-width: 1100px) {
    .keyword-area {
        padding: 20px 20px 10px;
    }
}

.keyword-area * {
    background-color: #F3F9ED;
}

.keyword-area p {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.8;
}

.populer-keyword {
    flex-wrap: wrap;
    padding: 20px 0px 10px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8;
}

.category-keyword {
    flex-wrap: wrap;
    padding: 10px 0px 20px 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8;
}

.keyword {
    background-color: #FFFFFF;
    color: #89C750;
    font-size: 12px;
    letter-spacing: 0.65;
    padding: 6px 14px;
    border-radius: 25px;
    text-decoration: none;
    margin-right: 10px;
}

.keyword:active {
    color: red;
}

/* イベント */
.search-title {
    padding: 10px 95px 0;
    background-color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.9;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .search-title {
        padding: 20px 20px 0px;
    }
}

.event {
    display: flex;
    height: 170px;
    border-bottom: 1px solid #EEEEEE;
    padding: 30px 95px 20px;
}

@media screen and (max-width: 1100px) {
    .event {
        padding: 30px 20px 20px;
    }
}

@media screen and (max-width: 550px) {
    .event {
        height: 148px;
    }
}

.event:hover .name {
    text-decoration: underline;
}

.event_img-area {
    width: 220px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.7px solid #A6A6A6;
}


@media screen and (max-width: 550px) {
    .event_img-area {
        width: 119px;
    }
}

.event_img-box {
    max-height: 169px;
    overflow: hidden;
}

@media screen and (max-width: 550px) {
    .event_img-box {
        max-height: 220px;
    }
}

.event_img {
    width: 100%;
}

.event_text-box {
    text-decoration: none;
    width: 75%;
}

@media screen and (max-width: 1100px) {
    .event_text-box {
        width: 70%;
    }
}

.category_name {
    background-color: #89C750 !important;
    color: #FFFFFF;
    width: fit-content;
    padding: 0 15px;
    font-size: 13px;
    letter-spacing: 0.7;
    font-family: 'Noto Sans JP,Regular';
    display: inline-block;
    float: left;
    margin-right: 10px;
}


@media screen and (max-width: 550px) {
    .category_name {
        font-size: 12px;
        letter-spacing: 0.6;
    }
}

.field {
    text-align: left;
    display: flex;
    width: 100%;
}

.field p {
    margin-top: 2px;
    color: #A6A6A6;
    font-size: 13px;
    font-family: 'Roboto,Regular';
    letter-spacing: 0.8;
}

@media screen and (max-width: 550px) {
    .field p {
        font-size: 12px;
    }
}

.name {
    margin: 13px 0 15px !important;
    text-align: left;
    color: black !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px !important;
    font-weight: bold;
    font-family: 'Noto Sans JP' !important;
    letter-spacing: 0.9 !important;
}

@media screen and (max-width: 550px) {
    .name {
        margin: 12px 0 15px !important;
        font-size: 13px !important;
        letter-spacing: 0.65 !important;
    }
}

.eventDate,
.address {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100;
}

.tag {
    float: left;
    margin-top: 10px;
    color: #89C750;
    text-decoration: none;
    padding-right: 10px;
    font-size: 13px;
    font-family: 'Noto Sans JP,Regular';
    letter-spacing: 0.7;
    z-index: 1;
}

@media screen and (max-width: 550px) {
    .tag {
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 0.55;
    }
}

.tag:hover {
    text-decoration: underline;
}

.tag:active {
    color: red;
}

.event tr {
    display: block;
    text-align: left;
}

.search-count {
    padding: 0px 95px 10px;
    background-color: unset;
    text-align: right;
}

@media screen and (max-width: 1100px) {
    .search-count {
        padding: 0 20px 10px;
    }
}


/* pagenation */
a:link {
    text-decoration: none
}

a.page_number:visited {
    color: black;
    text-decoration: none
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.page_feed {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    background-color: #FFFFFF;
    color: black;
    border-radius: 50%;
}

.first_last_page {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    background: #FFFFFF;
    color: black;
}

.page_number {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    background: #FFFFFF;
    color: black;
    text-decoration: underline;
    border-radius: 50%;
}

.page_feed:hover,
.page_number:hover {
    cursor: pointer;
    background-color: #e7e7e7;
}

.page_feed:active,
.page_number:active {
    background-color: #88c751;
}

.now_page_number {
    width: 30px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    background: #FFFFFF;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    background-color: #88c751;
}

.no_data {
    padding: 20px 95px 80px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 1100px) {
    .no_data {
        padding: 20px 20px 80px;
    }
}

a,
a:hover {
    color: inherit;
}