@charset "UTF-8";

body > .title-wrap {
	border-top: none;
}

.wrap {
	margin: 0 auto;
	max-width: 1008px;
}

.sns {
	display: flex;
	align-items: center;
	gap: 18px;
	justify-content: flex-end;
}

.sns a {
	margin: 42px 0 16px;
}

.thumb img {
	border: 1px solid #000;
	box-sizing: border-box;
	margin-top: -1px;
	width: 100%;
}

.article-title,
.article-venue {
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 14px auto;
	width: 100%;
}

.article-title p {
	background: #000;
	box-sizing: border-box;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	padding: 20px;
	text-align: center;
	width: 100%;
    max-width: 288px;
}

.article-venue span {
	background: #E0E0E0;
	box-sizing: border-box;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.6;
	padding: 20px;
	text-align: center;
	width: 100%;
    max-width: 288px;
}

.article-venue p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.6;
	padding-left: 32px;
}

.article-venue-online {
	padding: 20px;
}

.article-title h1 {
	font-size: 25px;
	letter-spacing: .05em;
	line-height: 1.6;
	padding-left: 32px;
}

.article-title h1 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.article-title:has(h1 span) p {
	padding: 30px 1em;
}

.article-schedule {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.article-schedule div {
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	padding: 32px 0;
}

.article-schedule span {
	background: #FFCC00;
	border: 1px dashed #000;
	display: inline-block;
	font-size: clamp(14px,1.38vw,20px);
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
	padding: 9px 22px;
}

.article-schedule p {
	display: block;
	font-size: clamp(14px,1.38vw,20px);
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-top: 8px;
}


/* 各種セクション */
section {
	margin-top: 50px;
}

section h2 {
	background: #3CCDF2;
	border: 1px solid #000;
	box-sizing: border-box;
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
	padding: 7px 0;
	max-width: 242px;
}

section p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	margin-top: 15px;
}

section .col {
	display: flex;
	align-items: center;
	gap: 51px;
	margin-top: 28px;
}

section img {
	border: 1px solid #000;
	border-radius: 130px;
	width: 189px;
	height: 234px;
	object-fit: cover;
}

.course-form a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 21px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
	position: relative;
	padding: 72px 1em;
	z-index: 2;
}

.course-form {
	background: #FFCC00;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	margin-top: 48px;
}

.course-form::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    background: #3CCDF2;
}

.course-form:hover::before {
	transform: scaleX(1);
    transform-origin: left;
}

/* ブロックエディタ― */

.write p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.875;
    margin-top: 15px;
}

.write h2 {
	background: #3CCDF2;
	border: 1px solid #000;
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
	padding: 7px 1em;
	margin-top: 53px;
}

.write h3,
.write h4,
.write h5,
.write h6 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-top: 53px;
}

.write h3 {
	border-bottom: 2px solid #3CCDF2;
	padding-bottom: 16px;
	max-width: 816px;
	margin-bottom: 21px;
}

.write h4 {
	border-bottom: 2px solid #FFCC00;
	padding-bottom: 16px;
	max-width: 816px;
	margin-bottom: 21px;
}

.write h5 {
	color: #3CCDF2;
}

.write .wp-block-columns {
	margin-top: 48px;
}

.write ul,
.write ol {
	margin-top: 15px;
}

.write li {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.875;
	position: relative;
}

.write ul li {
	margin-top: 6px;
	padding-left: 1em;
}

.write ul li:first-child {
	margin-top: 0;
}

.write ul li::before {
	content: "●";
	color: #3CCDF2;
	position: absolute;
	left: 0;
}

.write ol {
	counter-reset: counter;
}

.write ol li {
	counter-increment: counter;
	margin-top: 21px;
	padding-left: 36px;
}

.write ol li:first-child {
	margin-top: 0;
}

.write ol li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: #000;
	border-radius: 50%;
	width: 19px;
	height: 19px;
}

.write ol li::after {
	content: counter(counter);
	position: absolute;
	left: 4.7px;
    top: 0px;
	background-image: url(../img/back.webp);
	background-clip: text;
	color: transparent;
}

.write .wp-block-table table {
    border-collapse: collapse;
    margin: 50px auto 0;
    table-layout: fixed;
    width: 100%;
}
.write .wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.write .wp-block-table td {
    border: 1px solid #000;
	box-sizing: border-box;
    color: #000;
    font-size: 16px;
    padding: 14px;
}
.write .wp-block-table td:first-child {
    font-weight: bold;
    text-align: center;
    width: 275px;
}
.write .wp-block-table tr:nth-child(odd) td:first-child {
    background: #F4F4F4;
}
.write .wp-block-table tr:nth-child(even) td:first-child {
    background: #D5D5D5;
}
.write .wp-block-table tr:nth-child(odd) td:last-child {
    background: #E7FAFF;
}
.write .wp-block-table tr:nth-child(even) td:last-child {
    background: #fff;
}

/* レコメンド */

.recommend {
	margin: 118px auto 0;
}

.title-wrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
}

.recommend .col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.recommend article {
	background: #fff;
	border: 1px solid #000;
	border-bottom: none;
	box-sizing: border-box;
	margin-top: -1px;
	margin-left: -1px;
	position: relative;
}

