.event-present {
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #ffff51;
    padding: 15px;
    border-radius: 5px;
    border: #ff79b6 1px solid;
    margin-bottom: 40px;
    line-height: 1.3;
}
.event-present p {
    color: #000;
}
.event-present span {
    color: #ff3838;
}
.fukudashi {
    max-width: 250px;
    margin: auto;
    font-family: 'Kiwi Maru', serif;
  font-weight: 500;
    background-color: #ff79b6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 15px;
    position: relative;
}
.fukudashi:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ff79b6;
  border-bottom: 0;
}
.hero-img {
    margin-bottom: 70px;
}
.hero-img img.only-pc {
    border-radius: 8px;
}
.hero-img #movie01 {
    width: 100%;
}
.lead-center {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    margin-top: -20px;
    color: #000;
    line-height: 1.5;
}
.lead-center br {
    display: none;
}
.lead-center span {
    background-color: #ff79b6;
    color: #fff;
    border-radius: 40px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.2;
    display: inline-block;
}
#content {
      background: #fffbee;
    }
    .item-col4{

    }

    .page-hero-copy {
      font-size: 48px;
    }
    .coution-cov {
      text-align: left;
      width: 800px;
      padding: 32px;
      margin: 0 auto;
      font-size: 15px;
      color: #bd445a;
      line-height: 1.6;
      border: #bd445a dotted 1px;
    }
    .coution-cov .aside-title{
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;
    }

    .coution-cov p {
      font-size: 15px;
      line-height: 1.6;
      padding-bottom: 24px;
      color: #bd445a;
    }
    .coution-cov li {
      color: #bd445a;
    }
    #event-schedule .container {
      width: 90%;
      margin: 0 auto;
    max-width: 960px;
    }
    #event-schedule .item {
      width: 180px;
      height: 210px;
      float: left;
      background: #fff;
      margin: 8px;
      border-radius: 6px;
    }
    #event-schedule .item a {
      color: #333;
    }
    .data-wrap {
      padding: 16px 0;
      text-align: center;
    }
    .year {
      font-weight: 600;
      font-size: 14px;
    }
    .day {
      font-size: 40px;
      font-weight: 600;
      display: inline-block;
      letter-spacing: -0.06em;
      padding: 5px 3px 0 18px;
    }
    .daytxt {
      font-weight: 600;
      font-size: 34px;
      padding-top: 16px;
      margin-bottom: 10px;
      letter-spacing: 0;
      line-height: 1em;
    }
    .week {
      display: inline-block;
      font-size: 11px;
      width: 24px;
      height: 24px;
      background: #333;
      border-radius: 6px;
      line-height: 24px;
      font-weight: 600;
      color: #fff;
      position: relative;
      top: -8px;
    }
    .time {
      font-size: 14px;
      font-weight: 600;
    }
    .type-detail {
      padding: 40px;
      margin-bottom: 32px;
      background: #fff;
      border-radius: 6px;
    }
    #event-detail {
      clear: both;
      padding-top: 120px;
    }
    .type-title {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      background: #333;
      padding: 14px 20px 12px;
      margin-bottom: 40px;
      position: relative;
    }

    .type-title .tab-reserv {
      background: #fff;
      font-size: 12px;
      color: #f39a39;
      padding: 4px 8px 3px;
      margin-left: 10px;
      top: -3px;
      position: relative;
    }
    #session .type-title {
      background: #f39a39;
    }
    #night .type-title {
      background: #502d7c;
    }
    #private .type-title {
      background: #3b9e71;
    }
    #outcall .type-title {
      background: #61b7a8;
    }
      #assistant .type-title {
      background: #8d1c44;
    }
      #benefit .type-title {
      background: #ec7593;
    }
  #online .type-title {
      background: #13b1fb;
    }
#open01-02 .type-title {
      background: #0481d2;
    }
    #session .type-title .tab-reserv {
      color: #f39a39;
    }
    #night .type-title .tab-reserv {
      color: #502d7c;
    }
    #private .type-title .tab-reserv {
      color: #3b9e71;
    }
    #outcall .type-title .tab-reserv {
      color: #61b7a8;
    }
#assistant .type-title .tab-reserv {
      color: #8d1c44;
    }
