/* CSS Document */

body{
	/*padding-top: 55px;*/
}

.sp_only{display: inline-block;}
.sp_none, .slick-slide img.sp_none {
  display: none !important;
}

.pc_only{display:none!important;}

.txt50sp {
  font-size: 50% !important;
}
.txt60sp {
  font-size: 60% !important;
}
.txt70sp {
  font-size: 70% !important;
}
.txt80sp {
  font-size: 80% !important;
}
.txt90sp {
  font-size: 90% !important;
}
.txt100sp {
  font-size: 100% !important;
}
.txt110sp {
  font-size: 110% !important;
}
.txt120sp {
  font-size: 120% !important;
}
.txt130sp {
  font-size: 130% !important;
}
.txt140sp {
  font-size: 140% !important;
}
.txt150sp {
  font-size: 150% !important;
}
.txt160sp {
  font-size: 160% !important;
}
.txt170sp {
  font-size: 170% !important;
}
.txt180sp {
  font-size: 180% !important;
}
.txt190sp {
  font-size: 190% !important;
}
.txt200sp {
  font-size: 200% !important;
}
.txt240sp {
  font-size: 240% !important;
}
.txt280sp {
  font-size: 280% !important;
}
.sp_mb0 {
  margin-bottom: 0 !important;
}
.sp_mb05 {
  margin-bottom: 5px !important;
}
.sp_mb10 {
  margin-bottom: 10px !important;
}
.sp_mb20 {
  margin-bottom: 20px !important;
}
.sp_mb30 {
  margin-bottom: 30px !important;
}
.sp_mb40 {
  margin-bottom: 40px !important;
}
.sp_mb50 {
  margin-bottom: 50px !important;
}
.sp_mb200 {
  margin-bottom: 200px !important;
}
.sp_mt0 {
  margin-top: 0 !important;
}
.sp_mt10 {
  margin-top: 10px !important;
}
.sp_mt20 {
  margin-top: 20px !important;
}
.sp_mt30 {
  margin-top: 30px !important;
}
.sp_mt40 {
  margin-top: 40px !important;
}
.sp_mt50 {
  margin-top: 50px !important;
}
.sp_mt60 {
  margin-top: 60px !important;
}
.sp_mt80 {
  margin-top: 80px !important;
}
.sp_mt100 {
  margin-top: 100px !important;
}
.sp_ml0 {
  margin-left: 0 !important;
}
.sp_ml10 {
  margin-left: 10px !important;
}
.sp_pt0 {
  padding-top: 0 !important;
}
.sp_pt30 {
  padding-top: 30px !important;
}
.sp_pt50 {
  padding-top: 50px !important;
}
.sp_pt100 {
  padding-top: 100px !important;
}
.sp_pt150 {
  padding-top: 150px !important;
}
.sp_pt200 {
  padding-top: 200px !important;
}
.sp_pb0 {
  padding-bottom: 0 !important;
}
.sp_pb50 {
  padding-bottom: 50 !important;
}
.sp_pb100 {
  padding-bottom: 100 !important;
}
.sp_pb150 {
  padding-bottom: 150 !important;
}
.sp_pb200 {
  padding-bottom: 200 !important;
}
.sp_pb250 {
  padding-bottom: 250 !important;
}
.sp_mr0 {
  margin-right: 0 !important;
}
.sp_lh160p {
  line-height: 1.6;
}
.t_align_left_sp {
  text-align: left;
}
.t_align_center_sp {
  text-align: center !important;
}
.sp_w80 {
  width: 80%;
}
.sp_w100 {
  width: 100%;
}
.sp200px {
  width: 200px;
}
.sp_mw450px {
  max-width: 450px;
}
.sp_mw_none {
  max-width: none;
}
.sp_block {
  display: block !important;
}
.sp_w100 {
  width: 100%;
}

/* ヘッダーナビ */

.header_box{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
}

.header_box_inner{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}

.header_access_box{
	display: none;
}

.header_logo_box{
	width: 200px;
	height: fit-content;
}

