@charset "UTF-8";

/*--- 共通 ------------------------------*/
/*背景*/
body.single-nursery_schools,
body.single-nursery_schools #all.bg-green,
body.single-nursery_schools #contents,
body.single-nursery_schools footer {
	background: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/washi.webp) !important;
	background-position: center;
}
body.single-nursery_schools #contents {
	padding-top: 0;
	--nursery-maincolor: #ed9911;
	--nursery-palecolor: #ffcf80;
	--nursery-deepcolor: #ffbf57;
	--nursery-white: #ffffff;
	--nursery-beige: #fffef8;
	--container-width: 1200px;
}

/* コンテナサイズ */
.nursery-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 120px 20px;
	position: relative;
}
.nursery-section.-white {
	background: var(--nursery-white);
}
.nursery-section.-beige {
	background: var(--nursery-beige);
}
.nursery-section.-orange {
	background: #ffc40a66;
}
.nursery-section .container {
	max-width: var(--container-width);
	margin: 0 auto;
	/*position: relative;*/
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.nursery-section {
		padding: 80px 40px;
	}
}
@media screen and (max-width: 767px) {
	.nursery-section {
		width: 100%;
		margin-left: 0;	
		padding: 80px 5px;
	}
	.nursery-section.-white,
	.nursery-section.-beige,
	.nursery-section.-orange{
		width: 100svw;
    	margin-left: calc(50% - 50svw);
		padding: 80px 20px;
	}
}

/* H2見出し */
body.single-nursery_schools section h2 {
	font-size: clamp(32px, 5vw, 37px);
	text-align: center;
	letter-spacing: 2px;
}

body.single-nursery_schools section .title-bg {
	position: relative;
	margin-bottom: 60px;
}

body.single-nursery_schools section .title-bg::before {
	content: "";
	display: block;
	height: clamp(88px, 100%, 115px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

body.single-nursery_schools section .title-bg.-short::before {
	width: clamp(250px, 100%, 300px);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/title-short.webp);
}
body.single-nursery_schools section .title-bg.-long::before {
	width: clamp(250px, 100%, 550px);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/title-long.webp);
}

/*@media screen and (max-width: 767px) {
	body.single-nursery_schools section .title-bg {
		margin-bottom: 50px;
	}
}*/


/* イラスト */
/*div:after,section:after,
p:after,ul:after,dl:after,li:after{
	display: none;
	visibility: visible;
}*/
#contents div:after,#contents section:after,
#contents p:after,#contents ul:after,#contents dl:after,#contents li:after{
	visibility: visible;
}
.deco {
	position: relative;
}
.deco::before,
.deco::after {
	display: block;
	aspect-ratio: 1 / 1;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

/*--- ヒーローセクション ------------------------------*/
.hero-section {
	padding: 0 20px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.hero-container {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}
.hero-container::before {
	content: "";
	width: clamp(80px, 20vw, 100px);
	top: 110%;
	left: 0;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-green01.webp);
}

/* タイトル */
.hero-section.-type04:not(.-type01) .hero-title{
	--nursery-palecolor: #FF2746 !important;
}
.hero-section.-type02:not(.-type01) .hero-title,
.hero-section.-type03:not(.-type01) .hero-title,
.hero-section.-type05:not(.-type01) .hero-title{
	--nursery-palecolor: #01A65D !important;
}

.hero-title {
	grid-column: 1;
	grid-row: 1;
	max-width: 600px;
	margin-right: -100%;
	padding: 10px 12px;
	background: var(--nursery-beige);
	border: 3px solid var(--nursery-palecolor);
	z-index: 2;
}
.hero-title::before {
	content: "";
	width: clamp(80px, 20vw, 95px);
	bottom: 100%;
	left: 0;
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-yellow01.webp);
}

.hero-title > h1 {
	font-size: clamp(22px, 5vw ,35px);
	margin-bottom: 0 !important;
	letter-spacing: 2px;
	color: #333;
}

/* 画像 */
.hero-image {
	grid-column: 2;
	grid-row: 1;
	width: 75vw;
	max-width: 900px;
	max-height: 400px;
	aspect-ratio: 16 / 9;
	z-index: 1;
}
.hero-image::before {
	content: "";
	width: 85px;
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-yellow01.webp);
}
.hero-image > img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.hero-section {
		padding: 0 40px;
	}
	.hero-container::before{
		transform: translate(50%, -50%);
	}
	.hero-title{
		margin-right: -175%;
	}
	.hero-image::before{
		transform: translate(-100%, -50%);
	}
}