#benefit .type-title .tab-reserv {
      color: #ec7593;
    }
#online .type-title .tab-reserv {
      color: #13b1fb;
    }
    .summary-copy {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }
    .summary p {
      font-size: 15px;
      line-height: 1.6;

    }
    #event-detail table {
      width: 100%;
      margin: 32px 0;
      border-top: #b1b1b1 solid 1px;
      border-bottom: #b1b1b1 solid 1px;
    }

    #event-detail th {
      font-size: 15px;
      padding: 14px;
      text-align: left;
      border-bottom: #b1b1b1 dotted 1px;
      line-height: 1.5;
    }
    #event-detail td {
      font-size: 15px;
      padding: 14px;
      text-align: left;
      border-bottom: #b1b1b1 dotted 1px;
      line-height: 1.5;
    } 
  #event-detail td a {
    text-decoration: underline;
}
  .bnr-op {
    width: 400px;
    margin: 0px auto 60px;
}
   #event-detail {
    clear: both;
    padding-top: 60px;
}
@media screen and (max-width:768px) {
.hero-img {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important; 
}
}
@media screen and (max-width:640px) {
.page-hero {
    padding-bottom: 0px !important;
  }
}
    @media screen and (max-width:600px) {
        .event-present {
            margin-bottom: 30px;
            font-size: 15px;
        }
.event-present span {
  display: block;
    margin-bottom: 5px;
}
.event-present {
}
        
      .lead-center {
    margin-bottom: 30px;
}
     .bnr-op {
    width: 80%;
    margin: 0px auto 60px;
}   
   }


.coution li {
      list-style: none;
      font-size: 13px;
      line-height: 1.5;
      padding-bottom: 3px;
    }
    .schedule {
      padding: 40px 0 0 ;
    }
    .sec-subtitle {
      font-size: 16px;
      font-weight: 600;
    }
    .schedule li {
      display: inline-block;
      color: #333;
      border-right: #d1d1d1 solid 1px;
      padding: 0;
      width: 24%;
      margin-bottom: 16px;
      
    }
     .schedule li:nth-child(4n){
      border-right: none;
    }
.slider {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}
.slider li {
    width: 22.9999%;
    margin: 1%;
}
#event-schedule .slider li .item {
  width: auto;
  height: auto;
    float: none;
    margin: 0;
}
#free-schedule dl {
    display: table;
    border: #cacaca solid 1px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 15px;
    
}
#free-schedule dt {
    background-color: #3b9e71;
    color: #fff;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 230px;
}
#free-schedule dl:nth-child(2) dt {
    background-color: #0ea5fd;
}
#free-schedule dl:nth-child(3) dt {
    background-color: #50a697;
}
#free-schedule dl:nth-child(4) dt {
    background-color: #5c62cb;
}
#free-schedule dt a {
    display: block;
    padding: 15px;
    color: #fff;
    position: relative;
}
#free-schedule dt a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
#free-schedule dt a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
#free-schedule dd {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
#free-schedule .container {
    max-width: 800px;
}
     @media screen and (max-width:1250px) {
      .schedule li {
      width: 32.5%;
        
    } 
        .schedule li:nth-child(4n){
      border-right: #d1d1d1 solid 1px;
    }
       .schedule li:nth-child(3n){
      border-right: none;
    }
         
#event-schedule .item {
  width: 100%;
}
         
         
     }
      @media screen and (max-width:960px) {
          .slider li {
    width: 47.3333%;
}
      .schedule li {
      width: 49.5%;
    } .schedule li:nth-child(3n){
      border-right: #d1d1d1 solid 1px;
    }
         .schedule li:nth-child(2n){
      border-right: none;
    }
     }
