@charset "utf-8";

form {/* border:1px solid #eee; *//* background:#eee; */max-width: 900px;margin: 30px auto;font-family: dnp-shuei-mgothic-std, sans-serif;border: 1px solid #ddd;padding: 30px 20px 35px;background: #f7f7f7;}

h2.search_title{font-size:20px;text-align:center}
p.search_comment{font-size:16px;text-align:center;border-bottom: 1px solid #ddd;padding-bottom: 10px;}

.top_searchBox{display:flex;font-family: dnp-shuei-mgothic-std, sans-serif;max-width: 1000px;margin: 10px auto 20px;justify-content: center;/* border: 1px solid #ddd; *//* padding: 30px 20px 35px; *//* background: #eee; */}


.set_a{/* width:50%; */padding: 0 10px;}
.set_b{/* width:30%; */padding: 0 10px;}
.set_c{width:20%;}

.search_plan_form-select_wrapper select {
  width: 160px;
}
.search_plan_form select {
  width: 160px;
  background-color: rgba(0,0,0,0);
  border: none;
  padding: 12px 25px 12px 16px;
}


input, textarea, select {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}


.checkin{color:#555}

@media screen and (max-width: 640px){
 .top_searchBox{display:flex;
 flex-wrap: wrap;
}



/* ===================================================== */




.op_time_set{max-width:1000px;margin:0 auto}


.timeline-003 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.timeline-003 li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #161616;
    font-size: .8em;
    padding: 0 10px;
    font-size: 18px;
}
.timeline-003 li span{
    font-size: .8em;
  line-height:1.5;
  

}



.timeline-003 li.prev,
.timeline-003 li.current {
/*     color: #2589d0; */
}

.timeline-003 li::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    content: '';
    border: 2px solid #d6dde3;
    border-radius: 50%;
    background-color: #fff;
}

.timeline-003 li.prev::before,
.timeline-003 li.current::before {
    border-color: #2589d0;
}

.timeline-003 li:not(:last-child)::after {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #d6dde3;
    content: '';
}

.timeline-003 li.current::before,
.timeline-003 li.prev::after {
    background-color: #2589d0;
}


.timeline-003 li img{padding:10px;}



@media screen and (max-width: 640px){
    .timeline-003 {
        display: flex;
        justify-content: flex-start;
        list-style-type: none;
        flex-direction:column;
        padding: 0;
    }
    
    .timeline-003 li {
        text-align: left;
        font-size: .8em;
        padding: 0 10px;
        font-size: 18px;
        padding-left: 40px;
        text-align: left;
    }
    
  .timeline-003 li::before {
      width: 14px;
      height: 14px;
      margin-bottom: 6px;
      content: '';
      border: 2px solid #d6dde3;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 20px;
  }
      
    .timeline-003 li:not(:last-child)::after {
        position: absolute;
        top: 8px;
        left: 7.5%;
        z-index: -1;
        width: 1px;
        height: 100%;
        background-color: #d6dde3;
        content: '';
    }
    }
    


 /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline {
    /* white-space: nowrap; */
    /* overflow-x: hidden; */
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    /* text-align: center; */
    /* padding: 30px 20px 0; */
    /* border:1px solid #ddd; */
    /* border-top:none; */
    height: 500px;
    /* overflow-x: scroll; */
    text-align: center;
  }

.timeline p.title {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  font-size:20px;
  font-weight:600;
  color:#067f4e;
}

.timeline p.title:before, .timeline p.title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.timeline p.title:before {
  border-left: solid 2px #067f4e;
  border-top: solid 2px #067f4e;
  border-bottom: solid 2px #067f4e;
  left: 0;
}
.timeline p.title:after {
  content: '';
  border-top: solid 2px #067f4e;
  border-right: solid 2px #067f4e;
  border-bottom: solid 2px #067f4e;
  right: 0;
}






 .timeline::-webkit-scrollbar {
/*     width: 5px; */
    height:10px;
}
 .timeline::-webkit-scrollbar-track {
  border-radius: 0px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
 .timeline::-webkit-scrollbar-thumb {
  background-color: #008c33e0;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}





  
  .timeline ol {
    font-size: 0;
    width: 100%;
    padding: 50px 0;
    /* transition: all 1s; */
    /* padding-right:100px; */
  }
  
  .timeline ol li {
    position: relative;
    display: inline-block;
    /* list-style-type: none; */
    width: 20%;
    height: 1px;
    margin: 0.1%;
    background: #a7aaad;
  }

  .timeline ol li:first-child {
    /* width: 80px; */
    /* width:10px; */
  }

  
  .timeline ol li:last-child {
    /* width: 100px; */
    /* width:10px; */
    /* width: 20%; */
  }
  
  .timeline ol li:not(:first-child) {
    /* margin-left: 14px; */
  }


  body{
    counter-increment: number 0; 
  }

  .timeline ol li::after {
/*     .timeline ol li:not(:last-child)::after { */
    content: '';
    position: absolute;
    left: calc(100% + 1px);
    left: 45%;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #1d6b44;
     content: '';
    counter-increment: number 1;
    content:  counter(number);
    color:#fff;
    line-height:30px;
  }




  .timeline ol li div {
    position: absolute;
    padding: 15px;
    font-size: 16px;
    width: calc(100% - 30px);
    white-space: normal;
    color: black;
    text-align: left;

  }

  .timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    font-size:12px;
    color:#fff
  }
  

  .timeline time {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .timeline .arrows .arrow__prev {
    margin-right: 20px;
  }
  
  .timeline .disabled {
    opacity: .5;
  }
  
  .timeline .arrows img {
    width: 45px;
    height: 45px;
  }
  
  @media screen and (max-width: 768px) {
  .timeline {
      width: 90%;
      height: 100%;
  }
}




  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 599px) {

  .timeline {
      width: 95%;
  }

    .timeline ol,
    .timeline ol li {
      width: auto; 
    }
    
    .timeline ol {
      padding: 0;
      transform: none !important;
    }
    
    .timeline ol li {
      display: block;
      height: auto;
      background: transparent;
    }
    
    .timeline ol li:first-child {
      margin-top: 25px;
      width: 100%;
    }
    

    
    .timeline ol li div {
      width: 94%;
      width: 80%;
      height: auto !important;
      margin: 0 35px 35px;
    }
    
    .timeline ol li div {
      position: static;
    }
    

    
       .timeline ol li div::before {
      left: 15px;
      top: 0;
      transform: translateX(-50%);
      border: none;
      border-left: 1px solid #ddd;
      height: 130%;
    }
  



  
  .timeline ol li::after {
        left: 0;
        top:0;
        left: 15px;
        top: 0;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid #ddd;
  }

    

    
}
 



.boxTaike {
    position: relative;
    max-width: 1200px;
    margin: 1.5em auto;
    padding: 2.5em 1.5em 1.5em;
    /* box-shadow: 0 2px 3px rgb(0 0 0 / 20%); */
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    color: #333333;
}

.boxTaike span {
    position: absolute;
    top: -15px;
    transform: translateX(-.3em) rotate(-5deg);
    padding: .5em 2em;
    border-right: 2px dotted rgb(0 0 0 / 10%);
    border-left: 2px dotted rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #FFEB3B;
    font-weight: 600;
}

.boxTaike p {
    margin: 0;
/*     font-size: 20px; */
}

.boxTaike p.catch{font-size: 18px;margin-bottom: 10px;}

.boxOsusume{display:flex}
.ocReco{width:23%;margin:0 1%;padding: 0;/* border:1px solid #ddd; */}
.gakka{padding:2%;/* background: #ddd; */font-size: 16px;text-align: center;color:#fff;font-weight:600}
.title{padding:2%;font-size: 16px;text-align: center;}
.txt{padding: 2% 2%}
.hari{background:#FFC107;}
.judo{background:#5ac65e;}
.sports{background:#c54e4e;}
.kaigo{background:#f2a5a5;}

.hari_border{border:1px solid #FFC107;}
.judo_border{border:1px solid #5ac65e;}
.sports_border{border:1px solid #c54e4e;}
.kaigo_border{border:1px solid #f2a5a5;}