@media screen and (max-width: 767px) {
	.only-lg {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}

	.only-tab {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.only-lg {
		display: none !important;
	}

	.only-tab {
		display: inline-block !important;
	}
}

@media screen and (min-width: 491px) {
	.ss-sp {
		display: none;
	}
}

body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

p.notice {
	font-size: 0.9em;
}

p span.youbi {
	font-size: 0.8em;
}

p span.line-yellow {
	background: linear-gradient(transparent 60%, #FFF200 0%);
	display: inline;
}

.top_logo {
	position: absolute;
	z-index: 2;
	width: 80px;
	left: 10px;
	top: 28px;
	background: #fff;
	padding: 3px;
}

@media screen and (max-width: 767px) {
	.top_logo {
		width: 45px;
		top: 20px;
	}
}

.fv {
	position: relative;
	padding: 40px 0 30px;
	background: url(../img/fv-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	border-top: 20px solid #004098;
	border-bottom: 20px solid #004098;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.fv {
		padding: 70px 0 30px;
		border-top: 15px solid #004098;
		border-bottom: 15px solid #004098;
	}
}

.fv__ttl {
	width: 75%;
	margin: 0 auto;
	max-width: 900px;
}

@media screen and (max-width: 767px) {
	.fv__ttl {
		width: 95%;
	}
}

.fv__day {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	padding: 8px 0 12px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.fv__day {
		display: block;
		margin-top: 16px;
		padding: 2px 0;
	}
}

.fv__day p {
	margin: 0 12px;
	color: #004098;
	font-weight: 700;
	font-size: 1.8em;
}

@media screen and (max-width: 767px) {
	.fv__day p {
		font-size: 1.4em;
		margin: 8px 0;
	}
}

.fv__day p span.bg-purple {
	padding: 4px 8px;
	background: #004098;
	color: #fff;
	font-size: 0.8em;
	margin-right: 8px;
	letter-spacing: 2px;
}

.about {
	margin-top: 60px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.about {
		margin-top: 40px;
	}
}

.about .pair {
	display: inline-block;
	padding: 4px 32px;
	background: #E4007F;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	font-size: 2em;
}

.about .pair span.small {
	font-size: 0.7em;
}

@media screen and (max-width: 767px) {
	.about .pair {
		font-size: 1.7em;
	}
}

.about .ttl {
	margin-top: 8px;
	color: #E4007F;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.3;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.about .ttl {
		font-size: 1.8em;
	}
}

.about .place {
	margin-top: 8px;
	color: #E4007F;
	font-weight: 700;
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
	.about .place {
		font-size: 1.1em;
	}
}

.about .price-notice {
	margin-top: 4px;
	color: #E4007F;
	font-size: 0.9em;
}

@media screen and (max-width: 767px) {
	.about .price-notice {
		font-size: 0.8em;
	}
}

.about .kikan {
	margin-top: 20px;
	display: inline-block;
	padding: 4px 20px;
	border: 1px solid #004098;
	border-radius: 40px;
	color: #004098;
	font-weight: 700;
	font-size: 1.4em;
}

@media screen and (max-width: 767px) {
	.about .kikan {
		font-size: 1.2em;
	}
}

.about .day {
	margin-top: 4px;
	color: #004098;
	font-weight: 700;
	font-size: 1.4em;
}

@media screen and (max-width: 767px) {
	.about .day {
		font-size: 1.2em;
	}
}

.about .day-notice {
	color: #004098;
}

@media screen and (max-width: 767px) {
	.about .day-notice {
		font-size: 0.9em;
	}
}

.con {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 900px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 40px;
	padding: 40px 2em;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.con {
		border-radius: 16px;
		padding: 30px 0.5em;
	}
}

.con__wrap {
	background: #EEEEFF;
	padding: 80px 0;
	margin-top: 60px;
}

.con__ttl {
	position: absolute;
	width: 60%;
	max-width: 300px;
	padding: 10px 0;
	background: #004098;
	border: 4px solid #fff;
	border-radius: 40px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -24px;
}

@media screen and (max-width: 767px) {
	.con__ttl {
		padding: 8px 0;
		border: 2px solid #fff;
	}
}

.con__ttl p {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.con__ttl p {
		font-size: 1.4em;
	}
}

.item {
	margin-top: 40px;
}

.item .ttl {
	font-size: 1.2em;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.item .ttl {
		font-size: 1.1em;
	}
}

.item .btn {
	width: 70%;
	max-width: 360px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.item .btn {
		width: 95%;
	}
}

.item .btn a {
	position: relative;
	display: block;
	padding: 16px 8px;
	font-size: 1.1em;
	background: #E4007F;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	transition: all 0.3s;
}

@media screen and (max-width: 767px) {
	.item .btn a {
		padding: 16px 4px;
		font-size: 1.1em;
	}
}

.item .btn a::after {
	content: "";
	position: absolute;
	background: url(../img/arrow.svg) no-repeat;
	background-position: center;
	width: 10px;
	height: 20px;
	right: 5%;
	bottom: 32%;
	transition: all 0.3s;
}

.item .btn a:hover {
	box-shadow: none;
}

.item .btn a:hover::after {
	right: 3%;
}

.item .detail {
	margin: 12px 0;
	background: #EEEDED;
	padding: 1em;
}

.anime-l {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-40px);
}

.anime-b {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(40px);
}

.anime-o {
	opacity: 0;
	visibility: hidden;
	transition: 2.5s;
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/*# sourceMappingURL=2406kinoshita.css.map */