@charset "utf-8";
/* CSS Document */
/* 入園のご案内 */

/**************************************/

/*ページタイトル*/
h3.pageTitleImg{
	margin:0px 0px 25px 0px;
}
@media screen and (max-width: 768px) {
  h3.pageTitleImg{
    position: relative;
    margin:0px 0px 50px 0px;
  }
  h3.pageTitleImg img{
     width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 520px) {
  h3.pageTitleImg{
    position: relative;
    margin:0px 0px 30px 0px;
  }
}
@media screen and (max-width: 520px) {
  h3.pageTitleImg{
    position: relative;
    margin:0px 0px 30px 0px;
  }
}

h3.pageTitleImg .pageTitleTxt{
  display: none;
}
@media screen and (max-width: 768px) {
  h3.pageTitleImg .pageTitleTxt{
    display: block;
    width: auto;
    position: absolute;
    z-index: 1;
    left: 32px;
    /*タイトル画像の高さ(同一ではない)に合わせてTOP位置の計算が必要です*/
    /* 縦中央の式　top: calc(50% - (画像の高さ/2)); */
  }
  h3.pageTitleImg .pageTitleTxt img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  h3.pageTitleImg #mainimg03_txt{
    /* 見学の申込み */
    top: calc(50% - (49px/2));
  }
}
@media screen and (max-width: 520px) {
  h3.pageTitleImg .pageTitleTxt{
    left: 14px;
    /*タイトル画像の高さ(同一ではない)に合わせてTOP位置の計算が必要です*/
    /* 90％高さの式　元画像の高さ-元画像の高さ*9/100 */
    /* 縦中央の式　top: calc(50% - ((元画像の高さ - 元画像の高さ*9/100)/2)); */
  }
  h3.pageTitleImg .pageTitleTxt img{
    width: 90%;
    height: auto;
    vertical-align: bottom;
  }
  h3.pageTitleImg #mainimg03_txt{
    /* 見学の申込み */
    top: calc(50% - ((49px - 49px*9/100)/2));
  }
}

/*ベビーマッサージ開催のお知らせ*/
.babymassage{
  font-size: 18px;
  background-color: #ea6d8d;
  text-align: left;
  margin: 60px 30px 40px 30px;
  padding: 15px;
  border-radius: 20px;
}
.babymassage a{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 520px) {
  .babymassage{
    font-size: 16px;
    margin: 60px 10px 40px 10px;
  }
}

/*==============================================================================
　　　　　　　　　　　　　　　　　見学の申込み
==============================================================================*/

.comment{
	font-size: 15px;
	overflow: hidden;
	margin: 10px 0px 20px 0px;
}
@media screen and (max-width: 768px) {
  .comment{
    margin: 15px 0 30px 0;
    font-size: 14px;
    text-align: justify;
  }
}


.comment .lblock{
	float: left;
	margin: 7px 0px 0px 0.5em;
	width: 6.5em;
	}
@media screen and (max-width: 768px) {
  .comment .lblock{
    margin: 18px 0.5em 0 5px;
    width: auto;
    font-size: 14px;
  }
}

.comment .rblock{
	margin-top: 7px;
	float: left;
	}
@media screen and (max-width: 768px) {
  .comment .rblock{
    margin-top: 18px;
    font-size: 14px;
  }
}





.comment .visit_info_sp{
  display: flex;
}
.comment .visit_info_sp:first-of-type{
  padding: 18px 0 0 0;
}
.comment .lblock_sp{
  min-width: 6em;
  padding: 0 0.5em 0 0;
}
.comment .rblock_sp{
}

@media screen and (max-width: 768px) {
  .comment .visit_info_sp{
    display: flex;
  }
  .comment .visit_info_sp:first-of-type{
    padding: 18px 0 0 0;
  }
  .comment .lblock_sp{
    font-size: 14px;
    min-width: 6em;
    padding: 0 0.5em 0 0;
  }
  .comment .rblock_sp{
    font-size: 14px;
  }
}
@media screen and (max-width: 464px) {
  .comment br.sp{
    display: none;
  }
}





