@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
	letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  
}
/* Bulles back-ground................................. */
/* Conteneur arrière-plan */
.bubble-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    
    width: 100%;
    max-width: 1440px;
    height: 100%;

    overflow: hidden;
    z-index: -1;
}


/* Bulle */
.bubble {
    position: absolute;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff, #dcdcff);
    backdrop-filter: blur(4px);
    animation: floatUp linear infinite;
}

/* Animation verticale */
@keyframes floatUp {
    from {
        transform: translateY(0) translateX(0);
    }
    to {
        transform: translateY(-120vh) translateX(40px);
    }
}

/* Contenu au-dessus */
.content {
    position: relative;
    z-index: 1;
}





.news__button {
	z-index: 99999;
}
.for_mobile, .no_display {
    display: none;
}
section h2 {
  font-size: 2.4rem;
}
.main_title_section {
	font-size: 3.6rem;
	letter-spacing: 6px;
	font-weight: 600;
	line-height: 54px;
	margin-bottom: 40px;
}
a:hover {
  opacity: 0.5;
}

*, *:before, *:after {
  box-sizing: border-box;
}


/** header............................................................. **/
.header h1 {
	color: #ff7e93;
	text-align: center;
	font-size: 3.6rem;
}
.header a {
	margin-top: 12px;
	text-decoration: none;
	color: #333333;
}

/* Cacher les sous-menus par défaut */
.sub-menu {
  display: none;
  position: relative;
  list-style: none;
  padding: 0!important;
  margin: 0!important;
  z-index: 1000;
  font-size: 1.6rem;
}
.sub-menu li {
  margin: 0!important;
  padding: 0!important;
}

/* Afficher au survol du parent */
.menu-item-parent:hover .sub-menu {
  display: inline-block;
}

.menu-item {
	padding: 2px 10px 2px 5px;
	border-radius: 25px 20px 30px 15px;
}
.menu1 {
	color: #6ec2ea;
	background-color: #eefaf6;
	
}
.menu2 {
	color: #b0ddc9;
	background-color: #f2fbf7;
}
.menu3 {
	color: #ff7e93;
	background-color: #fff0f3;
}
.menu4 {
	color: #a1aaff;
	background-color: #f1f2ff;

}
.menu5 {
	color: rgba(192, 49, 176, 0.6);
	background-color: #fff0f3;
}



.header {
	height: 150px;
	max-width: 1440px;
	width: 100%;
	padding: 10px 30px 0;
	margin: 0 auto;
}
.header-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: top;
	width: 100%;
}

/** navigation................................ **/
.open-button, .close-button {
  display: none;
  
}

.button {
	width: 400px;
	height: 60px;
	background-color: #9c9c9c;
	border-radius: 20px;
	margin: 0 auto 20px;
	
}
.button_arrow {
	position: relative;
	bottom: 1px;
}
.button a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	/** box-shadow: 0px 4px 10px #999999; **/
}
.button a div {
	display: inline-block;
	margin: 14px 15px;
}
.button.red {
	background-color: #eea8b6;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	/* box-shadow: 0px 4px 10px #d3bec2; */
}
.button.blue {
	background-color: #aab9c9;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	/* box-shadow: 0px 4px 10px #becad3; */
}
.button.green {
	background-color: #aac9aa;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	/* box-shadow: 0px 4px 10px #bed3c7; */
}
.button.yellow {
	background-color: #fbc579;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	/* box-shadow: 0px 4px 10px #eee4b4; */
}
.button.purple {
	background-color: #cdaece;
    margin-top: 40px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	/* box-shadow: 0px 4px 10px #d0bed3; */
}

/** second menu........................ **/
.second_menu {
	display: flex;
	width: 100%;
	justify-content: space-between;
	list-style-type: none;
}
.event .second_menu, .media .second_menu {
	justify-content: space-around;
}
.media .second_menu {
	margin-bottom: 60px;
}