.recommend article::after {
	content: "";
	background: url(../img/plus.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 21px;
	right: 21px;
	width: 32px;
	height: 32px;
	transition: .8s;
}

.recommend article:has(a:hover)::after {
	transform: rotate(180deg);
}

.recommend article a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.recommend article:has(a:hover) img {
	transform: scale(1.1);
	transition: .5s all;
}

.recommend article .container {
	position: relative;
	width: 100%;
	max-width: clamp(100px, 25vw, 373px);
	margin: 53px auto;
}

.recommend article .thumb {
	border: 1px solid #000;
	box-sizing: border-box;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.recommend article .situation {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 61px;
}

.recommend article p {
	font-size: clamp(13px, .97vw, 14px);
	font-weight: 500;
	letter-spacing: .05em;
	padding: 0 clamp(10px, 2.84vw, 40px);
}

.recommend article .day {
	font-size: clamp(13px, 2vw, 30px);
	font-weight: bold;
	letter-spacing: .08em;
}

.recommend article .week {
	font-size: clamp(13px, 1.38vw, 20px);
	margin-left: .5em;
}

.recommend article .cat-name {
	background: #FFCC00;
	color: #000;
	font-size: clamp(13px, 1.1vw, 16px);
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 61px;
	text-align: center;
	padding: 0;
	width: clamp(50px, 7.5vw, 108px);
	height: 100%;
}

.recommend article img {
	max-width: 373px;
	width: 100%;
	object-fit: contain;
	object-position: top;
	transition: .5s all;
	border: none;
}

.recommend article h3 {
	font-size: clamp(13px, 1.1vw, 16px);
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	margin-top: 13px;
}

@media screen and (max-width:944px) {
	.recommend .col {
		grid-template-columns: repeat(2, 1fr);
	}

	.recommend article .container {
		max-width: clamp(200px, 38vw, 367px);
	}

	.recommend article p {
		font-size: clamp(13px, 1.48vw, 14px);
	}

	.recommend article .day {
		font-size: clamp(13px, 3.17vw, 30px);
	}

	.recommend article .week {
		font-size: clamp(13px, 2.11vw, 20px);
	}

	.recommend article .cat-name,
	.recommend article h3 {
		font-size: clamp(13px, 1.69vw, 16px);
	}

	.recommend article .cat-name {
		width: clamp(50px, 11vw, 108px);
	}
}

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

	.title span {
		top: -7px;
	}

	.sns {
		justify-content: center;
	}

	.sns a {
		margin: 16px 0 18px;
	}

	.article-title {
		flex-flow: column;
		margin: 25px auto 8px;
	}

	.article-title h1 {
		padding: 20px;
		line-height: 1.2;
	}

	.article-title h1 span {
		line-height: 1.2;
		margin-top: .3em;
	}

	.article-venue p {
		font-size: 14px;
		text-align: left;
		padding: 0 24px;
	}

	.article-title p {
		line-height: 1.3;
		text-align: center;
		padding: 7px 9px !important;
		max-width: none;
	}

	.article-venue {
		margin: 8px auto;
	}

	.article-venue span {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		padding: 32px 5px;
		max-width: 80px;
	}

	.article-schedule {
		gap: 8px;
	}

	.article-schedule div {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 23px;
		padding: 16px 16px 18px;
	}

	.article-schedule span {
		box-sizing: border-box;
		font-size: 14px;
		padding: 1px;
		width: 130px;
		height: 30px;
		line-height: 30px;
	}

	.article-schedule p {
		margin-top: 0;
	}

	.article-schedule {
		font-size: 16px;
		grid-template-columns: repeat(1, 1fr);
	}

	.content {
		padding: 0 24px;
	}

	/* セクション */

	section {
		margin-top: 65px;
	}

	section h2 {
		margin: 0 auto;
	}

	section p {
		margin-top: 24px;
	}

	section .col {
		flex-flow: column;
		gap: 0;
		margin-top: 54px;
	}

	/* ブロック */

	.write .wp-block-table {
		overflow-x: scroll;
	}

	.write .wp-block-table table {
		border: 1px solid #000;
		table-layout: auto;
	}

	.write .wp-block-table tr {
		border-bottom: 1px solid #000;
	}

	.write .wp-block-table tr:last-child {
		border-bottom: none;
	}

	.write .wp-block-table td {
		white-space: nowrap;
		width: 100%;
    }

    .write .wp-block-table td:first-child {
		border-bottom: 1px solid #000;
        width: 40%;
    }

	/* レコメンド */
	.recommend .col {
		grid-template-columns: repeat(1, 1fr);
	}

	.recommend article {
		margin-left: 0;
	}

	.recommend article .container {
		max-width: clamp(200px, 77vw, 367px);
		margin: 42px auto;
	}

	.recommend article::after {
		bottom: 16px;
		right: 16px;
		width: 25px;
		height: 25px;
	}

	.recommend article .cat-name {
		width: 84px;
	}

	.recommend article p {
		font-size: clamp(13px, 3.72vw, 14px);
		padding: 0 clamp(12px, 3.19vw, 30px);
	}

	.recommend article .day {
		font-size: clamp(13px, 7.97vw, 30px);
	}

	.recommend article .week {
		font-size: clamp(13px, 5.31vw, 20px);
	}

	.recommend article .cat-name,
	.recommend article h3 {
		font-size: clamp(13px, 4.25vw, 16px);
	}
}