.visit{
	width:670px;
	text-align:center;
	margin-top:30px;
}
@media screen and (max-width: 768px) {
  .visit{
    width: 100%;
    margin: 0;
  }
}


.visitImg{
	display:block;
	width:374px;
	height:156px;
}
.visitImg_2{
	display:block;
	width:374px;
	height:132px;
}
.visitImg_3b{
	display:block;
	width:292px;
	height:66px;
	margin:40px auto 20px auto;
}


.visitTxt{
	background-image:url(../img/enter/visitBottom.jpg);
	background-repeat:no-repeat;
	width:374px;
	height:187px;
}

.visitTxt_yochien{
	/*background-image:url(../img/enter/visitBottom_yochien.png);
	background-repeat:no-repeat;*/
	width:374px;
	height:177px;
}
.visitTxt_ohisama{
	/*background-image:url(../img/enter/visitBottom_ohisama.png);
	background-repeat:no-repeat;*/
	width:374px;
	height:173px;
}


/*見学スケジュールなし*/
.visitTxt div,
.visitTxt_yochien div,
.visitTxt_ohisama div
{
	padding:58px 58px 58px 58px;
	font-size:14px;
}
/*見学スケジュールあり*/
.visitTxt div.date,
.visitTxt_yochien div.date,
.visitTxt_ohisama div.date
{
	padding:10px 0px 0px 90px;
	text-align: left;
	font-size:14px;
}
/*見学スケジュール文章*/
.visitTxt div.tel,
.visitTxt_yochien div.tel,
.visitTxt_ohisama div.tel
{
	padding:10px 40px 0px 40px;
	text-align: left;
	font-size:14px;
}
.visitTxt div.tel_150421,
.visitTxt_yochien div.tel_150421,
.visitTxt_ohisama div.tel_150421
{
	padding:45px 40px 0px 40px;
	text-align: left;
	font-size: 13px;
    line-height: 1.4em;
}
/*見学スケジュール文章注意書き*/
.visitTxt div.tel p.small,
.visitTxt_yochien div.tel p.small,
.visitTxt_ohisama div.tel p.small
{
	padding-top:5px;
	font-size:12px;
}
.visitTxt div.tel p.small2,
.visitTxt_yochien div.tel p.small2,
.visitTxt_ohisama div.tel p.small2
{
	padding-top:5px;
	font-size:12px;
	line-height:1.4em;
}
/*見学スケジュール文章日付*/
.visitTxt div.tel p.che_day,
.visitTxt_yochien div.tel p.che_day,
.visitTxt_ohisama div.tel p.che_day
{
	font-size:13px;
	line-height:1.4em;
}
p.sche{
	padding-top: 10px;}

/*入園について*/
.en_info_2{
	margin: 30px 0px 0px 25px;
	text-align: left;}
@media screen and (max-width: 768px) {
  .en_info_2{
    margin: 0 10px;
  }
}

.dottitle_150421{
	margin: 30px 0px 5px 0px;
	font-size: 18px;
	font-weight:bold;}
@media screen and (max-width: 768px) {
  .dottitle_150421{
    margin: 0;
  }
}



table.extend{
	width: 570px;
	margin-bottom: 10px;
	font-size:14px;}

table.extend td.l_area{
	background: url(../img/enter/dotline_s.gif) repeat-x bottom #F6F0CB;
	width: 11em;
	color: #EA6D8D;
	padding: 15px 15px;
	vertical-align: top;
	font-weight: bold;
	line-height: 2em;}

table.extend td.r_area{
	background: url(../img/enter/dotline_s.gif) repeat-x bottom;
	padding: 15px 15px;
	line-height: 2em;}

p.azukari{
	margin-top: 10px;}

.exRed{
	color:#ea5532;
}

.car{
	color:#ea5532;
	line-height:120%;
	margin-top:5px;
}

#yochien{
}

#ohisama{
	margin-top:-1px;
}

/*見学スケジュール枠 大*/
div.schedule_big{
	width:620px;
	margin:0px 25px 15px 25px;
}
@media screen and (max-width: 768px) {
  div.schedule_big{
    display: none;
  }
}



