\@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Zen Maru Gothic", serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #F8F2E8;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 93%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #FE7700;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}

.post4b li .post4b_contents {
	/* 	opacity: 1; */
	display: none;
}
.post4b h2 a {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	padding-left: 10px;
	border-left: solid 4px #fff;
}
.post4b img {
	border-radius: 10px;
}
.post4b .time {
	display: block;
	background: #FFED00;
	border-radius: 5px;
	color: #FE7700!important;
	font-weight: 700;
}
.post4b .time a {
	color: #FE7700!important;
}
.post4b_link {
	border-bottom: solid 1px #fff;
}
.post4b_link a {
	color: #fff;
}

.category-blog .post4b h2 a {
	color: #333333;
	border-left: solid 4px #333333;
}
.category-blog .post4b_link {
	border-bottom: solid 1px #333333;
}
.category-blog .post4b_link a {
	color: #333333;
}

.post_link a {
	color: #202020!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Zen Maru Gothic", serif;
	background: #F8F2E8;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
	text-align: center;
}
#thumbImg::before, header#h1Header::before {
	background: #202020;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #FE7700;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #FEA400;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-direction: unset;
	border-radius: 25px;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn{
	position: relative;
	background: #FFED00!important;
	color: #FE7700;
	box-shadow: 2px 2px 0 #FF8903;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #FE7700!important;
	box-shadow: 2px 2px 0 #954600;
}
#header .logo img {
	width: 100%;
	max-width: 230px;
	height: auto;
}
nav#mainNav ul li a {
	color: #333333;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(20px + (1vw - 19.2px) * 1.6722), 20px);
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #333333;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span {
	color: #fff;
}
nav#mainNav ul li.current-menu-item a:hover b {
	color: #fff;
}
nav#mainNav ul li.current-menu-parent a {
	background: #FEA400;
}
nav#mainNav ul li.current-menu-parent a b,nav#mainNav ul li.current-menu-parent a span {
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #FEA400;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #FEA400!important;
	color: #fff;
}
nav#mainNav ul li.current-menu-item a {
	background: #FEA400;
}
nav#mainNav ul li.current-menu-item a:hover {
	background: #FEA400!important;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
	color: #333333;
}
nav#mainNav ul li a:hover {
	background: #FEA400;
}
nav#mainNav ul li ul.sub-menu li a {
	font-weight: 400;
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li::after {
	display: none;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #FEA400;
	color: #ffffff;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #fff;
}

.spmenu #menu p {
	color: #fff;
	white-space: nowrap;
}

a#scrollUp {
	background: #FE7700;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #FEA400;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
	font-weight: 500;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}

.inner {
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
}

h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-size: var(--rem40);
	letter-spacing: .01em;
	color: #FE7700;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}

.post h2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: var(--rem36);
	color: #FE7700;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2.title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: var(--rem36);
	color: #FE7700;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	position: relative;
	text-align: center;
	padding-top: 40px!important;
}
.post h2.title::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/icon.png)no-repeat;
	background-size: contain;
	width: 60px;
	aspect-ratio: 70 / 43;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.post h2:after {
	display: none;
}

.post h3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
}

.post h4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
}

