@charset "UTF-8";


.renewwal-in {
	padding: 1em;
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.renewwal-in {
		border-radius: 8px;
		padding: 1em;
	}
}

.renewwal-slider-wrap {
	max-width: 1400px;
	width: 90%;
	margin: 5% auto;
	padding-bottom: 40px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.renewwal-slider-wrap {
		margin: 5% 0 5% auto;
		padding-bottom: 0px;
	}
}

.renewwal-slider {
	overflow: hidden;
}

.renewwal-nav {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
	position: absolute;
	width: 20%;
	left: 50%;
	bottom: -5%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.renewwal-nav {
		width: 50%;
	}
}

.swiper-button-prev,
.swiper-button-next {
	width: 60px;
	height: 60px;
}

/* デフォルト矢印消す */
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

/* 左三角 */
.swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 45px solid #E63178;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

/* 右三角 */
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 40px solid #E63178;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

.swiper-button-prev.swiper-button-disabled::before {
	border-right: 40px solid #AA798F;
}

.swiper-button-next.swiper-button-disabled::before {
	border-left: 40px solid #AA798F;
}

@media screen and (max-width: 767px) {

	/* 左三角 */
	.swiper-button-prev::before {
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-right: 25px solid #E63178;
	}

	/* 右三角 */
	.swiper-button-next::before {
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 25px solid #E63178;
	}

	.swiper-button-prev.swiper-button-disabled::before {
		border-right: 25px solid #AA798F;
	}

	.swiper-button-next.swiper-button-disabled::before {
		border-left: 25px solid #AA798F;
	}
}

.swiper-wrapper {
	padding: 1em 0;
}

.swiper-wrapper {
	align-items: stretch;
}

.swiper-slide {
	height: auto;
	display: flex;
}

.swiper-slide>div {
	width: 100%;
}

.txt-c {
	text-align: center;
}

.mb-01 {
	margin-bottom: 1em;
}

.mb-005 {
	margin-bottom: 0.5em;
}

.txt-l {
	text-align: left;
}

.modal-in-img {
	margin-bottom: 1em;
}

.event-bg-pink {
	background-color: #E85298;
}

.event-bg-green {
	background-color: #00A73C;
}

.event-bg-red {
	background-color: #E1374A;
}

.m-bg-red {
	background-color: #E60012;
}

.m-bg-blue {
	background-color: #00A5DC;
}

.modal-in-day {
	background-color: #E85298;
	color: #ffffff;
	text-align: center;
	padding: 0.2em 2em;
	font-size: 1.4em;
	border-radius: 100px;
	margin: 0 auto;
	width: fit-content;

}

@media screen and (max-width: 767px) {
	.modal-in-day {
		padding: 0.2em 1.5em;
		font-size: 1.2em;

	}
}

.enent-full {
	background-color: #ffffff;
	border-radius: 0;
	text-align: center;
	border: #E1374A solid 2px;
	color: #E1374A;
}