@charset "utf-8";

@media screen and (max-width: 1150px) {
  div.content-wrapper-bg {
    padding: 115px calc(50vw - 50%);
}
}

@media (max-width: 992px){
  main{
        max-width: 1170px;
        margin: 0 auto;
}

}



@media (max-width: 768px){

/* 【共通】section全体 ↓↓↓ */
/* div.content-inner , div.content-subinner{
  width:100%;
} */
div.content-inner{
  width:100%;
}
div.content-subinner{
  width:95%;
}
div.content-wrapper-bg {
    padding: 70px calc(50vw - 50%);
}
br.pc-br{
  display: none;
}
br.sp-br{
  display: block;
}




/* .special-background::before{
    clip-path: polygon(
    0% 1.5%, 10% 1.1%, 20% 0.8%, 30% 1.1%, 40% 1.5%, 50% 1.9%, 60% 2.2%, 70% 1.9%, 80% 1.5%, 90% 1.1%, 100% 0.8%, 
    100% 99.2%, 90% 98.9%, 80% 98.5%, 70% 98.1%, 60% 97.8%, 50% 98.1%, 40% 98.5%, 30% 98.9%, 20% 99.2%, 10% 98.9%, 0% 98.5%
  );
  } */
/* 【共通】section全体 ↑↑↑ */



/* mainimage ↓↓↓ */

/* mainimage ↑↑↑ */



/* 【共通】 h2 ↓↓↓ */
h2.h2-normal{
font-size: 2.5rem;
margin-bottom: 1.5rem;
}
h2.h2-normal > span{
    font-size: 1.2rem;
}
/* 【共通】 h2 ↑↑↑ */



/* 【共通】 h2直下のdiv ↓↓↓ */
/* 【共通】 h2直下のdiv ↑↑↑ */



/* 【共通】 h3 ↓↓↓ */
/* 【共通】 h3 ↑↑↑ */




/* slider ↓↓↓ */

.slider-message {
  left: 50%;
  bottom: 35px;

  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: repeating-linear-gradient(
    -45deg,
    #ffb406,
    #ffb406 3px,
    #ff9d00 3px,
    #ff9d00 6px
  );
  color: #fff;
  line-height: 1.0;
  padding: 15px;

  background-size: 17px 17px;
  animation: 
    floating-mobile 3.5s ease-in-out infinite, 
    stripe-move-mobile 2s linear infinite;
}
.slider-message span{
 padding: 7px 15px;
}
@keyframes floating-mobile {
  0%, 100% { 
    transform: translateX(-50%) translateY(0); 
  }
  50% { 
    transform: translateX(-50%) translateY(-10px); 
  }
}

@keyframes stripe-move-mobile {
  from { background-position: 0 0; }
  to { background-position: 17px 0; }
}
/* slider ↑↑↑ */



/* 当園の特徴 ↓↓↓ */
 div.shadowed-item{
  box-shadow: 10px 10px 0px 0px #4CAF50;
 }

   div.shadowed-item > h3{
      padding: 18px 0 30px;
    }
    div.shadowed-item > h3::after{
    bottom: 15px;
    }
ul.shadowed-list{
grid-template-columns: 1fr;
gap:40px;
}
div.shadowed-item > p{
  padding: 0 15px 15px;
}

ul.shadowed-list{
    grid-template-columns: 1fr;
    }

    ul.shadowed-list > li.mt50-listitem {
        margin-top: 0;
    }



/* リストNo. */
/* span.list-number-admission,span.list-number-characteristic{
} */

span.list-number-characteristic{
      left: -35px;
        top: -45px;
        width: 130px;
        height: 130px;
        font-size: 2.5rem;
    }

  span.list-number-admission{
    /* bottom: -30px;
    left: -30px; */
    left: -35px;
    top: -45px;
        width: 100px;
        height: 100px;
        font-size: 2.0rem;
    }
/* 当園の特徴 ↑↑↑ */



/* クラス分け ↓↓↓ */
ul.class-list {
   grid-template-columns: 1fr;
   gap: 50px;
   width: 100%;
}
.bubble{
  margin-bottom: 35px;
}
/* クラス分け ↑↑↑ */





/* 1日の流れ ↓↓↓ */
.time-colorA,.time-colorB,.time-colorC,.time-colorD,.time-colorE,.time-colorF,.time-colorG,.time-colorH {
    padding: 15px;
    border-radius: 0;
}

.time-colorA,.time-colorB,.time-colorC,.time-colorD,.time-colorE,.time-colorF,.time-colorG,.time-colorH,.time-title {
    grid-template-columns: 1fr;
    position: relative;
    box-sizing: border-box;
}
.time-colorB,.time-colorC,.time-colorD,.time-colorE,.time-colorF,.time-colorG,.time-colorH {
  padding-top: 40px;
}
.sp-noblock{
  display: none;
}




.time-colorA::after,.time-colorC::after,.time-colorE::after,.time-colorG::after{ background: #f2ffc1;}
.time-colorB::after,.time-colorD::after,.time-colorF::after{ background: #cff6a3;}

.time-colorA,.time-colorC,.time-colorE,.time-colorG{ background: #f2ffc1;}
.time-colorB,.time-colorD,.time-colorF,.time-colorH{ background: #cff6a3;}

.time-colorA,.time-colorB,.time-colorC,.time-colorD,.time-colorE,.time-colorF,.time-colorG{
  position: relative;
}

.time-colorA::after,
.time-colorB::after,
.time-colorC::after,
.time-colorD::after,
.time-colorE::after,
.time-colorF::after,
.time-colorG::after{
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        width: 100%;
        height: 20px;
        z-index: 10;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        right: auto;
        top: auto;
 }




.time-colorA > div.left-content ,
.time-colorB > div.left-content ,
.time-colorC > div.left-content ,
.time-colorD > div.left-content ,
.time-colorE > div.left-content ,
.time-colorF > div.left-content ,
.time-colorG > div.left-content ,
.time-colorH > div.left-content{
  background: #4CAF50;
  flex-direction: row;
  justify-content: center;
  border-radius: 999px;
  padding: 5px;
  color: #fff;
}



.time-colorA > div::after ,
.time-colorB > div::after ,
.time-colorC > div::after ,
.time-colorD > div::after ,
.time-colorE > div::after ,
.time-colorF > div::after ,
.time-colorG > div::after{
    content: none;
}



    div.left-content > svg{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* .time-colorA svg > .clock-icon{ fill: #c8e100!important;}
.time-colorB svg > .clock-icon{ fill: #b6da0b!important;}
.time-colorC svg > .clock-icon{ fill: #a5d317!important;}
.time-colorD svg > .clock-icon{ fill: #93cc22!important;}
.time-colorE svg > .clock-icon{ fill: #81c42e!important;}
.time-colorF svg > .clock-icon{ fill: #6fbd39!important;}
.time-colorG svg > .clock-icon{ fill: #5eb645!important;}
.time-colorH svg > .clock-icon{ fill: #4caf50!important;} */

.clock-icon{ fill: #fff!important;}

.left-content_paddingtop{
  padding: 5px!important;
}
.right-content > ul{
  padding: 10px 0;
}
.right-content > ul > li:nth-child(1),
.right-content > ul > li:nth-child(2),
.right-content > ul > li:nth-child(3) {background: none;}


.right-content > ul > li:nth-child(1)::after ,
.right-content > ul > li:nth-child(2)::after ,
.right-content > ul > li:nth-child(3)::after ,
.right-content > ul > li:nth-child(1)::before,
.right-content > ul > li:nth-child(2)::before,
.right-content > ul > li:nth-child(3)::before{
  display: none;
}
/* 1日の流れ ↑↑↑ */





/* 年間行事 ↓↓↓ */
.season-text-wrapper{
  /* display: grid; */
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.content-spring, .content-summer, .content-autumn, .content-winter {
  display: block;
  min-height: auto;
}
.season-icon-wrapper{
  display: none;
}

.content-spring, .content-summer, .content-autumn, .content-winter{
    position: relative;
    padding: 50px 15px 15px;
}

.content-spring > div.content-item,
.content-summer > div.content-item,
.content-autumn > div.content-item,
.content-winter > div.content-item {
  display: block;
  margin-bottom:15px;
}
.content-spring > div.content-item:last-child,
.content-summer > div.content-item:last-child,
.content-autumn > div.content-item:last-child,
.content-winter > div.content-item:last-child {
  margin-bottom:0;
}
.season-text-wrapper h4{
  background: #fff;

    display: block;
    text-align: left;
    font-weight: 700;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    padding: 5px 15px;
    margin-right: 0;
    margin-bottom: 5px;
}
div.sp-season-h3 {
  display: block;
  position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
h3.sp-icon-title {
  display: flex;
    text-align: center;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
}
h3.sp-icon-spring{
    background: #ff8390;
}
h3.sp-icon-summer{
    background: #fac142;
}
h3.sp-icon-autumn {
    background: #c34f01;
}
h3.sp-icon-winter {
    background: #237da1;
}
/* 年間行事 ↑↑↑ */






/* 入学案内 ↓↓↓ */
/* ul.admission-list li{
        display: flex;
        flex-direction: column;
}

 ul.admission-list li img{
  width: 75%;
  display: block;
  margin: 0 auto;
} */

ul.admission-list-remake{
        /* grid-template-columns: repeat(2,1fr);
        gap:  40px 20px; */
        grid-template-columns: 1fr;
}
ul.admission-list-remake li{
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}

ul.admission-list-remake li img{
      width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admission-text h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

ul.admission-list-remake li::after{
  border-left: 3px dotted #FFE054;
}
ul.admission-list-remake li::before{
  border-top:8px solid #FFE054;
  bottom: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 5;
}
ul.admission-list-remake li::after{
  height: 24px;
  width: 0;
  bottom: 0;
}


/* .admission-img{
  position: relative;
}

.admission-img img{
  border-radius: 10px;
}

.admission-text h4 {
  font-size: 20px;
  margin: 40px 0 10px;
} */
/* 入学案内 ↑↑↑ */





/* 諸費用 */
.cost-table th,
  .cost-table td{
    display: block;
  }


.cost-table th{
  width: 100%;
  border-bottom: 1px dotted #4CAF50;
}


.cost-table tfoot tr{
    margin-top: 12px;
  }

  .cost-table tfoot th{
    border-bottom: none;
  }

  .cost-table tfoot td{
    border-top: none;
    font-size: 26px;
  }
/* 諸費用 */




/* 質問 ↓↓↓ */
ul.qa-wrapper > li > div{
padding: 0.8rem;
display: flex;
        justify-content: space-between;
}
ul.qa-wrapper > li > div > div{
    display: block;
    width: 90%;
}
ul.qa-wrapper > li > div > div > span{

padding: 2px;
width: auto;
height: auto;
display: block;
text-align: center;
border-radius: 5px;
margin-bottom: 10px;
}
ul.qa-wrapper > li > div > div > p{
margin-left:0;
}
/* 質問 ↑↑↑ */



/* 園長の紹介 ↓↓↓ */
div.principal-grid{
grid-template-columns: 1fr;
}
div.principal-text >.name{
text-align: center;
}
div.principal-text .name > span{
display: inline-block;
margin-right:10px;
}
/* 園長の紹介 ↑↑↑ */



/* form ↓↓↓ */
/* div.self-separate {
    grid-template-columns: repeat(1, minmax(0, 1fr));
} */
/* div.one-item{
      padding: 1.0rem;
} */
.contact-buttun span {
display: block;
margin:2px 0 0 0;
font-size:1.0rem;
}
.contact-buttun {
text-align: center;
font-size: 1.2rem;
}
/* form ↑↑↑ */



.br-sp{
  display: block;
}
.br-pc{
  display: none;
}
  }
  


@media (max-width: 530px){
    
    ul.shadowed-list > li > span.contact-no{
    font-size: 1.5rem;
    width: 5.5rem;
    height: 5.5rem;
    }
}

@media (max-width: 460px){

 .time-group > ul{
    grid-template-columns: repeat(1, 1fr);
}
.time-group > ul > li
 {
     flex-direction: row;
    }

    .time-group > ul > li >p
 {
     margin-left: 5px;
    }
  }

@media screen and (max-width: 250px) {
  .principal-img img{
  width: 100%;
  height: auto;
}
}