.post h4::before {
	background: #FEA400;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	color: #fff;
	position: relative;
	background: #FE7700;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	box-shadow: 2px 2px 0 #AF5200;
	border-radius: 40px;
	font-weight: 700;
	margin-top: 40px;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn:hover {
	background: #FE7700!important;
	color: #fff;
	opacity: .7;
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	padding-top: 70px;
	position: relative;
	z-index: 1;
}
.top_about::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/about_bg.png)no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.top_about::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/about_illust.png)no-repeat;
	background-size: contain;
	width: 100%;
	aspect-ratio: 1920 / 380;
	margin-top: 100px;
	vertical-align: bottom;
}
.top_about hgroup {
	display: block;
	width: fit-content;
	margin-inline: auto;
	position: relative;
	margin-bottom: 100px;
}
.top_about hgroup::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/balloon01.png)no-repeat;
	background-size: contain;
	aspect-ratio: 164 / 274;
	position: absolute;
	bottom: 0;
	left: -38%;
	width: 24%;
	max-width: 150px;
}
.top_about hgroup::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/balloon02.png)no-repeat;
	background-size: contain;
	aspect-ratio: 240 / 460;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	right: -45%;
	width: 35%;
	max-width: 200px;
}
.top_about .flag {
	max-width: 440px;
	width: 80%;
	margin-inline: auto;
	margin-bottom: 30px;
}
.top_about h1 {
	font-size: var(--rem48);
	color: #FE7700;
	font-weight: 500;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
}
.top_about h1 img {
	width: 38%;
	max-width: 200px;
}
.top_about .flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.top_about .image {
	width: 35%;
	position: relative;
}
.top_about .image01 {
	width: 90%;
	display: block;
	rotate: -8deg;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.top_about .image02 {
	width: 90%;
	display: block;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	position: absolute;
	top: 20%;
	left: 10%;
}
.top_about .text {
	width: 60%;
}
.top_about .linkBtn {
	margin-top: 100px;
}

.top_place {
	background: #FEA400;
	padding: 120px 0 240px;
}
.top_place h1 {
	color: #fff;
	margin-top: -30px;
}
.top_place hgroup {
	margin-bottom: 80px;
}
.top_place hgroup img {
	display: block;
	width: 80%;
	max-width: 1000px;
	margin-inline: auto;
}
.top_place ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.top_place li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top_place li .icon {
	position: absolute;
	top: -70px;
	right: -30px;
}
.top_place li .icon img {
	width: 140px;
	height: 140px;
	object-fit: contain;
}
.top_place li:nth-child(even) {
	flex-direction: unset;
}
.top_place li:nth-child(even) .icon {
	right: unset;
	left: -30px;
}
.top_place .image {
	width: 35%;
	position: relative;
}
.top_place .image > img {
	border: solid 8px #fff!important;
	border-radius: 20px;
}
.top_place .text {
	width: 60%;
	position: relative;
	z-index: 2;
}
.top_place h2 {
	color: #fff;
	text-align: left;
}
.top_place p {
	color: #fff;
}
.top_place .number {
	font-size: var(--px180);
	position: absolute;
	font-weight: 700;
	display: inline-block;
	color: #FFBA3B;
	line-height: 1;
	top: -30%;
	right: 18%;
	z-index: -1;
}

.top_intro {
	margin-top: -150px;
	padding-bottom: 120px;
}
.top_intro .illust {
	width: 94%;
	max-width: 1000px;
	margin-inline: auto;
	margin-bottom: 100px;
}
.top_intro .illust img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.top_intro ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 80px;
}
.top_intro .image {
	position: relative;
	margin-bottom: 20px;
}
.top_intro .image::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	rotate: -3deg;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_intro .image01::after {
	border: solid 4px #FE7700;
}
.top_intro .image02::after {
	border: solid 4px #50C9F0;
}
.top_intro .image03::after {
	border: solid 4px #92C83E;
}
.top_intro .image04::after {
	border: solid 4px #AC88BA;
}
.top_intro .image img {
	border-radius: 20px;
}
.top_intro a {
	font-weight: 700;
	font-size: var(--rem30);
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.top_intro a img {
	width: 45px;
	display: block;
}

.top_access {
	padding: 120px 0;
	background: url(/wp-content/uploads/access_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
}
.top_access .inner {
	width: 90%;
}
.top_access::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/access_illust01.png)no-repeat;
	background-size: contain;
	aspect-ratio: 250 / 449;
	width: 24%;
	max-width: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.top_access::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/access_illust02.png)no-repeat;
	background-size: contain;
	aspect-ratio: 332 / 387;
	width: 30%;
	max-width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.top_access .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.top_access .image {
	width: 100%;
}
.top_access .image img {
	border-radius: 20px 20px 0 0;
}
.top_access .head {
	background: #FE7700;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: 500;
	font-size: var(--rem24);
}
.top_access .image p {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.top_access .text {
	width: 100%;
}
.top_access .logo {
	width: 80%;
	max-width: 400px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.top_access table,
.top_access td,
.top_access th {
	background: unset!important;
	border: none!important;
	font-weight: 700!important;
	font-size: var(--rem24);
}
.top_access tr {
	border-bottom: 2px dashed #333333;
}

.top_faq {
	padding: 120px 0;
}
.top_faq h1 {
	margin-top: -10px;
}
.top_faq hgroup img {
	display: block;
	width: 80%;
	max-width: 560px;
	margin-inline: auto;
}
.top_faq details {
	border-bottom: 2px dashed #FEA400;
	padding-bottom: 10px;
}
.top_faq details:not(:last-child) {
	margin-bottom: 20px;
}
/**
* list-style: none; ←デフォルト三角削除（Chrome非対応）
* cursor: pointer; ←カーソルをポインターに
**/
.top_faq details summary {
	list-style: none;
	cursor: pointer;
	padding: 20px;
	font-size: var(--rem20);
	font-weight: 500;
	position: relative;
	padding-left: 60px;
}
.top_faq details summary span {
	font-weight: 500;
	font-size: var(--rem30);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #FE7700;
}
/**
* Chrome用のデフォルト三角削除
**/
.top_faq details summary::-webkit-details-marker {
	display: none;
}
/**
* Font Awesomeのプラスアイコン使用
**/
.top_faq details summary::before {
	content: '';
	background: url(/wp-content/uploads/faq_icon01.png)no-repeat;
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
/**
* アコーディオンがオープン時はマイナスアイコンに変更
**/
.top_faq details[open] summary::before {
	content: '';
	background: url(/wp-content/uploads/faq_icon02.png)no-repeat;
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.top_faq details p {
	font-size: var(--rem20);
	font-weight: 500;
	margin: 0;
	padding: 20px;
	position: relative;
	padding-left: 60px;
}
.top_faq details p span {
	font-weight: 500;
	font-size: var(--rem30);
	color: #FE7700;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #FFED00;
}

.top_blog {
	background: #FEA400;
	padding: 120px 0;
}
.top_blog h1 {
	color: #fff;
	margin-top: -40px;
}
.top_blog hgroup img {
	display: block;
	width: 80%;
	max-width: 560px;
	margin-inline: auto;
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding-top: 0;
	}
	.top_about::before {
		height: 60%;
	}
	.top_about::after {
		margin-top: 40px;
	}
	.top_about hgroup {
		margin-bottom: 70px;
	}
	.top_about hgroup::before {
		left: -2%;
		width: 17%;
	}
	.top_about hgroup::after {
		right: -4%;
		top: 60%;
		width: 18%;
	}
	.top_about .flag {
		width: 60%;
		margin-bottom: 20px;
	}
	.top_about h1 {
		font-size: var(--rem48);
	}
	.top_about h1 img {
		width: 30%;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 70px;
	}
	.top_about .image {
		width: 90%;
		margin-inline: auto;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about .linkBtn {
		margin-top: 30px;
	}

	.top_place {
		padding: 70px 0 140px;
	}
	.top_place h1 {
		margin-top: 0;
	}
	.top_place hgroup {
		margin-bottom: 60px;
	}
	.top_place hgroup img {
		width: 100%;
	}
	.top_place li {
		flex-direction: column;
		gap: 40px;
	}
	.top_place li .icon {
		top: -50px;
		right: -10px;
	}
	.top_place li .icon img {
		width: 100px;
		height: 100px;
	}
	.top_place li:nth-child(even) {
		flex-direction: column;
	}
	.top_place li:nth-child(even) .icon {
		left: -10px;
	}
	.top_place .image {
		width: 90%;
		margin-inline: auto;
	}
	.top_place .text {
		width: 100%;
	}
	.top_place .number {
		top: -10%;
		right: 10%;
	}

	.top_intro {
		margin-top: -60px;
		padding-bottom: 70px;
	}
	.top_intro .illust {
		margin-bottom: 40px;
	}
	.top_intro ul {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
	.top_intro .image {
		width: 90%;
		margin-inline: auto;
	}
	.top_intro a img {
		width: 30px;
	}

	.top_access {
		padding: 70px 0;
	}
	.top_access::after {
		z-index: 2;
	}
	.top_access .flex {
		flex-direction: column;
	}
	.top_access .logo {
		max-width: 200px;
	}

	.top_faq {
		padding: 70px 0;
	}
	.top_faq h1 {
		margin-top: 0;
	}
	.top_faq details {
		padding-bottom: 8px;
	}
	.top_faq details summary {
		padding: 20px 40px;
		padding-left: 60px;
	}
	.top_faq details p {
		padding-left: 60px;
	}

	.top_blog {
		padding: 70px 0;
	}
	.top_blog h1 {
		margin-top: -20px;
	}
}

/*-----------------------------
募集要項
------------------------------*/
.recruit.sec01 table,
.recruit.sec01 td,
.recruit.sec01 th {
	background: unset!important;
	border: none!important;
}
.recruit.sec01 th {
	font-weight: 700!important;
}
.recruit.sec01 td {
	font-weight: 500!important;
}
.recruit.sec01 tr {
	border-bottom: 2px dashed #FEA400;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
園の紹介
------------------------------*/
body.page-info #content.wide {
	padding-top: 0;
}
.info.sec01 {
	background: url(/wp-content/uploads/info_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 140px 5% 100px;
}
.info.sec01 .text {
	display: block;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	max-width: 600px;
	margin-left: auto;
}
.info.sec01 h2 {
	position: relative;
	text-align: left;
	z-index: 2;
	padding-left: 10px;
}
.info.sec01 h2::before {
	content: '';
	display: inline-block;
	background: #FFED00;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.info.sec02 {
	padding-top: 120px;
}
.info.sec02 table,
.info.sec02 td,
.info.sec02 th {
	background: unset!important;
	border: none!important;
}
.info.sec02 th {
	font-weight: 700!important;
}
.info.sec02 td {
	font-weight: 500!important;
}
.info.sec02 tr {
	border-bottom: 2px dashed #FEA400;
}

.info.sec03 {
	padding-top: 120px;
}
.info.sec03 #gallery-1 img {
	border-radius: 20px;
	aspect-ratio: 1;
    object-fit: cover;
}
.info.sec03 #gallery-1 .gallery-caption {
	font-size: var(--rem24);
}

@media print, screen and (max-width: 768px) {
	.info.sec01 {
		padding: 70px 5% 40px;
	}
	.info.sec01 .text {
		padding: 30px;
	}

	.info.sec02 {
		padding-top: 70px;
	}

	.info.sec03 {
		padding-top: 70px;
	}
}

/*-----------------------------
教育方針
------------------------------*/
body.page-educational-policy #content.wide {
	padding-top: 0;
}
.educational.sec01 {
	background: url(/wp-content/uploads/educational_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 140px 5% 100px;
}
.educational.sec01 .text {
	display: block;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	max-width: 600px;
	margin-left: auto;
}
.educational.sec01 h2 {
	position: relative;
	text-align: left;
	z-index: 2;
	padding-left: 10px;
}
.educational.sec01 h2::before {
	content: '';
	display: inline-block;
	background: #FFED00;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.educational.sec02 {
	padding-top: 120px;
}
.educational.sec02 h2 span {
	display: block;
	font-size: var(--rem20);
	color: #333333;
}
.educational.sec02 .box {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
}
.educational.sec02 ol {
	width: fit-content;
	margin-inline: auto;
}
.educational.sec02 li {
	font-weight: 700;
}
.educational.sec02 li::marker {
	color: #FE7700;
}

.educational.sec03 {
	padding-top: 120px;
}
.educational.sec03 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.educational.sec03 .image {
	margin-bottom: 20px;
}
.educational.sec03 .image img {
	border-radius: 20px;
}
.educational.sec03 h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.educational.sec03 h3::before {
	content: '';
	display: inline-block;
	background: #F05D7E;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

@media print, screen and (max-width: 768px) {
	.educational.sec01 {
		padding: 70px 5% 40px;
	}
	.educational.sec01 .text {
		padding: 30px;
	}

	.educational.sec02 {
		padding-top: 70px;
	}
	.educational.sec02 .box {
		padding: 30px;
	}

	.educational.sec03 {
		padding-top: 70px;
	}
	.educational.sec03 ul {
		grid-template-columns: repeat(1,1fr);
	}
	.educational.sec03 h3::before {
		width: 14px;
		height: 14px;
	}
}

/*-----------------------------
年間スケジュール
------------------------------*/
body.page-schedule #content.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.schedule.sec01 {
	background: url(/wp-content/uploads/schedule_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	position: relative;
}
.schedule.sec01::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/schedule_illust.png)no-repeat;
	background-size: contain;
	width: 100%;
	aspect-ratio: 1920 / 380;
	margin-top: 60px;
	vertical-align: bottom;
}
.schedule.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.schedule.sec01 li {
	display: flex;
}
.schedule.sec01 .number {
	width: 160px;
	padding: 15px;
	color: #fff;
	font-weight: 700;
	font-size: var(--rem30);
	display: flex;
	align-items: center;
	justify-content: center;
}
.schedule.sec01 .number.spring {
	background: #F05D7E;
}
.schedule.sec01 .number.summer {
	background: #92C83E;
}
.schedule.sec01 .number.autumn {
	background: #FEA400;
}
.schedule.sec01 .number.winter {
	background: #50C9F0;
}
.schedule.sec01 .content {
	width: calc(100% - 150px);
	padding: 20px;
	background: #fff;
	display: flex;
	align-items: center;
}

@media print, screen and (max-width: 768px) {
	.schedule.sec01 {
		padding-top: 60px;
	}
	.schedule.sec01::after {
		margin-top: 40px;
	}
	.schedule.sec01 ul {
		gap: 14px;
	}
	.schedule.sec01 .number {
		width: 80px;
	}
	.schedule.sec01 .content {
		width: calc(100% - 80px);
		padding: 15px;
	}
}

/*-----------------------------
クラブ活動
------------------------------*/
.club.sec01 {
	text-align: center;
}

.club.sec02 {
	padding-top: 120px;
}
.club.sec02 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 60px;
}
.club.sec02 .image img {
	border-radius: 20px 20px 0 0;
	aspect-ratio: 635 / 246;
	width: 100%;
	object-fit: cover;
}
.club.sec02 .text {
	padding: 25px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.club.sec02 h3 {
	text-align: center;
	font-weight: 700;
	color: #FE7700;
}

@media print, screen and (max-width: 768px) {
	.club.sec02 {
		padding-top: 70px;
	}
	.club.sec02 ul {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
}

/*-----------------------------
課外教室
------------------------------*/
.extracurricular.sec01 {
	text-align: center;
}

.extracurricular.sec02 {
	padding-top: 120px;
}
.extracurricular.sec02 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 60px;
}
.extracurricular.sec02 .image img {
	border-radius: 20px 20px 0 0;
	aspect-ratio: 635 / 246;
	width: 100%;
	object-fit: cover;
}
.extracurricular.sec02 .text {
	padding: 25px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.extracurricular.sec02 h3 {
	text-align: center;
	font-weight: 700;
	color: #FE7700;
}

@media print, screen and (max-width: 768px) {
	.extracurricular.sec02 {
		padding-top: 70px;
	}
	.extracurricular.sec02 ul {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #FEA400!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #fff!important;
	color: #FEA400!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
}
.post .subimitarea .linkBtn::after,
.post .subimitarea .linkBtn::before{
	display: none;
}



/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	.mobile #header {
		background: #FEA400;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
		background: #F8F2E8;
	}
	nav#mainNav ul li a:hover {
		background: #F8F2E8;
	}
	nav#mainNav ul li ul.sub-menu li a {
		background: #F8F2E8;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: #F8F2E8;
		color: #333333;
	}
	nav#mainNav ul li a span {
		display: none;
	}
}

@media screen and (min-width: 769px){	
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	#front_top_content h1 {
		margin-bottom: 0;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}

.top_faq table,.top_faq table tr th,.top_faq table tr td{
	border:none;
	font-size:17px;
	padding:1px 15px;
	line-height:1.8;
}
.top_faq table tr th{
	background:transparent;
	width:10%;
}

.top_access .linkBtn{
	color: #FE7700;
	background:#FFED00;
}