@charset "utf-8";

.keyVisual_content .innerBox .figure{
	background: url("/event/img/keyvisual.jpg") no-repeat center bottom / cover;
}

.keyVisual_content .keyVisual_title span::before{
	background: url("/event/img/p_event_blue.png") no-repeat center bottom / contain;
	max-width: 136px;
	width: 100%;
	aspect-ratio: 272/161;
}

body.under .keyVisual_content .keyVisual_title span::before{
	background-image: url("/event/img/p_event.png");
}

#underDetail::before,
#underDetail::after{
	content: "";
	display: block;
	background: url("/event/img/icon_flag.svg") no-repeat center / contain;
	max-width: 312px;
	width: 36%;
	aspect-ratio: 258/150;
	position: absolute;
	top: 0;
}
#underDetail::before{
	right: calc(100% - 110px);
	transform: scale(-1,1);
}
#underDetail::after{
	left: calc(100% - 110px);
}

#underDetail > .content{
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 1280px){
	#underDetail::before{
		right: 0;
		transform: scale(1);
	}
	#underDetail::after{
		content: none;
	}
}

@media screen and (max-width: 1024px){
	.keyVisual_content .keyVisual_title span{
		margin-left: 20px;
	}
	.keyVisual_content .keyVisual_title span::before{
		left: -0.2em;
	}
}
@media screen and (max-width: 768px){
	.keyVisual_content .keyVisual_title span{
		margin-left: 7.8125vw;
	}
	.keyVisual_content .keyVisual_title span::before{
		left: -5.599vw;
		width: 20%;
	}
}



/* ------------------------------------------------------------------------ */

/*  タグ検索部分

/* ------------------------------------------------------------------------ */