@media screen and (max-width: 767px) {
	.hero-section {
		margin-bottom: 120px;
	}
	.hero-container {
		grid-template-rows: auto;
		grid-template-columns: 100% !important;	
	}
	.hero-container::before {
		top: 125%;
		transform: translateY(-75%);
	}
	.hero-title::before {
		left: 100%;
		transform: scale(-1, 1) translateX(100%);
	}
	.hero-title {
		width: 100%;
		max-width: 100%;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.hero-image {
		width: 100%;
		aspect-ratio: 1.725 / 1;
		grid-column: 1;
		grid-row: 2;
		overflow: hidden;
	}
	.hero-image::before {
		display: none;
	}
}

/*--- 紹介セクション ------------------------------*/
.introduction-container {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	gap: 20px;
	align-items: center;
	justify-items: center;
	padding: 0 !important;
}

.introduction-container .introduction-text > h3 {
	font-size: clamp(20px, 3vw, 24px);
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

/* 画像 */
.introduction-image {
	display: contents;
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.introduction-image > img.intro-image-1 {
	grid-column: 1;
	grid-row: 1;
	width: clamp(120px, 20vw, 240px);
	height: auto;
	justify-self: start;
	align-self: start;
}
.introduction-image > img.intro-image-2 {
	grid-column: 3;
	grid-row: 1;
	width: clamp(140px, 20vw, 240px);
	height: auto;
	justify-self: center;
	align-self: center;
}
.introduction-image > img.intro-image-3 {
	grid-column: 1;
	grid-row: 2;
	width: clamp(100px, 20vw, 175px);
	height: auto;
	justify-self: end;
	align-self: center;
	margin-top: -50px;
}
.introduction-image > img.intro-image-4 {
	grid-column: 3;
	grid-row: 2;
	width: clamp(100px, 20vw, 170px);;
	height: auto;
	justify-self: start;
	align-self: end;
	margin-left: -50px;
}

/* テキスト */
.introduction-text {
	grid-column: 2;
	grid-row: 1;
	max-width: fit-content;
}
.introduction-text > p {
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.introduction-container {
		grid-template-columns: auto auto auto;
		margin-bottom: -40px !important;
	}
	.introduction-text{
		margin: 0 -25%;
	}
}

@media screen and (max-width: 767px) {
	.introduction-container{
		grid-template-rows: auto;
		grid-template-columns: 100% !important;	
		margin-bottom: -40px !important;
	}
	.introduction-text {
		grid-column: 1;
	}
	.introduction-image{
		grid-column: 1;
		grid-row: 2;		
	}
	.introduction-image::before {
		content: "";
        width: clamp(125px, 20vw, 150px);
        top: 0;
        left: 100%;
        transform: translate(-100%, -50%);
        background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/intro01.webp);
	}
	.introduction-image::after {
		content: "";
        width: 85px;
        bottom: clamp(140px, 20vw, 240px);
        right: calc(-50px + clamp(140px, 20vw, 240px));
        transform: translateX(-25%);
        background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-yellow01.webp);
	}
	
	.introduction-image > img.intro-image-2 {
		grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1.725;
        object-fit: contain;
        object-position: bottom;
        justify-self: end;
        align-self: end;
		z-index: 1;
	}
	
	.introduction-image > img.intro-image-3 {
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
		align-self: start;
		margin-top: 0;
	}
	.introduction-image > img.intro-image-1,
	.introduction-image > img.intro-image-4 {
		display: none;
	}
}

/*--- 特徴セクション ------------------------------*/
.feature-content::before {
	content: "";
	width: 120px;
	top: 0;
	right: 100%;
	transform: translate(25%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-green01.webp);
}
.feature-content::after {
	content: "";
	width: 165px;
	top: 0;
	left: 100%;
	transform: translate(-75%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-blue02.webp);
	background-position: center;
}

.feature-item {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    align-items: center;
	width: 100%;
    padding: 50px 40px;
	border-bottom: 3px solid var(--nursery-palecolor);
}

/* 見出し */
.feature-title {
    grid-column: 1;
    grid-row: 1;
}
.feature-title > h3 {
	font-size: clamp(22px, 3vw, 24px);
	line-height: 1.5;
	letter-spacing: 2px;
}

.feature-number {
	display: inline-block;
	min-width: 35px;
	margin-right: 0.5rem;
	color: var(--nursery-maincolor);
}

.feature-number::before {
	content: "";
	width: 135%;
	top: 50%;
	left: 50%;
	transform: translate(-55%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/num-circle.webp);
	z-index: -1;
}

/* テキスト */
.feature-text {
    grid-column: 1;
    grid-row: 2;
	background: #fdf5e9;
	padding: 20px;
	margin: 32px 0;
}

.feature-text p {
	font-size: 16px;
	line-height: 1.8;
}

/* ボタン */
.feature-btn {
	grid-column: 1;
    grid-row: 3;
	justify-self: end;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 280px;
	height: 60px;
	background: var(--nursery-white);
	border: 3px solid var(--nursery-maincolor);
	border-radius: 60px;
	padding: 10px 32px 10px 20px;
	font-size: 16px;
	font-weight: 700;
	color: var(--nursery-maincolor);
	line-height: 1.8;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.feature-btn:hover {
	background: var(--nursery-maincolor);
	color: var(--nursery-white);
}

.feature-btn::after {
	content: "";
	width: 30px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-mask-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-arrow.svg);
	mask-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--nursery-maincolor);
}

