@charset "UTF-8";
/* CSS Document */

.tekuteku_about {
    font-size: 5rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
}
.tekuteku_about .about_top_image{
    display: flex;
    flex-direction: column;
    margin: 50px 100px 100px;
    align-items: center;
}
.tekuteku_about .slider_pictures {
    margin: 0 auto;
    width: 100%;
}
.tekuteku_about .slider_pictures img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
}
.tekuteku_about .top_main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
}
.tekuteku_about .tekuteku_name .main_img_name {
    margin: 0;
}
.tekuteku_about .sun_rinnen {
    width: auto;
    align-items: center;
    padding: 0;
}
.tekuteku_about .main_visual_img {
    margin: 0;
    padding: 20px;
}
.about_plan {
    background-color: #a7c7e7;
    margin-bottom: 200px;
}
.about_plan_ul {
	color: #d55169;
    margin: 20px auto;
    display: inline-block;
}
.about_plan_ul li {
    text-align: left;
    margin-bottom: 10px;
}

.about_plan_a {
	color: #d55169;
	text-decoration: none;
    line-height: 45px;
    letter-spacing: 2px;
}
.about_plan_a_li_a {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    left: 20px;
}
.about_plan_a ul {
    list-style: none;
}
.about_plan_a_li {
    list-style: none;
    position: relative;
    left: 20px;
}
@media(max-width: 760px) {
	.about_plan_a_li {
    left: 0;
}
}
.about_plan_ul li .nopadding {
    margin-bottom: 0!important;
}

.pop_life.about_plan_section {
    display: block;
    padding: 0;
	/*border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;*/
}

/* About title......................................................................... */
.about_title.room_presentation, .about_title.one_day_title {
    font-size: 6rem;
    letter-spacing: 2px;
    line-height: 75px;
    font-weight: 600;
}



/*Slider CSS ........................................................................... */
.slider-wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.activity_slider_pictures {
  display: flex;
  transition: transform 0.5s ease;
}

.interior_slider_img {
  flex: 0 0 33.3333%;
  opacity: 0.5;
  transform: scale(0.5);
  transition: transform 0.5s, opacity 0.5s;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.interior_slider_img.active {
  transform: scale(1);
  opacity: 1;
}
/*@media(max-width: 740px) {
    .interior_slider_img {
          transform: scale(0.8);
        flex: ;
    }
    .interior_slider_img.active {
        flex: 0 0 40%;
    }
}*/

.interior_slider_img img {
  width: 100%;
  border-radius: 10px;
}

/* Commentaire en bas de slider ............................ */
.slider_box {
  position: relative;
  height: 4em; /* Ajuste selon la taille de ton texte */
  overflow: hidden;
}

.slider_comment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}

.slider_comment.active {
  opacity: 1;
  z-index: 100;
}
.slider_comment_box {
    display: flex;
    align-items: center;
    position: relative;
    top: 24px;
}
.title_and_paragraph {
    width: 45%;
    padding: 20px 30px 0px 60px;
    margin-right: 60px;
    color: #ffffff;
    text-shadow: none;
}
@media(max-width: 1260px) {
    .title_and_paragraph {
        width: 50%;
        padding-right: 30px;
    }
}   
.slider_comment {
    height: 200px;
    width: 600px;
}
.deco_img {
    display: block;
    width: 80%;
}
.rotate {
  animation: rotation 10s linear infinite;
  transform-origin: center;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}








/* border-radius : 50%; cercle arrondi
border-radius: 999px; pillute
border-radius: 50% 0 50% 0; "coins opposés" arrondis.
border-radius: 100px 10px 100px 10px; Coins alternés pour un look moderne.
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;Peut évoquer une feuille ou un œuf aplati.

*/

.pop_life.about_plan_section.s1{
	background-color: none;
}
.pop_life.about_plan_section.s2{
	background-color: #a7c7e7;
}

