@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  font-size: 1.8rem;
  color: #4a391f;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP";
}

/* 16px */
p {
  font-size: 1.8rem;
}

/* 16px */
img {
  width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.col_brown {
  color: #4a391f;
}

.fwb {
  font-weight: bold;
}

/*---------------------------------------------
 **  フォント
---------------------------------------------*/
.mincho {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


/*---------------------------------------------
 **  フッターナビ
---------------------------------------------*/
#footer #nav ul li ul {
  display: none;
}

/*------F---------------------------------------
 **  メイン画像
---------------------------------------------*/
/* 中ページメインイメージ */
.inner_main_img {
  height: 172px;
  text-align: center;
  padding: 55px 0;
  position: relative;
}

.inner_main_img h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.inner_main_img h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/* 園内施設のご紹介 */
#about .inner_main_img,
#safety .inner_main_img,
#cultureclass .inner_main_img,
#history .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #e7bee6, #d896d6);
}

#education .inner_main_img,
#flow .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #ffcfbf, #ff9673);
}

#schedule .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #bfefff, #99b3ff);
}

#support .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #e7efcf, #91e487);
}

#accsess .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #ece37b, #d9d900);
}

#release .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #ece37b, #d9d900);
}

#guide .inner_main_img,
#preclass .inner_main_img,
#parentchild .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #FFD5BB, #FFB591);
}

#recruit .inner_main_img {
  background: url(../img/main_img/inner_main_bg.png) no-repeat top center, linear-gradient(-135deg, #E7E78C, #D9D900);
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #dd0b59;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #dd0b59;
}

a:hover {
  color: color-mod(#dd0b59 shade(50%));
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #dd0b59;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

p+a {
  margin-top: 1em !important;
}

p+div {
  margin-top: 1.5em !important;
}

p:last-of-type {
  margin-bottom: 0 !important;
}

#wp_container p {
  margin-bottom: 3em;
}

/*---------------------------------------------
 ** padding
---------------------------------------------*/
.pLR_1em {
  padding-left: 1em;
  padding-right: 1em;
}

/*---------------------------------------------
 ** margin
---------------------------------------------*/
.m0a {
  margin: 0 auto;
}

/*---------------------------------------------
 ** font
---------------------------------------------*/
.fwb {
  font-weight: bold;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 ** ボタン
---------------------------------------------*/
.bt_01 {
  border: 3px solid #d42650;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #d42650 !important;
  display: inline-block;
  padding: 15px 16px 13px;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none !important;
  box-shadow: 2px 2px #d9d9d9;
  background: #fff;
  position: relative;
}

.bt_01:hover {
  background: #d42650;
  color: #fff !important;
}

.bt_02 {
  border: 3px solid #0085B2;
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #0085B2 !important;
  display: inline-block;
  padding: 15px 16px 13px;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none !important;
  box-shadow: 2px 2px #0085B2;
  background: #fff;
  position: relative;
}

.bt_02:hover {
  background: #0085B2;
  color: #fff !important;
}

.bt_google_map {
  display: inline-block;
  width: 200px;
  height: 50px;
  padding: 5px 0 0 0;
  margin: 0 15px;
  background: #d42650;
  color: #fff !important;
  font-size: 18px;
}

.bt_01.bt_google_map.icon_tri:after {
  bottom: 6px;
  right: 7px;
  width: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.bt_02.bt_google_map.icon_tri:after {
  bottom: 6px;
  right: 7px;
  width: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}


/*---------------------------------------------
 **
---------------------------------------------*/
/* img{-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;} */

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  padding: 5px 3px 0px 3px;
  border-radius: 30px;
  background-color: #02529c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../img/common/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 **   text-align
---------------------------------------------*/
.tac {
  text-align: center;
}

/*---------------------------------------------
 **  position
---------------------------------------------*/
.por {
  position: relative;
}

/*---------------------------------------------
 ** display
---------------------------------------------*/

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 80%;
}

nav#breadcrumbs ol li:before {
  content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
  content: "";
}


/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  color: #dd0b59;
  margin-bottom: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

h2.icon:before {
  width: 59px;
  height: 57.5px;
  display: block;
  background: url(../img/titile/h2_before.png) no-repeat;
  background-size: 100%;
  content: "";
  margin: 0 auto 4px;
}

.h2_bg {
  background: url(../img/titile/h2_bg.png) no-repeat;
  background-position: 50% 30%;
}

.h2_bg.white {
  background: url(../img/titile/h2_bg_white.png) no-repeat;
}

.icon.h2_bg,
.h2_bg.white {
  background-position: 50% 70%;
}

h2 div {
  display: block;
  width: 50%;
  margin: -20px auto 0;
}

h2 span {
  text-align: center;
  padding-bottom: 8px;
  font-size: 1.2rem;
  letter-spacing: 10px;
  color: #735f4c;
  font-weight: normal;
  border-bottom: 1px dotted #c70951;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1.5;
  color: #dd0b59;
  margin-bottom: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
}

/* h3 */
.h3_ribbon {
  height: 50px;
  color: #4a391f;
  font-size: 2.3rem;
  text-align: left;
  background: #ffe8f3;
  padding: 10px 45px 45px 25px;
  display: inline-block;
}

.h3_ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.h3_ribbon:after {
  top: 0;
  right: 0;
  border-width: 28px 15px 26px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*---------------------------------------------
 ** h4
---------------------------------------------*/
h4 {
  color: #dd0b59;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}

#index #content {
  padding: 30px 0 0;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: inherit;
}

/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 70px;
}

.section_block_bg_pink {
  margin-bottom: 70px;
  padding: 70px 0 60px;
  background: #ffe8f3;
}

.section_block_bg_pink .h2_bg {
  background: url(../img/titile/h2_bg_white.png) no-repeat;
}

.section_block_bg_pink .h2_bg {
  background-position: 50% 50%;
}


/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header {
  width: 100%;
  background: #ffe8f3;
}

/* ヘッダー */

#logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/logo.png) no-repeat;
  background-size: 100%;
  z-index: 9;
  position: relative;
}