.feature-btn:hover::after {
	background-color: var(--nursery-white);
}

/* 画像 */
.feature-image {
    grid-column: 2;
    grid-row: 1 / 4;
    width: 100%;
    padding: 0;
	border-radius: 5px;
	overflow: hidden;
}

.feature-img {
	width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.feature-content::before{
		transform: translate(100%, -200%);
	}
	.feature-content::after{
    	transform: translate(-100%, -50%);	
	}
	
	.feature-item{
		padding: 40px 15px;
    	grid-template-columns: auto 50%;
    	gap: 0 20px;
	}
	.feature-item:first-child{
		padding-top: 0;
	}
	.feature-title{
		grid-area: 1 / 1 / 2 / 3;
	}
	.feature-text{
		height: calc(100% - 64px);
		display: flex;
		align-items: center;
	}
	.feature-btn{
		grid-area: 3 / 1 / 4 / 3;
    	justify-self: center;
	}
	.feature-image{
	    grid-row: 2;
		margin: 32px 0;
	}
}

@media screen and (max-width: 767px) {
	.feature-section{
		padding-top: 90px !important;
	}
	.feature-section::before{
		content: "";
        width: clamp(75px, 10vw, 95px);
        top: 0;
		left: 0;
        transform: scale(-1, 1);
        background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-blue01.webp);
	}
	.feature-content::before,
	.feature-content::after{
		display: none;	
	}
	
	.feature-item {
		grid-template-columns: 100%;
		gap: 0;
		padding: 50px 0;
	}
	.feature-title {
		margin-bottom: 18px;
	}
	.feature-text {
		grid-row: 3;
	}
	.feature-item:first-child{
		padding-top: 0;
	}
	.feature-item:last-child .feature-text{
		margin-bottom: 0;
	}
	.feature-btn {
		grid-row: 4;
		justify-self: center;
	}
	.feature-image {
		grid-column: 1;
		grid-row: 2;
	}
}

/*--- 約束セクション ------------------------------*/
.promise-section::before {
	content: "";
	width: 135px;
	top: 0;
	left: calc((var(--container-width) - 100vw) / 2 * -1);
	transform: translate(-50%, -25%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-green02.webp);
}
.promise-section::after {
	content: "";
	width: clamp(100px, 20vw, 120px);
	top: 100%;
	left: calc((var(--container-width) - 100vw) / 2 * -1);
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-red01.webp);
	z-index: 1;
}

.promise-content {
	max-width: 940px;
	margin: 0 auto;
}
.promise-content::before {
	content: "";
	width: clamp(120px, 20vw, 170px);
	top: 0;
	left: 100%;
	transform: translate(-100%, -100%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-red02.webp);
	background-position: bottom;
	z-index: 1;
}

