@charset "UTF-8";

/*-----------------------------
タブレット
@media (min-width: 768px) {}

PC
@media (min-width: 1024px) {}

ワイドPC微調整
@media (min-width: 1280px) {}
------------------------------*/

/****************************************
 	トップページ
*****************************************/
/*=============================
	mainvisual
==============================*/
.top-visual-sec {
	position: relative;
}
.top-visual-sec .mainvisual {
	max-width: 100%;
	height: auto;
	position: relative;
}
.top-visual-sec .mainvisual:before {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url("../img/top/mv_wave.webp") no-repeat center / 100% 100%;
    width: 100%;
    height: 1.6rem;
    z-index: 1;
}
.top-visual-sec .mainvisual img {
	width: 100%;
	aspect-ratio: 4/3.2;
	object-fit: cover;
}
.top-visual-sec .inner {
	position: absolute;
	bottom: -3rem;
	left: 0;
	padding: 0 .5rem;
	z-index: 10;
	width: 100%;
}
.top-visual-sec .inner .copy img {
	width: 100%;
}
.top-visual-sec .inner .badge {
	position: absolute;
	bottom: -.6rem;
	right: 0;
	width: 7.6rem;
	height: 7.6rem;
}
	
@media (min-width:768px){
	.top-visual-sec .mainvisual:before {
		height: 2.8rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.7;
	}
	.top-visual-sec .inner {
		position: absolute;
		bottom: -3.5rem;
		left: 0;
		padding: 0 .5rem;
		text-align: left;
		z-index: 10;
		width: 100%;
	}
	.top-visual-sec .inner .copy img {
		width: 80%;
	}
	.top-visual-sec .inner .badge {
		position: absolute;
		bottom: 1rem;
		right: 0;
		width: 13.5rem;
		height: 13.5rem;
	}
}
@media (min-width: 1024px) {
	.top-visual-sec .mainvisual:before {
		height: 3rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.7;
	}
	.top-visual-sec .inner {
		position: absolute;
		bottom: -3.5rem;
		left: 0;
		padding: 0 .5rem;
		text-align: left;
		z-index: 10;
		width: 100%;
	}
	.top-visual-sec .inner .copy img {
		width: 80%;
		max-width: 900px;
	}
	.top-visual-sec .inner .badge {
		bottom: 0rem;
		right: 0;
		width: 16rem;
		height: 16rem;
	}
}
@media (min-width: 1280px) {
	.top-visual-sec .mainvisual:before {
		height: 3.6rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.5;
	}
	.top-visual-sec .inner {
		position: absolute;
		bottom: -4rem;
		left: 0;
		padding-left: calc((100vw - 1200px) / 2);
		padding-right: calc((100vw - 1200px) / 2);
		text-align: left;
		z-index: 10;
		width: 100%;
	}
	.top-visual-sec .inner .copy img {
		width: 100%;
		max-width: 900px;
	}
	.top-visual-sec .inner .badge {
		bottom: 0rem;
		right: 1rem;
		width: 18rem;
		height: 18rem;
	}
}
@media (min-width: 1400px) {
	.top-visual-sec .mainvisual:before {
		height: 4rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.1;
	}
	.top-visual-sec .inner .badge {
		right: 4rem;
	}
}
@media (min-width: 1600px) {
	.top-visual-sec .inner .badge {
		right: 6rem;
	}
}
@media (min-width: 1800px) {
	.top-visual-sec .mainvisual:before {
		height: 4.6rem;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/1.9;
	}
	.top-visual-sec .inner .badge {
		right: 8rem;
		width: 22rem;
		height: 22rem;
	}
}

/*=============================
	intro
==============================*/
.top-intro-sec {
	padding: 4.5rem 0 3rem 0;
	overflow: hidden;
}
.top-intro-sec .m-inner {
	position: relative;
}
.top-intro-sec .m-inner:before,
.top-intro-sec .m-inner:after {
	position: absolute;
	display: block;
	content:"";
	width: 16rem;
	height: 16rem;
	background: url("../img/common/bg_dot_square_white.webp") no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}