.main_img {
  width: 100%;
  position: relative;
}

/*---------------------------------------------
 ** フッター
---------------------------------------------*/
#footer {
  clear: both;
  position: relative;
  background: #ffe8f3;
  padding: 70px 0 0 0;
}

/* footer　ロゴ */
#footer #logo {
  margin: 0 auto 25px;
  position: relative;
  top: 0;
}

.footer_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 0;
}

/* コピーライト */
#copyright {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  padding: 15px 0 18px;
}

/*=================================================================================================================================*/
/**  TOPニュース	*/
/*=================================================================================================================================*/
.news {
  background: #ffffff;
  padding: 40px 5% 35px;
}

/* 服部幼稚園ってどんなところ？ */
.pink_slash_bg {
  background: url(../img/top/link_bg.jpg);
  width: 100%;
  padding: 5px 5px 8px;
  position: relative;
}

.pink_slash_bg h3 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  box-sizing: border-box;
}

.icon_tri:after {
  position: absolute;
  bottom: 12px;
  right: 13px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 8px;
  border-color: transparent transparent #ffffff transparent;
}

.bt_01.icon_tri:after {
  border-color: transparent transparent #d42650 transparent;
  bottom: 6px;
  right: 7px;
}

.bt_02.icon_tri:after {
  border-color: transparent transparent #0085B2 transparent;
  bottom: 6px;
  right: 7px;
}

/* ニュース */
.news_bt_box {
  text-align: center;
  padding: 20px 0 0 0;
}

.news dl {
  border-bottom: 1px dashed #a3a3a3;
}

.news dl {
  color: #7ab6c1;
  padding: 1.1em 1.7em 0.8em;
}

.category_base {
  position: relative;
}

.category_base:before {
  width: 70px;
  height: 24px;
  text-align: center;
  background: #7bb6c2;
  content: "";
  color: #fff;
  font-weight: bold;
  padding: 0px 11px;
  margin: 0 1em 0 0;
}

.category_01:before {
  content: "重要";
}

.category_02:before {
  content: "報告";
}

.imp>.category_base:before {
  background: #d42650;
}

.imp>.category_base a {
  color: #d42650;
}

/* レイアウト */
.layout_img_h img {
  margin-bottom: 5%;
}

.layout_img_h h3 {
  margin-bottom: 2%;
}

/* レポート */
.report_wrapper {
  position: relative;
  font-weight: bold;
}

.report_wrapper dt {
  margin-bottom: 10px;
}

.report_wrapper dd {
  text-align: center;
}