.promise-content > .dot-board {
	width: 100%;
	height: 100%;
	background: var(--nursery-beige);
	border: 3px solid var(--nursery-palecolor);
	border-radius: 16px;
	padding: 70px 0 50px;
	position: relative;
}
.promise-content > .dot-board::before,
.promise-content > .dot-board::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	width: 18px;
	height: 18px;
	background: var(--nursery-maincolor);
	border-radius: 50%;
}
.promise-content > .dot-board::before {
	left: clamp(15px, 5vw, 30px);
}
.promise-content > .dot-board::after {
	right: clamp(15px, 5vw, 30px);
}

body.single-nursery_schools section .title-bg.-big {
	margin-bottom: 80px;
}

body.single-nursery_schools section .title-bg.-big::before {
	width: clamp(250px, 100%, 550px);
	height: clamp(100px, 100%, 160px);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/title-big.webp);
}

/* リスト */
.promise-list {
	margin: 0 clamp(15px, 5vw, 40px);
}
.promise-list > li {
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0;
	padding-left: 0.5em;
    margin-left: 1.5em;
}

.promise-list > li::marker {
	font-size: 1.2em;
	color: var(--nursery-maincolor);
}
.promise-list > li:nth-of-type(1) {
	list-style-type: "１.";
}
.promise-list > li:nth-of-type(2) {
	list-style-type: "２.";
}
.promise-list > li:nth-of-type(3) {
	list-style-type: "３.";
}
.promise-list > li:nth-of-type(4) {
	list-style-type: "４.";
}
.promise-list > li:nth-of-type(5) {
	list-style-type: "５.";
}
.promise-list > li:nth-of-type(6) {
	list-style-type: "６.";
}
.promise-list > li:nth-of-type(7) {
	list-style-type: "７.";
}
.promise-list > li:nth-of-type(8) {
	list-style-type: "８.";
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.promise-section::before{
		left: 0;
		transform: translate(25%, -25%);
	}
	.promise-section::after{
		left: 0;
		transform: translate(25%, -50%);		
	}
}

@media screen and (max-width: 767px) {
	.promise-section::before {
		display: none;
	}
	.promise-section::after {
		left: 0;
		transform: translateY(-50%);
		background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-red02.webp);
	}
	.promise-content::before {
		top: 5px;
	}
	
	body.single-nursery_schools section .title-bg.-big::before {
		height: clamp(100px, 100%, 200px);
		transform: translate(-50%, -50%) scaleY(1.25);
	}
}

/*--- 園内紹介セクション ------------------------------*/
.facility-slider {
	margin-top: -100px;
	padding: 120px 0 80px;
}
.facility-slider::before {
	content: "";
	width: clamp(100px, 20vw, 135px);
	bottom: 100%;
	left: 100%;
	transform: translate(-100%, 100%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-red01.webp);
	background-position: right;
}

.facility-item {
	/*display: block;*/
	background: var(--nursery-white);
	border: 2px solid var(--nursery-palecolor);
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	cursor: grab;
}
.facility-item:active {
	cursor: grabbing;
}
.facility-item > .facility-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
	/*margin-bottom: 32px;*/
}
/*
.facility-item > .facility-name {
	font-size: 24px;
	font-weight: bold;
	color: var(--nursery-maincolor);
}
*/

/* スライダーボタン */
.facility-slider .facility-btn {
	position: absolute;
	top: calc(100% - 40px);
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
}

