@charset "UTF-8";

body {
	/* max-width: 1024px;
	margin: auto; */
	font-family:"ヒラギノ丸ゴ Std W8","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.sp { display: none;}
img {
  width: 100%;
}
a:hover {
  opacity: .8;
  transition: .5s;
}
.wrapper {
  max-width: 1024px;
  margin: auto;
	box-sizing: border-box;
	padding: 3em 0;
  width: 90%;
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}



header .logo {
	background: #1D2087;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
header .logo p {
	text-align: center;}
header .logo p a {
	display: block;}
header .logo p img {
	width: 240px;}
header .inner {
	max-width: 100%;
}

footer {
  background: #1d2087;
  position: relative;
  z-index: 4;
}
footer .inner {
  max-width: 1024px;
  margin: auto;
  padding: 20px 15px;
  overflow: hidden;
}
footer .inner ul {
  overflow: hidden;
	display: flex;
	flex-wrap: wrap;
  margin: 0 -20px;
}
footer .inner ul li {
  box-sizing: border-box;
	float: left;
	padding: 0 20px;
	width: 27.5%;
}
footer .inner ul li:nth-child(2) {
  width: 45%;
  margin-top: 28px;
}
footer .inner ul li:last-child { margin-top: 10px;}
footer .inner ul li dl {
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  font-size: 13px;
}
footer .inner ul li dl dt {
  float: left;
  width: 15%;
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
footer .inner ul li dl dd {
  float: right;
  width: 75%;
  line-height: 1.35;
}
footer .inner ul li dl dd span {
	padding-right: 1em;
}
footer .inner ul li img { width: 100%;}
footer .inner li.logo a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
footer .inner li.logo a span {
  display: block;
  padding: 5px 0;
  border: 1px solid #fff;
}
@media screen and ( max-width: 980px){
footer .wrapper {
  padding: 25px 0 30px;
  width: 90%;
}
footer .info {
  width: 65%;
  margin-right: 5%;
}
footer .info .low ul li {
  font-size: 13px;
  line-height: 1.65;
}
footer .info .low .link a {
  font-size: 15px;}
footer .info .low .link a::after {
  font-size: 15px;}
footer .thumb {
  width: 30%;
  margin-top: 15px;
}
footer .thumb img { width: 100%;}
footer .inner ul {
	margin: 0 -10px;
}
footer .inner ul li {
  margin-top: 20px;
	padding: 0 10px;
}
footer .inner ul li:nth-child(2) {
  margin-top: 10px;}
footer .inner ul li dl dt {
  width: 20%;}
footer .inner ul li dl dd {
  width: 65%;}
footer .inner ul li dl dd span {
	display: block;
	padding-right: 0;
}
}
@media screen and ( max-width: 640px){
footer .inner {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
footer .inner ul {
	display: block;
  margin: 0;}
footer .inner ul li {
  width: 100%;
  float: none;
  margin-top: 0;
  padding: 0;
}
footer .inner ul li:nth-child(2) {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 0;
}
footer .inner ul li p.tel {
  margin-top: 15px;
  display: block;
}
footer .inner ul li dl {
  margin: 10px 0 20px;
  font-size: 16px;
}
footer .inner ul li dl dt {
	box-sizing: border-box;
  width: 30%;
  margin-right: 3%;
  padding: 15px 10px;
}
footer .inner ul li dl dd {
  width: 67%;
  line-height: 1.5;
}
footer .inner li.logo a {
  margin-bottom: 15px;}
}

/* index：SP 共通 */
@media screen and ( max-width: 768px){
	.sp { display: block;}
	.pc { display: none;}
	.wrapper {
		padding: 2% 0;
	}
}



/* index：コンテンツ共有 */
section {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	margin: -2px auto;
	position: relative;
}
section >div::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 290px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
section >div::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 290px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
section .wrapper {
	position: relative;
	z-index: 10;
}
section .head .flex-box {
	margin: 3% auto;
}
section .head .flex-box .txt {
	margin-right: 5%;
	width: 50%;
}
section .head .flex-box h3 {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 2%;
	text-shadow: 2px 3px 0 #fff;
}
section .head .flex-box p {
	font-size: 18px;
	line-height: 1.75;
	text-align: justify;
}
section .head .flex-box .img {
	width: 45%;
}
.point-wrapper {
	background-image: url(../images/back01.jpg);
}
.point-wrapper::before {
	background-image: url(../images/bg01-left.png);
}
.point-wrapper::after {
	background-image: url(../images/bg01-right.png);
}
.point-wrapper .head .flex-box h3 {
	color: #0097da;
}
.kidz-wrapper {
	background-image: url(../images/back02.jpg);
}
.kidz-wrapper::before {
	background-image: url(../images/bg02-left.png);
}
.kidz-wrapper::after {
	background-image: url(../images/bg02-right.png);
}
.kidz-wrapper .head .flex-box h3 {
	color: #f57e00;
}
.spring-wrapper {
	background-image: url(../images/back03.jpg);
}
.spring-wrapper::before {
	background-image: url(../images/bg03-left.png);
}
.spring-wrapper::after {
	background-image: url(../images/bg03-right.png);
}
@media screen and (max-width:870px){
	section .head .flex-box .txt {
		margin-right: 3%;
		width: 52%;
	}
	section .head .flex-box h3 {
		font-size: 25px;
	}
	section .head .flex-box p {
		font-size: 16px;
	}
}
@media screen and (max-width:768px){
	section >div::before,
	section >div::after {
		width: 120px;
		height: 60px;
	}
	section .head .flex-box {
		display: block;
	}
	section .head .flex-box .txt {
		margin-bottom: 5%;
		margin-right: 0;
		width: 100%;
	}
	section .head .flex-box h3 {
		font-size: 6vw;
		text-align: center;
	}
	section .head .flex-box p {
		font-size: 4vw;
		font-feature-settings: "palt";
		text-align: center;
	}
	section .head .flex-box .img {
		width: 100%;
	}
}

/* index：GODAIの特徴 */
.point {
	background: #fff;
	margin: 5% auto;
	position: relative;
}
.point:last-child {
	margin-bottom: 0;
}
.point.blue {
	border-top: 10px solid #99d5f0;
}
.point.green{
	border-top: 10px solid #99ddcf;
}
.point .flag {
	position: absolute;
	top: -2%;
	left: 0;
	width: 25%;
	height: auto;
}
.point .wrapper {
	margin: auto;
	padding: 2% 0;
	width: 95%;
}
.point h3 {
	margin: auto auto 2%;
	max-width: 460px;
}
.point .flex-box {
	margin: 0 -10px;
}
.point .flex-box .img {
	margin: 0 10px;
	width: calc(100% / 2 - 20px);
}
.point .flex-box .img img { width: 100%; }
.point .voice {
	background-repeat: repeat;
	background-size: contain;
	background-position: left center;
	margin-top: 30px;
	padding: 8px;
	border-radius: 10px;
}
.point .voice .box {
	background: #fff;
	border-radius: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px 0;
}
.point .voice .icon {
	margin: -40px 0 0 -15px;
}
.point .voice .flex-box {
	margin: auto;
	justify-content: space-between;
	width: 80%;
}
.point .voice ul {
	margin: 0 5px;
	width: calc(100% / 2 - 10px);
}
.point .voice ul li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.point .voice ul li::before {
	content: "■";
	color: #b2e0f4;
	padding-right: 2px;
}
.point .voice ul li:last-child{
	margin-bottom: 0;
}
.point.blue .voice {
	background-image: url(../images/back05.jpg);
}
.point.green .voice {
	background-image: url(../images/back06.jpg);
}
.point.green .voice .flex-box ul p {
	background: #4cb6e5;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
}
.point.green .voice .flex-box ul:nth-child(2) p {
	background: #4cc3ab;
}
.point.green .voice .flex-box ul:nth-child(2) li:before {
	color: #b2e5db;
}

@media screen and (max-width:768px){
	.point-wrapper .wrapper {
		padding-bottom: 10%;
	}
	.point {
		margin: 8% auto;
	}
	.point .wrapper {
		padding: 2% 0 5%;
		width: 90%;
	}
	.point.blue {
		border-top: 15px solid #99d5f0;}
	.point.green{
		border-top: 15px solid #99ddcf;}
	.point .flag {
		top: -1.5%;
		width: 30%;
	}
	.point h3 {
		margin: 10% auto 5%;
		width: 85%;
	}
	.point .flex-box {
		display: block;
		margin: auto;
	}
	.point .flex-box .img {
		margin: 2.5% auto;
		width: 100%;
	}
	.point .voice {
		border-radius: 5px;
		margin-top: 15%;
	}
	.point .voice .box {
		border-radius: 5px;
		display: block;
		padding: 10% 0 5%;
	}
	.point .voice .icon {
		margin: -25% auto auto;
		max-width: 140px;
		width: 35%;
	}
	.point .voice .flex-box {
		display: block;
		margin: auto;
		width: 90%;
	}
	.point .voice ul {
		margin: auto;
		width: 100%;
	}
	.point .voice ul li {
		font-size: 3.5vw;
	}
	.point .voice ul li:last-child {
		margin-bottom: 10px;
	}
	.point.green .voice .flex-box ul p {
		font-size: 4vw;
		margin: 10px auto 5px;
	}
	.point.green .voice .flex-box ul:nth-child(2) {
		margin-top: 10px;
	}
}



/* index：キッズスクール */
.school {
	background: #fff;
	border-top: 10px solid #fbcc99;
	margin: 5% auto;
	position: relative;
}
.school:last-child {
	margin-bottom: 0;
}
.school .wrapper {
	margin: auto;
	padding: 2% 0;
	width: 95%;
}
.school .flag {
	max-width: 580px;
	margin: -5% auto 0;
}
.school h3 {
	margin: auto auto 2%;
	width: 90%;
}
.school.last h3 {
	width: 65%;
}
.school .flex-box {
	margin: 0 -10px;
}
.school .flex-box .img {
	margin: 0 10px;
	width: calc(100% / 2 - 20px);
}
.school .flex-box .img img { width: 100%; }
.school .merit {
	background-image: url(../images/back07.jpg);
	background-repeat: repeat;
	background-size: contain;
	background-position: left center;
	margin-top: 30px;
	padding: 8px;
	border-radius: 10px;
}
.school .merit .box {
	background: #fff;
	border-radius: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px 0;
}
.school .merit .icon {
	margin: -40px 0 0 -15px;
}
.school .merit .flex-box {
	margin: auto;
	justify-content: space-between;
	width: 80%;
}
.school .merit ul {
	margin: 0 5px;
	width: calc(100% / 2 - 10px);
}
.school .merit ul li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.school .merit ul li::before {
	content: "■";
	color: #fcd8b2;
	padding-right: 2px;
}
.school .merit ul li:last-child{
	margin-bottom: 0;
}
.school .merit .box2 {
	background: #fff;
	border-radius: 10px;
	padding: 20px 0;
}
.school .merit .box2 .icon {
	width: 160px;
}
.school .merit .box2 .title {
	max-width: 380px;
	margin: -10% auto 2%;
}
.school .merit .box2 .flex-box {
	width: 90%;
}
.school .merit .box2 .flex-box div {
	background: #fef2e5;
	box-sizing: border-box;
	margin: 0 10px;
	padding: 15px;
	width: calc(100% / 3 - 20px);
}
.school .merit .box2 .head {
	border-bottom: 1px solid #f57e00;
	color: #f57e00;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: center;
}
.school .merit .box2 .head span {
	color: #fabf80;
	display: block;
	font-size: 220%;
}
.school .merit .box2 .txt {
	font-size: 17px;
	line-height: 1.35;
	text-align: center;
}

.school .schedule {
	background-color: #fef2e5;
	background-image: url(../images/icon-schedule.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 160px;
	box-sizing: border-box;
	max-width: 760px;
	margin: 3% auto;
	padding: 20px;
}
.school .schedule h4 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.school .schedule .notes {
	font-size: 13px;
	margin: 1em auto;
	line-height: 1.5;
	text-align: center;
}
.school .schedule .flex-box {
	justify-content: center;
}
.school .schedule dl {
	margin: 20px 10px;
}
.school .schedule dt {
	background: #f57e00;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
}
.school .schedule dd {
	font-size: 18px;
	line-height: 1.75;
}
.school .schedule hr {
	background: #f57e00;
	border: 0;
	content: "";
	width: 90%;
	height: 1px;
	margin: auto;
}
.school .schedule .price {
	max-width: 300px;
	margin: 10px auto 0;
}

@media screen and (max-width:768px){
	.kidz-wrapper .wrapper {
		padding-bottom: 10%;
	}
	.school {
		margin: 8% auto;
	}
	.school .wrapper {
		padding: 2% 0 5%;
		width: 90%;
	}
	.school .flag {
		margin-top: -10%;
	}
	.school h3 {
		margin: auto auto 5%;
		width: 100%;
	}
	.school.last h3 {
		width:100%;
	}
	.school .flex-box {
		display: block;
		margin: auto;
	}
	.school .flex-box .img {
		margin: 2.5% auto;
		width: 100%;
	}
	.school .merit {
		border-radius: 5px;
		margin-top: 15%;
	}
	.school .merit .box {
		border-radius: 5px;
		display: block;
		padding: 10% 0 5%;
	}
	.school .merit .icon {
		margin: -25% auto auto;
		max-width: 140px;
		width: 35%;
	}
	.school .merit .flex-box {
		display: block;
		margin: auto;
		width: 90%;
	}
	.school .merit ul {
		margin: auto;
		width: 100%;
	}
	.school .merit ul li {
		font-size: 3.5vw;
	}
	.school .merit ul li:last-child {
		margin-bottom: 10px;
	}
	.school .merit .box2 .icon {
		width: 35%;
	}
	.school .merit .box2 .title {
		margin: auto auto 3%;
		width: 80%;
	}
	.school .merit .box2 .flex-box div {
		margin: 3% auto;
		width: 100%;
	}
	.school .merit .box2 .head {
		font-size: 5vw;
	}
	.school .merit .box2 .head span {
		display: inline;
		padding-right: .25em;
		vertical-align: baseline;
	}
	.school .merit .box2 .txt {
		font-size: 4vw;
	}

	.school .schedule {
		background-size: 30%;
		margin: 5% auto 0;
		padding: 10px;
	}
	.school .schedule h4 {
		font-size: 5vw;
		line-height: 1.25;
		padding-left: 20%;
	}
	.school .schedule dl {
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
		align-items: baseline;
		margin: auto;
	}
	.school .schedule dl dt {
		font-size: 4vw;
		margin-right: 5px;
		width: 70px;
	}
	.school .schedule dl dd {
		font-size: 4.5vw;
	}
	.school .schedule hr {
		margin: 10px auto 5px;
		width: 100%;
	}
	.school .schedule .price {
		width: 90%;
	}
}


/* スプリングスタート */
.spring {
	background: #fe318d;
	border-radius: 8px;
	margin: 3% auto 15%;
	padding: 10px;
}
.spring.last{
	margin-bottom: 0;
}
.spring .icon {
	width: 101.65%;
	margin: -14% -.8% 0;
	z-index: 15;
	position: relative;
}
.spring .box {
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 2%;
	position: relative;
	margin-top: -3%;
	z-index: 10;
}
.spring .box .title {
	background: #fe318d;
	padding: 0 0 4%;
}
.spring .box .title h3 {
	max-width: 550px;
	width: 75%;
	margin: auto;
}
.spring .box .flex-box {
	margin-top: -2%;
	flex-wrap: wrap;
}
.spring .box .flex-box div {
	margin: 5px;
	width: calc(100% / 2 - 10px);
}
.spring .box .flex-box div:nth-child(3) {
	width: 100%;
}
@media screen and (max-width:768px){
	.spring {
		margin: 20% auto;
		padding: 5px;
	}
	.spring .icon {
		width: 103%;
		margin: -20% -1.6% 0;
	}
	.spring .box {
		padding: 2%;
	}
	.spring .box .title h3 {
		width: 90%;
	}
	.spring .box .flex-box {
		display: block;
	}
	.spring .box .flex-box div {
		margin: 2% auto;
		width: 100%;
	}
}



/* index：コロナウィルスに関して */
#korona {
	background: #fef2e5;
	padding: 3% 0;
}
#korona .wrapper {
	background-color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 3% 4%;
}
#korona h3 {
	border-bottom: 2px solid #fe318d;
	color: #fe318d;
	font-size: 31px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: .5em;
	padding-bottom: .25em;
	text-align: center;
}
#korona p {
	font-size: 17px;
	line-height: 1.75;
	text-align: center;
}
#korona ul {
	flex-wrap: wrap;
	align-items: center;
	margin: 1em auto;
}
#korona ul li {
	background: #ffeaf4;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 500;
	width: calc(100% / 2 - 10px);
	margin: 0 5px 10px;
	padding: .5em;
}
#korona ul li span {
	display: inline-table;
	line-height: 1.25;
	vertical-align: middle;
	width: calc(100% - 55px);
}
#korona ul li span:first-child {
	font-size: 23px;
	font-weight: bold;
	background: #fe98c6;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width:870px){
	#korona ul {
		display: block;
	}
	#korona ul li {
		margin: auto;
		margin-bottom: 10px;
		width: 100%;
	}
}
@media screen and (max-width:768px){
	#korona {
		padding: 5% 0;
	}
	#korona .wrapper  {
		border-radius: 12px;
		padding: 4% 3%;
	}
	#korona h3 {
		font-size: 5.5vw;
	}
	#korona p {
		font-size: 3.5vw;
	}
	#korona ul {
		margin: .5em auto;
	}
	#korona ul li {
		font-size: 4vw;
	}
	#korona ul li span {
		line-height: 1.35;
	}
}


/* 申し込み */
#contact {
	background: url(../images/back10.jpg) no-repeat left center/cover;
}
#contact .icon {
	position: absolute;
	top: -5%;
	left: 0;
	width: 150px;
}
#contact h2 {
	max-width: 345px;
	margin: auto auto 2%;
}
#contact .txt {
	font-size: 25px;
  font-weight: bold;
  line-height: 1.25;
	margin-top: 2%;
	text-align: center;
}
#contact .button {
	max-width: 485px;
	margin: auto;
}
@media screen and (max-width:768px){
	#contact {
		background-image: url(../images/back10-1.jpg);
	}
	#contact .icon {
		top: -3%;
		width: 25%;
	}
	#contact h2 {
		margin: 10% auto 3%;
    width: 60%;
    padding-left: 10%;
	}
	#contact .txt {
		margin: 3% auto 5%;
		font-size: 4vw;
	}
	#contact .button {
		width: 90%;
	}
}