.about_section {
    margin: 100px 0 300px;
}
.about_title {
    display: flex;
    padding: 0 60px;
}
.about_title.shien_program_title {
    margin-bottom: 60px 0;
}
.room_presentation {
    display: inline-block;
    align-items: center;
    padding: 15px 160px 20px 60px;
    color: #ffffff;
    text-shadow: none;
    margin: 0;
    position: relative;
    bottom: -60px;
}
.about_paragraphe {
    color: #333333;
    text-align: left;
    line-height: 45px;
    letter-spacing: 2px;
    padding: 40px 60px;
    background-image: url(../assets/images/top/main_bloc/pop_life_comment_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about_link_title {
    color: #333333;
    margin-bottom: 20px;
}
.link_button {
    display: inline-block;
    padding: 30px 60px;
    margin: 0 0 -60px;
    background-color: #ed747d;
    border-radius: 45px;
}
.s2 .link_button {
	background-color: #4d77ad;
}
.s3 .link_button {
	background-color: #6bbf7b;
}
.link_button a {
    text-decoration: none;
    color: #333333;
	font-size: 3.6rem;
}

.tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 4.0rem;
    letter-spacing: 2px;
    line-height: 60px;
}
.tekuteku_about .pop_life_comment .interior_bloc {
    margin: 100px auto;
}
.tekuteku_about .pop_life_comment {
    padding: 0;
}
.tekuteku_about .pop_life_comment.c1 {
	background-color: inherit;
}
.tekuteku_about .pop_life_comment.c2 {
	background-color: inherit;
}
.tekuteku_about .pop_life_comment.c3 {
	background-color: inherit;
}
.tekuteku_about .pop_life_comment_1 {
    border: none;
    padding: 0;
    color: #333333;
}
.pop_life_title.shoukai_section {
	color: #455e94;
}
.pop_life_title.shienprogram_section {
	color: #72c3a1;
}

.room_bg {
    padding: 125px 0 30px;
}
.room_presentation, .title_and_paragraph {
    background-color: #4d77ad;
    border-radius: 0 60px 20px 0;
    border: solid 2px #ffffff;
}

.tekuteku_about .pop_life_comment_1 {
    margin-bottom: 80px;
}


/* One day schedule css ................................................................. */
.one_day_schedule {
    background-color: #ffffff;
    border-radius: 175px 175px 60px 60px;
    margin: 300px 0 500px;
    padding: 0 0 1px;
}
.one_day_title {
    color: #faac9d;
    font-weight: 900!important;
    text-shadow: none;
    justify-content: center;
    padding: 20px 150px;
    border-radius: 50px;
    border: 1px solid #333333;
    background-color: #afd6d8;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: -60px;
}
.sun_cloud_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #afd6d8;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 20px auto 120px;
    text-align: center;
}
.sun_cloud {
    display: inline-block;
    z-index: 500;
}
.schedule_left_right {
    display: flex;
    justify-content: space-around;
    padding: 0 60px
}
.time_activity {
    display: flex;
    margin-bottom: 60px;
}
.time_width {
    width: 80px;
    margin: 0 60px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: 900;
    padding: 20px;
    height: fit-content;
    color: #faac9d;
}
.activity {
    display: flex;
    align-items: center;
    width: 275px;
    padding-left: 50px;
    height: 120px;
    border-radius: 0 60px 60px 0;
    border-top: 4px solid #faac9d;
    border-right: 4px solid #faac9d;
    border-bottom: 4px solid #faac9d;
    position: relative;
    left: -50px;
    
}




@media(max-width: 1360px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 6rem;
    }
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 4.0rem;
    letter-spacing: 2px;
    line-height: 60px;
}
    .activity {
        width: 240px;
    }
}
@media(max-width: 1180px) {
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 3.6rem;
    letter-spacing: 2px;
    line-height: 54px;
}
}

@media(max-width: 1160px) {
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 3.0rem;
    letter-spacing: 2px;
    line-height: 45px;
}
    .link_button {
        padding: 20px 40px;
    }
    .link_button a {
        font-size: 3rem;
    }
}
  @media (max-width: 1060px) {
        .about_title.room_presentation, .about_title.one_day_title {
            font-size: 4.8rem;
            line-height: 65px;
        }
    }
    