.facility-slider .swiper-button-prev,
.facility-slider .swiper-button-next {
	position: relative;
	background: transparent;
	color: transparent;
}
.facility-slider .swiper-button-prev::after,
.facility-slider .swiper-button-next::after {
	content: "";
	display: block;
	width: var(--swiper-nav-size);
	height: var(--swiper-nav-size);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.facility-slider .swiper-button-prev::after {
	transform: translate(-50%, -50%) rotate(180deg);
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
	.facility-slider .facility-btn {
		width: clamp(150px, 20vw, 200px);
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        --swiper-nav-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.facility-slider {
		width: 100svw;
		margin-left: calc(50% - 50vw);
		padding: 100px 0 180px;
		margin-bottom: -80px;
	}

	.facility-slider::before {
		bottom: calc( 10px + clamp(100px, 20vw, 135px));
		transform: translate(-125%, 100%);
	}	
	
	.facility-slider .facility-btn {
		width: clamp(150px, 20vw, 200px);
		top: calc(100% - 130px);
		left: 50%;
		transform: translateX(-50%);
		--swiper-nav-size: 50px;
	}
}


/*--- 1日の流れセクション ------------------------------*/
.schedule-section::before {
	content: "";
	width: clamp(90px, 10vw, 115px);
	top: 0;
	left: calc((var(--container-width) - 100vw) / 2 * -1);
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-red02.webp);
}

.schedule-content {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: clamp(20px, 5vw, 30px);
}
.schedule-content::before {
	content: "";
	width: clamp(80px, 10vw, 110px);
	top: 0;
	left: 0;
	transform: translate(-100%, -75%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-green01.webp);
}
.schedule-content::after {
	content: "";
	width: 85px;
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-yellow01.webp);
}

.schedule-content > .dot-board {
	width: 50%;
	padding: 70px 0 50px;
	background: var(--nursery-white);
	border: 2px solid var(--nursery-palecolor);
	border-radius: 16px;
	position: relative;
}
.schedule-content > .dot-board::before,
.schedule-content > .dot-board::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	width: 14px;
	height: 14px;
	background: var(--nursery-maincolor);
	border-radius: 50%;
}
.schedule-content > .dot-board::before {
	left: clamp(15px, 5vw, 30px);
}
.schedule-content > .dot-board::after {
	right: clamp(15px, 5vw, 30px);
}

/* 見出し */
.schedule-content .schedule-name {
	position: relative;
}
.schedule-content .schedule-name::before {
	content: "";
	display: block;
	width: 200px;
	height: 14px;
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/title-linemarker.webp);
}
.schedule-content .schedule-name > h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--nursery-maincolor);
	text-align: center;
	position: relative;
}

/* スケジュール表 */
.schedule-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 25px;
	padding: 0 40px;
	gap: 16px 10px;
}

.schedule-item > p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.3px;
}
.schedule-item > p.time {
	width: clamp(5em, 20vw, 25%);
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.schedule-item > p.time::before {
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	position: absolute;
	top: 80%;
	left: -5%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/time-marker.webp);
	z-index: -1;
}
.schedule-item > p.activity {
	width: 65%;
	flex-grow: 1;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.schedule-section::before{
		left: 0;
		transform: translate(25%, -50%);
	}
	.schedule-content:before{
		transform: translate(-25%, -100%);
	}
	.schedule-content::after{
		transform: translate(-100%, -50%);
	}
	
	.schedule-content > .dot-board{
		padding: 60px 0 40px;
	}
	.schedule-content > .dot-board::before,
	.schedule-content > .dot-board::after{
		top: 25px;
	}
	
	.schedule-item{
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
    .schedule-section {
        padding-top: 90px !important;
    }
	.schedule-section::before{
        left: 0;
        transform: translate(0, 0);
        background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-green01.webp);
	}
	
	.schedule-content {
		flex-direction: column;
    	gap: 40px;
	}
	.schedule-content::before{
		display: none;
	}
	.schedule-content::after{
		transform: translate(-100%, -50%);
	}
	
	.schedule-content > .dot-board{
		width: 100%;
	}
	.schedule-item {
		padding: 0 clamp(15px, 5vw, 40px);
	}
}

/*--- ブログセクション ------------------------------*/
.blog-content {
	max-width: 1080px;
	margin: 0 auto -40px;
}
.blog-content::before {
	content: "";
	width: 120px;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-red01.webp);
}
.blog-content::after {
	content: "";
	width: 120px;
	top: 0;
	right: 0;
	transform: translate(25%, -100%) scale(-1, 1);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-yellow01.webp);
}

.blog-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-list::after {
	content: "";
	display: block;
	width: 30%;
}

.blog-item {
	display: block;
	width: 30%;
	margin-bottom: 40px;
}

/* サムネイル */
.blog-item .blog-image {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	overflow: hidden;
}
.blog-item .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-item:hover .blog-image img {
	transform: scale(1.05);
	transition: transform 0.3s;
}

.blog-item .blog-image .blog-date {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: var(--nursery-white);
	border-radius: 10px;
	color: #f2b34b;
	font-weight: bold;
	padding: 3px 10px;
}