.schedule li:last-child{
      border-right: none;
    }
    .inner-lg{
      width: 95%;
      margin: 0 auto;
    }
    .btn-reserve a {
clear: both;
    width: 300px;
    display: block;
    text-align: center;
    margin-top: 60px;
    padding: 20px;
    background: #ff3838;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    border-radius: 50px;
    margin: 60px auto 0;
}
.btn-reserve a:hover {
    background: #333;
}


    @media screen and (max-width:600px) {
        .hosoku {
  margin-bottom: 30px !important;
}
        #free-schedule dl {
    display: block;
    
}
        #free-schedule dt {
    display: block;
            width: auto;
    
}
        #free-schedule dd {
    display: block;
            width: auto;
            text-align: center;
    
}
        .slider li {
    width: 45.9999%;
            margin: 2%;
}

      .page-hero-copy {
        font-size: 30px;
      }
      .coution-cov {
        text-align: left;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        font-size: 13px;
    color: #bd445a;
    line-height: 1.6;
        border: #bd445a dotted 1px;
      }
      #event-schedule .container {
        width: 90%;
        margin: 0 auto;
      }#event-schedule .item {
        width: 47%;
            height: 180px;
        float: left;
        background: #fff;
        margin: 4px;
        border-radius: 6px;
      }
       .data-wrap {
    padding: 12px 0;
}
    .year {
    font-size: 12px;
}
    .day {
font-size: 26px;
    padding: 5px 3px 0 18px;
}
    .daytxt {
    font-weight: 600;
    font-size: 34px;
    padding-top: 16px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1em;
}
    .week {
font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    top: -6px;
}
    .time {
font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
}
    .type-detail {
       padding: 24px;
}
      .type-title {
        font-size: 16px;
        line-height: 1.4;
         margin-bottom: 20px;
      }
      .daytxt {
    font-weight: 600;
    font-size: 24px;
    padding-top: 16px;
    margin-bottom: 7px;
      }
      
     .summary-copy {
    font-size: 15px;
           line-height: 1.5;
    margin-bottom: 16px;
}
      .coution li {
        list-style: none;
        font-size: 11px;
        line-height: 1.7;
        padding-bottom: 3px;
      }
      .schedule .item {
        display: inline-block;
        border-right: #d1d1d1 solid 1px;
        padding: 0 10px;
      }
      .btn-reserve a {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 60px;
        padding: 16px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.04em;
      }
.summary p {
    font-size: 13px;
    line-height: 1.6;
}
      #event-detail td {
    font-size: 12px;
    width: 70%;
    padding: 6px 4px;
    text-align: left;
    border-bottom: #b1b1b1 dotted 1px;
    line-height: 1.6;
}
    #event-detail th {
    font-size: 12px;
    padding: 6px 2px;
    width: 30%;
    text-align: left;
    border-bottom: #b1b1b1 dotted 1px;
    line-height: 1.5;
}  
     .inner-lg {
    width: 100%;
    margin: 0 auto;
} .sec-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
      .type-title .tab-reserv {
     font-size: 11px;
    padding: 4px 4px 3px;
    margin-left: 10px;
    top: -2px;
      }

      .schedule .item {
    display: inline-block;
    border-right: #d1d1d1 solid 1px;
        padding: 0;
    width: 49%;
}
      .schedule .item.no-border{
    border-right:none;
}
      .schedule {
    padding: 40px 0 0;
    font-size: 0;
}#event-detail {
    clear: both;
    padding-top: 60px;
}
       .schedule .day {
    font-size: 24px;
         padding: 5px 3px 0 0px;
} 
    }
@media screen and (max-width:480px) {
.fukudashi {
  max-width: 220px;
  font-size: 14px;
}
    #free-schedule {
        margin-top: 0;
        padding-top: 0;
    }
    