div.schedule_big div.visitTxt_yochien{
	box-sizing: border-box;
	width:620px;
	height:337px;
	background:url(../img/enter/visitBottom_youchien_big.png) no-repeat;
	padding:5px 0px 0px 0px;
}
div.schedule_big div.visitTxt_yochien_parts01{
	box-sizing: border-box;
	width:620px;
	background:url("../img/enter/visitBottom_youchien_big_01.png") no-repeat;
	padding:5px 0px 0px 0px;
}
div.schedule_big div.visitTxt_yochien_parts02{
	box-sizing: border-box;
	width:620px;
  height: 102px;
	background:url("../img/enter/visitBottom_youchien_big_02.png") no-repeat;
	padding:0;
}



div.schedule_big div.visitTxt_ohisama{
	box-sizing: border-box;
	width:620px;
	height:337px;
	background:url(../img/enter/visitBottom_ohisama_big.png) no-repeat;
	padding:15px 0px 0px 0px;
}
div.schedule_big img.visitImg{
	display:block;
	width:620px;
	height:127px;
}
div.schedule_big table{
	margin:0px auto 0px auto;
	background: url("../img/enter/dotline_s.gif") repeat-x scroll center top rgba(255, 255, 255, 0);
}

div.schedule_big tr.line{background: url("../img/enter/dotline_s.gif") repeat-x scroll center top;}
div.schedule_big tr.line_end{ background: url("../img/enter/dotline_s.gif") repeat-x scroll center bottom;}
div.schedule_big tr.oneline{background: url("../img/enter/dotline_s.gif") repeat-x scroll center top;}

div.schedule_big tr.line_top{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center top;
}
div.schedule_big tr.line_bottom{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center bottom;
}
div.schedule_big tr.midashi td{
  padding: 0!important;
  font-weight: bold;
  line-height: 1.8em;
}

div.schedule_big tr.top_15 td{ padding-top: 15px!important; }
div.schedule_big tr.top_10 td{ padding-top: 10px!important; }
div.schedule_big tr.top_5 td{ padding-top: 5px!important; }
div.schedule_big tr.top_2 td{ padding-top: 2px!important; }
div.schedule_big tr.top_0 td{ padding-top: 0px!important; }
div.schedule_big tr.bottom_5 td{ padding-bottom: 4px!important; }
div.schedule_big tr.bottom_2 td{ padding-bottom: 2px!important; }
div.schedule_big tr.bottom_0 td{ padding-bottom: 0px!important; }

.multiple_lines{
  line-height: 1.7em !important;
}



div.schedule_big tr.line td{padding-top: 5px;}

div.schedule_big tr.next td,
div.schedule_big tr.line_end td{
  padding-top:0px;
  padding-bottom:4px;
}

div.schedule_big tr.next_2 td{ padding-top:0px;}

div.schedule_big tr.oneline td{
  papadding-top:2px;
  padding-bottom:4px;
}






div.schedule_big td{
	color:#584b3a;
	padding:5px 0px 0px 0px;
	font-size:12px;
	line-height:1;
}

div.schedule_big td.month{
	box-sizing: border-box;
	color:#ea6d8d;
	font-size: 12px;
	font-weight:bold;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align: left;
	width: 4em;
}
div.schedule_big td.day{ text-align:right !important;}
div.schedule_big td.week{text-align: left !important; /*padding-right:0.5em;*/}
div.schedule_big td.time{ text-align:left !important; /*padding-right:1.5em;*/}



