@charset "UTF-8";
/*
Theme Name: colorfulsaurus
Theme URI: 
Description: colorfulsaurus 専用
Author: fu-mi.
Author URI: -
version: 1.0
*/

/*------------------------------------------------
	fonts styles
-------------------------------------------------*/
body { font-family: 'source-han-sans-jp-variable', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
			property: value;
	}
	body {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;
	}
}
/*------------------------------------------------
	reset styles
--------------------------------------------------*/
li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	vertical-align: top;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------
	clear styles
--------------------------------------------------*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------
	base styles
--------------------------------------------------*/
:root {
	--txt-color: #000;
	--txt-color2: #fff;
	--color-main-b: #0069ab;
	--color-main-g: #336948;
	--color-main-y: #ffd900;
	--color-sub-r: #e84d3c;
	--color-sub-g: #20b29c;
	--color-sub-b: #1c95ce;
	--color-sub-p: #874797;
}
html {
	font-family: 'source-han-sans-jp-variable', sans-serif;
	font-variation-settings: "wght" 700;
	font-size: 62.5%;
	background-color: #fff;
}
html.wf-active {
}
html, body {
	height: 100%;
	background-color: var(--color-main-y);
}
body {
	-webkit-text-size-adjust: 100%;
	color: var(--txt-color);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: calc(30 / 15);
	letter-spacing: .1em;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
	body {
		width: 1040px;
		margin: 0 auto;
	}
}
h1, h2, h3, h4, h5, p, dt, dd, li {
	font-feature-settings: "palt";
}
i svg {
	vertical-align: middle;
}
.section {
	width: 100%;
	min-width: 1040px;
	padding-top: 80px;
	padding-bottom: 120px;
	position: relative;
}
.section-same {
	padding-top: 30px;
}
.section-y {
	background-color: var(--color-main-y);
}
.section-b {
	background-color: var(--color-main-b);
}
.section-b2 {
	background-color: var(--color-main-b);
	background-image: url(images/section-bg-b.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 890px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section-b2 {
		background-image: url(images/section-bg-b-2x.png);
	}
}
.section-g2 {
	background-color: #bfd500;
	background-image: url(images/section-bg-g.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 694px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section-g2 {
		background-image: url(images/section-bg-g-2x.png);
	}
}
.footer, .top-section-news {
	background-color: var(--color-sub-gr);
}
.div-section {
	width: 100%;
	min-width: 1040px;
}
.content, .foot {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width: 100%;
	min-width: 1040px;
}

.section-top-eyecatch {
	width: 100%;
	min-width: 1040px;
	height: 100vh;
	max-height: 920px;
	background-image: url(images/top-eyecatch-bg-lt2.png), url(images/top-eyecatch-bg-rb2.png), url(images/top-eyecatch-bg-top.png), url(images/top-eyecatch-bg-lt.png), url(images/top-eyecatch-bg-lb.png), url(images/top-eyecatch-bg-rt.png), url(images/top-eyecatch-bg-rb.png);
	background-repeat: no-repeat;
	background-position: right top, left bottom, center top, left top,left bottom, right top, right bottom;
	background-size: 310px auto, 430px auto, 800px auto, 310px auto, 540px auto, 250px auto, 580px auto;
	overflow: hidden;
	position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section-top-eyecatch {
		background-image: url(images/top-eyecatch-bg-lt2-2x.png), url(images/top-eyecatch-bg-rb2-2x.png), url(images/top-eyecatch-bg-top-2x.png), url(images/top-eyecatch-bg-lt-2x.png), url(images/top-eyecatch-bg-lb-2x.png), url(images/top-eyecatch-bg-rt-2x.png), url(images/top-eyecatch-bg-rb-2x.png);
	}
}
.top-eyecatch {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-eyecatch > figure {
	position: absolute;
	bottom: 20px;
	left: calc(50% -20px);
}
.header {
	width: 100%;
	min-width: 1040px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.header > div {
	width: 100%;
	min-width: 1040px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	transition: all .3s;
}
@media screen and (min-width:1280px) {
	.header > div {
	}
}
.header .logo {
 width: 380px;
	height: 230px;
	background-image: url(images/header-lt-bg.svg);
	background-size: cover;
	padding-top: 22px;
	padding-left: 20px;
}
.gnav {
	padding-top: 20px;
	padding-right: 95px;
}
@media screen and (max-width:1280px) {
	.gnav {
		padding-right: 5px;
	}
}
.gnav > ul {
	width: 650px;
	height: 90px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

.gnav > ul > li {
	width: 210px;
	height: 40px;
	border-radius: 8px;
	position: relative;
}
.gnav > ul > li::before {
	content: "";
	width: 210px;
	height: 40px;
	border-radius: 8px;
	background-color: #000;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.gnav a, .gnav p {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	background: #f0f0f0;
	text-align: center;
	transition: opacity 0.3s;
}
.gnav p, .gnav > ul > li > a {
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gnav li a:hover ,.gnav li p:hover, .gnav li:hover::before {
	opacity: 0.8;
	cursor: pointer;
}
.gnav > ul > li:first-child a {
	background-color: var(--color-sub-r);
}
.gnav > ul > li:nth-child(2) a {
	background-color: var(--color-sub-g);
}
.gnav > ul > li:nth-child(3) p {
	background-color: var(--color-sub-b);
}
.gnav > ul > li:nth-child(4) a {
	background-color: var(--color-sub-p);
}
/* サブメニューの初期状態 */
.gnav > ul > li > ul {
	position: absolute;
	top: 45px;
	left: 0;
	width: 210px;
	overflow: visible;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.4s ease;
	z-index: 10;
}
.gnav > ul > li > ul::before {
	content: "";
	position: absolute;
	top: -10px;
	left: calc(50% - 8px); /* 中央配置（16px幅） */
	width: 16px;
	height: 10px;
	background: #fff;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
/* サブメニュー内のリスト */
.gnav > ul > li > ul > li {
	height: 40px;
}

.gnav > ul > li > ul > li a {
	height: 40px;
	line-height: 40px;
	opacity: .9;
	display: flex;
	align-items: center;
	padding-left: 15px;
	background-image: url(images/ico-arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: right 15px center;
}
.gnav > ul > li > ul > li:first-child a {
	background-color: #4fa039;
}
.gnav > ul > li > ul > li:nth-child(2) a {
	background-color: #0069ab;
}
.gnav > ul > li > ul > li:nth-child(3) a {
	background-color: #ed849b;
}
.gnav > ul > li > ul > li:nth-child(4) a {
	background-color: #ee940e;
}

/* マウスオーバー時にサブメニューを表示 */
.gnav > ul > li:nth-child(3):hover > p + ul {
	max-height: 200px; /* 4つ分のli×40px + α */
	opacity: 1;
}
.gnav > ul > li:nth-child(3):hover > p + ul::before {
	opacity: .9;
}

.eyecatch {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 720px;
	text-align: center;
	padding-top: 230px;
}
.eyecatch figure {
	margin-top: 30px;
}
.eyecatch figure img {
	border-radius: 40px;
}






.mds {
	text-align: center;
}
.mds span {
	font-family: var(--font-din);
	font-weight: 700;
	font-size: 5.0rem;
	line-height: calc(50 / 50);
	letter-spacing: .15em;
	padding-left: .15em;
	color: var(--color-main-g);
	display: block;
}
.mds span::first-letter {
	color: var(--color-main-o);
}
.mds h2, .mds h3 {
	font-family: var(--font-tsuku);
	font-weight: 700;
	font-size: 1.8rem;
	line-height: calc(26 / 18);
	letter-spacing: .5em;
	padding-left: .5em;
	color: var(--txt-color);
	margin-top: 12px;
}














.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 76px;
	border-radius: 38px;
	background-color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: right 20px center;
	transition: all .3s;
	position: relative;
}
.btn-size {
	width: 400px;
}
.btn-o {
	border: 6px solid #ee940e;
	background-image: url(images/ico-arrow-o.svg);
}
.btn-b {
	border: 6px solid var(--color-main-b);
	background-image: url(images/ico-arrow-b.svg);
}
.btn-g {
	border: 6px solid #4fa039;
	background-image: url(images/ico-arrow-g.svg);
}
.btn-r {
	border: 6px solid var(--color-sub-r);
	background-image: url(images/ico-arrow-r.svg);
}
.btn:hover {
	opacity: .9;
}
.btn2 {
	width: 360px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #4fa039;
	border-radius: 35px;
	position: relative;
	transition: all .3s;
	background-image: url(images/ico-arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: right 15px center;
}
.btn2-b {
	background-color: #0069ab;
}
.btn2-p {
	background-color: #ed849b;
}
.btn2-o {
	background-color: #ee940e;
}
.footer {
	width: 100%;
	min-width: 1040px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: var(--color-main-y);
}
.foot-map {
	text-align: center;
}
.foot-map iframe {
	vertical-align: bottom;
	margin-top: 40px;
}
.foot-map .btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.foot-map .btn + .btn {
	margin-top: 20px;
}
.foot-btm {
	margin-top: 80px;
	text-align: center;
}
.foot-btm > p {
	line-height: 1;
}
.foot-btm > p + p {
	margin-top: 30px;
}
.foot-btm > p + p + p {
	margin-top: 6px;
}
.foot-address {
	margin-top: 40px;
}
.footer-top {
	width: 100%;
	min-width: 1040px;
	padding-bottom: 130px;
	background-color: var(--color-main-y);
	background-image: url(images/footer-top-bg-b.svg), url(images/footer-top-bg-l.png), url(images/footer-top-bg-r.png);
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-position: center bottom, left bottom, right bottom;
	background-size: 1480px auto, 540px auto, 540px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.footer-top {
		background-image: url(images/footer-top-bg-b.svg), url(images/footer-top-bg-l-2x.png), url(images/footer-top-bg-r-2x.png);
	}
}
.footer-btm {
	width: 100%;
	min-width: 1040px;
	height: 240px;
	background-color: var(--color-main-g);
}
.copyright {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.0rem;
	letter-spacing: .1em;
	padding-left: .1em;
	padding-bottom: 20px;
	color: #fff;
}
.fnav {
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fnav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fnav ul + ul {
	margin-top: 10px;
}
.fnav li + li {
	margin-left: 34px;
	position: relative;
}
.fnav li + li::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(images/fnv-line.svg);
	background-size: cover;
	position: absolute;
	top: 6px;
	left: -25px;
}
.fnav li a {
	transition: all .3s;
}
.fnav li a:hover {
	opacity: .8;
}
.section-eyecatch-header {
	width: 100%;
	min-width: 1040px;
	background-color: var(--color-main-y);
	background-image: url(images/ec-bg-top.png), url(images/ec-bg-left.png), url(images/ec-bg-right.png);
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-position: center top, left top, right top;
	background-size: 1480px auto, 1480px auto, 1480px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section-eyecatch-header {
		background-image: url(images/ec-bg-top-2x.png), url(images/ec-bg-left-2x.png), url(images/ec-bg-right-2x.png);
	}
}


.section-top02 {
	background-image: url(images/top02-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1200px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section-top02 {
		background-image: url(images/top02-bg-2x.png);
	}
}
.section-top02 .mds + figure {
	margin-top: 20px;
}
.section-top02 .mds + figure + div {
	color: #fff;
	text-align: center;
	margin-top: -60px;
}
.section-top02 .content > div h3 {
	font-size: 2.9rem;
	line-height: calc(52 / 29);
}
.section-top02 .content > div p {
	margin-top: 20px;
}
.section-top03 .kids-slide {
	margin-top: 30px;
}
.section-top03 p {
	text-align: center;
	margin-top: -80px;
}
.section-top04 .mds {
	position: relative;
	width: 434px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.section-top04 .mds > figure {
	position: absolute;bottom: 56px;
	left: 8px;
	z-index: -1;
}
.section-top04 .mds + figure {
	margin-top: 20px;
}
.top04-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top04-box {
	width: 460px;
	background-color: #fff;
	border-radius: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	margin-top: 320px;
	color: #000;
}
.top04-box > .mds2 {
	margin-top: -270px;
}
.top04-box > figure {
	margin-top: 10px;
}
.top04-box > p {
	margin-top: 20px;
}
.top04-box > a {
	margin-top: 30px;
	transition: all .3s;
}
.top04-box > a:hover {
	opacity: .8;
}
.newslist-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 45px;
	column-gap: 35px;
	margin-top: 44px;
}
.newslist-box {
	width: 310px;
	display: flex;
	flex-direction: column;
	transition: all .3s;
	text-decoration: none;
}
.nwslst-head {
	width: 100%;
	height: 33px;
	background-image: url(images/card-head.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 305px auto;
}
.nwslst-body {
	flex-grow: 1;
	width: 100%;
	background-image: url(images/card-body.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 305px auto;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
}
.nwslst-body > figure {
	text-align: center;
}
.nwslst-body p.date {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 35px;
	color: var(--txt-color);
}
.nwslst-body h3, .nwslst-body h2 {
	margin-top: 10px;
	color: var(--txt-color);
}
.newslist-box:hover img {
	opacity: .7;
}
.newslist-box:hover .nwslst-body p.date, .newslist-box:hover .nwslst-body h3, .newslist-box:hover .nwslst-body h2 {
	text-decoration: underline;
}
.nwslst-foot {
	width: 100%;
	height: 5px;
	background-image: url(images/card-foot.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 305px auto;
}

.newslist-wrapper + a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}



.section-contact02 .mds + figure {
	margin-top: 50px;
	text-align: center;
}
.contact02-box {
	margin-top: 50px;
	width: 1000px;
	height: 1200px;
	position: relative;
	background-image: url(images/contact02-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.contact02-box {
		background-image: url(images/contact02-bg-2x.png);
	}
}
.contact02-box h3 {
	font-feature-settings: normal;
	font-size: 3.0rem;
	line-height: calc(34 / 30);
}
.contact02-box p {
	font-feature-settings: normal;
	font-size: 1.5rem;
	margin-top: 10px;
}
.contact02-box > div {
	position: absolute;
}
.contact02-box > div:first-child {
	width: 420px;
	top: 66px;
	left: 266px;
}
.contact02-box > div:nth-child(2) {
	width: 420px;
	top: 341px;
	left: 434px;
}
.contact02-box > div:nth-child(3) {
	width: 450px;
	top: 662px;
	left: 238px;
}
.contact02-box > div:nth-child(4) {
	width: 450px;
	top: 982px;
	left: 494px;
}
.section-contact03 > .content {
	width: 640px;
}
.section-contact03 .mds + p {
	text-align: center;
	margin-top: 50px;
}
.section-contact03 table {
	width: 100%;
	margin-top: 50px;
}
.section-contact03 table th, .section-contact03 table td {
	display: block;
	width: 100%;
}
.section-contact03 table th {
	text-align: left;
	position: relative;
	font-size: 1.8rem;
	color: #0069ab;
	padding-bottom: 15px;
}
.section-contact03 table th span {
	position: absolute;
	width: 60px;
	height: 26px;
	background-color: #e60012;
	border-radius: 13px;
	font-size: 1.3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 20px);
	right: 0;
}
.section-contact03 table td {
	padding-bottom: 30px;
}
.section-contact03 input[type='submit'] {
	width: 320px;
	height: 75px;
	display: block;
	background-image: url(images/submit.svg);
	background-size: cover;
	margin-top: 46px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s;
	cursor: pointer;
	text-indent: -9999px;
}
input[type='submit']:hover {
	opacity: .7;
}
input[type="text"], input[type="email"], input[type="tel"] {
	height: 5rem;
	background-color: #fff;
	width: 100%;
	padding: 5px 10px;
	font-size: 1.8rem;
	line-height: calc(30 / 18);
}
textarea {
	background-color: #fff;
	width: 100%;
	padding: 5px 10px;
	font-size: 1.8rem;
	line-height: calc(30 / 18);
}
.wpcf7 + p {
	text-align: center;
	margin-top: 40px;
	color: var(--txt-color2);
}




.section-about02 > .content {
	width: 50%;
}
.about02-box {
	width: 454px;
	margin-left: auto;
	margin-right: 0;
	margin-top: -370px;
}
.about02-box p + p {
	margin-top: calc(30em / 15);
}
.fikidashi {
	width: 374px;
	height: 180px;
	background-image: url(images/about03-fukidashi.svg);
	background-size: cover;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 20px;
}
.fikidashi h3 {
	font-size: 1.6rem;
}
.fikidashi h3 span {
	font-size: 1.8rem;
}
.fikidashi + figure {
	text-align: center;
	margin-top: -58px;
}
.about03-box {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.about03-box h4 {
	text-align: center;
}
.about03-box > div p {
	color: #fff;
}
.about03-box > div p + p {
	margin-top: calc(30em / 15);
}
.about03-box > div + div {
	margin-top: 60px;
}
.section-about04 .mds + p {
	text-align: center;
	margin-top: 30px;
}
.about04-box + .about04-box {
	margin-top: 16px;
}
.about04-box > div {
	width: 470px;
	height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -294px;
}
.about04-box01 > div {
	margin-left: 370px;
}
.about04-box02 > div {
	width: 436px;
	margin-left: 480px;
}
.about04-box03 > div {
	width: 436px;
	margin-left: 380px;
}
.about04-box h3 span {
	display: inline;
	font-size: 2.8rem;
	line-height: 1;
	padding-bottom: 0px;
	border-bottom: 6px solid #0069ab;
}
.about04-box02 h3 span {
	border-bottom: 6px solid #20b29c;
}
.about04-box03 h3 span {
	border-bottom: 6px solid #ed849b;
}
.about04-box p {
	margin-top: 10px;
}
.about04-box a {
	display: flex;
	width: 310px;
	transition: all .3s;
	margin-top: 10px;
}
.about04-box a:hover {
	opacity: .8;
}


.custom-swiper-wrapper {
	position: relative;
	width: 808px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 11px;
	overflow: visible
}
.custom-swiper-wrapper > figure {
	position: absolute;
	top: -110px;
	left: 35px;
	z-index: 9999;
}
.custom-swiper-wrapper > figure + figure {
	left: auto;
	right: 35px;
}
.main-swiper {
	width: 792px;
	height: 485px;
	position: relative;
	z-index: 1;
	cursor: grab;
}
.main-swiper.swiper-grabbing {
	cursor: grabbing;
}
.main-swiper img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.book-mask-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 808px;
	height: 542px;
	background-image: url(images/book-mask.png);
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: 2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.book-mask-layer {
		background-image: url(images/book-mask-2x.png);
	}
}
.thumb-swiper {
	width: 808px;
	margin-left: -8px;
	margin-top: 70px;
	height: auto;
	box-sizing: border-box;
}
.thumb-swiper .swiper-slide {
	background-color: #fff;
}
.thumb-swiper img {
	width: 136px;
	height: auto;
	object-fit: cover;
	opacity: 0.8;
	transition: 0.3s;
	border: 5px solid #fff;
	cursor: pointer;
}
.thumb-swiper .swiper-slide-thumb-active img {
	opacity: 1;
	border: 5px solid #20b29c;
}
.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	z-index: 3;
	cursor: pointer;
}

/* 次へボタン（右） */
.swiper-button-next {
	right: -28px;
	background-image: url('images/arrow-next.png');
}
/* 前へボタン（左） */
.swiper-button-prev {
	left: -28px;
	background-image: url('images/arrow-prev.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.swiper-button-next {
		background-image: url('images/arrow-next-2x.png');
	}
	.swiper-button-prev {
		background-image: url('images/arrow-prev-2x.png');
	}
}
/* デフォルトアイコンを非表示 */
.swiper-button-next::after, .swiper-button-prev::after {
	display: none;
}
.about06-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.mds + .about06-box {
	margin-top: 64px;
}
.about06-box h3 {
	width: 168px;
	height: 90px;
	background-color: #0069ab;
	border-radius: 10px;
}
.about06-box > div {
	background-color: #fff;
	width: calc(100% - 181px);
	border-radius: 10px;
	height: 90px;
	display: flex;
	align-items: center;
	padding-left: 26px;
}

.section-kinder02 .mds + figure {
	margin-top: 32px;
}
.section-kinder04 .mds + figure {
	margin-top: 60px;
}

.section-after02 .mds + figure {
	margin-top: 32px;
}
.section-after04 .mds + p {
	margin-top: 32px;
	text-align: center;
}
.section-after04 .mds + p + figure {
	margin-top: 32px;
}
.section-satur02 .mds + figure {
	margin-top: 32px;
}
.section-satur02 .mds + figure + a {
	display: flex;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	transition: all .3s;
}
.section-satur02 .mds + figure + a:hover {
	opacity: .8;
}
.section-satur02 .mds + figure + a + figure {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
.section-satur04 .mds {
	position: relative;
	width: 600px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.section-satur04 .mds > figure {
	position: absolute;
	z-index: -1;
	bottom: 64px;;
	right: 24px;
}
.section-satur04 .mds + figure {
	margin-top: 32px;
}
.section-satur05 .mds + figure {
	margin-top: 32px;
}
.section-season02 .mds + figure {
	margin-top: 32px;
	position: relative;
}
.section-season02 .mds + figure > a {
	width: 240px;
	height: 80px;
	position: absolute;
	bottom: 50px;
	right: 30px;
	display: block;
}
.section-season02 .mds + figure + a {
	display: flex;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	transition: all .3s;
}
.section-season02 .mds + figure + a:hover {
	opacity: .8;
}
.section-season02 .mds + figure + a + figure {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
.section-season04 .mds {
	position: relative;
	width: 600px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.section-season04 .mds > figure {
	position: absolute;
	z-index: -1;
	bottom: 44px;;
	right: 24px;
}
.section-season04 .mds + figure {
	margin-top: 32px;
}
.section-season05 .mds + figure {
	margin-top: 32px;
}
.section-season05 .mds + figure + a {
	margin-top: 78px;
	display: flex;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s;
}
.section-season05 .mds + figure + a :hover {
	opacity: .8;
}
.section-season05 .mds + figure + a + figure {
	margin-top: 78px;
}
.school02-time {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 230px;
	background-color: #fff;
	border-radius: 40px;
	margin-top: 90px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 32px;
	padding-bottom: 32px;
}
.school02-time h3 + p {
	width: auto;
	height: 40px;
	background-color: var(--color-main-b);
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .14em;
	font-feature-settings: normal;
	margin-top: 24px;
	padding-left: calc(21px + .14em);
	padding-right: 21px;
}
.school02-time > div {
	background-image: url(images/line-2p.svg);
	background-repeat: repeat-x;
	background-size: 8px auto;
	background-position: left top;
	margin-top: 22px;
	padding-top: 18px;
}
.school02-time > div li {
	font-size: 2.0rem;
	line-height: calc(30 / 20);
	font-feature-settings: normal;
	letter-spacing: .14em;
	padding-left: 40px;
	position: relative;
}
.school02-time > div li::before {
	content: "";
	width: 26px;
	height: 22px;
	background-image: url(images/ico-check.svg);
	background-size: cover;
	position: absolute;
	left: 1px;
	top: calc(50% - 10px);
}
.school02-time > div li + li, .school02-time > div ul + p {
	margin-top: 10px;
}
.school02-time > div p {
	font-size: 2.0rem;
	line-height: calc(30 / 20);
	font-feature-settings: normal;
	letter-spacing: .14em;
}
.school02-time > div p.cau {
	padding-left: 1.14em;
	position: relative;
}
.school02-time > div p.cau::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.sched-wrap {
	margin-top: 32px;
	position: relative;
}
.sched-wrap::before {
	content: "";
	width: 3px;
	height: calc(100% - 140px);
	background-color: #000;
	position: absolute;
	top: 0;
	left: calc((140px / 2) - 1.5px);
	z-index: 1;
}
.sched-wrap * {
	font-feature-settings: normal;
}
.sched-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.sched-box + .sched-box {
	margin-top: 40px;
	position: relative;
}
.sched-box + .sched-box::before {
}
.sched-box > h3 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(30 / 24);
	padding-left: .1em;
	background-color: var(--color-main-b);
}
.sched-box:nth-child(2) > h3 {
	background-color: #e84d3c;
}
.sched-box:nth-child(3) > h3 {
	background-color: #20b29c;
}
.sched-box:nth-child(4) > h3 {
	background-color: #ed849b;
}
.sched-box:nth-child(5) > h3 {
	background-color: #ee940e;
}
.sched-box:nth-child(6) > h3 {
	background-color: #048d60;
}
.sched-box:nth-child(7) > h3 {
	background-color: #874797;
}
.sched-box:nth-child(8) > h3 {
	background-color: #1c95ce;
}
.sched-box > div {
	width: 810px;
	min-height: 140px;
	background-color: #fff;
	border-radius: 26px;
	position: relative;
	padding-left: 34px;
	padding-right: 84px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sched-box > div::before {
	content: "";
	width: 50px;
	height: 3px;
	border-top: 3px dotted #000;
	position: absolute;
	top: calc((140px / 2) - 1.5px);
	left: -50px;
}
.sched-box > div h4 {
	font-size: 2.3rem;
	line-height: calc(30 / 23);
	color: #e84d3c;
}
.sched-box > div p {
	margin-top: 10px;
	line-height: calc(24 / 15);
}

.section-price * {
	font-feature-settings: normal;
}
.price-box01 {
	margin-top: 60px;
}
.price-box01 .mds-ft-p {
	margin-top: 30px;
	text-align: center;
	font-size: 2.6rem;
	line-height: calc(30 / 26);
	padding-left: .1em;
}
.price-box01 .mds-ft-p + h3 {
	margin-top: 30px;
}
.price-box01 h3 {
	width: 400px;
	height: 80px;
	border-radius: 40px;
	background-color: var(--color-sub-p);
	color: #fff;
	font-size: 2.3rem;
	padding-left: .1em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.section-season05 .price-box01 h3 {
	background-color: var(--color-sub-p);
}
.price-box01 .mds-txt {
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(38 / 24);
	padding-left: .1em;
	margin-top: 20px;
}
.price-box01 .mds-txt + p {
	text-align: center;
	font-size: 1.8rem;
	line-height: calc(29 / 18);
	padding-left: .1em;
}
.section-kinder04 .price-box01 .mds-txt {
	color: var(--color-main-b);
}
.section-season05 .price-box01 .mds-txt {
	color: var(--color-sub-p);
}
.price-box01 .mds-txt::before {
	content: "【";
}
.price-box01 .mds-txt::after {
	content: "】";
}
.price-2col + .mds-txt {
	margin-top: 60px;
}
.price-2col {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.price-2col > div {
	width: 460px;
	height: 172px;
	border-radius: 36px;
	background-image: url(images/note-bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 34px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.price-2col > div {
		background-image: url(images/note-bg-2x.png);
	}
}
.price-2col > div + div {
	margin-left: 40px;
}
.price-3col {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 23px; 
	margin-top: 40px;
}
.price-3col > div {
	width: 318px;
	height: 172px;
	border-radius: 36px;
	background-image: url(images/note-bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 34px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.price-3col > div {
		background-image: url(images/note-bg-2x.png);
	}
}
.price-cau {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.price-cau li {
	font-size: 1.8rem;
	line-height: calc(29 /18);
}
.price-cau li::before {
	content: "※";
}
.price-bnr {
	margin-top: 72px;
	text-align: center;
}
.price-bnr > a {
	display: inline-block;
	background-color: #fff;
}
.price-bnr > a img {
	transition: all .3s;
}
.price-bnr > a:hover img {
	opacity: .7;
}
.price-box02 {
	margin-top: 72px;
}
.price-box02 h4 {
	font-size: 2.4rem;
	line-height: calc(50 / 24);
	color: var(--color-main-b);
	padding-left: 65px;
	position: relative;
}
.price-box02 h4::before {
	content: "";
	width: 52px;
	height: 50px;
	background-image: url(images/ico-gr.svg);
	background-size: cover;
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
}
.price-box02 > div {
	padding-top: 21px;
	padding-bottom: 20px;
	font-size: 1.8rem;
	line-height: calc(29 / 18);
}
.price-box02 > div + div {
	border-top: 2px dotted #000;
}
.price-box02 > div span {
	color: #e84d3c;
}
.price-box02 > div dt {
	float: left;
	clear: left;
}
.price-box02 > div dd {
	padding-left: 6.5em;
}
.price-box02 h4 + p {
	margin-top: 20px;
}
.price-wrbk {
	margin-top: 50px;
	height: 300px;
	background-image: url(images/note-bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 34px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 36px;
	text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.price-2col > div {
		background-image: url(images/note-bg-2x.png);
	}
}
.price-wrbk .wrbk-mds {
	width: 400px;
	height: 80px;
	border-radius: 40px;
	background-color: #ed849b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.3rem;
	line-height: calc(30 / 23);
	padding-left: .1em;
}
.price-wrbk .wrbk02 {
	font-size: 2.3rem;
	line-height: calc(43 / 23);
	color: #e84d3c;
	padding-left: .1em;
	margin-top: 30px;
}
.price-wrbk .wrbk03 {
	font-size: 1.8rem;
	line-height: calc(43 / 18);
	padding-left: .1em;
}
.price-wrbk .wrbk04 {
	
}


.section-calendar .btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.section-calendar .fikidashi {
	position: relative;
	background-image: url(images/fukidashi2.svg);
	margin-top: 20px;
	width: 440px;
	height: 240px;
}
.section-calendar .fikidashi > figure {
	position: absolute;
	top: -95px;
	right: -30px;
}

.section-single {
	padding-bottom: 100px;
}
.news-eyecatch {
	width: 100%;
	height: 720px;
	padding-top: 230px;
	text-align: center;
}
.section-news .content {
	padding-top: 1px;
	margin-top: -250px;
}
.news-head {
	width: 100%;
	height: 33px;
	background-image: url(images/news-head.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1000px auto;
	margin-top: 10px;
}
.news-body {
	flex-grow: 1;
	width: 100%;
	background-image: url(images/news-body.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1000px auto;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-left: 80px;
	padding-right: 80px;
}
.nwews-body > figure {
	text-align: center;
}
.news-body p.date {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 35px;
	color: var(--txt-color);
}
.news-foot {
	width: 100%;
	height: 5px;
	background-image: url(images/news-foot.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.news-head {
		background-image: url(images/news-head-2x.png);
	}
	.news-body {
		background-image: url(images/news-body-2x.png);
	}
	.news-foot {
		background-image: url(images/news-foot-2x.png);
	}
}
.news-body .pdate {
	font-size: 1.7rem;
	line-height: calc(30 / 17);
}
.news-body h1 {
	font-size: 2.2rem;
	line-height: calc(36 / 22);
}
.news_photo {
	margin-top: 30px;
}
.post-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.post-navigation .prev-post,
.post-navigation .next-post {
	width: 72px;
	height: 28px;
}
.post-navigation .disabled {
	opacity: 0.3;
	pointer-events: none;
}
.post-navigation > div a {
	transition: all .3s;
}
.post-navigation > div a:hover {
	opacity: .7;
}
.post {
	margin-top: 30px;
}
.post p {
	font-size: 1.5rem;
	line-height: calc(30 / 15);
}
.post p + p {
	margin-top: calc(30em / 15);
}
.post p a {
	color: var(--color-main-b);
	text-decoration: underline;
	transition: all .3s;
}
.post p a:hover {
	text-decoration: none;
}

.pagination-wrapper {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.custom-pagination {
	display: flex;
	align-items: center;
	gap: 40px; /* ←→矢印と数字ブロックの距離 */
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 矢印 */
.custom-pagination .arrow img {
	width: 72px;
	height: 28px;
}

.custom-pagination .arrow.disabled {
	opacity: 0.3;
	pointer-events: none;
}

/* 数字ブロック */
.custom-pagination .page-numbers {
	display: flex;
	justify-content: center;
	flex: 1;
	}

.custom-pagination .page-list {
	display: flex;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-pagination .page-list li a,
.custom-pagination .page-list li span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	transition: 0.2s;
	font-size: 2.1rem;
	font-variation-settings: "wght" 400;
	line-height: 1;
	letter-spacing: 0;
}

.custom-pagination .page-list li span.current {
	background: #e74c3c;
	color: #fff;
	border: none;
}


.kids-slide {
	height: 440px;
	padding-bottom: 110px;
	width: 100%;
	overflow-y: hidden;
	background-color: var(--color-main-y);
}
.kids-slide ul {
	display: flex;
}
.kids-slide ul li + li {
	margin-left: 26px;
}
.kids-slide ul li.li01 {
	margin-top: 60px;
}
.kids-slide ul li.li02 {
	margin-top: 10px;
}
.kids-slide ul li.li03 {
	margin-top: 50px;
}
.kids-slide ul li.li04 {
	margin-top: 0px;
}
.kids-slide ul li.li05 {
	margin-top: 60px;
}
.kids-slide ul li.li06 {
	margin-top: 20px;
}
.kids-slide ul li.li07 {
	margin-top: 50px;
}
.kids-slide ul li.li08 {
	margin-top: 20px;
}
.kids-slide ul li img {
	border-radius: 25px;
	border: 6px solid var(--color-main-b);
}
.side-insta {
	display: flex;
	position: fixed;
	right: 0;
	top: 280px;
	z-index: 9999;
}
.side-insta {
	transition: all .3s;
}
.side-insta:hover {
	opacity: .8;
}
#pagetop {
	width: 102px;
	height: 192px;
	display: flex;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-image: url(images/pagetop.png);
	background-size: cover;
}
#pagetop:hover {
	background-image: url(images/pagetop-on.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#pagetop {
		background-image: url(images/pagetop-2x.png);
	}
	#pagetop:hover {
		background-image: url(images/pagetop-on-2x.png);
	}
}
.fade-box {
	opacity: 0;
	transition: 2s ease;
	transform: translate(0, 1rem);
}
.fade-box.fade-up {
	opacity: 1;
	transform: translate(0, 0);
}
.anker, .anker-z {
	position: relative;
}
.anker > span {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anker-z > span {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.preload {
	background-image: url(images/pagetop-on.png), url(images/pagetop-on-2x.png);
}
.sls-cts {
	display: none;
	visibility: hidden;
	opacity: 0;
}