@charset "UTF-8";

/* TOP
-------------------------------------------------------------*/

/* TOP メインビジュアル */
.slider_wrap {
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	background: url(../../img/main_visual_bg_sp.png) repeat-x center top rgba(251,251,240,0.9);
	background-size: 355px 35px;

}
.img-slider {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.slider_fix_free {
	position: absolute;
	right: 10px;
	bottom: -10px;
	width: 28%;
}


/***** TOP ふたば保育園とは？ *****/
.top_about {
	padding-top: 35px;
	padding-bottom: 35px;
	background: url(../../img/top_about_bg.png) no-repeat center top 120px;
}
.top_about .container {
	position: relative;
}
.top_about_list_item {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.top_about_list_item a:hover {
	color: #333333;
	text-decoration: none;
}

.top_about_list_img {
	margin-bottom: 15px;
	text-align: center;
}
.top_about_list_ttl {
	font-size: 16px;
	font-weight: bold;
	background: url(../../img/line_yellow.png) no-repeat center center;
	text-align: center;
}
.top_about_list_ttl.is_about {background-size: 205px 30px;}
.top_about_list_ttl.is_admission {background-size: 135px 30px;}
.top_about_list_ttl.is_life {background-size: 205px 30px;}

.top_about_list_ttl i {
	font-size: 16px;
	color: #23ac38;
}
.top_about_list_comment {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
}



/***** TOP ニュース＆トピックス *****/
.top_news {
	padding-top: 30px;
	padding-bottom: 45px;
	background: url(../../img/top_news_bg.png) repeat center top #e8f8d8;
}
.top_news .ttl_main {
	margin-bottom: 15px;
}
.top_news_list {
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 10px 10px 20px 10px;
	background: #ffffff;
}
.top_news_list_item {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 10px;
	border-bottom: 1px dashed #cbc7c5;
}
.news_date {
	width: 85px;
	font-weight: bold;
}
.news_category {
	margin-right: 10px;
	width: 75px;
	font-size: 10px;
}
.news_icon {
	padding: 1px 5px;
	border-radius: 3px;
	background: #90c31f;
	color: #ffffff;
	text-align: center;
}
.news_icon.is_news {background: #90c31f;}
.news_icon.is_recruit {background: #1b8dc8;}
.news_icon.is_kindergarten {background: #ed6d00;}
.news_icon.is_event {background: #e45f9a;}
.news_icon.is_other {background: #8a54af;}

.top_news_list_ttl {
	margin-top: 5px;
	width: 100%;
	font-weight: normal;
}

.top_news_illust {
	position: absolute;
}
.top_news_illust.is_01 {top: -55px;left: 30px;width: 43px;}
.top_news_illust.is_02 {top: -50px;right: 20px;width: 72px;}
.top_news_illust.is_03 {top: 5px;left: 10px;width: 114px;}
.top_news_illust.is_04 {top: 40px;right: 10px;width: 91px;}



/***** TOP リンク集 *****/
.top_link {
	padding-top: 35px;
	padding-bottom: 15px;
	background: url(../../img/top_link_bg_sp.png) no-repeat center top;
	background-size: 375px 567px;
}
.top_link_list_item {
	margin-bottom: 35px;
	text-align: center;
}
.top_link_list_item a:hover {
	text-decoration: none;
}
.top_link_list_item img {
	width: 225px;
}

.top_link_list_ttl {
	margin-top: 13px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.top_link_list_ttl.is_01 {background: url(../../img/top_link_ttl_01_sp.png) no-repeat center top;background-size: 177px 28px;}
.top_link_list_ttl.is_02 {background: url(../../img/top_link_ttl_02_sp.png) no-repeat center top;background-size: 268px 28px;}
.top_link_list_ttl.is_03 {background: url(../../img/top_link_ttl_03_sp.png) no-repeat center top;background-size: 295px 28px;}

.top_link_list_ttl i {
	font-size: 16px;
	color: #23ac38;
}


#map_canvas {
	margin-bottom: 40px;
	width: 100%;
	height: 220px;
}





/* お知らせ
-------------------------------------------------------------*/
.news_detail {
	margin-bottom: 25px;
	border-radius: 5px;
	padding: 20px;
	background: #ffffff;
}
.news_head {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.news_detail .ttl_sub {
	margin-bottom: 15px;
	text-align: left;
}

.news_box_txt {
	margin-bottom: 45px;
}
.news_box_img {
	text-align: center;
}
.news_box_img_item {
	margin-bottom: 10px;
}
.news_box_file {
	margin-top: 30px;
}
.news_box_file i {
	margin-right: 5px;
	color: #23ac38;
}





/* ふたば保育園について
-------------------------------------------------------------*/
/***** ふたば保育園について 保育理念 *****/
.about_idea {
	background: url(../../img/about/about_idea_bg_sp.png) no-repeat center top 40px;
	background-size: 355px 173px;
}
.about_idea .ttl_sub {
	line-height: 2;
	font-size: 11px;
}
.about_idea .ttl_sub span {
	font-size: 16px;
}


/***** ふたば保育園について 保育方針 *****/
.about_policy_box {
	padding: 10px 10px;
	border-radius: 5px;
	background: #ffffff;
}
.about_policy_list_item {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px;
	border-bottom: 1px dashed #cbc7c5;
	font-size: 14px;
}
.about_policy_list_item:last-child {
	border-bottom: 0;
}
.about_policy_list_ttl {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	color: #ed6d00;
	letter-spacing: 0.1em;
}
.about_policy_list_ttl span {
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
	font-size: 16px;
	background: #ed6d00;
	color: #ffffff;
	text-align: center;
}
.about_policy_list_body {
	width: 100%;
}

.about_policy_illust {
	position: absolute;
}
.about_policy_illust.is_01 {top: -3px;left: 50px;width: 50px;}
.about_policy_illust.is_02 {top: -0px;right: 65px;width: 42px;}
.about_policy_illust.is_03 {top: 55px;right: 38px;width: 45px;}


/***** ふたば保育園について 保育目標 *****/
.about_goal {
	padding-bottom: 0;
	background: url(../../img/about/about_goal_bg_sp.png) no-repeat center top 105px;
	background-size: 355px 674px;
}
.about_goal_list_item {
	margin-bottom: 35px;
	text-align: center;
}
.about_goal_list_img {
	margin-bottom: 3px;
}
.about_goal_list_img img {
	width: 225px;
}
.about_goal_list_ttl {
	font-size: 18px;
	font-weight: bold;
}





/* 保育園での生活
-------------------------------------------------------------*/
/***** 保育園での生活 年間行事 *****/
.life_event {
	background: url(../../img/life/life_event_bg_sp.png) center top 30px no-repeat;
	background-size: 396px 37px;
}
.life_event_year .tbl_td {
	text-align: left;
}
.tbl_head_td.life_event_year_center {
	width: 555px;
}
.life_event_month .tbl_td {
	width: 33.3333%;
}


/***** 保育園での生活 一日の流れ *****/
.life_schedule {
	background: url(../../img/life/life_schedule_bg_sp.png) center top 30px no-repeat;
	background-size: 396px 37px;
}
.schedule_timeline {
	margin-bottom: 30px;
}
.schedule_timeline_ttl {
	position: relative;
	margin-bottom: 15px;
	padding: 13px 15px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	background: #9cd19d;
	color: #ffffff;
	text-shadow: 
		#78b97a 2px 0px, #78b97a -2px 0px,
		#78b97a 0px -2px, #78b97a 0px 2px,
		#78b97a 2px 2px , #78b97a -2px 2px,
		#78b97a 2px -2px, #78b97a -2px -2px,
		#78b97a 1px 2px,  #78b97a -1px 2px,
		#78b97a 1px -2px, #78b97a -1px -2px,
		#78b97a 2px 1px,  #78b97a -2px 1px,
		#78b97a 2px -1px, #78b97a -2px -1px;
	text-align: center;
	letter-spacing: 0.1em;
}
.schedule_timeline_ttl:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	margin-left: -10px;
	left: 50%;
	width: 0px;
	height: 0px;
	border: solid transparent;
	border-top-color: #9cd19d;
	border-width: 10px;
}

.schedule_timeline.is_1age .schedule_timeline_ttl {
	background: #f0aca1;
	text-shadow: 
		#dd958a 2px 0px, #dd958a -2px 0px,
		#dd958a 0px -2px, #dd958a 0px 2px,
		#dd958a 2px 2px , #dd958a -2px 2px,
		#dd958a 2px -2px, #dd958a -2px -2px,
		#dd958a 1px 2px,  #dd958a -1px 2px,
		#dd958a 1px -2px, #dd958a -1px -2px,
		#dd958a 2px 1px,  #dd958a -2px 1px,
		#dd958a 2px -1px, #dd958a -2px -1px;
}
.schedule_timeline.is_1age .schedule_timeline_ttl:before {
	border-top-color: #f0aca1;
}

.schedule_timeline_item {
	position: relative;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 10px;
	background: #ffffff;
}

.schedule_timeline_time {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 10px;
	width: 140px;
	border-radius: 18px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	background: #9cd19d;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
}
.schedule_timeline.is_1age .schedule_timeline_time {
	background: #f0aca1;
}

.schedule_timeline_txt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.schedule_timeline_txt span {
	font-size: 14px;
	font-weight: normal;
}
.schedule_timeline_img {
	margin-bottom: 10px;
}
.schedule_timeline_img img {
	width: 100%;
}
.schedule_timeline_illust {
	position: absolute;
}
.schedule_timeline_illust.is_0age_01 {
	top: 12px;
	left: 210px;
}
.schedule_timeline_illust.is_0age_01 img {
	width: 90px;
}
.schedule_timeline_illust.is_1age_01 {
	top: 23px;
	right: 20px;
}
.schedule_timeline_illust.is_1age_01 img {
	width: 133px;
}




/* 園長あいさつ
-------------------------------------------------------------*/
.greeting_box.contents {
	padding-top: 0;
}
.greeting_name {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.greeting_duplo {
	margin-bottom: 30px;
}




/* 入園のご案内
-------------------------------------------------------------*/
.admission_box.contents {
	padding-top: 0;
}
.admission_tbl .tbl_tr:first-child .tbl_th,
.admission_tbl .tbl_tr:first-child .tbl_td {
	border-top: 0;
}
.admission_tbl .tbl_td {
	text-align: left;
}



/* お問い合わせ
-------------------------------------------------------------*/
.contact_info_list {
	margin-bottom: 15px;
	padding: 15px 0;
	border-top: 1px solid #ec6c99;
	border-bottom: 1px solid #ec6c99;
}
.contact_info_alert {
	margin-bottom: 30px;
}



/* フォーム
-------------------------------------------------------------*/
.flow_navi_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 5px;
	background: #d6ece4;
}
.flow_navi_list_item {
	width: 33.3333%;
}
.flow_navi_list_ttl {
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666666;
}
.flow_navi_list_ttl.is_current {
	background: #ebfcf6;
	color: #000000;
}

.application_body {
	margin-bottom: 20px;
}
.form_box {
	margin-bottom: 30px;
}

.form_tbl ,
.form_tbl tbody,
.form_tbl_tr ,
.form_tbl_th ,
.form_tbl_td {
	display: block;
}

.form_tbl {
	overflow: hidden;
	width: 100%;
	border: 2px solid #cccccc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
}
.form_tbl_th {
	padding: 10px 15px;
	border-bottom: 1px dashed #cccccc;
	font-size: 14px;
	font-weight: bold;
	background: #ebfcf6;
	color: #000000;
	text-align: left;
}
.form_tbl_td {
	padding: 15px 15px;
	border-bottom: 1px dashed #cccccc;
	font-size: 14px;
	background: #ffffff;
	color: #000000;
}
.form_tbl .form_tbl_td:last-child{
	border-right: 0;
}
.form_tbl tr:last-child .form_tbl_td {
	border-bottom: 0;
}

.form_tbl_th_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.require {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: normal;
	background: #f05e48;
	color: #ffffff;
}
.form_attention {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #777777;
}

.form_input_box {
	margin-bottom: 15px;
}
.form_zipcode_ttl {
	display: block;
}
.btn.zipcode_btn {
	margin-left: 15px;
	min-width: 90px;
	font-size: 13px;
}

.form_example {
	display: block;
	margin-top: 5px;
}

.input_zipcode {
	width: 60px;
}
.input_name {
	margin-right: 10px;
	width: 120px;
}
.input_mail {
	width: 150px;
}
.input_year {
	width: 120px;
}
.input_month {
	width: 60px;
}
.input_date {
	width: 60px;
}
.input_textarea {
	width: 100%;
	height: 180px;
}
.input_s {width: 60px;}
.input_m {width: 120px;}
.input_l {width: 240px;}
.input_max {width: 100%;}

.form_box_other {
	margin-bottom: 30px;
}
.form_box_other_ttl {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.form_btn_box {
	text-align: center;
}

.check_disable {
	color: #777777;
}

.check_list_item {
	margin-bottom: 15px;
}
.check_list_item:last-child {
	margin-bottom: 0;
}
.privacy  {
    background: #ebfcf6;
    padding: 25px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
.privacy .link_01  {
    font-weight: bold;
}
.privacy .ss_cell_in {
    background-color: #FFFFFF;
    border: 1px solid #999;
    color: #333333;
    height: 100px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 8px 8px 12px 12px;
    width: 100%;
    font-size: 90%;
    margin: 10px auto;
    text-align: left;
}
.privacy .ss_cell_in dl {
    margin: 10px auto;
}
.privacy .ss_cell_in dl dt {
    font-weight: bold;
}



/***** 採用情報*****/


.media_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* 採用情報 年間行事 */
.recruit_environment {
	padding-top: 60px;
}
.recruit_environment .lead_main {
	margin-bottom: 0;
}
.recruit_environment ._list {
	
}
.recruit_environment ._list li {
	position: relative;
	padding-left: 20px ;
	margin-bottom: 5px;
}
.recruit_environment ._list li::before {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	width: 15px;
	height: 14px;
	color: #ed6d00;
}
.recruit_environment ._gallery {
	margin-bottom: 30px;
	display: flex;
	gap: 20px;
}
.recruit_environment ._card:not(:last-child) {
	margin-bottom: 35px;
}

/* 採用情報 募集要項 */
.recruit_Requirements .anchor_list {
	display: flex;
	justify-content: center;
	padding: 25px 0 ;
}
.recruit_Requirements .anchor_list li {
	position: relative;
	font-family: "Noto Sans Japanese"," ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", ' メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0 25px 0 10px;
}
.recruit_Requirements .anchor_list li::after {
	position: absolute;
	content: "\f13a";
	font-family: FontAwesome;
	top: 0;
	right: 7px;
	width: 15px;
	height: 14px;
	color: #23ac38	;
}
.recruit_Requirements .anchor_list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.recruit_Requirements .anchor_list li:not(:last-child) {
	border-right: 1px dotted #333;
}
.recruit_Requirements .desc {
	text-align: center;
	margin-bottom: 20px;
}