.report_wrapper dd a {
  color: #c60851;
}

.report_wrapper dd span {
  font-size: 12px;
  display: block;
}

.report_wrapper dt {
  height: 197px;
  overflow: hidden;
  text-align: center;
  background: #FFF7F8;
}

.report_wrapper dt img {
  height: 197px;
  width: auto;
  margin: 0 auto;
}


/* NEWレポート */
.new_report:after {
  width: 64px;
  height: 63px;
  position: absolute;
  top: -20px;
  right: -10px;
  background: url(../img/top/icon_new.png) no-repeat;
  background-size: contain;
  content: "";
}

/*=================================================================================================================================*/
/**  当園について	*/
/*==================================================================================================================================*/
#about .sp-arrow {
  background: #de105c;
  display: block;
  padding: 20px;
}

#about .sp-previous-arrow {}

#about .sp-previous-arrow:before,
#about .sp-previous-arrow:after,
#about .sp-next-arrow:before,
#about .sp-next-arrow:after {
  width: 30% !important;
}

#about .sp-horizontal .sp-previous-arrow {
  left: -20px !important;
}

#about .sp-horizontal .sp-next-arrow {
  right: -20px !important;
}

.box_img {
  margin-bottom: 15px;
}

/* 沿革 */
.his_tbl {
  width: 100%;
  margin: 0 auto 40px;
  border-top: 1px solid #DD0B59;
}

.his_tbl tr {
  border-bottom: 1px solid #DD0B59;
}

.his_tbl th {
  width: 20%;
  color: #DD0B59;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  background: #FFE8F3;
}

.his_tbl td {
  text-align: left;
  vertical-align: middle;
  padding: 30px;
}

.his_tbl div {}

.his_tbl img {
  width: 100%;
  max-width: 250px;
  margin: 0 20px 0 0;
  display: block;
  float: left;
}

.his_tbl img:nth-child(2) {
  float: none;
}

.his_tbl div p {
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}

.his_tbl .p_br {
  margin-top: 10px;
}

.his_tbl td::after {
  content: " ";
  display: block;
  clear: both;
}





/* 服部幼稚園の教育方針 */
.h_bg_sakura {
  height: 300px;
  background: url(../img/about/bg_educatiom.png) top center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.h_bg_sakura h3 {
  color: #4a391f;
}

.h_bg_sakura h3 span {
  color: #de105c;
}

.icon_number:after {
  width: 67px;
  height: 65px;
  display: block;
  position: absolute;
  top: 0px;
  right: 30px;
  background: url(../img/about/icon_number_bg.png) no-repeat;
  content: "";
  background-size: contain;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.number_1:after {
  content: "1";
}

.number_2:after {
  content: "2";
}

.number_3:after {
  content: "3";
}

.number_4:after {
  content: "4";
}

.number_5:after {
  content: "5";
}

.number_6:after {
  content: "6";
}


.icon_center_s:after {
  width: 40px;
  height: 40px;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../img/about/icon_number_bg.png) no-repeat;
  background-size: contain;
  font-size: 18px;
  line-height: 2.2;
}

.over .flex_item_clounm_2 {
  margin-bottom: 35px;
}

.over .flex_item_clounm_3 {
  margin-bottom: 35px;
}

.bd_pink {
  border: 2px solid #dd0b59;
  padding: 27px 32px 22px;
  background: #fff;
}

.description {
  padding: 20px 0;
}

.mb0 {
  margin-bottom: 0;
}

/* アレルギーへの対策 */
.pink_dl {
  border: 2px solid #dd0b59;
  background: #fff;
}

.pink_dl dt h4 {
  font-weight: bold;
}

.pink_dl_mb_40 {
  margin-bottom: 40px;
}

.pink_dl_mb_11 {
  margin-bottom: 11px;
}

/* 文化教室 */
#cultureclass .tac {
  margin-bottom: 10px;
}

#cultureclass .m_pattern_b {
  margin-bottom: 0;
  padding-bottom: 0;
}

#cultureclass .flex_item_clounm_2 {
  margin-bottom: 50px;
}

#cultureclass .no_img {
  margin-top: 40px;
}


.icon_pdf:before {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  display: inline-block;
  background: #dd0b59;
  content: "PDF";
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
  padding: 5px 0 0 0;
}

a:hover .icon_pdf:before {
  background: #fff;
  color: #dd0b59;
}

