@charset "utf-8";
/* CSS Document */


header{
	width:100vw;
	height:16vw;
	background-image: url(../img/header_bg.gif);
	background-size:cover;
	position:relative;
}



/*----------------------------------------------------
	nav
----------------------------------------------------*/

ul#nav_list_01{
	width:100%;
	position:absolute;
}
ul#nav_list_01 li{
	width:12%;
	float:left;
	top:5%;
	margin-left:6%;
}
ul#nav_list_01 li img{
	width:100%;
}
li.list_push{
	margin-top:40px !important;
}

ul#nav_list_01 li:nth-child(3n){
	width:15%;
}




ul.nav_list{
	width:100%;
	padding:5px 0;
	position:absolute;
	top:50%;
}
ul.nav_list li{
	width:12%;
	float:left;
	margin-left:2%;
	cursor:pointer;
}
ul.nav_list li img{
	width:100%;
}

li.list_d{
	margin-top:15px;
}


.sub_main{
	width:100vw;
	height:500px;
	margin:0 auto;
	background: url(../img/preschool_normal/mainvisual_back.jpg) center top no-repeat;
	background-size:cover;
	position:relative;
/*	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
*/}

.center_main{
	width:1100px;
	height:500px;
	position:relative;
	margin:0 auto;
}
h1{
	text-align:center;
	padding:15px 0;
	width:600px;
	position:absolute;
	top:39% !important;
	left:22%;
	margin:0 auto;
	letter-spacing:5px;
	background-color: rgba( 254, 223, 225, 0.95 );
	border-radius:20px;
	color:#FFF;
	font-size:230%;
	text-shadow:2px 2px 3px #1a1a1a;
	font-weight:normal;
}

/*--====== ここからパンくずリスト ======--*/
#pan_box{
	width:100%;
	height:45px;
	margin:0 auto;
	border-bottom:1px solid #CCC;
	background:url(../img/main_bg.gif);
	color:#535353;
}


#pan_list{
	width:1100px;
	height:45px;
	color:#333;
	margin:0 auto;
}

/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:45px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:40px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:10% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/
p{
  line-height: 2.0;
  font-size:108%;
}
.content_wrap{
	width:100%;
	height:auto;
	background:#fff;
}
.contents_inner{
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents_title{
	text-align: center;
  margin: 60px auto 20px;
  font-size: 160%;
  color: #fa6f78;
  font-weight: bold;
  border-bottom: 2px solid #fdc9cc;
  padding-bottom:10px;
}
h3.contents_title{
	position: relative;
	border-bottom: none;
	padding: 10px;
	margin-bottom: 60px;
}
h3.contents_title::before{
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 117px;
	border-radius: 50%;
	border: 5px solid #fa6f78;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sub_title{
  margin: 20px auto 10px;
  font-size: 131%;
  color: #fa6f78;
}
.scadule_title{
	text-align: center;
  margin: 100px auto 30px;
  font-size: 200%;
  color: #fa6f78;
  font-weight: bold;
	position: relative;
	padding: 0 0 10px;
}
.scadule_title::before{
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	width: 250px;
	height: 90px;
	border-radius: 50%;
	border: 5px solid #fa6f78;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

table.req{
  margin: 0 auto 100px;
  border: 1px solid #cdcdcd;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.req tr:not(:last-child){
  border-bottom: 1px solid #cdcdcd;
}
table.req th{
  color: #535353;
  background: #FEDFE1;
  border-right: 1px solid #cdcdcd;
  padding: 10px 20px;
  white-space: nowrap;
  letter-spacing: 1px;
}
table.req td{
  padding: 10px 20px;
  letter-spacing: 1px;
  line-height: 2.0;
}

.list{
  width: 95%;
  margin: 20px auto 20px;
}
.list li{
  list-style: disc;
  font-size:108%;
  padding-bottom:10px;
  line-height:2.0;
}

.time_scadule{
	width: fit-content;
  margin: 0 auto 60px;
	position: relative;
}
.time_scadule::before{
	content: '';
	width: 2px;
	height: 100%;
	background: #FEDFE1;
	position: absolute;
	top: 10px;
	left: 5%;
	z-index: -1;
}
.time_scadule li{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.time_scadule li p:first-of-type{
	height: fit-content;
	margin-right: 20px;
	background: #fdc9cc;
	padding: 10px;
	border-radius: 10px;
}
.time_scadule li p:last-child{
	font-size: 108%;
	letter-spacing: 1px;
	line-height: 1.7;
}

.scadule_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 10px;
  border: 1px solid #cdcdcd;
}
.scadule_list li{
  width: calc(100% / 7);
  position: relative;
  border: 1px solid #cdcdcd;
  text-align: center;
}
.scadule_list li p:first-child{
  background: #fdc9cc;
  padding: 5px 0;
}
.scadule_list li p:last-child{
  padding: 10px 0;
}
.scadule_list span{
	color: red;
}