.header_logo_box img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.header_menu_box{
	width: fit-content;
	display: flex;
	align-items: center;
}

.header_menu_parents{
	width: 11em;
	font-size: 0.8em;
	border: 3px solid #FB6790;
	border-radius: 50px;
	background-color: #fff;
	color: #FB6790;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
}

.header_menu_parents a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #FB6790;
	text-decoration: none;
}

.menu_parents_lockimg{
	width: 20px;
	margin-right: 5px;
}

/* PCメガメニュー */

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 250;
  right : 30px;
  top   : 10px;
  width : 40px;
  height: 40px;
  cursor: 40px;
  text-align: center;
  background-color: #B3C41D;
  border-radius: 50%;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 15px;
  height  : 2px ;
  right    : 13px;
  background : #fff;
  z-index : 251;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 23px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
	background-color: #fff;
}

.hamburger.active span:nth-child(1) {
  top : 20px;
  right    : 13px;
  background :#7DBD4F;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  background :#7DBD4F;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メガメニュー */
.megamenu_image {
  display: none;
}

.megamenu_box {
  padding: 20px;
}

.megamenu_logo {
  width: 200px;
}

.megamenu_access {
  font-size: 1.1em;
}

.megamenu_access {
  font-size: 1.1em;
}

.megamenu_button_box {
  width: 550px;
  padding-top: 25px;
  padding-bottom: 5px;
}

.megamenu_button {
  width: 250px;
}

.megamenu_button a {
  font-size: 1.1em;
}

.megamenu_button_img {
  margin-right: 10px;
}

.megamenu_txt_box p a {
  font-size: 1.1em;
}

/* トップページスライドイメージ */

.top_slide_image_box{
	margin-top: 60px;
	padding-top: 0;
	padding-bottom: 0;
}


/* 抑えの文章 */

.top_content_bg {
    background-image: url("/common/img/top/top_content_bg_sp.jpg");
}


.top_content{
  margin-top: 20px;
  padding-top: 0;
}

.top_content_txt{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}

.top_content_txt p{
	margin-bottom: 20px;
}

.top_content_img_1 {
    width: 140px;
    height: auto;
    top: 0;
    left: 0;
}

.top_content_img_2 {
    width: 150px;
    height: auto;
    top: 20px;
    right: 0;
}

.top_content_img_3 {
    width: 130px;
    height: auto;
    bottom: 300px;
    left: 20px;
}

.top_content_img_4 {
    width: 130px;
    height: auto;
    bottom: 400px;
    right: 10px;
}

.top_content_img_5 {
    width: 100px;
    height: auto;
    bottom: 200px;
    right: 50px;
}

/* お知らせ */

.news dl a {
    display: flex;
    flex-direction: column;
}

.news dl dt,
.news dl dd {
    width: 100%;
}

/* ブログ */

.blog_hidden_box {
    width: 2000px;
    height: 950px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding-top: 170px;
}

.top_blog_img {
    width: 1200px;
    max-width: 95%;
    height: auto;
    position: absolute;
    transform: translate(-10%);
}

.top_blog_h2_p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
}

.top_blog_slide {
    margin-top: 150px;
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 500px;
    /*display: flex;
    align-items: center;*/
}


/* ブログカード */

.blog_card_box{
	display: block;
	width: 250px;
	height: 380px;
	border-radius: 20px;
	/*margin-right: 44px;*/
	color: #594B3A;
	background-color: #fff;
	transition-duration: 0.8s;
	text-decoration: none!important;
	/*overflow: hidden;*/
}

.blog_card_box:hover{
	opacity: 1;
}

.blog_card_box:hover .blog_card_img,
.blog_card_box:hover .blog_card_txt{
	opacity: 0.8;
	transition-duration: 0.8s;
}

.blog_card_box:hover .blog_card_img img{
	transform:scale(1.2,1.2);
	transition-duration: 0.8s;
}

.blog_card_img{
	width: 250px;
	height: 160px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
	transition-duration: 0.3s;
}

.blog_card_img img{
	width: 100%;
	height: auto;
	transition-duration: 0.8s;
}