.dl_dt_pink {}

.dl_dt_pink dt {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #dd0b59;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.safe_img::after {
  content: '';
  display: block;
  clear: both;
}

.safe_img .safe_box {
  max-width: 580px;
  float: right;
  margin: 0 0 20px 20px;
}

.safe_img .safe_box img {
  margin-bottom: 5px;
}

/* 独自の保育内容 */
.icon_bg_light_pink:after {
  top: -31px;
  right: 210px;
  background: url(../img/childcare/icon_bg_light_pink.png) no-repeat;
}

.icon_bg_light_pink_under:after {
  top: -26px;
  right: 2px;
  background: url(../img/childcare/icon_bg_light_pink.png) no-repeat;
}

.icon_bg_white_clounm_2_L:after {
  top: 45px;
  right: 40px;
  background: url(../img/childcare/icon_bg_white.png) no-repeat;
}

.icon_bg_white_clounm_2_R:after {
  top: 310px;
  left: 20px;
  background: url(../img/childcare/icon_bg_white.png) no-repeat;
}


.class_name {
  justify-content: center !important;
}

.class_name li {
  width: 66px;
  margin: -48px 1.3% 12px;
}

.class_name li img {
  width: 100%;
}

#education .icon_bg_white_clounm_2_R:after {
  top: 310px;
  left: 20px;
  background: url(../img/childcare/icon_bg_light_pink.png) no-repeat;
}

/* タイマー */
.time_start,
.time_end {
  font-size: 22px;
}

.time_start {
  color: #d32650;
}

.time_end {
  color: #00668c;
}


.bdt_pink_1px {
  border-top: 1px solid #ffe8f3;
  padding-top: 55px;
}

.icon_access_train,
.icon_access_bus {
  padding: 15px 0 0 120px;
  position: relative;
  font-size: 24px;
}

.icon_access_train span,
.icon_access_bus span {
  font-size: 16px;
}

.icon_access_train:before {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/access/img_01.jpg) no-repeat;
  background-size: contain;
  content: "";
}

.icon_access_bus:before {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/access/img_02.jpg) no-repeat;
  background-size: contain;
  content: "";
}

/* 1日の流れ */

.oneday01 {
  background: url(../img/childcare/flow/line_b.png) center repeat-y;
  position: relative;
  height: 2040px;
}

.oneday01 img.illust01 {
  width: 201px;
  height: 206px;
  position: absolute;
  top: -100px;
  left: 100px;
  z-index: 9999;
}

.oneday01 img.illust02 {
  width: 168px;
  height: 78px;
  position: absolute;
  top: 650px;
  right: 100px;
  z-index: 9999;
}

.oneday01 img.illust03 {
  width: 237px;
  height: 153px;
  position: absolute;
  top: 1420px;
  left: 80px;
  z-index: 9999;
}

.oneday01 .box01,
.oneday01 .box03,
.oneday01 .box05,
.oneday01 .box07 {
  width: 24%;
  position: absolute;
  right: 50%;
  margin-right: 50px;
}

.oneday01 .box01 {
  top: 50px;
}

.oneday01 .box03 {
  top: 500px;
}

.oneday01 .box05 {
  top: 1000px;
}

.oneday01 .box07 {
  top: 1500px;
}


.oneday01 .box02,
.oneday01 .box04,
.oneday01 .box06,
.oneday01 .box08 {
  width: 24%;
  position: absolute;
  left: 50%;
  margin-left: 50px;
}

.oneday01 .box02 {
  top: 250px;
}

.oneday01 .box04 {
  top: 650px;
}

.oneday01 .box06 {
  top: 1250px;
}

.oneday01 .box08 {
  top: 1700px;
}


.oneday01 h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px #000 dotted;
  padding: 10px;
  position: relative;
  color: #4a391f;
  line-height: 1.4;
}

.oneday01 h3 span {
  font-size: 80%;
  font-weight: bold;
  padding: 10px;
  display: block;
  position: relative;
  padding: 3px 0 3px 30px;
  color: #00688C;
}

.oneday01 h3 span {
  background: url(../img/childcare/flow/clock_b.png) no-repeat left 20px top 0;
}

.oneday01 h3::before {
  content: '';
  width: 309px;
  height: 319px;
}

