@charset "UTF-8";
/* ======================================================
/  園での生活
/====================================================== */
/* overWhite */
.mainvisual {
  background-image: url("../img/common/mainvisual/admissions02.jpg");
}

/* page only */
.address dt {
  color: #EE6D79;
}
.address dd {
  margin-bottom: 10px;
}

.classes {
  padding-left: 105px;
  background-image: url("../img/access/momo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px auto;
}

.classes.ichigo {
  background-image: url("../img/access/ichigo.png");
}

.classes.ringo {
  background-image: url("../img/access/ringo.png");
}

.classes:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #666666;
}

@media screen and (min-width: 801px) {
  .classes {
    padding-top: 15px;
    padding-left: 138px;
    background-size: 118px;
  }
  .classes p {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .classes:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .classes:not(:last-child) p {
    border-bottom: solid 1px #666666;
  }

  .classes:last-child p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=admissions.css.map */



/*■■■■■ボリュームアップ追加 ここから■■■■*/
/*■■■■■index.html ここから■■■■*/
.bg_band {
  padding: 10px 15px;
  background-color: #FEF8EB;
  border-radius: 10px;
}
.m_tb {
  margin: 10px 0 20px;
}
.procedure_flow_box {
  border: 1px #FAC63E solid;
  padding: 3% 4px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 6px;
}
.procedure_flow_box:before {
  content: "";
  left: 50%;
  top: 102%;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(-50%, -10%) rotate(90deg);
  -moz-transform: translate(-50%, -10%) rotate(90deg);
  -webkit-transform: translate(-50%, -10%) rotate(90deg);
  -ms-transform: translate(-50%, -10%) rotate(90deg);
  border: 4px solid transparent;
  background: #FAC63E;
}
.procedure_flow_box:after {
  content: "";
  top: 100%;
  left: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  box-sizing: border-box;
  transform: translate(-50%, 40%) rotate(90deg);
  -moz-transform: translate(-50%, 40%) rotate(90deg);
  -webkit-transform: translate(-50%, 40%) rotate(90deg);
  -ms-transform: translate(-50%, 40%) rotate(90deg);
  border: 20px solid transparent;
  border-left: 20px solid #FAC63E;
}

.illust_pict {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  margin-left: 3%;
}
.procedure_flow_box p {
  line-height: 1.6em;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  /*margin-left: 3%;*/
  margin: auto;
  text-align: center;
  font-size: 3vw;
}
.procedure_flow_box05:before,
.procedure_flow_box05:after {
  display: none;
}
.limit02 {
  margin-top: 30px;
}
.h-title-01 {
	color: #F44A4B;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px;
}
.h-title-02 {
	color: #6EB432;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
}
@media screen and (min-width: 801px) {
  .procedure_flow_area {
    display: flex;
  }
  .procedure_flow_box {
    display: inline-block;
    width: 13%;
    vertical-align: top;
    /*padding: 0 2%;*/
    padding: 10px 2%;
    margin-right: 5%;
  }
  .procedure_flow_box05 {
    margin-right: 0;
  }
  .illust_pict {
    display: block;
    width: 45%;
    margin: 10% auto;
  }
  .procedure_flow_box p {
    display: block;
    width: /*83%;*/100%;
  }
 .procedure_flow_box:before {
    content: "";
    background: #FAC63E;
    left: 109%;
    top: 50%;
    width: 30px;
    height: 10px;
    position: absolute;
    transform: translate(-50%, -10%);
}
.procedure_flow_box:after {
    content: "";
    top: 43%;
    left: 124%;
    width: 10px;
    height: 10px;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(0deg);
  }
  .procedure_flow_box05 .illust_pict{
    width: 100%;
  }
  .procedure_flow_box p {
  font-size: 100%;
  }

}

/*■■■■■burden.html ここから■■■■*/
h5 {
  margin: 50px 0 10px;
  color: #EE6D79;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px #DDDCDD solid;
}
table tr {
    border: 1px #DDDCDD solid;
}
.table_c th,
.table_c td {
    display: block;
}
.table_c th {
  text-align: left;
  padding: 10px 0 10px 10px;
  background-color: #FFFBEC;
}
.table_c td {
  padding: 10px;
}
.table_c td span {
  display: block;
/*
  text-indent: -1em;
  padding-left: 1em;
*/
}
.table_c td span.no_indent {
  text-indent: 0;
  padding-left: 0;
}
.table_c td em {
  display: block;
}

.list_cate li {
  border: 1px #DDDCDD solid;
  padding: 10px;
}
.list_cate li:nth-child(2),
.list_cate li:nth-child(3),
.list_cate li:nth-child(4) {
  border-top: none;
}
@media screen and (min-width: 801px) {
  .table_c th,
  .table_c td {
    display: table-cell;
}
  .table_c th {
    width: 12%;
    padding-left: 3%;
  }
  .table_c td {
    width: 40%;
    padding: 10px 4%;
  }
  .table_c td em {
  display: inline-block;
  }
  .list_cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    letter-spacing: -.4em;
  }
  .list_cate li {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 46.7%;
    padding: 1.5%;
  }
  .list_cate li:nth-child(2) {
    border-top: 1px #DDDCDD solid;
  }
  .list_cate li:nth-child(even) {
    border-left: none;
  }

}



.cafekaila_bnr {
	display: block;
	background-color: #fff;
	margin: 10px auto 0;
	max-width: 264px;
}
.cafekaila {
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.8;
}
.cafekaila .red {
	color: #B62626;
}
.cafekaila .big {
	font-size: 23px;
}
.cafekaila_main img {
	width: 100%;
}

.cafekaila_block_01 {
	box-sizing: border-box;
	padding: 3% 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.cafekaila_block_01_ttl {
	font-size: 25px;
	margin-bottom: 1em;
	color: #B62626;
}

.cafekaila_block_01_txt_01 {
	font-size: 16px;
	margin-bottom: 1.5em;
}

.cafekaila_block_01_txt_02 dt {
	width: 130px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	margin: 0 auto 1em;
	color: #fff;
	background: #b62626;
	background: linear-gradient(135deg, #b62626 0%, #b62626 50%, #dd2f2f 50%, #dd2f2f 100%);
}

.cafekaila_block_01_txt_02 dd {
	margin-bottom: 2em;
}

.cafekaila_block_02 {
	display: flex;
}

.cafekaila_block_02 img {
	width: 25%;
}

.cafekaila_block_03 {
	box-sizing: border-box;
	padding: 3% 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.cafekaila_block_03 img:first-child {
	display: block;
	width: 220px;
	margin: 0 auto 1em;
}

.cafekaila_block_03_txt_01 dt {
	color: #B62626;
}

.cafekaila_block_03_txt_01 dd {
	margin-bottom: 2em;
}

.cafekaila_map {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

.cafekaila_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 800px) {
	.cafekaila_block_01_ttl {
		font-size: 20px;
	}
	.cafekaila_block_02 {
		flex-wrap: wrap;
	}

	.cafekaila_block_02 img {
		width: 50%;
	}
}

.NurserySchoolTour {
	text-align: center;
	margin: 40px 0 0;
	line-height: 1;
}
.NurserySchoolTour p {
	font-size: 16px;
	margin-bottom: 5px !important;
}
.NurserySchoolTour .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 55px;
	margin: 0 auto;
	background-color: #F85776;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}
.NurserySchoolTour .btn:hover {
	opacity: .7
}