.second_menu li a {
	text-decoration: none;
	color: #333333;
}
.second_menu_plan {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.9s ease;
  position: relative;
  left: 40px;
}

.second_menu li:hover > .second_menu_plan {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.second_menu_plan {
	display: none;
}

.childrecare_bloc1 {
	text-align: left!important;
	padding: 10px 60px 12px;
}
.children_care_title2 {
	font-size: 2.4rem;
	line-height: 36px;
	color: rgba(192, 49, 176, 0.5);
	margin: 10px 0 30px;
	border-bottom: dashed;
	width: 80%;
}

/* Transition entre on et off de second menu */
.menu-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
}

/* FLÈCHE NOIRE */
.menu-item .arrow {
  width: 8px;
  height: 8px;

  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;

  transform: rotate(-45deg); /* ➤ droite */
  transition: transform 0.35s ease;
}

/* SURVOL */
.menu-item:hover .arrow {
  transform: rotate(45deg); /* ▼ bas */
}
.second_menu_plan li {
	font-size: 1.4rem;
	line-height: 24px;
}





/** header........................ **/
.first_top_name {
	margin-bottom: 20px;
}
.piyopiyo_name {
	font-family: "ChunkFive Print";
	font-size: 3.0rem;
	margin-bottom: 5px;
	letter-spacing: 6px;
}
.letter1 {
	color: #ff7e93;
}
.letter2 {
	color: #b0ddc9;
}
.footer .letter2 {
	color: #84c7a9;
}
.letter3 {
	color: #a1aaff;
}
.letter4 {
	color: #6ec2ea;
}
.nursery_name {
	font-family: "ChunkFive Print";
	font-size: 2.4rem;
	color: #ff7e93;
	letter-spacing: 6px;
}
.text_shadow {
    text-shadow: 
    0em 0.15em 0.2em rgba(255, 255, 255, 0.8),
    0.15em 0em 0.2em rgba(255, 255, 255, 0.8),
    0em -0.15em 0.2em rgba(255, 255, 255, 0.8),
    -0.15em 0em 0.2em rgba(255, 255, 255, 0.8),
    0.1em 0.1em 0.2em rgba(255, 255, 255, 0.8),
    -0.1em 0.1em 0.2em rgba(255, 255, 255, 0.8),
    0.1em -0.1em 0.2em rgba(255, 255, 255, 0.8),
    -0.1em -0.1em 0.2em rgba(255, 255, 255, 0.8);
}
/** image nav size........................ **/
.img_menu {
	line-height: 24px;
}
.img_link {
  width: 30px;
  height: 30px;}


/** ぴよぴよ保育園　name .................... **/
.piyohoiku_main_title {
    font-weight: 900;
}
.piyohoiku_main_title.two {
    
}
.letter_red {
    color: #d04e64;
}
.letter_blue {
    color: #84cdff;
}
.letter_orange {
    color: #ed7a56;
}
.letter_yellow {
    color: #e7be47;
}
.letter_blue2 {
    color: #708fef;
}
.letter_purple {
    color: mediumpurple;
}

.header-content-wrapper h1 {
	width: auto;
}
.header-content-wrapper nav {
	display: flex;
	justify-content: space-between;
}

.top_menu_ul {
	display: flex;
	justify-content: space-between;
}
.top_menu_ul li {
	display: block;
	margin-left: 50px;
	text-align: center;
}  
.top_menu_ul li.for_mobile {
	display: none;
}  