.oneday01 .box01 h3::before {
  background: url(../img/childcare/flow/blue01.png) no-repeat;
  position: absolute;
  top: -30px;
  left: -324px;
}

.oneday01 .box02 h3::before {
  background: url(../img/childcare/flow/blue02.png) no-repeat;
  position: absolute;
  top: -50px;
  right: -324px;
}

.oneday01 .box03 h3::before {
  background: url(../img/childcare/flow/blue03.png) no-repeat;
  position: absolute;
  top: -50px;
  left: -324px;
}

.oneday01 .box04 h3::before {
  background: url(../img/childcare/flow/blue04.png) no-repeat;
  position: absolute;
  top: 30px;
  right: -324px;
}

.oneday01 .box05 h3::before {
  background: url(../img/childcare/flow/blue05.png) no-repeat;
  position: absolute;
  top: -50px;
  left: -324px;
}

.oneday01 .box06 h3::before {
  background: url(../img/childcare/flow/blue06.png) no-repeat;
  position: absolute;
  top: -30px;
  right: -324px;
}

.oneday01 .box07 h3::before {
  background: url(../img/childcare/flow/blue07.png) no-repeat;
  position: absolute;
  top: -50px;
  left: -324px;
}

.oneday01 .box08 h3::before {
  background: url(../img/childcare/flow/blue08.png) no-repeat;
  position: absolute;
  top: -30px;
  right: -324px;
}

.oneday01 .box01 h3::after,
.oneday01 .box03 h3::after {
  content: url(../img/childcare/flow/line02_b.png);
  position: absolute;
  top: 8px;
  right: -50px;
}

.oneday01 .box02 h3::after,
.oneday01 .box04 h3::after {
  content: url(../img/childcare/flow/line02_b.png);
  position: absolute;
  top: 10px;
  left: -50px;
}

.oneday01 .box05 h3::after,
.oneday01 .box07 h3::after {
  content: url(../img/childcare/flow/line02_b.png);
  position: absolute;
  top: 8px;
  right: -50px;
}

.oneday01 .box06 h3::after,
.oneday01 .box08 h3::after {
  content: url(../img/childcare/flow/line02_b.png);
  position: absolute;
  top: 10px;
  left: -50px;
}


/*
.flow_block:nth-child(2n){
  width:100%;
}
.flow_block:nth-child(2n+1){
  width:100%;
}
.flow_block:nth-child(2n) .flow_box{
  width:90%;
  margin:0 auto 30px 0;
  padding:3%;
}
.flow_block:nth-child(2n+1) .flow_box{
  width:90%;
  margin:0 0 30px auto;
  padding:3%;
}
.flow_block .flow_box::after{
  content:'';
  clear:both;
  display: block;
}

.flow_block .orange{
  background:#FFF0E8;
}
.flow_block .pink{
  background:#FFE8F3;
}
.flow_block:nth-child(2n) .flow_box .flow_img{
  float:left;
  margin:0 35px 0 0;
}

.flow_block:nth-child(2n+1) .flow_box .flow_img{
  float:right;
  margin:0 0 0 35px;
}


.flow_block .flow_img{
  width:35%;
  max-width: 365px;
}
.flow_block:nth-child(2n) .flow_text{
  width:61%;
  margin:2% 0 0 0;
  float:left;
  text-align: left;
}
.flow_block:nth-child(2n+1) .flow_text{
  width:60%;
  margin:2% 0 0 0;
  float:right;
  text-align: left;
}

.flow_block .no_img .flow_text{
  width:100%;
  margin:2% 0 3% 0;
  float:none;
  text-align: left;
}

.flow_block .flow_text h3{
  color:#4a391f;
  text-align: left;
  border-bottom:2px dotted #4A391F;
  padding-bottom:10px;
}
.flow_block .flow_text h3 span{
  color:#dd0b59;
  font-size:80%;
  background:url(../img/childcare/flow/clock.png)no-repeat top 1px left;
  display:inline-block;
  padding-left:40px;
  margin-bottom:3px;
}
.flow_block .flow_text p{
  line-height: 1.8;
}

.flow_block .flow_text .btn{
  width:100%;
}
.flow_block .flow_text .btn::after{
  content:'';
  clear:both;
  display: block;
}
.flow_block .flow_text .btn p{
  width:55%;
  float:left;
}

.flow_block .flow_text .tac{
  width:45%;
  float:right;
  text-align: right!important;
  margin-top:5px!important;
}
.flow_block .flow_text .tac .bt_01{
  width:90%!important;;
}
.flow_block .flow_text::after{
  content:'';
  clear:both;
  display: block;
}
*/