.cnt-search{
	background: #ffe66b;
	padding-top: 0;
	overflow: hidden;
}
.cnt-form{
	background: #ffe66b;
	padding: 20px 10px 24px;
    position: relative;
    z-index: 1;
}
.cnt-search .cnt-lead{
	font-size: 18px;
	padding: 60px 0 40px;
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
	.cnt-search .cnt-lead::before,
	.cnt-search .cnt-lead::after{
		content: "";
		display: block;
		background: url("/event/img/icon_flag_wht.svg") no-repeat center / contain;
		aspect-ratio: 258/150;
		max-width: 312px;
		width: 28%;
		position: absolute;
		top: 0;
	}
	.cnt-search .cnt-lead::before{
		left: 0;
		transform: scale(-1,1);
	}
	.cnt-search .cnt-lead::after{
		right: 0;
	}

	.cnt-search .cnt-lead p{
		position: relative;
		z-index: 10;
	}

@media screen and (max-width: 768px){
	.cnt-search{
		border-bottom: none;
		/* padding-bottom: 45px; */
		padding-bottom: 0;
	}
	.cnt-search__inner{
		/* margin-top: 20px; */
	}
	.cnt-search .cnt-lead{
		padding: 30px 0;
	}
	.cnt-search .cnt-lead::before{
		content: none;
	}
	.cnt-search .cnt-lead::after{
		right: -20px;
		max-width: 170px;
		width: 100%;
	}
	.cnt-search .cnt-lead p{
		text-align: left;
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------------ */

/*  一覧部分

/* ------------------------------------------------------------------------ */
.event_flex {
	max-width: 1920px;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.event_flex.sp{
	display: none;
}

.event_cards .slick-track{
	height: 100%;
}

.event_cards .slick-slide > div {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    align-content: stretch;
	height: calc(100% / 2);
}

.event_slide{
	width: 100%;
}

.event_flex .div2 .event_cards{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
}

.event_cards .card {
	border: none;
	border-right: 1px solid #000;
    box-sizing: border-box;
    list-style: none;
    border-top: none;
    color: #000;
    padding: 40px;
    padding-bottom: 35px;
	width: 33.333% !important;
	height: 100%;
    float: none !important;
	transform: rotate(0);
}
.event_cards .card.is-dummy {
	pointer-events: none;
}
.event_cards .card-content {
	background: #f9f9f9;
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s, box-shadow 0.3s;
}
.event_cards .card:first-child{
    border-left: none;
}
.event_cards .card:last-child{
    border-right: 1px solid #000;
}

.event_cards img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 15px;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.event_cards .ttl {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.event_cards .cate{
	margin-top: 10px;
}
.event_cards .time{
	margin-top: 15px;
}

.event-prev::before { content: '\f060'; }
.event-next::before { content: '\f061'; }

.event_more{
	background-color: #ffe66b;
}

.event_flex .div1{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px;
	width: 50%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.event_flex .div1 .card{
	border: none;
	position: relative;
	max-width: 584px;
	z-index: 1;
}
	.event_flex .div1 .card::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #ffe66b;
		transform-origin: center center;
		transform: rotate(-4deg);
		width: 100%;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.event_flex .div1 .card::after{
		content: "";
		display: block;
		background: url("/event/img/p_pickup.png") no-repeat center / contain;
		aspect-ratio: 439/222;
		max-width: 220px;
		width: 100%;
		position: absolute;
		top: -50px;
		left: -55px;
		z-index: 20;
	}

.event_flex .div1 .card a{
	background: #fff;
	border: solid 1px #000;
	padding: 60px;
	padding-bottom: 20px;
	border-radius: 10px;
	color: #000;
	overflow: hidden;
}
.event_flex .div1 .card img{
	width: 100%;
	aspect-ratio: 1 / 1 ;
	object-fit: cover;
}
.event_flex .div1 .card .cate{
	margin-top: 18px;
}
.event_flex .div1 .card .time{
	margin-top: 25px;
}

.event_flex .div2{
	width: 50%;
}

/* ページナビ */
.slick-controls{
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}
#pagenavi{
	width: 50%;
	margin: 20px 0 100px auto;
}
.event-prev{
	order: 1 !important;
}
.slick-dots{
	order: 2 !important;
}
.event-next{
	order: 3 !important;
}

@media screen and (min-width: 1201px){
	.event_cards .card{
		border-bottom: 1px solid #000;
	}
/*
	.event_cards .card:nth-child(1),
	.event_cards .card:nth-child(2),
	.event_cards .card:nth-child(3){
		border-top: none;
		border-bottom: 1px solid #000;
	}
*/
	.event_cards .card:nth-child(3n){
		border-right: none;
	}
}
@media screen and (max-width: 1200px) {
	.event_cards .card{
		border-bottom: 1px solid #000;
		width: 50% !important;
		padding: 30px;
	}
		.event_cards .card:nth-child(2n){
			border-right: none;
		}

	.event_flex .div1{
		align-items: flex-start;
		min-height: 750px;
	}
	.event_flex .div1 .card a{
		padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	.outer--event_flex{
		border-bottom: none;
	}
	.event_flex{
		display: block;
	}
	.event_flex.sp{
		display: block;
		background: #fff;
		margin: 0 -10px;
	}

	.event_flex .div1{
		border: none;
		width: 100%;
		min-height: inherit;
	}
	.event_flex .div1.pc{
		display: none;
	}
	.event_flex .div2{
		width: 100%;
	}
	.event_cards .card{
		width: 50% !important;
		min-width: 50vw !important;
		max-width: 50vw !important;
		box-sizing: border-box;
		padding: 20px;
		border-top: 1px solid #000;
	}
	.event_flex .div1 .card{
		max-width: calc(690 / 750 * 100%);
		width: 100%;
	}

	.event_flex .div1 .card .ttl{
		font-size: 12px;
		margin-top: 22px;
	}
	.event_flex .div1 .card .cate{
		margin-top: 12px;
	}
	.event_flex .div1 .card .cate li{
		font-size: 12px;
	}
	.event_flex .div1 .card .time{
		font-size: 12px;
		margin-top: 13px;
	}
	.event_cards .ttl{
		font-size: 12px;
		margin-top: 18px;
	}
	.event_cards .cate{
		margin-top: 13px;
	}
	.event_cards .cate li{
		font-size: 12px;
	}
	.event_cards .time{
		font-size: 12px;
		margin-top: 13px;
	}

	#pagenavi{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
    .event_cards .slick-track{
        width: max-content !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .event_cards .slick-slide > div {
        flex-direction: row !important;
        display: contents !important;
        flex-wrap: wrap !important;
    }
    .event_flex{
        display: block;
    }
    .event_flex .div1{
        width: 100%;
    }
    .event_flex .div2{
        width: 100%;
    }
    .event_cards .card{
        width: 50% !important;
        min-width: 50vw !important;
        max-width: 50vw !important;
        box-sizing: border-box;
        padding: 20px;
        border-top: 1px solid #000;
    }
    .event .ttls{
        padding-inline: 0;
        padding-top: 49px;
        padding-bottom: 21px;
    }
    .event .ttls .sub{
        margin-top: 17px;
        text-align: center;
    }
    .event .ttls::before{
            width: 129px;
            top: -27px;
            left: 8px;
        right: auto;
    }
    .event .ttls::after{
        background: url(/img/bg/img_top_event_background_02.png) no-repeat center center / contain;
        width: 148px;
        top: -46px;
        right: 0;
        left: auto;
    }
    .event_flex .div1 .card{
        max-width: calc(690 / 750 * 100%);
        width: 100%;
    }
    .event_flex .div1 .card .ttl{
        font-size: 12px;
        margin-top: 22px;
    }
    .event_flex .div1 .card .cate{
        margin-top: 12px;
    }
    .event_flex .div1 .card .cate li{
        font-size: 12px;
    }
    .event_flex .div1 .card .time{
        font-size: 12px;
        margin-top: 13px;
    }
    .event_cards .ttl{
        font-size: 12px;
        margin-top: 18px;
    }
    .event_cards .cate{
        margin-top: 13px;
    }
    .event_cards .cate li{
        font-size: 12px;
    }
    .event_cards .time{
        font-size: 12px;
        margin-top: 13px;
    }
	.slick-controls{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.event_flex .div1 .card::after{
		max-width: 125px;
		top: -37px;
		left: -11px;
	}
}
@media screen and (max-width: 500px) {
	.event_flex .div1{
		padding: 40px 10px;
	}
}


/* ------------------------------------------------------------------------ */

/*  詳細ページ

/* ------------------------------------------------------------------------ */

#sec_cmsDetail h3{
	border-color: #ffe66b;
}
#sec_cmsDetail h4{
	color: #66570c;
}
#underDetail .infoContainer{
	background-color: #fff6c7;
}
#underDetail .infoContainer .hd03{
	color: #665a21;
	border-color: #665a21;
}