div.schedule_big table#garden_op,
div.schedule_big table#taiken,
div.schedule_big table#kindergarten_tour,
div.schedule_big table#ohisama_tour,
div.schedule_big table#garden_opening,
div.schedule_big table#library{
	background-image:none;
	margin:10px auto 0px 124px
}
div.schedule_big table#garden_op th,
div.schedule_big table#taiken th,
div.schedule_big table#kindergarten_tour,
div.schedule_big table#ohisama_tour,
div.schedule_big table#garden_opening,
div.schedule_big table#library{
	font-size:14px;
	font-size: 12px;
	padding:0px 25px 0px 0px;
	text-align:left;
	vertical-align:top;
}
div.schedule_big table#garden_op td,
div.schedule_big table#taiken td,
div.schedule_big table#kindergarten_tour,
div.schedule_big table#ohisama_tour,
div.schedule_big table#garden_opening,
div.schedule_big table#library{
	font-size:12px;
	padding:0px;
	text-align:left;
	min-width: 300px;
}

div.schedule_big table#kindergarten_tour td:first-child,
div.schedule_big table#ohisama_tour td:first-child,
div.schedule_big table#garden_opening td:first-child,
div.schedule_big table#library td:first-child{
	padding-left: 0.5em;
}
div.schedule_big table#kindergarten_tour td:last-child,
div.schedule_big table#ohisama_tour td:last-child,
div.schedule_big table#garden_opening td:last-child,
div.schedule_big table#library td:last-child{
	padding-right: 5px;
}
div.schedule_big table#kindergarten_tour tr:last-of-type td:last-child,
div.schedule_big table#ohisama_tour tr:last-of-type td:last-child,
div.schedule_big table#garden_opening tr:last-of-type td:last-child,
div.schedule_big table#library tr:last-of-type td:last-child{
	padding-right: 0px;
}



table#garden_opening {
	width: 370px;
}

table#garden_opening td{
	padding: 5px 5px 2px 5px;
	line-height: 1.3em;
}
#garden .memo{
	width: 370px;
	margin: 0 auto;
	text-align: left;
	color: #584b3a;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
}
#garden .memo p{
	padding: 0 0 5px 0;
}

/*感染症予防*/
#Infection{
  box-sizing: border-box;
  width: 620px;
  font-size: 15px;
  margin-bottom: 30px;
  background-color: #f7f6c5;
  padding: 10px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #Infection{
    width: auto;
    margin-bottom: 80px;
    font-size: 14px;
    padding: 14px 20px;
    text-align: justify;
  }
}


#Infection p{
  display: inline-block;
  color: #ea6d8d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: solid 2px;
}
@media screen and (max-width: 768px) {
  #Infection p{
    font-size: 16px;
  }
}


/*再制作*/
.new_schedule{
  width: 620px;
  margin: 0 auto 20px auto;
  line-height: 1px;
}
@media screen and (max-width: 768px) {
  .new_schedule{
    display: none;
    width: auto;
  }
}

/*掲示板タイトル*/
.new_schedule .img_title{
  width: 620px;
}

/*本文ループ*/
.new_schedule .img_loop{
  height: 260px; /*20刻みでサイズ設定する*/
  background:url(../img/enter/visitContents_ohisama_big_loop.png) repeat-y;
  padding: 20px 0 0 0;
}

/*本文フッター*/
.new_schedule .img_footer{
  height: 179px;
  background:url(../img/enter/visitBottom_ohisama_big_loop.png) no-repeat;
}

/*枠サイス*/
.new_schedule .size{
  width: 395px;
  margin: 0 auto;
}

.new_schedule .midashi{
  text-align: left;
}

.new_schedule table{
  font-size: 12px;
  padding: 0px;
  text-align: left;
  width: auto;
  margin: 0 auto;
}
.new_schedule table td{
  font-size: 12px;
  color: #584b3a;
}

/*月*/
.new_schedule td.month{
	box-sizing: border-box;
	color:#ea6d8d;
	font-size: 12px;
	font-weight:bold;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align: left;
	width: 4em;
}
/*日*/
.new_schedule td.day{
  text-align:right !important;
}
/*曜日*/
.new_schedule td.week{
  text-align: left !important;
}
/*時間*/
.new_schedule td.time{
  text-align:left !important;
}