/*=================================================================================================================================*/
/**  年間行事	*/
/*=================================================================================================================================*/
.schedule_block {
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
}

.schedule {
  max-width: 1100px;
  margin: 0 0 0 auto;
  border-radius: 10px;
  padding: 20px 40px !important;
  position: relative;
  display: flex;
}

.lsize {
  margin-top: 180px !important;
}

.lsize2 {
  margin-top: 120px !important;
}

.msize {
  width: 79%;
  margin-top: 40px !important;
}

.mon04,
.mon05 {
  background: #FADCE9;
}

.mon06,
.mon07,
.mon08 {
  background: #D0F9F5;
}

.mon09,
.mon10,
.mon11 {
  background: #FFFAE8;
}

.mon12,
.mon01,
.mon02 {
  background: #EEEEEE;
}

.mon03 {
  background: #FADCE9;
}

.mon04::before {
  content: url(../img/schedule/m04.png);
}

.mon05::before {
  content: url(../img/schedule/m05.png);
}

.mon06::before {
  content: url(../img/schedule/m06.png);
}

.mon07::before {
  content: url(../img/schedule/m07.png);
}

.mon08::before {
  content: url(../img/schedule/m08.png);
}

.mon09::before {
  content: url(../img/schedule/m09.png);
}

.mon10::before {
  content: url(../img/schedule/m10.png);
}

.mon11::before {
  content: url(../img/schedule/m11.png);
}

.mon12::before {
  content: url(../img/schedule/m12.png);
}

.mon01::before {
  content: url(../img/schedule/m01.png);
}

.mon02::before {
  content: url(../img/schedule/m02.png);
}

.mon03::before {
  content: url(../img/schedule/m03.png);
}



.mon04::before,
.mon06::before,
.mon08::before,
.mon10::before,
.mon12::before,
.mon02::before {
  position: absolute;
  top: 25%;
  right: -85px;
  z-index: 9999;
}

.mon05::before,
.mon07::before,
.mon09::before,
.mon11::before,
.mon01::before,
.mon03::before {
  position: absolute;
  top: 25%;
  left: -85px;
  z-index: 9999;
}


.wide .small {
  width: 25%;
  max-width: 250px;
  margin-right: 30px;
}

.mon04 .small,
.mon12 .small {
  width: 25%;
  max-width: 250px;
  margin-left: 30px;
  margin-right: 0px;
}

.nyuen {
  margin-left: 0 !important;
  margin-right: 30px !important;

}


.narrow .small {
  width: 32%;
  max-width: 250px;
  margin-right: 30px;
}

.schedule .small img {
  max-width: 250px;
  margin-bottom: 5px;
}

.schedule p {
  text-align: center;
  line-height: 1.4;
  margin: 5px 0 0;
}

.schedule p span {
  font-size: 70%;
}

.small:nth-child(3) {
  margin-right: 0px;
}

.schedule .large {
  width: 50%;
  position: relative;
}

.schedule .large img {
  max-width: 497px;
  position: absolute;
  bottom: 20%;
  left: 0;
}

.schedule .large p {
  margin-top: 167px;
}




/*=================================================================================================================================*/
/**  入園案内	*/
/*=================================================================================================================================*/


#guide .g_main {
  border-bottom: 5px solid #DD0B59;
  background: url(../img/guide/guide_img01.jpg) no-repeat;
  background-size: contain;
}

#preclass .g_main {
  border-bottom: 5px solid #F34E52;
  background: url(../img/guide/preclass_img01.jpg) no-repeat;
  background-size: contain;
}

#parentchild .g_main {
  border-bottom: 5px solid #698C00;
  background: url(../img/guide/parentchild_img01.jpg) no-repeat;
  background-size: contain;
}

.g_main {
  max-width: 1100px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding-top: 36%;
}


#guide .g_main p {
  background-color: #DD0B59;
}

#preclass .g_main p {
  background-color: #F34E52;
}

#parentchild .g_main p {
  background-color: #698C00;
}

.g_main p {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
}