.lead-center {
        line-height: 1.9;
        margin-top: 0;
        margin-bottom: 25px;
    margin-top: -25px;
    }
    .lead-center span {
        font-size: 90%;
    }
    .lead-center br {
        display: inherit;
    }
}
    @media screen and (max-width:320px) {
     .schedule .day {
    font-size: 24px;
} 
      .coution-cov {
    font-size: 11px;
      }
      .type-title {
    font-size: 14px;
        line-height: 1.6;
}.type-detail {
    padding: 18px;
}
      .type-title .tab-reserv {
    font-size: 10px;
      }
    }





  #content {
    background: #f2f0ec;
}
  .sec-title {
    margin-bottom: 60px;
}
  .page-hero {
    padding-bottom: 100px;
}
  .l-sec {
    padding-bottom: 120px;
}
  .archive .page-hero {
    padding-top: 10px;
    max-width: 900px;
}
  .page-hero-copy-wrap .txt {
 line-height: 1.8em;
    padding-bottom: 80px;
    text-align: left;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
  .coution-cov {
    color: #191919;
    border: #707070 dotted 1px;
    border-left: none;
    border-right: none;
}
  .coution-cov p {
    color: #484848;
}
  .coution-cov li {
   color: #484848;
}
  .page-hero-copy-wrap .txt strong {
background-image: linear-gradient( transparent 60%, #fff600 60%, #fff600 100%);
}


  .page-hero-copy {
    font-size: 48px;
    margin-top: 60px;
}
  .sec-title:after {
 display: none;
  }
  .event-schedule .container {
    width: 900px;
}
 #event-bnr li {
   width: 49%;
   float: left;
    margin-bottom: 17px;
}
 #event-bnr li.w100 {
   width: 100%;
   float: none;
}
 #event-bnr li.w100 img{
   width: 100%;
     height: auto;
}
  #event-bnr li a:hover {
  opacity: 0.6;
}
   #event-bnr li:nth-child(1),#event-bnr li:nth-child(3) {
 margin-right:4%;
}

  #event-bnr .container {
    width: 80%;
    max-width: 900px;
  }
  #event-schedule a {
    color: #000;
  }
   #event-schedule a:hover {
   opacity: 0.7;
  }
  #event-schedule .item {
    width: 140px;
    height: 180px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    float: left;
    background: #fff;
    margin: 8px;
    border-radius:5px;
}
#event-schedule .slick-slide{
    margin-left: 8px;
    margin-right: 8px;
}
#event-schedule .slick-slide .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


  .day {
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.06em;
    padding: 5px 3px 0 18px;
}
.private .day {
    padding-left: 0;
    font-size: 43px;
}
.private .week-and {
    font-weight: bold;
    display: inline-block;
    vertical-align: super;
}
@media screen and (max-width: 480px) {
.private .day {
  font-size: 25px;
    padding-right: 0;
    padding-top: 0;
    vertical-align: middle;
}
.private .week {
  vertical-align: middle;
    margin-top: 15px;
}
.private .week-and {
  vertical-align: middle;
}
}
  .time {
    border-top: #cacaca solid 1px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
    width: 80%;
    margin: 6px auto 0;
}
  .week {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #4d9de2;
    border-radius: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -8px;
    text-align: center;
}
 .type {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
        height: 34px;
    display: table;
    width: 100%;
    background: #ff933b;
    color: #fff;
   border-radius: 5px 5px 0px 0px;
     padding: 10px;
}
 .type span{
    vertical-align: middle;
    display: table-cell;
   line-height: 1.2;
}
  .type.oc {
    background: #ff79b6;
}
   .type.session {
    background: #ff933b;
}
      .type.private {
    background: #2e9164;
}
   .type.outcall {
    background:#50a697;
}
   .type.online {
    background: #0ea5fd;
}
   .type.interview {
    background: #8370bb;
}
 .type.benefits {
    background: #af2749;
}


#event-schedule {
    background: #e7e5e1;
    padding: 60px 0;
    margin-bottom: 120px;
}
 .other-event-title {
width: 200px;
    float: left;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #dd002f;
    border-radius: 4px;
    text-align: center;
    margin: 16px 30px 0 0;
   position: relative;
}
   .other-event-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 10px solid #dd002f;
}
  
  #event-schedule .other-event .item {
    width: 140px;
    height: 64px;
  }
   .other-event .time {
    border-top: none;
    font-size: 14px;
    font-weight: 600;
    padding-top: 3px;
    width: 80%;
    margin: 6px auto 0;
} 
  .other-event .data-wrap {
    padding: 0px;
    text-align: center;
}