/*テキスト*/
.blog-item h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	color: var(--nursery-maincolor);
	letter-spacing: 1.5px;
	margin: 10px 0;
}
.blog-item .blog-text {
	font-size: 16px;
	letter-spacing: 0.3px;
	max-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.blog-content::before{
		transform: translate(0%, -75%);	
	}
	.blog-content::after{
		transform: translate(0%, -100%) scale(-1, 1);	
	}
	
	.blog-list{
		gap: 0 clamp(20px, 5vw, 30px);
	}
	.blog-item{
		width: 45%;
		flex-grow: 1;
	}
}
@media screen and (max-width: 767px) {
	.blog-content::before,
	.blog-content::after {
		display: none;
	}
	.blog-list {
		padding: 0 10px;
	}
	.blog-item {
		width: 100%;
	}
}

/*--- お知らせセクション ------------------------------*/
.info-container {
	background: var(--nursery-beige);
	border: 3px solid var(--nursery-deepcolor);
	border-radius: 16px;
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/note.webp);
	background-size: 100px;
	padding: 60px 0 50px;
}
.info-container::before {
	content: "";
	width: clamp(75px, 10vw, 105px);
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-green01.webp);
}

.info-content {
	max-width: 980px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.info-content::before {
	content: "";
	width: clamp(85px, 10vw, 100px);
	top: 50%;
	left: 0;
	transform: translate(-50%, 0%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/illust-green01.webp);
}

/* テキスト */
.info-content > .info-title {
	width: 20%;
	margin-right: 10%;
}
.info-content > .info-item {
	width: 65%;
	flex-grow: 1;
}
.info-content > .info-item > * {
	margin-bottom: 10px;
}
.info-content > .info-item .info-date {
	font-size: 15px;
	color: #f2b34b;
	line-height: 1.8;
}
.info-content > .info-item h3 {
	font-size: 24px;
	color: var(--nursery-maincolor);
	letter-spacing: 2px;
	line-height: 1.5;
}
.info-content > .info-item .info-text {
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 1.8;
}

@media screen and (max-width: 1200px) {
	.info-content{
		flex-direction: column;
	}
	.info-content > .info-title,
	.info-content > .info-item{
		width: 100%;
	}
	.info-content > .info-title{
		width: 100%;
		margin-bottom: 40px !important;
    	margin-right: 0;
	}
	.info-content > .info-item{
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.info-container::before{
		transform: translate(-75%, -50%);
	}
	.info-content::before{
		top: -10%;
		transform: translate(25%, 0%);
	}
	.info-content > .info-item{
		padding: 0 40px;
	}
}
@media screen and (max-width: 767px) {
	.info-container::before {
		top: 0;
		left: 105%;
		transform: translate(-100%, -50%);
	}
	.info-content::before {
		top: 100%;
		transform: translate(0%, 100%);
		background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-yellow01.webp);
		z-index: 1;
	}
	
	.info-content{
		flex-direction: column;
	}
	.info-content > .info-title,
	.info-content > .info-item{
		width: 100%;
	}
	.info-content > .info-item{
		padding: 0 15px;
	}
}

/* 園の概要セクション ------------------------------*/
.overview-container::before {
	content: "";
	width: 85px;
	top: 0;
	left: 0;
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-yellow01.webp);
}
.overview-container::after {
	content: "";
	width: clamp(85px, 10vw, 135px);
	top: 100%;
	left: 100%;
	transform: translate(-100%, -25%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-pink01.webp);
}

.overview-content {
	max-width: 800px;
	margin: 0 auto;
}
.overview-table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.overview-table > dt,
.overview-table > dd {
	padding: 24px 16px;
	font-size: 16px;
}
.overview-table > dt {
	width: 25%;
	border-bottom: 3px solid var(--nursery-maincolor);
	font-weight: bold;
}
.overview-table > dd {
	width: 70%;
	flex-grow: 1;
	border-bottom: 3px solid #ffe9c5;
}

.overview-table .map-btn{
	display: inline-block;
    width: 4em;
    background: var(--nursery-maincolor);
    border: 2px solid var(--nursery-maincolor);
    border-radius: 8px;
    color: var(--nursery-white);
    text-align: center;
    font-weight: bold;
    margin-left: 0.5em;
}
.overview-table .map-btn:hover{
    background: var(--nursery-white);
    color: var(--nursery-maincolor);
}