@media(max-width: 960px) {
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    letter-spacing: 1px;
}
    .activity {
        width: 210px;
        padding-left: 30px;
    }
}
@media(max-width: 880px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 4rem;
        line-height: 60px;
    }
}
    
    
@media(max-width: 850px) {
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 2.8rem;
    line-height: 40px;
}
    .tekuteku_about .main_visual_img {
        padding: 40px 0;
    }
    .tekuteku_about .about_top_image {
        margin: 0 40px 60px;
    }
     .about_title {
        padding: 20px;
    }
    .activity {
        width: 180px;
        padding-left: 20px;
    }
     .title_and_paragraph {
    width: 60%;
    padding: 20px 20px 0px 20px;
    margin-right: 40px;
}
    .interior_slider_img {
        padding: 0;
        transform: scale(0.4);
    }
    .deco_img {
        width: 70%;
    }
    .link_button {
        padding: 10px 30px;
    }
    .link_button a {
        font-size: 2.4rem;
    }
}
@media(max-width: 800px) {
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 2.6rem;
    line-height: 36px;
}
}
@media(max-width: 780px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 3.6rem;
        letter-spacing: 2px;
        line-height: 45px;
    }
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 2.4rem;
    line-height: 36px;
}
    .activity {
        width: 150px;
    }
    .time {
        font-size: 3rem;
        line-height: 45px;
        padding: 15px;
    }
    .sun_cloud {
        width: 60%;
        height: auto;
    }
    .tekuteku_about .pop_life_comment .interior_bloc {
        margin: 100px auto 60px
    }
    
    
    
}
@media(max-width: 715px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 3.2rem;
    }
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 2.1rem;
}
    .schedule_left_right {
        padding: 0 40px;
    }
    .activity {
        width: 140px;
        padding-left: 10px;
    }
    .link_button a {
        font-size: 2.1rem;
    }
}
@media(max-width: 640px) {
    .schedule_left_right {
        padding: 0 30px;
    }
    .activity {
        padding-left: 5px;
    }
    .time {
        font-size: 3rem;
        line-height: 30px;
        padding: 10px;
    }
    .time_width {
        width: 60px;
    }
    .about_plan {
        margin-bottom: 150px;
    }
    .tekuteku_about .pop_life_comment_1 {
        margin-bottom: 0;
    }
    .about_section {
        margin: 100px 0 240px;
    }
    .one_day_schedule {
        margin: 200px 0 300px;
        border-radius: 100px 100px 30px 30px;
    }
    .about_title.one_day_title {
        padding: 10px 20px;
    }
    .sun_cloud {
        width: 80%;
    }
    .one_day_title {
        border: 1px solid #ffffff;
        top: -30px;
    }
    .time_activity {
        margin-bottom: 30px;
    }
}
    @media(max-width: 610px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 3rem;
        letter-spacing: 1.5px;
    }
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 1.8rem;
    line-height: 30px;
}
    .tekuteku_about .tekuteku_rinnen {
        font-size: 3rem!important;
    }
}

@media(max-width: 540px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 2.4rem;
        line-height: 36px;
        letter-spacing: 0.5px;
    }
    .sun_cloud_box {
        margin: 10px auto 80px;
    }
    .title_and_paragraph {
        width: 80%;
        padding: 10px 20px 0;
    }
    .slider_comment_box {
        top: 30px;
    }
    .schedule_left_right {
        padding: 0 10px;
        justify-content: center;
        align-content: center;
        margin: 0;
        display: flex;
    }
    .time_activity {
        display: block;
    }
    .schedule_bloc {
        width: 40%;
    }
    .activity {
        width: inherit;
        border: none;
        left: 5px;
        top: -5px;
        height: 50px;
        align-items: flex-start;
    }
    .time_width {
        width: auto;
        margin: 0;
    }
    /*.left */.time_width {
        margin: 0 60px 0 0;
        display: flex;
        justify-content: flex-start;
    }
    .time {
        font-size: 2.1rem;
    }
    .slider-wrapper {
        padding: 20px 0;
    }
.interior_slider_img.active {
  transform: scale(1.2);
  opacity: 1;
}
   
}