.g_message {
  max-width: 1100px;
  border: 2px solid #FF0000;
  margin: 3% auto;
}

.g_message p {
  text-align: center;
  padding: 2%;
  color: #FF0000;
}

.smile p:nth-child(3),
.genki p:nth-child(3) {
  /* height: 200px; */
}

/* 親子体験教室の募集要項 */
.guide_tbl.--parentchild {
  margin-bottom: 6rem;
}

.guide_tbl.--parentchild td {
  padding: 1em;
}

.guide_tbl {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.guide_tbl tr {
  border-bottom: 1px dotted #ccc;
}

#guide .guide_tbl th {
  background-color: #FFE8F3;
}

#preclass .guide_tbl th {
  background-color: #FEF1F1;
}

#parentchild .guide_tbl th {
  background-color: #F9FFE6;
}

.guide_tbl th {
  width: 23%;
  font-size: 2.0rem;
  text-align: center;
  vertical-align: middle;
  padding: 2% 0;
  box-shadow: 0 0 0 10px #fff inset;
}

#parentchild .guide_tbl th {
  width: 35%;
}

.guide_tbl td {
  padding: 1% 5%;
  vertical-align: middle;
}

#parentchild .guide_tbl td {
  padding: 5%;
}

#guide .guide_tbl td .b30,
#guide .guide_tbl td .b18,
#guide .guide_tbl td .b24 {
  color: #DD0B59;
}

#preclass .guide_tbl td .b30,
#preclass .guide_tbl td .b18,
#preclass .guide_tbl td .b24 {
  color: #F34E52;
}

#parentchild .guide_tbl td .b30,
#parentchild .guide_tbl td .b20 {
  color: #698C00;
}

.guide_tbl td .b30 {
  font-size: 3.0rem;
  font-weight: bold;
}

.guide_tbl td .b18 {
  font-size: 1.8rem;
  font-weight: bold;
}

.guide_tbl td .b24 {
  font-size: 2.4rem;
  font-weight: bold;
}

.guide_tbl td .b20 {
  font-size: 2.0rem;
  font-weight: bold;
}

.guide_tbl td .m_left {
  margin-left: 3%;
  display: inline-block;
}

.guide_tbl td .r_waku {
  width: 230px;
  border: 3px solid #DD0B59;
  color: #DD0B59;
  display: inline-block;
  padding: 1% 3%;
  font-weight: bold;
  margin-right: 5%;
  margin-bottom: 3%;
  text-align: center;
}

.guide_tbl td p {
  margin: 2% 0 0;
}

.guide_tbl .ac_btn {
  position: relative;
}

.guide_tbl .ac_btn .bt_01 {
  max-width: 250px;
  position: absolute;
  bottom: 11%;
  right: 2%;
  padding: 10px 16px 8px;
}

.guide_tbl td .b18 p {
  font-size: 1.8rem;
  font-weight: normal;
  color: #4a391f;
}

.guide_tbl td .b18 p strong {
  font-size: 1.8rem;
  font-weight: bold;
  color: #F34E52;
}

.smile_genki {
  width: 93%;
  display: flex;
  flex-wrap: wrap;
  margin: 5% auto;

}

.smile_genki h3 {
  color: #698C00;
  font-size: 3.0rem;
}

.smile_genki .smile,
.smile_genki .genki {
  width: 50%;
}

.smile_genki p {
  margin: 0 5% 0;
}


.smile_genki .h140 {
  height: 140px;
}

.smile_genki .h120 {
  height: 120px;
}

.smile_genki .genki .h120 {
  background-color: #fff !important;
}


/*=================================================================================================================================*/
/**  採用情報	*/
/*=================================================================================================================================*/

.r_main,
.r_main2 {
  max-width: 1100px;
  height: auto;
  position: relative;
  margin: 0 auto;
  border-bottom: 5px solid #0085B2;
}

.r_main {
  padding-top: 36%;
  background: url(../img/recruit/recruit_img01.jpg) no-repeat;
  background-size: contain;
}

.r_main2 {
  margin: 13% 0 2%;
  clear: both;
}

.r_main p,
.r_main2 p {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  background-color: #0085B2;
}


.r_main p {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  background-color: #0085B2;
}

.r_message {
  width: 90%;
  margin: 5% auto;
}

.youkou {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.6rem;
  border-top: 1px dotted #ccc;
}

