@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');

/*==================================

 Layout

==================================*/
.teaser-block{
  padding-bottom: 8%;
}
#feature .teaser-block-title{
  background-image: url(../images/feature/tit_feature.png);
  padding-top: 13.4%;
  margin-bottom: 6%;
}

/* sched-head */
#feature .sched-box{
  padding-top: 4%;
  border-bottom: 1px solid;
  border-image: linear-gradient(45deg, #f2aac9,#0094da) 1;
}
#feature .sched-box:first-child{
  padding-top: 0;
}
#feature .sched-box:last-child{
  border-bottom: none;
}
#feature .sched-box .sched-head{
  display: flex;
}
#feature .sched-box .sched-head .date{
  width: 16%;
}
#feature .sched-box .sched-head .date p{
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #102d69;
}
#feature .sched-box .sched-head .date p .dow{
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  width: 2.1em;
  height: 2.1em;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #102d69;
  border-radius: 50%;
}
#feature .sched-box .sched-head .detail{
  width: 84%;
  padding-left: 4%;
  margin-top: 1.2%;
}
#feature .sched-box .sched-head .detail ul{
  padding: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(45deg, #f2aac9,#0094da) 1;
}
#feature .sched-box .sched-head .detail ul:first-child{
  padding: 0;
}
#feature .sched-box .sched-head .detail ul:last-child{
  border-bottom: none;
}
#feature .sched-box .sched-head .detail li.sched-time{
  color: #f279ae;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding-bottom: 3%;
  padding-top: 3%;
  line-height: 1;
}
#feature .sched-box .sched-head .detail li.sched-time span{
  padding-left: 0.5em;
  font-size: 1rem;
}
#feature .sched-box .sched-head .detail li.sched-event{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 3%;
}
#feature .sched-box .sched-head .detail li.sched-guest,
#feature .sched-box .sched-head .detail li.sched-cco{
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-left: 0;
  text-indent: 0;
}
#feature .sched-box .sched-head .detail li.sched-cco span,
#feature .sched-box .sched-head .detail li.sched-guest span{
  font-size: 1rem;
}
#feature .sched-box .sched-head .detail .feature-btn a{
  font-size: 1.4rem;
  padding: 0.5em 1em;
}

/* feature */
#feature .sched-box .sched-box-feature{
  padding: 6% 0 4%;
}
#feature .sched-box .sched-box-feature .feature-text{
  margin-top: 10px;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  #feature .sched-box .sched-head .date{
    width: 10%;
  }
  #feature .sched-box .sched-head .detail li.sched-time{
    padding-top: 1%;
  }
}
/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  .teaser-block{
    padding-top: 0;
  }
  #feature .teaser-block-title{
    padding-top: 8.13%;
    margin-bottom: 40px;
  }

  /* feature */
  #feature .sched-box .sched-box-feature{
    padding: 4% 0;
  }
  /* sched-head */
  #feature .sched-box .sched-head .date{
    width: 16%;
  }
  #feature .sched-box .sched-head .date p{
    font-size: 3.2rem;
  }
  #feature .sched-box .sched-head .date p .dow{
    font-size: 1.5rem;
  }
  #feature .sched-box .sched-head .detail{
    margin-top: 8px;
  }
  #feature .sched-box .sched-head .detail ul{
    padding: 0 0 10px;
  }
  #feature .sched-box .sched-head .detail li.sched-time{
    font-size: 2.4rem;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  #feature .sched-box .sched-head .detail li.sched-time span{
    font-size: 1.2rem;
  }
  #feature .sched-box .sched-head .detail li.sched-event{
    font-size: 2rem;
    padding-bottom: 2%;
  }
  #feature .sched-box .sched-head .detail li.sched-guest{
    font-size: 1.4rem;
    padding-left: 8.25em;
    text-indent: -8.25em;
  }
  #feature .sched-box .sched-head .detail li.sched-cco{
    font-size: 1.4rem;
    padding-left: 6.65em;
    text-indent: -6.65em;
  }
  #feature .sched-box .sched-head .detail .feature-btn a{
    font-size: 1.5rem;
    max-width: 240px;
  }
}