@media(max-width: 480px) {
    .br_480px {
        display: none;
    }
        .tekuteku_about .pop_life_comment .interior_bloc {
            margin: 80px 20px 40px;
    }
    .title_and_paragraph {
        width: 200%;
        margin-right: 20px;
    }
}
    @media(max-width: 460px) {
    .tekuteku_about .pop_life_comment .interior_bloc {
    padding: 0 20px;
}
    .tekuteku_about .top_main_section {
        margin-top: -50px;
    }
    .tekuteku_about .slider_pictures {
        padding: 30px 20px 0;
    }
    .about_title {
        padding: 10px 20px;
    }
        .about_title.room {
        margin: 0 0 -40px;
    }
        .link_button {
            padding: 10px 20px;
        }
        .link_button a {
            font-size: 1.8rem;
        }
        .tekuteku_about .about_top_image {
            margin: 0 20px 40px;
        }
        .about_plan_ul li {
            margin-bottom: 5px;
        }
}


/* Bottom slider..................................................................... */
.custom_slider {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -100px;
    border-top : 10px groove #6bbf7b;
    border-bottom: 10px groove #6bbf7b;
    padding: 40px 0 30px;
}

.slides {
  display: flex;
  animation: scrollSlider 30s linear infinite;
}

.slide {
  flex: 0 0 33.3333%; /* 3 images visible at once */
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
}

.slide img {
  width: 300px;
    height: auto;
  border-radius: 20px;
}

.caption, .slide-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  font-weight: bold;
  color: #333;
}
.slide-caption {
    font-size: 2.4rem;
    line-height: 36px;
    text-align: center;
    margin: 10px auto!important;
    width: 100%!important;
}
.caption {
    display: none;
    font-size: 2rem;
    line-height: 30px;
    bottom: 15px;
    background-color: rgba(199, 227, 201, 1);
    padding: 6px 12px;
}
@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1060px) {
      .caption, .slide-caption {
          font-size: 1.8rem;
          padding: 6px 10px;
      }
    }
@media (max-width: 960px) {
      .caption, .slide-caption {
          font-size: 1.8rem;
      }
    .caption {
        padding: 6px 10px;
    }
    .slide {
        flex: 0 0 50%;
    }
    }
@media(max-width: 740px) {
    .slide img {
        width: 240px;
    }
}

@media(max-width: 610px) {
    .rdc_mark.about {
        margin: 100px auto -100px;
    }
}
@media (max-width: 540px) {
	.slick-list {
		padding: 10px 0 80px!important;
	}
    .slide {
        flex: 0 0 60%;
    }
    .slide-caption {
        font-size: 1.8rem;
		padding: 0;
    }
      .caption {
          font-size: 1.6rem;
      }
    }
@media (max-width: 460px) {
	.slider-wrapper {
		padding: 20px 0;
	}
	.tekuteku_about .slider_pictures img {
		width: 90%;
		padding: 20px 0 0;
	}
}
	@media (max-width: 440px) {
    .slide {
        flex: 0 0 70%;
    }
    }

@media(max-width: 400px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 2.1rem;
        line-height: 30px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 375px) {
    .slide {
        flex: 0 0 80%;
    }
    .slide img {
        width: 230px;
    }
	.title_and_paragraph {
		margin-right: 10px;
	}
    }

@media(max-width: 375px) {
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 1.6rem;
    line-height: 24px;
}
    .tekuteku_about .slider_pictures {
        margin-top: 10px;
    }
    .tekuteku_about .slider_pictures img {
        width: 260px;
    }
    .tekuteku_about .tekuteku_rinnen {
        margin-top: -20px;
        padding: 0!important;
        font-size: 2.4!important;
    }
    .about_plan_ul li {
        line-height: 0;
    }
    
}
@media(max-width: 345px) {
    .about_title.room_presentation, .about_title.one_day_title {
        font-size: 1.8rem;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .tekuteku_about .pop_life_comment .interior_bloc, .step_explication_bloc {
    font-size: 1.4rem;
    line-height: 21px;
}
}
@media(max-width: 275px) {
    .first_top_name_mirai .mirai_name {
    font-size: 1.2rem;
    line-height: 21px;
}
}









