/*
 Theme Name: next-zero
 Template: arkhe
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
    scroll-padding-top: 100px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}

a {
  color: inherit; 
  text-decoration: none; 
  cursor: pointer; 
}

a:visited {
  color: inherit;
}

a:hover {
    opacity: 0.8;
}

/*角丸*/
.rd img {
    border-radius: 8px;
}

.l-header {
    border-bottom: 1px solid #cccccc;
}

.c-gnav__li>.c-gnav__a {
    padding: 10px 8px;
    margin-right: 15px;
}

.c-gnav .c-gnav__li a:hover {
    opacity: 0.8;
    color: #1572c0;
}

.c-gnav .c-gnav__li:nth-child(2) a:hover {
    opacity: 0.8;
    color: #e52e87;
}

.c-gnav .c-gnav__li:nth-child(3) a:hover {
    opacity: 0.8;
    color: #bd8c08;
}

.c-gnav .c-gnav__li:nth-child(4) a:hover {
    opacity: 0.8;
    color: #3b8e50;
}

.c-gnav .__mainText {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.0rem;
}

.c-gnav .__mainText img {
    width: 45px;
    padding-bottom: 10px;
}

.c-subLogo {
    margin-left: 1rem;
}

.l-header__searchBtn .c-iconBtn .c-iconBtn__icon {
    height: 20px;
    width: 20px;
}

.c-iconBtn.-menuBtn:focus {
	outline: none;
	box-shadow: none;
}

.l-header__searchBtn button::after {
    content: "検索";
    font-size:0.6rem
}

@media screen and (max-width:767px) {
    .l-header__logo.has-image {
        align-items: center;
    }
    .c-subLogo {
        display: flex;
    }
    .l-header__searchBtn .c-iconBtn {
        flex-direction: column;
    }
}

@media screen and (min-width:1024px) {
    .c-gnav .__mainText .t_link {
        font-size: 0.6rem;
        padding-top: 3px;
    }
    .c-headLogo--kasuga-culturehall img {
        max-height: 65%;
    }
    .l-header__searchBtn button::after {
        font-size: 0.9rem;
    }
}



.p-drawer {
    background: #fff;
}

.c-iconBtn {
    color: #333;
}

.c-drawerNav__a {
    font-size: 1.1rem;
}

.c-drawerNav__a .__mainText {
    color: #333;
}

.c-drawerNav__a img {
    width: 50px;
    margin-right: 30px;
}

