.searchandfilter > ul {
	margin-top: 2rem;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	max-width: 1000px;
	margin-inline: auto;
	@media screen and (max-width: 768px) {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}
.searchandfilter > ul > li{
	width: 100%;
	border-radius: 25px;
    background-color: #fff;
    border: solid 1px #000;
	display: flex;
	align-items: center;
	padding:0 0 ;
}
.searchandfilter > ul > li.sf-field-reset {
	background:transparent;
	border:0;
	grid-column: 1 / -1; /* 4つ目のアイテムを1列目から最後の列まで伸ばす */
	justify-content: center;
}
.searchandfilter > ul > li.sf-field-reset .search-filter-reset{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 10px;
	box-sizing:border-box;
    border: none;
    outline: none;
	background:#000;
	color:#fff;
	width:200px;
	cursor: pointer;
	border-radius:30px;
}
.searchandfilter > ul > li h4 {
    display: flex;
    background-color: #000;
    align-items: center;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem 1rem;
    margin-right: 0rem;
    font-weight: 700;
    height: 100%;
	white-space: nowrap;
    line-height: 1.2;
}
.searchandfilter > ul > li label {
    display: block;
    margin: 0;
    padding: 0;
}
.searchandfilter > ul > li select.sf-input-select {
	min-width:auto;
	font-size:14px;
	appearance: none;
	padding: 11px 15px;
	padding-right: 1em;
	border: none;
	outline: 0;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
	background-color: transparent;
}
select[name="_sft_taget_course[]"] {
	width:220px;
	@media screen and (max-width: 768px) {
		width:100%;
		box-sizing:border-box;
	}
}
select[name="_sft_genre[]"] {
	width:220px;
	@media screen and (max-width: 768px) {
		width:100%;
		box-sizing:border-box;
	}
}
.searchandfilter > ul > li  li {
    padding:0;
}

.searchandfilter > ul > li input.sf-input-date {
	border:0!important;
	appearance: none;
	background-color: transparent;
	outline:none;
	padding: 11px 15px;

}
div.blog-card__text {
	height: auto;
	min-height:7rem;
}

.blog-card__img img{
	aspect-ratio: 16 / 9;
}



.main.section.second {
	margin-top:64px;
	padding-top:1rem;
	z-index:0;
}
.breadcrumbs {
	display: flex;
	font-size:12px;
	padding-bottom:1rem;
}
.breadcrumbs li {
	padding-right:2em;
	position:relative;
}
.breadcrumbs li::after {
	position:absolute;
	right:1em;
	top:0;
	bottom:0;
	margin:auto;

	content:"";
	width:6px;
	height:6px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	transform:rotate(-45deg);
}
.breadcrumbs li:nth-last-of-type(1)::after {
	display:none;
}

.main_content {
	background:#fff;
	padding:4rem 5rem;
	@media screen and (max-width: 768px) {
		padding:3rem 1rem;
	}
}


.main_content > h1 {
	font-size:30px;
	color:#FF488A;
	text-align:center;
	margin-bottom:40px;
}





/* schedule */
.menyevent__title {
	margin-top: 8rem;
	width: 90%;
	max-width: 700px;
	margin-inline: auto;

	@media screen and (max-width: 768px) {
		margin-top: 4rem;
		width: 90%;
	}
}

.asign__btn {
	text-align:center;
	padding-top: 3rem;
	width: 25%;
	max-width: 250px;
		margin:auto;


	@media screen and (max-width: 768px) {
		width: 70%;
	}
}
.more__btn {
	text-align:center;
	padding-top: 3rem;
	width: 25%;
	max-width: 250px;
	margin:auto;

	@media screen and (max-width: 768px) {
		width: 70%;
	}
}




/*
.splide__link .splide__top-text {
    font-size: clamp(0.6rem, 0.6rem + 1vw, 1.875rem);
}
.splide__link {
	@media screen and (max-width: 768px) {
		 height: 40px;
		 width: 40px;
	}
}
*/


.fadein.view {
	height:0;
}