@media screen and (max-width: 767px) {
	.overview-container::before,
	.overview-container::after {
		display: none;
	}
	.overview-table {
		flex-direction: column;
	}
	.overview-table > dt{
		width: 100%;
		padding: 0 16px;
		color: var(--nursery-maincolor);  
	    border-bottom: none;
	}
	.overview-table > dd{
		width: 100%;
		padding: 8px 16px 16px;
        margin-bottom: 16px;
		border-bottom-color: var(--nursery-deepcolor);
	}
	.overview-table > dd:last-child{
        margin-bottom: 0;
	}
}


/* 入園までの流れセクション ------------------------------*/
.flow-content {
	max-width: 880px;
	margin: 0 auto -80px;
	position: relative;
}

.flow-item {
	padding: 30px 20px 25px;
	margin-bottom: 80px;
	background: var(--nursery-white);
	border: 3px solid var(--nursery-deepcolor);
	border-radius: 16px;
	position: relative;
}
.flow-item::after {
	content: "";
	position: absolute;
	top: calc(100% + 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 40px;
	height: 28px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: var(--nursery-deepcolor);
}
.flow-item:last-child::after {
	width: clamp(80px, 10vw, 120px);
    height: clamp(80px, 10vw, 120px);
	clip-path: unset;
	background: transparent;
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-red01.webp);
	background-size: contain;
	background-repeat: no-repeat;
}

/* STEP */
.flow-item > .step-number {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(50%, -50%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/flow-frame.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.75;
	letter-spacing: 1.5px;
}

/* テキスト */
.flow-item > .step-content {
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow-item > .step-content img {
	width: clamp(60px, 10vw, 80px);
	aspect-ratio: 1 / 1;
	background: var(--nursery-maincolor);
	border-radius: 50%;
	object-fit: none;
}

.flow-item > .step-content .step-text {
	width: 75%;
	flex-grow: 1;
	margin-left: 40px;
}
.flow-item .step-text > h3 {
	font-size: clamp(20px, 3vw, 24px);
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 10px;
}
.flow-item .step-text > p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.flow-item:last-child::after{
		transform: translate(-75%, -50%);
	}
}
@media screen and (max-width: 767px) {
	.flow-item > .step-number {
		left: 50%;
    	transform: translate(-50%, -50%);
	}
	.flow-item:last-child::after{
		width: clamp(80px, 10vw, 120px);
    	height: clamp(80px, 10vw, 120px);
		transform: translate(-100%, -50%);
	}
	
	.flow-item > .step-content{
		flex-direction: column;
	}
	.flow-item > .step-content .step-text{
		margin: 16px 0 0;
		width: 100%;	
	}
}

/*--- CTAセクション ------------------------------*/
.single-nursery_schools #contact {
    margin-top: 0;
}
.single-nursery_schools #contact h3 {
    display: block;
    font-size: inherit;
    color: unset;
    text-align: center;
    background: none;
    background-size: contain;
    width: 100%;
    vertical-align: middle;
}


.cta-content {
	padding: 80px 20px;
}

.cta-item {
	display: flex;
	justify-content: space-between;
}

.cta-item .cta-tel,
.cta-item .cta-mail,
.cta-item .cta-line {
	width: 30%;
	background: var(--nursery-white);
	border: 3px solid var(--nursery-palecolor);
	border-radius: 16px;
	padding: 45px 30px;
	text-align: center;
}

/* テキスト */
.cta-item h3 {
	font-size: clamp(20px, 3vw, 24px) !important;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: clamp(20px, 3vw, 40px);
}
.cta-item .cta-text {
	font-size: clamp(16px, 2vw, 18px);
	margin-top: 10px;
	overflow-wrap: break-word;
    word-break: keep-all;
}

/* ボタン */
.cta-item .tel-btn,
.cta-item .mail-btn,
.cta-item .line-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	background: var(--nursery-white);
	border: 3px solid;
	border-radius: 60px;
	padding: 10px 50px 10px 20px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}
.cta-item .tel-btn > span {
	font-size: 24px;
	font-weight: bold;
}

