﻿@charset "UTF-8";



/* -------------------------------------------

common

------------------------------------------- */
article {
	display: flex;
	justify-content: center;
	padding-top: 6rem;
	font-weight: bold;
	margin-bottom: 8rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	article {
		flex-direction: column;
		align-items: center;
		padding-top: 6rem;
		margin-bottom: 10rem;
	}	
}
article::before {
	content: "";
	width: 100%;
	height: 10rem;
	background: linear-gradient(to right, var(--red) 50%, var(--blu) 50%);
	position: absolute;
	left: 0;
	bottom: -4rem;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	article::before {
		display: none;
	}
}
article > * {
	width: 36rem;
	height: 56rem;
	background: #fff;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	article > *::before {
		content: "";
		width: 100vw;
		height: 10rem;
		background: var(--red);
		position: absolute;
		left: calc(-(100vw - 36rem) / 2);
		bottom: -3rem;
		z-index: -1;
	}
}
article > *:nth-of-type(1) {
	margin-right: 4rem;
}
article .wrap {
	width: 33.5rem;
	height: 53.5rem;
	background: url(../../img/top/bg-dot-red.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	article > *:nth-of-type(1) {
		margin-right: 0;
	}
}
/* ribbon */
.ribbon {
	width: 22rem;
	height: 6.3rem;
	margin: -4.5rem auto 2rem auto;
	background: url(../../img/top/bg-ribbon-red.png) no-repeat;
	background-size: 100% auto;
	color: #fff;
	text-align: center;
	padding-top: 1.3rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.ribbon {
		width: 28rem;
		height: 8rem;
		margin: -4.5rem auto 0 auto;
		padding-top: 1.6rem;
		font-size: 1.8rem;
	}
}
/* figure */
article figure {
	position: relative;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}
article figure img {
	display: block;
}
article figure img:nth-of-type(1) {
	width: 60%;
	margin: 0 auto;
}
article .img {
	position: absolute;
	left: 3rem;
	bottom: 0;
	width: 11rem;
}
/* dl */
article .wrap > dl {
	width: 80%;
	margin: 0 auto 2.5rem auto;
	line-height: 1;
	position: relative;
	z-index: 10;
}
article .wrap > dl > dt {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
article .wrap > dl ul {
	background: url(../../img/top/dot-grn.png) repeat-x left top;
	background-size: auto 0.23rem;
}
article .wrap > dl ul li {
	background: url(../../img/top/dot-grn.png) repeat-x left bottom;
	background-size: auto 0.23rem;
	padding: 1.8rem 0;
}
article .wrap > dl dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
}
article .wrap > dl dl dt {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
article .wrap > dl dl dd {
	width: 75%;
	display: flex;
	align-items: center;
}
article .wrap .tel {
	font-size: 2rem;
	padding-bottom: 0.1rem;
}
/* more */
.more-wrap {
	position: relative;
	z-index: 99;
}
.more {
	width: 20rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: url(../../img/top/bg-btn-red.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	padding-bottom: 0.2rem;
}




/* -------------------------------------------

星の原幼稚園

------------------------------------------- */
.top-hoshinohara {
	border: solid 0.3rem var(--red);
	color: var(--red);
}
.top-hoshinohara dl a {
	color: var(--red);
}
@media screen and (max-width: 768px) {
	.top-hoshinohara {
		position: relative;
		margin-bottom: 8rem;
	}
}



/* -------------------------------------------

別府団地幼稚園

------------------------------------------- */
.top-befudanchi {
	border: solid 0.3rem var(--blu);
	color: var(--blu);
}
.top-befudanchi .wrap {
	background: url(../../img/top/bg-dot-blu.png) no-repeat;
	background-size: 100% 100%;
}
.top-befudanchi .ribbon {
	background: url(../../img/top/bg-ribbon-blu.png) no-repeat;
	background-size: 100% auto;
}
.top-befudanchi .img {
	left: auto;
	right: 2rem;
}
.top-befudanchi dl a {
	color: var(--blu);
}
.top-befudanchi .wrap > dl ul {
	background: url(../../img/top/dot-blu.png) repeat-x left top;
	background-size: auto 0.23rem;
}
.top-befudanchi .wrap > dl ul li {
	background: url(../../img/top/dot-blu.png) repeat-x left bottom;
	background-size: auto 0.23rem;
}
.top-befudanchi .more {
	background: url(../../img/top/bg-btn-blu.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.top-befudanchi::before {
		background: var(--blu);
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	background:
		url(../../img/top/dot-brn.png) repeat-x left top 1.5rem;
	background-size: auto 0.2rem;
	background-color: var(--beige);
	padding: 4rem 0 2rem 0;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
footer > span {
	display: block;
	width: 36rem;
	height: 22.5rem;
	position: absolute;
	top: -22.5rem;
	z-index: 2;
}
footer .deco-1 {
	left: 0;
}
footer .deco-2 {
	right: 0;
	transform: scale(-1,1);
}
footer > div {
	font-weight: bold;
	font-size: 2rem;
	color: var(--brn);
	margin-bottom: 2rem;
}
footer small {
	display: block;
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	footer > span {
		width: 18rem;
		height: 11.3rem;
		top: -11.3rem;
	}
}