.c-drawerNav .__mainText {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.l-footer {
    position: relative;
    margin-top: 2rem;
}

.l-footer::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(#e52e87,#e52e87) 0 0 /100% 3px no-repeat,
    linear-gradient(#ffd461,#ffd461) 0 6px /100% 3px no-repeat,
    linear-gradient(#3b8e50,#3b8e50) 0 12px /100% 3px no-repeat,
    linear-gradient(#1572c0,#1572c0) 0 18px /100% 3px no-repeat;
}

.footer-cstm {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
}

.menu-list {
    list-style: none;
    font-size: 1.0rem;
    padding: 0;
}

.menu-list li {
    margin-bottom: 1rem;
}

.menu-list.right li:last-child {
    margin-bottom: 3rem;
}

.menu-list li a:hover {
    opacity: 1;
    color: #e52e87;
}

.footer-cstm-box.info {
    font-size: 1.0rem;
}

.footer-cstm-box.info .logo {
    margin-bottom: 1.5rem;
    text-align: center;
}

.footer-cstm-box.info .logo img {
        width: 80%;
}

.footer-cstm-box.info .add {
    margin-bottom: 1.5rem;
}

.footer-cstm-box.info .sns {
    display: flex;
    column-gap: 1rem;
}

.menu-list li .external-text {
    font-size: 0.8rem;
    white-space: nowrap;
}


@media screen and (min-width:768px) {
    .l-footer {
        margin-top: 2rem;
    }
    .footer-cstm {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

    }
    .menu-list {
        font-size: 1.0rem;
    }
    .menu-list.left {
        margin-right: 3rem;
    }
    .footer-cstm-box.menu {
        display: flex;
    }
    .footer-cstm-box.info {
        font-size: 1.0rem;
    }
    .footer-cstm-box.info .logo {
        text-align: left;
    }
    .footer-cstm-box.info .logo img {
        width: 20vw;
    }
    .menu-list li .external-text {
        font-size: 0.75rem;
    }
}

.c-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.c-breadcrumb__list li {
    margin-right: 10px;
    max-width: 100%;
    padding-right: 10px;
    position: relative;
}

.c-breadcrumb__list li::after {
    border-right: 1px solid;
    border-top: 1px solid;
    color: inherit;
    content: "";
    display: block;
    height: 4px;
    opacity: var(--ark-opacity--thin);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
}

.c-breadcrumb__list li:last-child:after {
    content: none;
}

@media screen and (max-width:767px) {
    .c-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.link_btn {
    text-align: center;
    padding: 15px 0;
}

.link_btn .btn-hover-double {
    padding: 1rem 4rem;
    border-radius: 50px;
    background-color: #e52e87;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
}

.link_btn .btn-hover-double:hover {
    border: 10px double;
    color: #fff;
    opacity: 1;
}

.c-fixBtn {
    background-color: #e52e87;
    border-radius: 50px;
}

.l-content__body {
margin-top:0;
margin-bottom: 1rem;
}

.page-id-3 .c-pageTitle__main,
.page-id-9 .c-pageTitle__main,
.page-id-15 .c-pageTitle__main,
.page-id-17 .c-pageTitle__main,
.page-id-19 .c-pageTitle__main,
.page-id-21 .c-pageTitle__main,
.page-id-23 .c-pageTitle__main,
.page-id-32 .c-pageTitle__main {
    display: none;
}

.page-id-9 .p-page__title,
.page-id-15 .p-page__title,
.page-id-17 .p-page__title,
.page-id-19 .p-page__title,
.page-id-21 .p-page__title,
.page-id-23 .p-page__title,
.page-id-32 .p-page__title {
    margin-bottom: 0;
}

.sec.news {
    position: relative;
}

.sec.news::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;
}

.sec-title {
    position: relative;
    margin-bottom: 5rem!important;
    font-weight: bold;
    font-size: 2.2rem;
    z-index: 1;
}
.sec-title::before {
    position: absolute;
    top: -40px;
    left: -3%;
    color: #f4efd4;
    font-size: 5.5rem;
    text-transform: uppercase;
    content: '';
    z-index: -5;
}

.sec-title.event::before {
    color: #ffdfef;
    content: 'event';
}

.sec-title.info::before {
    top: -13px;
    color: #fff;
    font-size: 3.2rem;
    content: 'information';
}

.sec-title.hall::before {
    color: #ffecb9;
    content: 'hall';
}


.sec-title.about::before {
    color: #ffdfef;
    content: 'about';
}

.sec-title.about.zero4 {
    line-height: 1.1;
}

.sec-title.about.zero4 .sec-title-sub {
    font-size: 1.0rem;
}

.sec-title.action::before {
    color: #ffecb9;
    content: 'action';
}

.sec-title.works-nextzero::before {
    color: #fff;
    content: 'works';
}

.sec-title.backstage::before {
    top: -18px;
    color: #ffecb9;
    font-size: 3.6rem;
    content: 'backstage';
}

.sec-title.join {
        margin-bottom: 3rem!important;
}

.sec-title.join::before {
    color: #fff;
    content: 'join';
}

.sec-title.works::before {
    color: #ffdfef;
    content: 'works';
}

.sec-title.privacy::before {
    color: #ffdfef;
    content: 'privacy';
}

.sec-title.faq::before {
    color: #fff;
    content: 'faq';
}

.sec-title.contact::before {
    color: #ffdfef;
    content: 'contact';
}

.sec-title.sitemap::before {
    color: #ffdfef;
    content: 'sitemap';
}


@media screen and (max-width:767px) {
    .sec-title.about::before {
        top: -15px;
    }
    .sec-title.about {
        line-height: 1.1;
    }
    .sec-title.about.zero4::before {
        top: -7px;
    }
    .sec-title.action {
        line-height: 1.1;
    }
    .sec-title.action::before {
        top: -35px;
    }
    .sec-title.join::before {
        font-size: 7.5rem;
    }
    .sec-title.contact::before {
        top: -20px;
        font-size: 4rem;
    }
    .sec-title.sitemap::before {
        font-size: 5.0rem;
    }
}

@media screen and (min-width:768px) {
    .sec-title {
        font-size: 3rem;
    }
    .sec-title::before {
        top: -60px;
        left: -2%;
        font-size: 8rem;
    }
    .sec-title.info::before {
        top: -40px;
        font-size: 6rem;
    }
    .sec-title.about.zero4::before {
        top: -45px;
    }
    .sec-title.about.zero4 .sec-title-sub {
        display: block;
    }
    .sec-title.backstage::before {
        top: -53px;
        font-size: 7rem;
    }
}
@media screen and (min-width:1024px) {
    .sec-title {
        font-size: 2rem;
    }
    .sec-title::before {
        top: -65px;
        left: -1%;
        font-size: 7rem;
    }
    .sec-title.info::before {
        top: -65px;
        font-size: 7rem;
    }
    .sec-title.backstage::before {
        top: -65px;
    }
}

h3 {
    margin-bottom: 3rem;
}

h3.action-sub-title {
    text-align: center;
}

h3.action-sub-title span{
    background:linear-gradient(transparent 70%, #ffd461 0%); 
}

@media screen and (min-width:768px) {
    h3.action-sub-title {
        font-size: 1.9rem;
        margin-bottom: 5rem;
    }
}


/*/////イベント情報スライダー※※使用しなければ削除//////*/
.swiper {
     margin-bottom: 3rem;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 75%!important;
    width: 75%!important;
    color: #e52e87;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide .event-category {
    font-size: 0.8rem;
    color: #fff;
    border-radius: 8px;
    text-align: center; 
    padding: 2px 0;
    margin-bottom: 0.5rem;
}

.swiper-slide .event-category.category-lifepia-ichijima {
    background-color: #3b8e50;

}

.swiper-slide .event-category.category-kasuga-culturehall {
    background-color: #1572c0;
}

.swiper-slide .event-name {
    font-size: 1.5rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.swiper-slide .event-date {
    font-size: 1.3rem;
    text-align: center;
}

@media screen and (min-width:1024px) {
    .swiper-slide .event-name {
        font-size: 1.3rem;
    }
    .swiper-slide .event-date {
        font-size: 1.0rem;
    }
}

/* 土曜日の文字色（青系） */
.w-text.is-sat {
    color: #2563eb;
    font-weight: bold; /* 好みで太字に */
}

/* 日曜日の文字色（赤系） */
.w-text.is-sun {
    color: #dc2626;
    font-weight: bold;
}

.hall-container {
    text-align: center;
}

.hall-box {
    margin-bottom: 5rem;
}

.hall-box--pic {
    margin-bottom: 1rem;
}
.hall-box--pic img {
    box-shadow: 0 0 8px #a8a8a8;
}

.hall-name {
    background-color: #3b8e50;
    border-radius: 100px;
    padding: 5px 0;
    color: #fff;
    font-size: 1.2rem;
}

.hall-name.kasuga {
    background-color: #1572c0;
}

@media screen and (min-width:768px) { 
    .hall-container {
        display: flex;
        justify-content: space-around;
    }
    .hall-box {
        width: 38%;
    }
}

/*//////////////ここまで削除/////////////////*/


/*/////イベント情報グリッド表示//////*/
.event-all {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
    margin-bottom: 3rem;
}

.event-all .event-card {
	min-width: 0;
}

.event-all .event-card__link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.event-all .event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.event-all .event-card__link:hover .event-image img {
	transform: scale(1.04);
}

.event-all .event-card .event-category {
    font-size: 0.8rem;
    color: #fff;
    border-radius: 8px;
    text-align: center; 
    padding: 2px 0;
    margin-bottom: 0.5rem;
}

.event-all .event-card .event-category.category-lifepia-ichijima {
    background-color: #3b8e50;

}

.event-all .event-card .event-category.category-kasuga-culturehall {
    background-color: #1572c0;
}

.event-all .event-card .event-name {
    font-size: 1.3rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.event-all .event-card .event-date {
    font-size: 1.1rem;
    text-align: center;
}

.event-all .event-status {
	display: inline-block;
	margin: 0.5rem 0 0.4rem;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.event-all .event-status.status-sale {
	background: #e52e87;
	color: #fff;
}

.event-all .event-status.status-before {
	background: #e8e8e8;
	color: #333;
}

.event-all .event-status.status-sold {
	background: #333;
	color: #fff;
}

.event-all .event-status.status-free {
	background: #e52e87;
	color: #fff;
}

.event-all .event-status.status-finished {
	background: #4b4949;
	color: #fff;
}

@media screen and (min-width: 767px) {
    .event-all {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.event-all > .event-card:nth-child(4) {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.event-all {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.event-all .event-card:nth-child(n + 4) {
		display: block;
	}
}

@media screen and (max-width:767px) {
    .event-all .event-card {
        padding: 0 10px 5px;
        box-shadow: 0 0 8px #cfcfcf;
        border-radius: 8px;
    }
}


/*///一般社団法人ネクストゼロとは？///*/
.about_table tr td {
    border: 1px solid #333;
}

.about_table tr td:first-child {
    background-color: #d9eeff;
}

.sec.works {
    position: relative;
}

.sec.works::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;
}

.sec.works .top-works-list {
    list-style: none;
    margin-bottom: 3rem;
}

.sec.works .top-works-list .top-works-item {
    margin-bottom: 2rem;
}

.top-works-item .top-works-link {
    font-size: 1.0rem;
}

.top-works-item .top-works-link .top-works-category {
    margin-left: 1.5rem;
    background-color: #e52e87;
    color: #fff;
    border-radius: 3px;
    padding: 0.1rem 1rem;
    line-height: 1.3;
}

.top-works-item .top-works-link .top-works-title {
    margin-left: 1.5rem;
    font-size: 1.2rem;
}

@media screen and (min-width:768px) {
    .about_table tr td:first-child {
        width: 25%;
    }
}

@media screen and (max-width:767px) {
    .about_table td {
        display: block;
        border-bottom: none!important;
    }
    .about_table td:first-child {
        text-align: center;
    }
    .about_table:nth-last-child(1) {
        border-bottom: 1px solid #333!important;
    }
    .top-works-item .top-works-link .top-works-category {
        display: inline-block;
    }
    .top-works-item .top-works-link .top-works-title {
        display: block;
    }
}


/*///ライフピアいちじま大ホール///*/
.page-id-15 .sec.news {
    margin-top: 0;
}

/*///春日文化ホール///*/
.page-id-17 .sec.news {
    margin-top: 0;
}

/*///ZERO-4とは///*/
.about_caption {
    text-align: center;
    font-size: 1.2rem;
}

.zero4_about {
    position: relative;
}

.zero4_about::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5efe9;
    z-index: -1;
}

.zero4-column {
    justify-content: space-evenly;
}

.backstage-box {
    border: 1px solid #ffd461;
    padding: 1rem;
    margin-bottom: 3rem;
    border-radius: 8px;
}

.backstage-box h3 {
    margin: 1rem auto 2rem!important;
}

.backstage-sub-title span {
    background: linear-gradient(transparent 70%, #ffd461 0%);
}

.sec-join {
    position: relative;
}

.sec-join::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff0c8;
    z-index: -1;
}


@media screen and (max-width:767px) {
    .zero4_about h3 {
        text-align: center;
    }
    .backstage-box:nth-child(odd) .zero4-column {
    flex-direction: column-reverse;
    }
}

@media screen and (min-width:768px) {
    .about_table tr td:first-child {
        width: 25%;
    }
    .backstage-box h3 {
    margin: 1rem auto 3rem!important;
    }
}

@media screen and (min-width:1024px) {
    .zero4_about h3 {
        font-size: 1.8rem;
    }
}

/*///個人情報保護方針///*/
.privacy-box {
    margin-bottom: 5rem;
}

.privacy-list {
    margin: 3rem auto!important;
}

/*///よくある質問///*/
.sec-faq {
    position: relative;
}
.sec-faq::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;
}

.faq-button-box {
    margin-bottom: 5rem;
}

.sec-faq h3 {
    font-size: 1.8rem;
}

.faq-box {
    background-color: #fff;
    border: none;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.faq-box .smb-faq__item__question__label {
    color: #1572c0;
    font-weight: 700;
}

.faq-box .smb-faq__item__answer__label {
    color: #e60013;
    font-weight: 700;
}

/*///お問い合わせ///*/
.sec-contact .form-cap {
    margin-bottom: 5rem;
}

.sec-contact .smf-form--business .smf-item__col--label {
    background-color: #fff3f9;
    display: flex;
    align-items: center;
}

.sec-contact .smf-item__description {
    padding: 0.1rem 0.5rem;
    background-color: #e52e87;
    color: #fff;
    margin-top: 0;
    margin-left: 0.5rem;
    border-radius: 8px;
}

.sec-contact .smf-action .smf-button-control__control {
    background-image: none;
    background-color: #e52e87;
    color: #fff;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    border: 10px solid #e52e87;
}

.sec-contact .smf-action .smf-button-control__control:hover {
    border: 10px double;
    color: #fff;
    opacity: 1;
}

.smf-item__controls .form_caption {
    font-size: 0.9rem;
    color: #5c5c5c;
}

.smf-form--business .form-first {
    border-top: 1px solid #ddd!important;
}

[data-screen="confirm"] .form-cap {
    display: none;
}

@media screen and (min-width:768px) {
    .sec-contact .smf-form--business .smf-item__col--label {
        flex: 0 0 20em;
        max-width: 20em;
    }
    .sec-contact .smf-form--business .smf-form--business .smf-item__col--controls {
        flex: 1 1 calc(100% - 20em);
        max-width: calc(100% - 20em);
    }
}

/*///サイトマップ///*/
.sec-sitemap .page-list li {
    border: none;
}

.sec-sitemap .page-list li ::marker {
    content: none;
}

.sec-sitemap .wp-block-navigation__submenu-container {
    list-style: none!important;
}

.sec-sitemap .wp-block-navigation__submenu-container li a {
    margin-left: 1rem;
}

.sec-sitemap .wp-block-navigation__submenu-container li a::before {
    content: "ー";
}

/*///イベント情報///*/
.event-top-area {
    margin-bottom: 5rem;
}

.event-list {
    display: flex;
    flex-direction: column;
}

.card-box {
    display: flex;
    padding: 5px;
    box-shadow: 0 0 8px #cfcfcf;
    margin-bottom: 3rem;
    border-radius: 8px;
}

.card-box .card-left {
    flex: 0 0 110px;
}

.card-box .card-left img {
    display: block;
    width: 100%;
    height: auto;
}

.card-box .card-right {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.card-box .card-right .event-hall {
    color: #fff;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 0.5rem;
    border-radius: 8px;
}

.card-box .card-right .event-hall.hall-lifepia-ichijima {
    background-color: #3b8e50;
}

.card-box .card-right .event-hall.hall-kasuga-culturehall {
    background-color: #1572c0;
}

.card-box .card-right h2 {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

.card-box .card-right .event-date {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.card-box .card-right .event-status {
    display: inline-block;
    padding: 0 1rem;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: auto;
    align-self: flex-end;
}

.card-box .card-right .event-status.status-sale {
	background: #e52e87;
	color: #fff;
}

.card-box .card-right .event-status.status-before {
	background: #e8e8e8;
	color: #333;
}

.card-box .card-right .event-status.status-sold {
	background: #333;
	color: #fff;
}

.card-box .card-right .event-status.status-free {
	background: #e52e87;
	color: #fff;
}

.card-box .card-right .event-status.status-finished {
	background: #4b4949;
	color: #fff;
}

.event-sidebar h2 {
    background-color: #fff3f9;
    padding: 1rem 0 1rem 1rem;
    margin-bottom: 1rem;    
}

.event-sidebar ul {
    list-style: none;
}

@media screen and (min-width:768px) {
    .card-box .card-right .event-hall {
        font-size: 0.8rem;
    }
    .event-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .event-list .event-card {
        width: 49%;
    }
    .card-box {
        padding: 15px;
    }
}

@media screen and (min-width:1024px) {
    .card-box .card-left {
        flex: 0 0 220px;
    }
    .card-box .card-right .event-hall {
        font-size: 0.9rem;
    }
}

/*///イベント情報 single///*/
.single-event .l-content__body {
    margin-bottom: 3rem;
}

.event-title-area {
    position: relative;
    padding: 2rem 0.5rem;
    margin-bottom: 2rem;
}

.event-title-area::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;
}

.event-title-area .event-status {
    display: inline-block;
    padding: 0 1rem;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.event-title-area .event-status.status-sale {
	background: #e52e87;
	color: #fff;
}

.event-title-area .event-status.status-before {
	background: #e8e8e8;
	color: #333;
}

.event-title-area .event-status.status-sold {
	background: #333;
	color: #fff;
}

.event-title-area .event-status.status-free {
	background: #e52e87;
	color: #fff;
}

.event-title-area .event-status.status-finished {
	background: #4b4949;
	color: #fff;
}

.event-pic-area {
    margin-bottom: 2rem;
}

.event-pdf-area {
    text-align: center;
}

.event-pdf-area {
    text-align: center;
    margin-bottom: 1.5rem;
}

.event-pdf-list {
    list-style: none;
    padding-left: 0;
}

.event-pdf-list a::before {
    content: "PDF";
    display: inline-block;
    margin-right: 8px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #d32f2f;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

h3.detail-title {
    background-color: #e52e87;
    color: #fff;
    padding: 1rem 0 1rem 1rem;
    border-radius: 8px;
}

.detail-box {
    margin-bottom: 3rem;
}

.detail-table th {
    background-color: #fff3f9;
}

.single-event h4 {
    background-color: #fff3f9;
    padding: 1rem 0 1rem 1rem;   
}

.single-event h5 {
    border-bottom: solid 3px #e52e87;   
}

.single-event h6 {
    padding: 1rem 0;
    border-left: solid 3px #e52e87;   
}

.single-event .event-content a {
    text-decoration: underline;
    pointer-events:auto;
}

@media screen and (min-width:768px) {
    .event-pic-area {
        width: 55%;
        margin: 0 auto 1rem;
    }
}

@media screen and (max-width:767px) {
    .detail-table,
	.detail-table tbody,
	.detail-table tr,
	.detail-table th,
	.detail-table td {
		display: block;
		width: 100%;
    }
}

/*///お知らせ一覧　リスト表示///*/
.top-information__list {
    list-style: none;
    margin-bottom: 3rem;
}

.top-information__list li {
    margin-bottom: 2rem;
}

.top-information__list .top-information__category {
    background-color: #e52e87;
    color: #fff;
    border-radius: 3px;
    padding: 0.1rem 0.3rem;
    line-height: 1;
}

.top-information__list .top-information__title {
    font-size: 1.1rem;
}

@media screen and (min-width:768px) {
    .top-information__list time {
        margin-right: 1.5rem;
    }
    .top-information__list .top-information__category {
        margin-right: 1.5rem;
        padding: 0.1rem 1.3rem;
    }
}

@media screen and (max-width:767px) {
    .top-information__list time,
    .top-information__list .top-information__category {
        display: inline-block;
    }
    .top-information__list .top-information__title {
        display: block;
    }
}

/*///お知らせ一覧ページ///*/
.p-information__header {
    position: relative;
    padding: 2rem 0.5rem;
    margin-bottom: 2rem;
}

.p-information__header::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;    
}

.p-information__list {
    list-style: none;
    margin-bottom: 3rem;
}

.p-information__list li {
    margin-bottom: 3rem;
}
.p-information__list .p-information__category {
    background-color: #e52e87;
    color: #fff;
    border-radius: 3px;
    padding: 0.1rem 0.3rem;
    line-height: 1;
}
@media screen and (min-width:768px) {
    .p-information__list  time {
        margin-right: 1.5rem;
    }
    .p-information__list .p-information__category {
        margin-right: 1.5rem;
        padding: 0.1rem 1.3rem;
    }
}

@media screen and (max-width:767px) {
    .p-information__list  time,
    .p-information__list .p-information__post-title {
        display: block;
    }
    .p-information__list .p-information__category {
        display: inline-block;
    }
}

/*///お知らせ　single///*/
.p-entry__title {
    padding: 1.5rem 0;
    position: relative;
}

.p-entry__title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;
}

.search .p-postList__meta {
    display: none;
}


/*///活動実績///*/

.works-header .works_lead {
    margin: 3rem auto 5rem;
}

.works-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	align-items: start;
}

.works-main {
	min-width: 0;
    margin-bottom: 3rem;
}

.works-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.works-card {
    box-shadow: 0 0 8px #cfcfcf;
    border-radius: 8px;
    padding: 0.8rem;
}

.works-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.works-card-image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background-color: #f4f4f4;
}

.works-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.works-card-link:hover .works-card-image img {
	transform: scale(1.04);
}

.works-card-body {
	padding-top: 15px;
}

.works-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 15px;
	margin-bottom: 10px;
}

.works-card-date {
	color: #666;
	font-size: 0.875rem;
}

.works-card-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.works-card-category {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 8px;
	font-size: 0.9rem;
	line-height: 1.5;
    background-color: #e52e87;
    color: #fff;
}

.works-card-title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.7;
}

.works-sidebar {
	position: static;
}

.works-sidebar-section + .works-sidebar-section {
	margin-top: 45px;
}

.works-sidebar-title {
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e52e87;
	font-size: 1.125rem;
}

.works-sidebar-list,
.works-archive-list,
.works-archive-months {
	margin: 0;
	padding: 0;
	list-style: none;
}

.works-sidebar-list li,
.works-archive-months li {
	border-bottom: 1px solid #ddd;
}

.works-sidebar-list a,
.works-archive-months a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 4px;
	color: inherit;
	text-decoration: none;
}

.works-sidebar-list a:hover,
.works-archive-months a:hover {
    color: #e52e87;
    opacity: 1;
}

.works-archive-year + .works-archive-year {
	margin-top: 20px;
}

.works-archive-year-link {
	display: block;
	margin-bottom: 5px;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.works-archive-year-link:hover {
    color: #e52e87;
    opacity: 1;
}

.works-archive-months {
	padding-left: 10px;
}

.works-pagination {
	margin-top: 60px;
    display: flex;
    justify-content: center;
}

.page-numbers.current {
    background-color: #e52e87!important;
}
.page-numbers:not(.dots):hover {
    background-color: #e068a2;
}

@media screen and (min-width: 768px) {
	.works-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 50px 30px;
	}
}

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

	.works-layout {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 60px;
	}

	.works-sidebar {
		position: sticky;
		top: 40px;
	}
}


/*///活動実績 single///*/
.works-single {
    margin-bottom: 3rem;
}

.works-single-titlearea {
    position: relative;
    padding: 2rem 0.5rem;
    margin-bottom: 1rem;
}

.works-single-title {
    font-size: 1.75rem;
}

.works-single-title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3f9;
    z-index: -1;
}

.works-single-meta {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
}
.works-single-category {
    background-color: #e52e87;
    color: #fff;
    line-height: 1.5;
    padding: 0 2rem;
    margin-left: 1rem;
    border-radius: 8px;

}

.works-single p {
    margin-bottom: 2rem;
}

.works-single-thumbnail {
	width: 100%;
	height: 240px;
	margin: 30px auto;
	overflow: hidden;
}

.works-single-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

	.works-single-thumbnail {
		height: 420px;
	}

}

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

	.works-single-thumbnail {
		max-width: 900px;
		height: 500px;
	}

}