.blog_card_txt{
	width: 250px;
	height: 220px;
	background-color: #fff;
	padding: 20px 30px;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}

/* 未就園児向けの案内 */
.babynews_box {
    /*display: flex;
    justify-content: space-between;*/
    flex-direction: column;
}

.babynews_box_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
    padding: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: center;
}

.babynews_pdf {
	width: auto;
    height: 200px;
    margin-right: 5%;
    margin-left: 20px;
    box-shadow: 0 0 8px #ccc;
}

.babynews_pdf.cale {
    height: 180px;
}

.babynews_pdf img {
    width: auto;
    height: 100%;
    vertical-align: bottom;
}

.babynews_txt {
    width: 240px;
    font-size: 1.1em;
}

/* お問い合わせ */

.top_contact_box_detail_1,
.top_contact_box_detail_2 {
    padding: 30px 40px 30px;
}

.top_contact_box_detail_btnbox {
    width: 300px;
	flex-direction: column;
}

.top_contact_box_detail_btnbox p {
    margin-bottom: 10px;
}

.top_contact_box_detail_2 .top_contact_box_detail_btnbox p {
	display: none;
}

.top_contact_box_detail_2 .top_content_btn:first-of-type{
	margin-bottom: 20px;
}

/* 動く背景 */

.anime_bg_lefttop {
  width: 200px;
  height: 127px;
}

.anime_bg_middletriangle {
  width: 58.5px;
  height: 34px;
}

.anime_bg_bluetriangle {
  width: 23px;
  height: 15px;
}

.anime_bg_yellowtriangle {
  width: 23px;
  height: 15px;
}

.anime_bg_rightbottom {
  width: 200px;
  height: 127px;
}

/* フッタースライダー */

.top_footer_slide{
	height: 160px;
}

@media screen and (max-width:839px){
	.top_footer_slide{
	height: 130px;
}
}


/* フッターメニュー */

.footer_flex {
  padding: 40px 150px;
  flex-direction: column;
}

.footer_access {
  font-size: 1.2rem;
}

.footer_menu_ul {
  margin-bottom: 20px;
}

.footer_menu_ul li {
  line-height: 2;
}

.footer_box_1 {
  width: 100%;
}

.footer_box_2, .footer_box_3, .footer_box_4 {
  width: 100%;
  border-left: 0px;
}

