.line-lp-page, .event-page { margin: 0; background: #f1eadf; color: #3e352f; }
.line-lp { width: min(1800px, 100%); margin-inline: auto; padding-bottom: 72px; text-align: center; }
.line-lp__image { display: block; width: 100%; height: auto; }
.line-lp__button { display: inline-flex; min-height: 68px; align-items: center; justify-content: center; margin: 42px 20px 0; padding: 14px 36px; border-radius: 999px; background: #06c755; box-shadow: 0 8px 0 rgba(0,112,47,.2); color: #fff; font-size: clamp(1rem,2vw,1.35rem); font-weight: 800; text-decoration: none; }
.event-entry { min-height: 100vh; background: #fff8e7; }
.event-entry__hero { padding: 64px 20px; background: #ff9a43; color: #fff; text-align: center; }
.event-entry__hero p { margin: 0 0 18px; font-weight: 800; }
.event-entry__hero h1 { margin: 0; font-size: clamp(1.35rem,3.2vw,2.4rem); line-height: 1.7; }
.event-entry__form-wrap { width: min(680px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0 80px; }
.event-entry__form-wrap h2, .event-entry__form-wrap h3 { margin: 0 0 10px; text-align: center; }
.event-entry__error { padding: 12px 16px; border-radius: 10px; background: #fdeceb; color: #b3392a; }
.event-form { display: grid; gap: 24px; margin-top: 34px; }
.event-form .contact-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.event-form > label, .event-form fieldset { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; font-weight: 700; }
.event-form span { color: #e2512f; font-size: .8rem; }
.event-form input[type="text"], .event-form input[type="email"] { width: 100%; padding: 14px 16px; border: 1px solid #e6d6c5; border-radius: 10px; background: #fff; font: inherit; }
.event-form fieldset label { padding: 8px 0; font-weight: 500; }
.event-form button { min-height: 58px; border: 0; border-radius: 999px; background: #fb7436; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.event-thanks { min-height: 100vh; display: grid; place-content: center; gap: 20px; padding: 32px; background: #fff8e7; text-align: center; }
.event-thanks__en { margin: 0; color: #fb7436; font-size: clamp(2.5rem,8vw,5rem); font-weight: 800; }
.event-thanks h1 { margin: 0; font-size: clamp(1.25rem,3vw,2rem); }
.event-thanks a { display: inline-block; margin-top: 18px; color: #7d5e47; font-weight: 800; }
.event-lp-page { margin: 0; background: #fffdf7; color: #203fa3; }
.event-lp__header { width: min(1080px, 100%); margin: auto; padding: 22px 28px; }
.event-lp__header img { display: block; width: 120px; height: auto; }
.event-lp { width: min(1080px, 100%); margin: auto; overflow: hidden; }
.event-lp__hero { display: block; width: 100%; height: auto; }
.event-lp__button { display: flex; width: min(760px, calc(100% - 48px)); min-height: 74px; align-items: center; justify-content: center; margin: 22px auto; border-radius: 999px; background: #ff7014; color: #fff; font-size: clamp(1.1rem, 2.5vw, 1.65rem); font-weight: 800; text-decoration: none; }
.event-lp__venue { padding: 18px 24px 72px; background: #fff0c9; text-align: center; }
.event-lp__venue p { margin: 0 0 8px; font-weight: 800; }
.event-lp__venue h1 { margin: 0 0 28px; font-size: clamp(1.15rem, 2.6vw, 1.65rem); line-height: 1.5; }
.event-lp__venue iframe { width: min(760px, 100%); height: 360px; border: 0; }
.event-lp__program { padding: 72px 24px; background: #fff0c9; }
.event-lp__program h2 { margin: 0 0 34px; text-align: center; font-size: clamp(1.25rem, 2.6vw, 1.8rem); }
.event-lp__cards { display: grid; width: min(760px, 100%); gap: 28px; margin: auto; }
.event-lp__cards article { padding: 24px 28px; border-left: 4px solid #ff7014; background: #fff; color: #333; }
.event-lp__cards h3 { margin: 0 0 12px; font-size: 1.1rem; }
.event-lp__cards p { margin: 0; line-height: 1.8; }
.event-lp__about { padding: 120px 24px 70px; color: #333; text-align: center; }
.event-lp__about > p { margin: 0 auto 26px; font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 800; line-height: 1.65; }
.event-lp__footer { width: min(1080px, 100%); margin: auto; padding: 70px 24px 28px; background: #bd9972; color: #fff; text-align: center; }
.event-lp__footer p { margin: 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.7); font-size: .75rem; }
@media (max-width: 767px) { .line-lp { padding-bottom: 48px; } .line-lp__button { min-height: 58px; margin-top: 28px; padding-inline: 24px; } .event-entry__hero { padding-block: 44px; } }

/* =========================================================
   ブロック編集版 イベントLP
   ========================================================= */

.event-lp-block-page {
	background: #f3eee5;
}

.event-lp-block-page .event-lp__header,
.event-lp-block-page .event-lp,
.event-lp-block-page .event-lp__footer {
	width: min(1080px, 100%);
	margin-inline: auto;
}

.event-lp-block-page .event-lp {
	background: #fffdf7;
}

.event-lp-block-page .event-lp > * {
	box-sizing: border-box;
}

.event-lp-block-page .event-lp__hero {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}


/* 空き枠表示 */

.event-lp-block-page .event-block-lp__availability {
	margin: 28px auto 8px;
	color: #e95472;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}


/* CTA */

.event-lp-block-page .event-block-lp__cta {
	display: flex;
	justify-content: center;
	margin: 0 auto 48px;
	text-align: center;
}

.event-lp-block-page .event-block-lp__cta .wp-block-button__link {
	display: inline-flex;
	width: min(680px, calc(100% - 40px));
	min-height: 64px;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border-radius: 999px;
	background: #f45b7a;
	box-shadow: 0 6px 0 #d83f61;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}

.event-lp-block-page .event-block-lp__cta .wp-block-button__link:hover {
	background: #e94d6d;
	transform: translateY(2px);
	box-shadow: 0 4px 0 #d83f61;
}


/* 導入セクション */

.event-lp-block-page .event-block-lp__intro {
	padding: 64px 48px 72px;
	background: #fff4d9;
	text-align: center;
}

.event-lp-block-page .event-block-lp__intro > h2 {
	margin: 0 0 20px;
	color: #1745a3;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.35;
}

.event-lp-block-page .event-block-lp__intro > p {
	max-width: 720px;
	margin: 0 auto 40px;
	color: #333;
	font-size: 15px;
	line-height: 1.9;
}


/* 3カード */

.event-lp-block-page .event-block-lp__cards {
	align-items: stretch;
	gap: 20px;
	max-width: 900px;
	margin-inline: auto;
}

.event-lp-block-page .event-block-lp__card {
	overflow: hidden;
	background: #fff;
	border-radius: 14px;
	text-align: left;
}

.event-lp-block-page .event-block-lp__card figure {
	width: 100%;
	margin: 0;
}

.event-lp-block-page .event-block-lp__card figure img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.event-lp-block-page .event-block-lp__card h3 {
	margin: 22px 22px 10px;
	color: #1745a3;
	font-size: 19px;
	font-weight: 800;
}

.event-lp-block-page .event-block-lp__card p {
	margin: 0 22px 24px;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}


/* カード写真位置 */

.event-lp-block-page .event-block-lp__photo-1 img {
	object-position: center 25%;
}

.event-lp-block-page .event-block-lp__photo-2 img {
	object-position: center top;
}

.event-lp-block-page .event-block-lp__photo-3 img {
	object-position: center 70%;
}


/* 英語体験セクション */

.event-lp-block-page .event-block-lp__experience {
	align-items: center;
	gap: 48px;
	padding: 72px 64px;
	background: #fff;
}

.event-lp-block-page .event-block-lp__experience h2 {
	margin: 0 0 20px;
	color: #1745a3;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.45;
}

.event-lp-block-page .event-block-lp__experience p {
	margin: 0;
	color: #333;
	font-size: 15px;
	line-height: 1.9;
}

.event-lp-block-page .event-block-lp__experience figure {
	margin: 0;
}

.event-lp-block-page .event-block-lp__experience img {
	display: block;
	width: 100%;
	height: 360px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center top;
}


/* イベント概要画像 */

.event-lp-block-page .event-block-lp__overview {
	width: calc(100% - 64px);
	max-width: 960px;
	margin: 0 auto;
}

.event-lp-block-page .event-block-lp__overview img {
	display: block;
	width: 100%;
	height: auto;
}


/* スマホ */

@media (max-width: 767px) {

	.event-lp-block-page .event-block-lp__intro {
		padding: 48px 20px 56px;
	}

	.event-lp-block-page .event-block-lp__card figure img {
		height: 240px;
	}

	.event-lp-block-page .event-block-lp__experience {
		gap: 28px;
		padding: 48px 20px;
	}

	.event-lp-block-page .event-block-lp__experience img {
		height: 340px;
		object-position: center top;
	}

	.event-lp-block-page .event-block-lp__overview {
		width: calc(100% - 40px);
	}
}

/* イベントLP：ヘッダー教室名 */
.event-lp-block-page .event-lp__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.event-lp-block-page .event-block-lp__school-name {
	margin: 0;
	color: #f47b20;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: right;
}

@media (max-width: 767px) {
	.event-lp-block-page .event-block-lp__school-name {
		font-size: 12px;
	}
}