.event-matchi-detail{
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.event-matchi-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.event-matchi-detail li {
    width: 19%;
    float: left;
    text-align: center;
  margin-right: 1%;
}
  .event-matchi-detail li:nth-child(5) {
  margin-right: 0%;
}
.event-matchi-detail li a {
    width: 100%;
    display: block;
    background: #333;
    padding: 14px 0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;

    color: #fff;
}
.new2023 .event-matchi-detail li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    
}
.event-matchi-detail li a:hover {
opacity: 0.7;
}
    .event-matchi-detail li.oc a {
    background: #0072ff;
}
   .event-matchi-detail li.session a {
    background: #ff933b;
}
    .event-matchi-detail li.private a {
    background: #2e9164;
}
   .event-matchi-detail li.outcall a {
    background:#50a697;
}
   .event-matchi-detail li.online a {
    background: #0ea5fd;
}
  .event-matchi-detail li.oc.off a, 
  .event-matchi-detail li.session.off a, 
  .event-matchi-detail li.private.off a, 
  .event-matchi-detail li.outcall.off a, 
  .event-matchi-detail li.online.off a {
    background: #d7d7d7;
    pointer-events: none;
  }



 @media screen and (max-width:640px) {
     .new2023 .event-matchi-detail li a br {
         display: none;
     }
#event-schedule .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}
   .page-hero {
    padding-bottom: 0;
}
   .container.page-hero {
    width: 100%;
	padding-top: 64px;
}
   .archive .page-hero {
    padding-top: 0;
}
   .page-hero-copy {
    font-size: 30px;
    margin-top: 60px;
}
   .page-hero-copy-wrap .txt {
    font-size: 15px;
}
   .l-sec {
    padding-bottom: 60px;
}
   #event-bnr li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
    #event-bnr li img {
    width: 100%;
    height: auto;
}
    .event-matchi-detail li.oc.off a, 
  .event-matchi-detail li.session.off a, 
  .event-matchi-detail li.private.off a, 
  .event-matchi-detail li.outcall.off a, 
  .event-matchi-detail li.online.off a {
   display: none;
  }
   .event-matchi-detail li {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
}
   .other-event-title {
    width: 100%;
    float: left;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #dd002f;
    border-radius: 4px;
    text-align: center;
    margin: 30px 0 10px;
    position: relative;
}
   .other-event-title{
  
   }
   .event-matchi-detail {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
     text-align: center;
}
   
   #event-schedule .other-event .item {
    width: 31%;
    height: 64px;
     margin: 1%;
}
   #event-schedule .item {
    width: 100%;
    height: 150px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    float: left;
    background: #fff;
    margin: 1%;
    border-radius: 5px;
}
  .type {
    font-size: 11px;
   }
   .other-event .time {
       font-size: 10px;
    width: 95%;
   }
   .slick-prev, .slick-next {
  
   }
.week {
    display: inline-block;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #4d9de2;
    border-radius: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -8px;
    text-align: center;
}
.year {
    font-size: 11px;
}
.slick-slide {
    margin: 5px;
}
  .day {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.06em;
    padding: 5px 3px 0 18px;
} 
   .time {
    border-top: #cacaca solid 1px;
    font-size: 11px;
    font-weight: 600;
    padding-top: 6px;
    width: 80%;
    margin: 6px auto 0;
}
   #event-schedule {
    background: #e7e5e1;
    padding: 60px 0;
    margin-bottom: 30px;
}
      .other-event-title:before {
     display: none;
   }
   
}
.hosoku {
    margin-bottom: 80px;
}
.hosoku li {
    width: 30%;
    float: left;
    margin-right: 3%;
    border-radius: 8px;
    padding: 30px;
    background: #fffdaa;
    height: 240px;
}
  .hosoku li:nth-child(3n) {
    margin-right: 0%;
}
.hosoku-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 18px;
    color: #599a99;
}
.hosoku p {
    font-size: 14px;
    line-height: 1.6;
    color:#252407;
}
.hosoku-icon {
    height: 60px;
    width: 100px;
    margin: 0 auto 10px;
    text-align: center;
}
.hosoku-icon img {
    height: 60px;
}
  
   @media screen and (max-width:640px) {
     .hosoku li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px;
    background: #fffdaa;
    height: auto;
}
}

   @media screen and (max-width:640px) {
     .hosoku li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px;
    background: #fffdaa;
    height: auto;
}
               .slick-prev {
    left: -26px!important;
            z-index: 3;
}
      .slick-next {
    right: -26px!important;
}    
               .slick-slider {
    width: 86%;
       margin: 0 auto;
     }
   .other-event {
    width: 100%;
    margin: 0 auto;
} 
     .slick-next::before {
    content: url(../../common/css/img/next-sp.png)!important;
}     
      .slick-prev::before {
    content: url(../../common/css/img/prev-sp.png)!important;
}    
}