.footer_sub_link_box {
    width: 100%;
    height: 680px;
    background-color: #FFECF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_sub_link_btn_box_2 {
    width: 380px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.footer_sub_link_btn_2{
	margin-bottom:  15px;
	width: 180px;
}

.footer_sub_link_btn a::after,
.footer_sub_link_btn_2 a::after{
	right: 1px;
	
}

/* ========下層ページここから======== */

/*　保育方針　*/

.breadcrumb{
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.y_line_h2 {
    font-size: 1.7rem!important;
}

/*　歩育について　*/

.sub_page_h1 {
    font-size: 2.2rem;
}

.aruku_h2_spot,
.aruku_h2_imgwith,
.aruku_h2_line{
	font-size: 2rem!important;
	margin-bottom: 40px;
}

.spot_detail h3 {
    font-size: 1rem;
}

.aruku_h2_line::before {
    width: 26.4px;
    height: 55.2px;
    top: 5px;
    left: -60px;
}

.aruku_h2_line::after {
    width: 26.4px;
    height: 55.2px;
    top: 5px;
    right: -50px;
}

.aruku_box_1_img_1{
	position: absolute;
	width: 87.85px;
	height: 64px;
	top:0;
	left: 0;
}

.aruku_box_1_img_2{
	position: absolute;
	width: 49px;
	height: 103.5px;
	top:100px;
	right: 0;
}

.aruku_box_1_img_4{
	position: absolute;
	width: 81.2px;
	height: 142.1px;
	bottom:-50px;
	left: 0;
}

.aruku_box_1_img_3{
	position: absolute;
	width: 110px;
	height: 123px;
	bottom:-20px;
	right: 0;
}

.aruku_h2_topimg_1 {
    width: 140px;
    height: 105px;
}

.aruku_h2_topimg_2 {
    width: 47.6px;
    height: 98px;
}

.aruku_box_3_img_1,
.aruku_box_3_img_2 {
    width: 95.2px;
    height: 201.6px;
}

.aruku_box_3_img_2 {
    bottom: -160px;
}


/* 食育 */

.food_education .flex_row_column{
	flex-direction: column;
}

.food_education .flex_row_columnreverse{
	flex-direction: column-reverse;
}

.food_education .childcare_content{
	width: 100%;
}

.food_education .childcare_img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.shokuiku_box_1_1{
	left: 100px;
}

.shokuiku_box_1_2{
	right: 100px;
}

.shokuiku_box_1_3{
	left: 50px;
}

.shokuiku_box_1_4{
	right: 60px;
}

.shokuiku_box_2_1{
	left: 100px;
}

.shokuiku_box_2_2{
	right: 80px;
}

.shokuiku_box_3_1{
	left: 100px;
}

.shokuiku_box_3_2{
	right: 60px;
}

.shokuiku_box_4_1{
	left: 100px;
}

.shokuiku_box_4_2{
	right: 60px;
}

.shokuiku_box_5_1{
	right: 100px;
}

.shokuiku_box_5_2{
	left: 50px;
}


/* 1日のスケジュール */

.schedule_title_box_1 {
    padding-left: 100px;
}

.schedule_title_box_1,
.schedule_title_box_2{
    width: 100%;
}

.schedule_title_box_1 .schedule_time {
    left: 0;
    top: 0;
    right: auto;
    transform: translateX(0);
}

.schedule_time {
    width: 92px;
    height: 92px;
	font-size: 1.2rem;
}

.schedule_text_box_left {
    padding: 20px 60px 20px 55px;
    margin-left: 45px;
	width: 50%;
    border-right: 0px dotted #BBA58B;
    border-left: 5px dotted #BBA58B;
}

.schedule_title_box_2 {
    padding-left: 100px;
	margin-right: auto;
    margin-left: 0;
}

.schedule_title_box_2 .schedule_time {
    top: 0;
    left: 0;
    transform: translateX(0);
}

.schedule_sec .flex_row_columnreverse {
    flex-direction: column-reverse;
}

.schedule_sec .flex_row_column {
    flex-direction: column;
}

.schedule_img_box_right,
.schedule_img_box_left{
    width: 100%;
    margin-left: 45px;
    margin-top: 4px;
    margin-right: 20%;
    height: 450px;
    border-left: 5px dotted #BBA58B;
}

.schedule_img_box_right .schedule_img_1,
.schedule_img_box_left .schedule_img_1{
    width: 400px;
    position: absolute;
    top: 0;
    right: 10%;
}

.schedule_img_box_right .schedule_img_2,
.schedule_img_box_left .schedule_img_2{
    width: 250px;
    position: absolute;
    top: 200px;
    right: 50%;
}

.schedule_text_box_right {
    padding: 20px 60px 20px 55px;
    margin-left: 45px;
}

.schedule_text_box_left,
.schedule_text_box_right{
    height: auto;
    width: 100%;
}

.line_none{
	border-left: 0 solid #000;
}

.schedule_sec .bg_1{
	bottom:-220px;
	left: 40px;
}

.schedule_sec .bg_2{
	top: calc(10% + 250px);
}

.schedule_sec .bg_3{
	bottom: -400px;
	left: 40px;
}

.schedule_sec .bg_4{
	bottom: -300px;
	right: 20px;
}

/* 年間行事 */

.title_bg_img_1 {
    width: 124.8px;
    height: 76px;
}

.event_title {
    width: 3rem;
    height: 3rem;
}

.event_title h2 {
    font-size: 3rem!important;
}

.event_txt {
    padding-top: 60px;
}

.event_txt p {
    font-size: 1.2rem;
    line-height: 2.5;
}

.event_1_1 {
    width: 200px;
    height: 185px;
    top: -10px;
    left: -150px;
}

.event_1_2 {
    width: 186px;
    height: 140px;
    position: absolute;
    top: 0;
    right: -160px;
}

.event_2_1 {
    width: 207px;
    height: 192px;
    position: absolute;
    top: 20px;
    left: -190px;
}

.event_2_2 {
    width: 190px;
    height: 142px;
    position: absolute;
    top: 10px;
    right: -175px;
}

.event_3_1 {
    width: 207px;
    height: 192px;
    position: absolute;
    top: 50px;
    left: -180px;
}

.event_3_2 {
    width: 211px;
    height: 159px;
    position: absolute;
    top: 20px;
    right: -190px;
}

.event_4_1 {
    width: 213px;
    height: 198px;
    position: absolute;
    top: 50px;
    left: -175px;
}

.event_4_2 {
    width: 211px;
    height: 159px;
    position: absolute;
    top: 80px;
    right: -190px;
}

.shousho_img {
    width: 190px;
    height: 142px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(25%,40%);
}

/* 施設案内 */

.facility_img_section .flex_row_column{
	flex-direction: column;
}

.facility_img_section .flex_row_columnreverse{
	flex-direction: column-reverse;
}

.facility_img_box{
	display: flex;
	width: 90%;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

.facility_content{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.facility_content.content1{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.facility_enteibox{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.facility_img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.facility_img.library{
	width: 70%;
	flex-direction: column;
}

.facility_img.library .facility_img_defo{
	width: 100%;
}

.facility_img.library .facility_img_defo:first-of-type{
	margin-bottom: 20px;
}


.facility_box_2_under.library .facility_content{
	width: 60%;
}


/* 園長あいさつ */

.greeting_sec .flex_row_columnreverse{
	flex-direction: column-reverse!important;
}

.greeting_img_box {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.greeting_content_box {
    width: 100%;
    margin-right: 0;
}

.hitujikko{
	margin-bottom: 70px;
}

.hitujikko .hitsujikko_2 {
    bottom: 0;
    right: 0;
    transform: translate(0,100%);
}

/* ブログ */

.colum_2{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.colum_2.flex_row_column{
	flex-direction: column;
}

main{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.blog_list{
	margin-bottom: 60px;
}

.blog_list_card_box{
	width: calc((100% - 44px) / 2 );
	border-radius: 20px;
	height: 330px;
	overflow: hidden;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2)); 
	margin-bottom: 44px;
}

aside{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.aside_h3{
	text-align: left;
	padding-left: 57px;
	padding-bottom: 0px;
}

/* ブログ詳細 */

.blog_detail aside{
	margin-top: 0!important;
}

/* 保護者ページ */

.parents_title{
	height: 60px;
}

.parents_top_img{
	width: 130px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translate(0,-50%);
}

.parents_title h1{
	font-size: 1.7rem;
}

.parents .top_blog_h2_p {
	margin-left: auto;
	margin-right: auto;
    transform: translateX(0);
    width: 250px;
}

.parents .blog_hidden_box {
	padding-top: 50px;
    height: 850px;
}

.bottom_hitujikko{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: auto;
}

/* バックナンバー */

.backnumber dl dd{
	display: flex;
	justify-content: space-between;
}

.backnumber_btn_1,
.backnumber_btn_2{
	display: flex;
	flex-direction: row;
	font-size: 0.9rem;
}

.backnumber .news dl {
    flex-direction: column;
}

.backnumber .news dl a {
    display: flex;
    flex-direction: row;
}

.backnumber_btn_1::before,
.backnumber_btn_2::before{
	margin-right: 5px;
}



/* イベント予約ページ */
.contact .top_contact_box_detail_2 h3 {
    font-size: 1.5em;
}

/**/

.yuugatahoiku {
	align-items: flex-start;
}

.width_tyousei {
    width: 100%;
}

.schedule_text_box_right.p6{
	height: auto;
}

.schedule_img_box_left.line_none.p7{
	height: auto;
}

.schedule_img_box_left.p6{
	height: 400px;
}