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

.kotobuki_day_service {
    width: 100%;
    max-width: 1440px;
}
.kotobuki_day_service .top_day_name {
    font-size: 6rem;
    line-height: 60px;
    padding: 10px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e1ecdd;
    margin-bottom: 0;
}
.kotobuki_day_service .main_title {
    font-size: 5rem;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 20px;
    background-color: #6667;
    padding: 60px;
    color: #ffffff;
}
.top_comment.top_title {
    padding: 20px 0;
    margin: 0;
}
.green {
    background-color: #7aa171;
    height: 20px;
    width: 240px;
}
.g_left {
    border-radius: 0 20px 20px 0;
    text-align: left;
}
.g_right {
    border-radius: 20px 0 0 20px;
    text-align: right;
}
.kotobuki_day_service .separed_line_deco {
    margin: 180px 0;
}
.kotobuki_title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
}
.am_schedule .second_title_deco, .pm_schedule .second_title_deco {
    background-color: #6667;
}
.day_schedule .am_pm {
    display: flex;
    justify-content: space-between;
    margin: 40px;
}
.kotobuki_day_service table {
  border-spacing: 0 20px; /* 0 pour l'espace horizontal, 40px pour l'espace vertical */
  border-collapse: separate; /* Assure que l'espacement est pris en compte */
    margin: -20px auto 0;
}
.kotobuki_day_service tr {
    font-size: 3rem;
    padding-bottom: 40px;
}
.kotobuki_day_service .second_title_bloc {
    margin: 0 auto 20px;
}
.second_title_b_deco {
    margin-bottom: 30px;
}
.activity.right .second_title_b_deco {
    margin-right: -200px;
}
.activity.left .second_title_b_deco {
    margin-left: -200px;
}

.second_title_b_deco span {
    display: inline-block;
    width: 40px;
    height: 10px;
    background-color: #7aa171;
    border-radius: 6px;
    margin-right: 30px;
}
.kotobuki_day_service .middle_separate {
    margin: 0 20px;
}
.vertical_separate_deco {
    display: flex;
    flex-direction: column;
    margin: auto;
}
.all_separate_deco {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.all_separate_deco span {
    display: inline-block;
}
.green_deco {
    width: 10px;
    height: 30px;
    background-color: #c0d1b9;
    border-radius: 5px;
}
.grey_circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #999999;
    margin: 5px 0;
}
.kotobuki_day_service .table_td1 {
    font-size: 2rem;
    font-weight: 600;
    width: auto;
}

.kotobuki_day_service .second_title_comment, .event_commment {
    margin: 40px 0;
    padding: 0 60px;
}

.contact_comment.event_table {
    border: none;
}

.day_schedule, .interior_presentation, .one_year_event, .special_activities {
    padding: 0 0 60px;
}
.kotobuki_day_service .decoration_line {
    display: none;
}
.day_schedule {
    background-color: #d1d4ce;
}
.interior_presentation {
    background-color: #f2e7d2;
}
.one_year_event {
    background-color: #fce4ec;
}

.kotobuki_day_service .special_activities {
    background-color: #deeddc;
}
.monthly_irasuto {
    display: flex;
    justify-content: space-between;
    margin: 0 60px;
}
.event_table p span{
    border: solid 4px #333333;
}
.event_table_group {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.event_table_group table {
    border-collapse: collapse;
        }
.event_table_group th:nth-child(1), .event_table_group td:nth-child(1) {
            border: 1px solid #ccc;
            padding: 10px 20px;
        }
.event_table_group table td:nth-child(2),
.event_table_group table th:nth-child(2) {
    border: 1px solid #ccc;
    padding: 10px 40px;
}
.event_table_group th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
        }
.event_table_group td {
    text-align: left;
}
        .event_table_group tr:nth-child(even) {
            background-color: #f9f9f9;
        }



.kotobuki_day_service .slider_pictures img {
    display: block;
    width: 360px;
    height: auto;
}
.activity-image {
    width: 100%;
}
.activity .second_title_b_deco span {
    background-color: #7aa171;
}
.monthly_irasuto {
}
.month {
    font-size: 2.4rem;
    margin: 0 auto;
}
.m_irasuto {
    display: inline-block;
    width: 60px;
    height: auto;
    margin: 0 auto;
}
.kotobuki_day_service .activity .second_title_deco {
    background-color: #7aa171;
}
.slide img {
    height: 200px;
    width: auto;
}

.interior_slider {
    margin: 0 auto;
}
.interior_slider_img {
    width: 480px;
    height: auto;
}
.interior_slider_img img {
    display: inline-block;
    width: 100%;
}
.slide-caption {
    display: block;
    font-size: 3rem;
    color: #333333;
    font-weight: 400;
    margin: 10px auto;
}

.bloc_activities {
    display: flex;
    justify-content: space-around;
}

.bloc_activities.b1 {
    margin-bottom: 60px;
}
.activity.right .second_title_bloc {
    justify-content: flex-end;
}
.activity.right .second_title_deco {
    margin-right: 0;
    margin-left: 20px;
}


.activity {
    width: 50%;
    padding: 0 40px;
}
.activity_comment {
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 45px;
    width: auto;
    text-align: left;
    margin: 40px 0 60px;
    padding: 20px;
    border-radius: 20px;
    background-color: #c7d0c2;
}
.effect_bloc {
    margin: 10px auto -60px;
}
.effect_bloc img {
    display: inline-block;
}
.effect_bloc .effect_img_2 {
    position: relative;
    top: -15px;
}
.effect_bloc .effect_img_3 {
    position: relative;
    top: -30px;
}

.kotobuki_day_service .second_title_button {
    margin-left: inherit;
    margin: 160px 80px;
}

/** Slider-caption CSS **/
.slider_caption {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px 0 40px;
        }

        .slider_caption p {
            position: absolute;
            opacity: 0;
            transform: scale(0.7);
            font-size: 3rem;
            font-weight: 500;
            color: #333;
            transition: opacity 3s ease, transform 3s ease;
        }

        .slider_caption p.active {
            opacity: 1;
            transform: scale(1);
        }

        .slider_caption p.hidden {
            opacity: 0;
            transform: scale(0.7);
        }




/** Code CSS pour le slider des illustrations des activites journalieres ..................... **/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.slider-container {
  max-width: 100%;
  width: 40%;
  height: 400px; /* Ajustez selon vos besoins */
  position: relative;
  overflow: hidden;
    left: 700px;
    margin: -200px -700px 0 0;
}

.slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide img {
  height: 80%;
width: auto;
  object-fit: cover;
    margin: auto;
}
.slide.fade .c_other {;
    height: 25%;
    position: relative;
    top: 33%;
}

.caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(53, 121, 0, 0.6);
  padding: 15px 20px;
  font-size: 18px;
  opacity: 0;
  transition: opacity 1s;
  border-radius: 5px;
}

/* Buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 10;
}

.prev:hover, .next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Fade effect */
.fade {
  animation: fadeEffect 1s;
}

.kotobuki_day_service .link_button a {
    left: 0;
    margin: 0 0 0 -60px;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tb_left {
    width: 150px;
}