.cta-item .tel-btn:after,
.cta-item .mail-btn:after,
.cta-item .line-btn:after {
	content: "";
	display: block;
	width: 30px;
	aspect-ratio: 1 / 1;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.cta-item .tel-btn {
	padding: 10px 20px 10px 50px;
	border-color: var(--nursery-maincolor);
	color: var(--nursery-maincolor);
}
.cta-item .tel-btn:hover {
	background: var(--nursery-maincolor);
	color: var(--nursery-white);
}
.cta-item .tel-btn::after {
	width: 36px;
	right: auto;
	left: 20px;
	-webkit-mask-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-tel.svg);
	mask-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-tel.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--nursery-maincolor);
}
.cta-item .tel-btn:hover::after {
	background-color: var(--nursery-white);
}

.cta-item .mail-btn {
	background: var(--nursery-maincolor);
	border-color: var(--nursery-maincolor);
	color: var(--nursery-white);
}
.cta-item .mail-btn:hover {
	background: var(--nursery-white);
	color: var(--nursery-maincolor);
}
.cta-item .mail-btn::after {
	-webkit-mask-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-arrow.svg);
	mask-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--nursery-white);
}
.cta-item .mail-btn:hover::after {
	background-color: var(--nursery-maincolor);
}

.cta-item .line-btn {
	border-color: #06c755;
	color: #06c755;
}
.cta-item .line-btn:hover {
	background: #06c755;
	color: var(--nursery-white);
}
.cta-item .line-btn::after {
	width: 36px;
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/icon-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.cta-item .cta-tel,
	.cta-item .cta-mail,
	.cta-item .cta-line{
		width: 32.5%;
		padding: 30px 20px;
	}
	.cta-item .tel-btn,
	.cta-item .mail-btn,
	.cta-item .line-btn{
		width: 100%;
		padding: 10px 40px 10px 10px;
	}
	.cta-item .tel-btn{
		padding: 10px 10px 10px 50px;
	}
	.cta-item .tel-btn::after{
	    left: 12px;	
	}
	.cta-item .mail-btn:after{
		right: 8px;
	}
	.cta-item .line-btn:after{
		right: 15px;
	}

}

@media screen and (max-width: 767px) {
	.cta-item{
		flex-direction: column;
		gap: 30px;
	}
	.cta-item .cta-tel,
	.cta-item .cta-mail,
	.cta-item .cta-line{
		width: 100%;
		padding: 30px 16px;
	}
}

/*--- アクセスセクション ------------------------------*/
.nursery-section:last-child {
	padding-bottom: 0;
}
.access-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.access-content .access-map {
	width: clamp(250px, 100%, 600px);
	height: calc(clamp(250px, 100%, 600px) * 0.75);
}
.access-content .access-map:has(iframe) {
	margin-bottom: 40px;
}

.access-content .access-map::before {
	content: "";
	width: clamp(85px, 10vw, 120px);
	top: 0;
	left: 100%;
	transform: translate(-15%, -55%);
	background-image: url(https://www.mammys-f.jp/cms/wp-content/themes/mammys/nursery-school/files/img/texture-yellow01.webp);
}
.access-content .access-map iframe {
	position: relative;
	z-index: 1;
}

.access-content p {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.access-text > span {
	display: block;
}

/* イラスト */
.access-image {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin-top: 80px;
}

.access-image > img {
    width: clamp(55px, 10vw, 85px);
    height: clamp(85px, 10vw, 135px);
	object-fit: contain;
	object-position: bottom;
}
.access-image > img:nth-of-type(1) {
	transform: scale(-1, 1) rotate(-30deg);
}
.access-image > img:nth-of-type(2) {
	transform: scale(-1, 1);
}
.access-image > img:nth-of-type(4) {
	width: clamp(90px, 10vw, 140px);
	height: clamp(60px, 10vw, 95px);
}

@media screen and (max-width: 767px) {
	.access-content .access-map::before{
		display: none;
	}
	.access-content .access-map{
		width: 100%;
		margin-bottom: 30px;
	}
	.access-content .access-map iframe{
    	width: 100%;
    	height: calc(100svw * 0.75);
	}
	.access-content p{
		width: 100%;
		padding: 0 16px;
		text-align: left;
	}
	
	.access-image{
		 margin-top: 40px;
	}
}