.youkou:nth-child(2) {
  border-top: none;
}

.youkou::after {
  content: "";
  display: block;
  clear: both;
}

.youkou dl {
  width: 100%;
  display: flex;
  border-bottom: 1px dotted #ccc;
  float: left;
}

.youkou dl.dl_h {
  width: 50%;
}

.youkou dt {
  width: 180px;
  height: 116px;
  padding: 0;
  background-color: #E6F1FF;
  box-shadow: 0 0 0 10px #fff inset;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
}

.youkou dt.h_auto {
  height: auto;
}

.youkou dd {
  width: 70%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.saiyou dd {
  width: 83%;
}

.youkou dd table {
  width: 100%;
  margin: 20px;
}

.youkou dd table th {
  font-size: 2.0rem;
  text-align: center;
  padding-bottom: 10px;
}

.youkou dd table td {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
}

.youkou dd table td.divide {
  font-size: 2.0rem;
  -ms-text-align-last: auto;
  text-align: left;
  width: 20%;
}

.youkou .b20,
.youkou .b24,
.youkou .b30 {
  color: #0085B2;
}

.youkou .b20 {
  font-size: 2.0rem;
  font-weight: bold;
}

.youkou .b30 {
  font-size: 3.0rem;
  font-weight: bold;
}

.youkou .mix {
  height: 0.2rem;
}

.youkou .bold18 {
  font-size: 1.8rem;
  font-weight: bold;
}

.youkou .ac_btn {
  position: relative;
}

.youkou .ac_btn .bt_02 {
  max-width: 250px;
  position: absolute;
  bottom: 11%;
  right: 2%;
  padding: 10px 16px 8px;
}

.youkou .b20 p {
  color: #4a391f;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}

.youkou .b20 p strong {
  font-size: 2.4rem;
  color: #0085B2;
  font-weight: bold;
}

/*=================================================================================================================================*/
/**  情報公開	*/
/*=================================================================================================================================*/
.release_box {
  margin-bottom: 100px;
}

.release_box .box_half:nth-of-type(odd) {
  float: left;
  position: relative;
  width: calc((50% - 20px));
  margin-right: 20px;
}

.release_box .box_half:nth-of-type(even) {
  float: right;
  position: relative;
  width: calc((50% - 20px));
  margin-right: 0;
}

.release_box h3 {
  margin-bottom: 1.5rem;
  background: #dd0b59;
  color: #fff;
  display: inline-block;
  padding: 12px 36px 10px;
  margin: 0;
}

.release_box ul {
  width: 100%;
  margin: 0 auto;
  border-top: 5px solid #dd0b59;
}

.release_box ul li {
  padding: 10px 0 15px;
  text-align: left;
  display: block;
  border-bottom: 1px dashed #aaa;
  margin: 15px 0;
  font-size: 120%;
  display: flex;
}

.release_box ul li span {
  width: 70%;
  display: inline-block;
  background: url(../img/release/pdf_icon.png)no-repeat left 20px top 5px;
  padding: 7px 0 10px 75px;
  font-weight: bold;
  background-size: 10%;
}

.release_box ul li .tac {
  width: 220px;
}

.release_box ul li .tac .bt_01 {
  padding: 7px 16px 5px;
}

/*=================================================================================================================================*/
/**  お知らせ（WP）	*/
/*=================================================================================================================================*/

#main_contents .kiji {
  background: url(../img/info/blog_bg01.png) no-repeat right top;
}

.kiji-list .text {
  padding-bottom: 60px;
  background: url(../img/info/blog_bg02.png) no-repeat right top;
}

.kiji-list .text:nth-child(2n) {
  background: url(../img/info/blog_bg03.png) no-repeat right top;
}

.kiji-info h2 {
  margin-bottom: 50px;
}


/* 404 */
.mes_404 {
  padding-bottom: 40px !important;
  text-align: center;
  margin: 0 auto;
}

.new_report_none.new_report:after {
  display: none;
}

.enrollment {
  text-align: center;
  background: #fddfea;
  font-size: 2.3rem;
  color: #4a391f;
  font-weight: bold;
  max-width: 120rem;
  margin: 1em auto 2.5em;
  padding: 1.5em;
  box-sizing: border-box;
}

.enrollment i {
  color: #dd0b59;
}

.enrollment__link {
  text-decoration: none !important;
}