.new_schedule tr.line{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center top;
}
.new_schedule tr.line_end{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center bottom;
}
.new_schedule tr.oneline{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center top;
}
.new_schedule tr.line_top{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center top;
}
.new_schedule tr.line_bottom{
  background: url("../img/enter/dotline_s.gif") repeat-x scroll center bottom;
}
.new_schedule tr.top_15 td{ padding-top: 15px!important; }
.new_schedule tr.top_10 td{ padding-top: 10px!important; }
.new_schedule tr.top_5 td{ padding-top: 5px!important; }
.new_schedule tr.top_0 td{ padding-top: 0px!important; }
.new_schedule tr.bottom_5 td{ padding-bottom: 4px!important; }
.new_schedule tr.bottom_2 td{ padding-bottom: 2px!important; }
.new_schedule tr.bottom_0 td{ padding-bottom: 0px!important; }

/*WEB予約ボタン*/
.reserve-button-wrap{
  display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0 0;
}
.reserve-button {
  text-align: center;
      width: 280px;
      height: 45px;
      background-color: #E96C89;
      border: none;
      border-radius: 9999px;
      position: relative;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    .reserve-text-img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 23px;
    }

    .reserve-arrow {
      position: absolute;
      right: 20px;
      width: 9px;
      height: 15px;
    }


/*==============================================================================
　　　　　　　　　　　　　　　　　スマホ版スケジュール
==============================================================================*/

/*幼稚園見学schedule*/
.sp_schedule{
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_schedule{
    display: block;
    padding: 0 10px;
  }
}

/*タイトル*/
.sp_img_title{
  margin-bottom: 19px;
}
@media screen and (max-width: 520px) {
  .sp_img_title{
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 375px) {
  .sp_img_title{
    margin-bottom: 12px;
  }
  #kengaku_sp .sp_img_title{
    max-width: 295px;
    width: 100%;
  }
  #ohisama_sp .sp_img_title{
    max-width: 326px;
    width: 100%;
  }
  #kaiho_sp .sp_img_title{
    max-width: 295px;
    width: 100%;
  }
}


/*見学日用の枠*/
.sp_midashi{
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .sp_midashi{
    /*width: 472px;*/
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .sp_midashi{
   /* width: 327px;*/
    width: auto;
  }
}

/*見学日*/
.sp_midashi p{
  text-align: left;
  padding: 14px 0 14px 0;
  line-height: 100%;
}
@media screen and (max-width: 520px) {
  .sp_midashi p{
    text-align: left;
    padding: 16px 0 16px 0;
  }
}


/*スケジュール用の枠*/
.sp_schedule .sp_schedule_waku{
  width: 540px;
  margin: 0 auto;
  overflow-x: scroll;
}
@media screen and (max-width: 520px) {
  .sp_schedule .sp_schedule_waku{
    /*width: 472px;*/
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .sp_schedule .sp_schedule_waku{
    /*width: 327px;*/
    width: 100%;
  }
}





/*スケジュールテーブル*/
.sp_schedule .sp_schedule_waku table{
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  background: url("../img/enter/dotline_s.gif") center bottom repeat-x;
}


/*線ありtr*/
.sp_line{
  background: url("../img/enter/dotline_s.gif") center top repeat-x;
}
.sp_line td{
  padding: 14px 0;
  table-layout: auto;
}
.sp_line .month{
  text-align: left;
  color: #ea6d8d;
  font-weight: bold;
  font-size: 14px;
  padding-right: 1em;
}
.sp_line .fix{
  text-align: left;
  width: auto;
}

/*小さい図書室用*/
p.library{
  text-align: left;
  margin: 0 0 5px;
}
.sp_line .day{
  text-align: left;
  font-size: 14px;
  padding-right: 1em;
}
.sp_line .time{
  text-align: left;
  width: auto;
  vertical-align: middle;
}


/*線*/
hr.sp_line_under{
  width: auto;
  height: 8px;
  background: url("../img/enter/dotline_long.png") left top no-repeat;
  margin: 60px auto;
}


/*要予約の枠*/
.reserve{
  text-align: left;
  padding: 19px 0 0 0;
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .reserve{
    /*width: 472px;*/
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .reserve{
   /* width: 327px;*/
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .midashi{
    margin-top: 26px;
  }
}