.top-intro-sec .m-inner:before {
	right: -6rem;
	top: -1rem;
}
.top-intro-sec .m-inner:after {
	left: -6rem;
	bottom: 0;
}
.top-intro-sec .copy-main {
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 1px;
}
.top-intro-sec .copy-main span {
	background: linear-gradient(transparent 0%, #fff 0%);
}
.top-intro-sec .photo {
	text-align: center;
	margin-top: 2rem;
}
.top-intro-sec .photo img {
	width: 70%;
}
.top-intro-sec .note {
	margin-top: 1rem;
}
.top-intro-sec .note .copy {
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: 1px;
	font-size: 1.1rem;
}
@media (min-width:768px){
	.top-intro-sec {
		padding: 4.5rem 0 3rem 0;
	}
	.top-intro-sec .m-inner:before,
	.top-intro-sec .m-inner:after {
		width: 20rem;
		height: 20rem;
	}
	.top-intro-sec .m-inner:before {
		right: -6rem;
		top: -2rem;
	}
	.top-intro-sec .m-inner:after {
		left: -6rem;
		bottom: 0;
	}
	.top-intro-sec .copy-main {
		font-size: 1.4rem;
		text-align: center;
		letter-spacing: 2px;
	}
	.top-intro-sec .wrap {
		display: grid;
		grid-template-columns: 20rem 1fr;
		gap: 2rem;
		margin-top: 2rem;
	}
	.top-intro-sec .photo {
		text-align: left;
		margin-top: 0;
	}
	.top-intro-sec .photo img {
		width: 100%;
	}
	.top-intro-sec .note {
		margin-top: 2rem;
	}
	.top-intro-sec .note .copy {
		line-height: 2.4;
		font-size: 1.1rem;
	}
}
@media (min-width:1024px){
	.top-intro-sec {
		padding: 6rem 0 3rem 0;
	}
	.top-intro-sec .m-inner:before,
	.top-intro-sec .m-inner:after {
		width: 24rem;
		height: 24rem;
	}
	.top-intro-sec .m-inner:before {
		right: -10rem;
		top: -2rem;
	}
	.top-intro-sec .m-inner:after {
		left: -10rem;
		bottom: 0;
	}
	.top-intro-sec .copy-main {
		font-size: 1.6rem;
	}
	.top-intro-sec .wrap {
		display: grid;
		grid-template-columns: 23rem 1fr;
		gap: 3.5rem;
		margin-top: 2rem;
	}
	.top-intro-sec .note {
		margin-top: 2rem;
	}
	.top-intro-sec .note .copy {
		line-height: 2.6;
		font-size: 1.2rem;
	}
}

/*=============================
	photo（swiper）
==============================*/

/* swiper */
/*
.top-photo-sec {
	overflow: hidden;
	position: relative;
}
.top-photo-sec .swiper-wrapper {
	transition-timing-function: linear;
}
.top-photo-sec .swiper-slide {
	height: 110px !important;
	width: auto !important;
}
.top-photo-sec .swiper-slide img {
	width: 180px;
}
@media (min-width:768px){
	.top-photo-sec .swiper-slide {
	  height: 154px !important;
	  width: auto !important;
	}
	.top-photo-sec .swiper-slide img {
		width: 252px;
	}
}
@media (min-width:1024px){
	.top-photo-sec .swiper-slide {
	  height: 220px !important;
	  width: auto !important;
	}
	.top-photo-sec .swiper-slide img {
		width: 360px;
	}
}
*/

/*=============================
	age
==============================*/
.top-age-sec {
	padding: 3rem 0 3rem 0;
	overflow: hidden;
}
.top-age-sec .ttl-age {
	text-align: center;
	font-weight: 900;
	line-height: 1.5;
	font-size: 2rem;
}
.top-age-sec .ttl-age .unit {
	font-size: 1.3rem;
	margin-left: .5rem;
}
.top-age-sec .ttl-age .marker {
	background: linear-gradient(transparent 60%, #fff 60%);
	padding: 0 10px;
}
.top-age-sec .copy {
	font-weight: 700;
	margin-top: 1.5rem;
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 1px;
}
.top-age-sec .list {
	list-style-type: none;
	padding: 0 1.5rem;
	margin-top: 1rem;
}
.top-age-sec .list-item {
	margin-bottom: 2rem;
	background-color: #fff;
	border-radius: 20px;
}
.top-age-sec .list-item img {
	border-radius: 20px 20px 0 0;
}
.top-age-sec .list-item .note {
	padding: .5rem 1rem 1rem 1rem;
}
.top-age-sec .list-item .name {
	text-align: center;
	font-weight: 900;
	font-size: 1.2rem;
}
.top-age-sec .list-item .text {
	line-height: 1.5;
	font-size: .95rem;
	margin-top: .5rem;
}
/*カラー設定*/
.top-age-sec .age-012 .ttl-age,
.top-age-sec .age-012 .list-item .name {
	color: #FE958C;
}
.top-age-sec .age-012 .m-btn {
	background-color: #FE958C;
}
.top-age-sec .age-345 .ttl-age,
.top-age-sec .age-345 .list-item .name {
	color: #7B98CD;
}
.top-age-sec .age-345 .m-btn {
	background-color: #7B98CD;
}
@media (min-width: 768px) {
	.top-age-sec {
		padding: 3rem 0 4rem 0;
	}
	.top-age-sec .ttl-age {
		font-size: 2.3rem;
	}
	.top-age-sec .ttl-age .unit {
		font-size: 1.5rem;
		margin-left: .5rem;
	}
	.top-age-sec .copy {
		text-align: center;
		margin-top: 1.5rem;
		font-size: 1.2rem;
	}
	.top-age-sec .list {
		padding: 0 0;
		margin-top: 1.5rem;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
	.top-age-sec .list-item {
		margin-bottom: 0;
	}
	.top-age-sec .list-item .text {
		font-size: .9rem;
	}
	.top-age-sec .m-btn {
		margin-top: 2rem;
	}
}
@media (min-width: 1024px) {
	.top-age-sec {
		padding: 4rem 0 6rem 0;
	}
	.top-age-sec .ttl-age {
		font-size: 2.5rem;
	}
	.top-age-sec .ttl-age .unit {
		font-size: 1.6rem;
		margin-left: .5rem;
	}
	.top-age-sec .copy {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}
	.top-age-sec .list {
		margin-top: 2rem;
		gap: 2rem;
	}
	.top-age-sec .list-item {
		margin-bottom: 0;
		border-radius: 30px;
	}
	.top-age-sec .list-item img {
		border-radius: 30px 30px 0 0;
	}
	.top-age-sec .list-item .note {
		padding: .5rem 1.5rem 1rem 1.5rem;
	}
	.top-age-sec .list-item .name {
		font-size: 1.3rem;
	}
}

/****************************************
 	入園案内ページ
*****************************************/
/*=============================
	募集・応募について　.app-sec
==============================*/
.page-guidance .app-sec .btn-dl {
	position: relative;
	display: block;
	width: 100%;
	max-width: 16rem;
	padding: 16px 15px 16px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0px;
	background-color: #8DCE57;
	color: #fff;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.page-guidance .app-sec .btn-dl:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 20px;
	height: 20px;
	background: url("../img/common/icon_dl_white.svg") no-repeat 0 0;
	background-size: cover;
}
.page-guidance .app-sec .btn-dl:hover {
	opacity: .7;
}
.page-guidance .app-sec .white-box {
	background-color: #fff;
	padding: 1rem 1rem;
}
@media (min-width:768px){
	.page-guidance .app-sec .white-box {
		padding: 1.4rem 1.5rem;
	}
}
@media (min-width:1024px){
	.page-guidance .app-sec .white-box {
		padding: 1.4rem 2rem;
	}
}

/*=============================
	諸経費・持ち物について .cost-sec
==============================*/
/*持ち物リスト*/
.page-guidance .cost-sec .table-mochimono th.bikou {
	width: 7rem;
}
.page-guidance .cost-sec .table-mochimono td.bikou {
	line-height: 1.4;
	font-size: .9rem;
}
@media (min-width:768px){
	.page-guidance .cost-sec .table-mochimono th.bikou {
		width: 8rem;
	}
}
@media (min-width:1024px){
	.page-guidance .cost-sec .table-mochimono th.bikou {
		width: 12rem;
	}
}

/*=============================
	アコーディオンで開く場合　.acoBox
==============================*/
.page-guidance .acoBox {
	position: relative;
	background-color: #FCF7EF;
	border-radius: 20px;
}
.page-guidance .acoBox .toggleTit {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
	padding: 1.5rem 1.5rem .8rem 1.5rem;
}
.page-guidance .acoBox .toggleTit:after {
    content: "";
    position: absolute;
    top: 26px;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-right-width: 4px;
	border-right-style: solid;
	border-color: #8DCE57;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-guidance .acoBox .toggleTit.active:after {
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
 }
.page-guidance .acoBox .toggleChild {
	display: none;
	padding: 0 1.5rem 1.5rem 1.5rem;
}
.page-guidance .acoBox .toggleChild.open {
	display: block;
}
@media (min-width: 768px) {
	.page-guidance .acoBox {
		border-radius: 30px;
	}
	.page-guidance .acoBox .toggleTit:after {
		top: 30px;
		right: 40px;
		width: 14px;
		height: 14px;
	}
	.page-guidance .acoBox .toggleChild {
		padding: 0 1.5rem 1.5rem 1.5rem;
	}
}
@media (min-width: 1024px) {
	.page-guidance .acoBox .toggleTit {
		padding: 2rem 2rem 1.2rem 2rem;
	}
	.page-guidance .acoBox .toggleTit:after {
		top: 40px;
		right: 60px;
		width: 16px;
		height: 16px;
	}
	.page-guidance .acoBox .toggleChild {
		padding: 0 2rem 2rem 2rem;
	}
	
}


/*=============================
	お問い合わせ
==============================*/
.page-guidance .contact-sec {
	padding-bottom: 5rem;
}
.page-guidance .contact-sec .box {
	background-color: #8DCE57;
	border-radius: 40px;
	margin-top: .5rem;
	padding: 1.5rem 1rem;
	text-align: center;
	color: #fff;
}
.page-guidance .contact-sec .box .name {
	font-size: 1.2rem;
	line-height: 1.4;
}
.page-guidance .contact-sec .box .tel {
	margin-top: 1rem;
}
.page-guidance .contact-sec .box .tel .num {
	position: relative;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	font-size: 2.4rem;
	padding-left: 30px;
}
.page-guidance .contact-sec .box .tel .num:before {
	position: absolute;
	left: 0;
	top: 57%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 26px;
	height: 26px;
	background: url("../img/common/icon_tel_white.svg") no-repeat 0 0;
	background-size: cover;
}
.page-guidance .contact-sec .box .tel .text {
	font-size: .85rem;
}
@media (min-width:768px){
	.page-guidance .contact-sec .box {
		width: 90%;
		max-width: 800px;
		margin: 1rem auto 0 auto;
		border-radius: 50px;
		padding: 2rem 2.5rem;
		text-align: center;
		display: grid;
		grid-template-columns: 1fr 22rem;
		gap: 1rem;
	}
	.page-guidance .contact-sec .box .name {
		text-align: left;
		font-size: 1.4rem;
	}
	.page-guidance .contact-sec .box .tel {
		margin-top: 0;
	}
	.page-guidance .contact-sec .box .tel .num {
		font-size: 2.8rem;
		padding-left: 40px;
	}
	.page-guidance .contact-sec .box .tel .num:before {
		top: 57%;
		transform: translate(0, -50%);
		width: 34px;
		height: 34px;
	}
	.page-guidance .contact-sec .box .tel .text {
		font-size: .9rem;
		text-align: center;
	}
}
@media (min-width:1024px){
	.page-guidance .contact-sec {
		padding-bottom: 8rem;
	}
}




/****************************************
	管理画面エディタで入力するコンテンツ
*****************************************/
/*  管理画面からエディタで入力するコンテンツ
	wordpressのネイティブCSSが適用されるようにする
	.admin-edit
-----------------------------------------------*/
/* ワードプレス固有のCSSクラスの復元 */
.admin-edit .aligncenter { display: block; margin: 0 auto;}

.admin-edit .alignright { float: right; margin: 0 0 10px 20px;}

.admin-edit .alignleft { float: left; margin: 0 20px 10px 0;}

.admin-edit .wp-caption {
	text-align: left;
	max-width: 100%;
}

.admin-edit .wp-caption img { margin: 0; padding: 0; border: 0 none;}

.admin-edit .wp-caption p.wp-caption-text,
.admin-edit .wp-caption-text.gallery-caption{ font-size: .7rem; line-height: 1.5; margin-top: .5rem; padding: 0;text-align: left;}

/* reset.cssでリセットしたタグの再定義 */

.admin-edit strong { font-weight: bold; }

.admin-edit em { font-style: italic; }

.admin-edit h1 {
	font-size: 1.6em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: .3em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h2 {
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: #f5f5f5;
	padding: .5em .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h3 {
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px dashed #000;
	padding-bottom: .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h4 {
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h5 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h6 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 1em 0 .5em 0; 
}
.admin-edit {
	font-size: .9rem;
	line-height: 2;
}

.admin-edit ul,
.admin-edit ol { padding-left: 20px;}

.admin-edit blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;}

.admin-edit img,
.admin-edit .gallery-item img {
	height: auto;
	width: auto;
	max-width: 100% !important;
	border: 1px solid #D5D3CF !important;
}

.admin-edit table {
	margin: 1em 0;
}
.admin-edit table,
.admin-edit tr,
.admin-edit th,
.admin-edit td {
	border-width: thin;
}
.admin-edit th,
.admin-edit td {
	padding: 5px 5px;
	border: 1px solid #e7e7e7;
	font-size: 1em;
}
.admin-edit th {
	background-color: #f5f5f5;
	font-weight: bold;
}
.admin-edit a {
	text-decoration: underline;
}
.admin-edit:after {/*画像など回り込みの解除 clearfix*/
	content: "";
	clear: both; 
	display: block;
}


@media (min-width:768px){
	.admin-edit { font-size: .95rem; }
	.admin-edit th,
	.admin-edit td {
		padding: 10px 10px;
	}
}

