@charset "utf-8";

/* イベントアーカイブページの記述 */
.head-ttl-wrap {
    background: url(../images/event/header-bg-event.jpg) no-repeat center center / cover;
}

.section-archive-event {
    background-color: #EAEAF0;
}

.post-type-archive-event .sec-contact::before,
.tax-event_taxonomy .sec-contact::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(35% + 1px);
    background-color: #EAEAF0;
    z-index: -1;
}

.archive-ttl {
    margin-bottom: 30px;
}

.postlist-card-inner {
    height: auto;
    position: absolute;
    bottom: 24px;
    right: 30px;
}

.postlist-card-item {
    background-color: #fff;
    padding: 15px 15px 100px;
    position: relative;
}

.postlist-card-ttl {
    font-weight: bold;
}

.postlist-card-txt {
    margin-bottom: 0;
    margin-top: 5px;
}

.postlist-card-item a {
    color: #333333;
}

.postlist-card-item>div {
    gap: 15px;
}

.event-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 3px 16px;
    min-width: 68px;
    width: max-content;
    height: fit-content;
    font-weight: 700;
    border-radius: 18px;
    border: 1px solid #D6A91F;
    color: #D6A91F;
    text-wrap: nowrap;
}

.postlist-card-button {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 9px 55px;
    width: max-content;
    height: fit-content;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #D6A91F;
    color: #D6A91F;
    margin-left: auto;

    /* 矢印の設定 */
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /
}

.postlist-card-button::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    /*下線の形状*/
    width: 20px;
    height: 2px;
    background: #D6A91F;
    border-radius: 10px;
}

.postlist-card-button::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    right: 16px;
    width: 7px;
    height: 2px;
    background: #D6A91F;
    transform: rotate(35deg);
    border-radius: 10px;
}

.postlist-card-thumbwrap {
    margin-bottom: 10px;
}

.postlist-card-content {
    margin-bottom: 10px;
}

.postlist-card-thumbwrap img {
    aspect-ratio: 233/292;
}

@media all and (min-width: 576px) {
    .postlist-card-thumbwrap {
        width: 35%;
        display: grid;
        place-items: center;
    }

    .postlist-card-textwrap {
        width: calc(100% - 35%);
    }
}

@media all and (min-width: 768px) {
    .event-label {
        padding: 6px 16px;

    }

    .postlist-card-item {
        padding: 30px 30px 50px;
        min-height: 365px;
    }

    .postlist-card-txt {
        padding-left: 10px;
    }

    .postlist-card-content {
        margin-bottom: 15px;
    }
}

@media all and (min-width: 992px) {
    .postlist-card-item {
        padding: 30px 30px 75px;
    }

    .postlist-card-item>div {
        gap: 30px;
    }

    .postlist-card-txt {
        padding-left: 11px;
    }

    .postlist-card-thumbwrap {
        width: 31%;
    }

    .postlist-card-textwrap {
        width: calc(100% - 31%);
    }

}

@media all and (min-width: 1200px) {
    .postlist-card-item {
        min-height: 365px;
    }
}

@media all and (min-width: 1400px) {
    .postlist-card-item {
        min-height: 396px;
    }
}

/* //イベントアーカイブページの記述 */

/* イベント詳細の記述 */
.ttl-event {
    font-size: 30px;
    font-weight: 600;
}

.paging-simple .paging-label {
    color: #fff;
    background-color: #0C0C31;
    border-radius: 20px;
    width: 80px;
}

.paging-simple .paging-label>a {
    border-radius: 20px;
}

.single-event .event-label {
    width: 127px;
}

@media all and (min-width: 768px) {
    .paging-simple .paging-label {

        width: 110px;
    }

    .paging-simple .paging-label>a {
        padding: 8px 0 8px;
    }

    .single-event .event-label {
        padding: 3px 16px;
    }

    .single-event .postlist-card-txt {
        margin-top: 0px;
    }
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //イベント詳細の記述 */


/* セクション１の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション１の記述 */

/* セクション２の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション２の記述 */

/* セクション３の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}