/* main ................................................ */
.main {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top image............................................. */

/*.section-top__image {
	width: 100%;
	height: 900px; /* height: 100vh; */
	/* background-image: url("../images/top-page_images/out-pic/main-bg_3.png"); */
	/*background-size: auto 120%;*/
  /*	background-repeat: no-repeat;
	background-position: center;
} 
*/

.lead.top {
	font-size: 3rem;
	margin: 50px auto 0;
}
.lead_top_img {
  transition: filter 2s ease; /* effet fluide */
  filter: none; /* état normal */
}

.lead_top_img.color-change {
  filter: hue-rotate(180deg) saturate(120%); 
  /* change les couleurs */
}

.lead_top_img {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    /*background-color: rgba(255,126,146,0.4);*/
}
/* top picture title and logo............................................. */

.piyohoiku_main_title {
    display: flex;
  justify-content: center; /* Optionnel : espace entre les blocs */
  align-items: center;
}


.top_logo {
	display: flex;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 60px;
}
.red_logo, .blue_logo {
    display: block;
}
.hiyoko_img {
    display: block;
	width: 50%;
    margin-right: 20px;
}

.red_logo {
	text-align: right;
	padding-right: 10px;
}
.blue_logo {
	text-align: left;
	padding-left: 10px;
}
.hiyoko_img {
	display: inline-block;
	height: 75px;
	width: auto;
}




/* footer ........................................................... */
footer {
	max-width: 1440px;
	width: 100%;
	padding: 150px 60px 100px;
	margin: 0 auto;
	background-image: url("../images/footer_image/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center;

}


footer a {
	color: #333333;
}
footer h1 a {
	text-decoration: none;
}

.footer_top, .footer_middle {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footer_top {
	margin: 20px auto 140px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 4px;
}
.footer_top a {
	 text-underline-offset: 6px;
}
.footer_company_name.mirai  {
	font-size: 2.4rem;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.footer_company_name.piyopiyo a {
	color: #ff7e93;
}
.footer_company_name.daycare a {
	color: #84c7a9;
}
.footer_company_name.tekuteku a {
	color: #6ec2ea;
}
.footer_middle {
	margin-bottom: 40px;
}
.button.red.footer_inquiry {
	font-size: 2.4rem;
	width: 360px;
	height: 60px;
	border-radius: 24px;
	margin-bottom: 80px;
}
.follow_us {
	font-family: "ChunkFive Print";
	font-size: 2.4rem;
	color: #ff7e93;
	margin-bottom: 20px;
}
.all_sns_link {
	display: flex;
	justify-content: center;
	width: 180px;
	margin: 0 auto;
}
.sns_link a {
	display: block;
}
.sns_link a img {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 12px;
}
.link_status {
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: 400;
}
.footer-content-wrapper {
	width: 100%;	/* 1440 - 80x2 = 1280 */
}
.footer_around_box_1 {
	font-weight: 500;
	text-align: left;
}
/* .footer_around_box_2 {
	width: 18.75%;
} */
.site-map ul {
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
	text-align: left;
	padding-left: 20px;
}
.site-map ul li {
	display: block;
	margin-bottom: 34px;
}
.site-map ul li a {
	text-decoration: none;
}
.site-map ul li div {
	display: inline-block;
}
footer .menu_arrow {
	width: 20px;
	height: 20px;
	line-height: 12px;
	border-radius: 10px;
	background-color: #ffffff;
	margin-right: 10px;
	padding: 0 0 0 4px;
	position: relative;
	bottom: 1px;
}
footer .menu_menu {
        font-size: 1.8rem;
    }
.footer__copyright {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 32px;
}
.center {
	display: inline-block;
	text-align: center;
}

.rotate {
	
}

/* back to top button...................... */
#backToTop:hover {
            opacity: 0.8;
        }
#backToTop {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    text-align: right;
    bottom: 20px;
    z-index: 2000;
    cursor: pointer;
    padding-right: 10px;
}

/* Animation pic .................... */
.central_animation_img2.left.left_piyo_position, .central_animation_img2.right.right_piyo_position {
    width: 70px;
    height: auto;
}

/* Blink animation ................... */
.blink {
    animation: blink 3s infinite;
}

/* required asterisque .............. */
.required {
    color: #eea8b6;
    font-size: 2rem;
}
.our_vision {
	margin-bottom: 200px;
}


@media(max-width: 960px) {
	.top_menu_ul li.for_mobile {
		display: block;
	}
}