.workshop{
  display: block;
  margin-top: 30px;
}
.workshop-slider-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 25px 0 25px;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .workshop-slider-wrapper{
    padding: 40px 0 40px;
  }
}
.workshop-slider-wrapper + .workshop-slider-wrapper{
  margin-top: 60px;
}
.workshop-slider-wrapper::before{
  content: "";
  width: calc(100% - 16.5%);
  display: block;
  height: 100%;
  position: absolute;
}
.workshop-slider-wrapper:nth-child(1)::before{
  background-color: #e2dfef;
  top: 0;
  left: 0;
}
.workshop-slider-wrapper:nth-child(2)::before{
  background-color: #e8f0c5;
  top: 0;
  right: 0;
}
.workshop-slider-wrapper:nth-child(3)::before{
  background-color: #f2997a;
  top: 0;
  left: 0;
}
.workshop-slider-wrapper:nth-child(4)::before{
  background-color: #efa2b5;
  top: 0;
  right: 0;
}
.workshop-slider-wrapper:nth-child(even) .workshop-slider-inner{
  flex-flow: row-reverse;
  padding-left: 0;
}
.workshop-slider-inner{
  /* width: 100%; */
  margin-left: auto;
  margin-right: 0;
  /* margin: 0 15px 0; */
}
.workshop-nav-container{
  width: auto;
  position: relative;
}
.workshop-nav-ttl{
  display: block;
  height: 70px;
  margin: 0 auto;
}
.workshop-nav{
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.workshop-slider-container{
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .workshop-slider-container{
    margin-top: 24px;
  }
}

.workshop-slider-card{
  position: relative;
  padding: 32px;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .workshop-slider-card{
    padding: 16px;
  }
}

.workshop-slider-card-inner{
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 13px;
  filter: drop-shadow(0 0 6px rgba(0,0,0,.2));
  transform: translateZ(0);
  z-index: 1;
  display: flex;
  flex-flow: column-reverse;
  height: 100%;
}
.workshop-slider-card-deco{
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  z-index: 2;
  height: 63px;
  transform: translateZ(0);
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .workshop-slider-card-deco{
    top: 0px;
    left: 0px;
  }
}
.workshop-slider-card-txt-container{
  padding: 20px 20px 90px 20px;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .workshop-slider-card-txt-container{
    padding: 32px 32px 90px 32px;
  }
}
.workshop-slider-card-ttl{
  font-size: 20px;
  line-height: 1.25em;
}
.workshop-slider-card-ttl span{
  font-size: 15px;
  line-height: 1.36em;
  margin-bottom: 4px;
  display: block;
}
.workshop-slider-card-tag-list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  margin-top: 12px;
  gap: 6px;
}
.workshop-slider-card-tag-list li{
  font-size: 14px;
  line-height: 1;
  height: 28px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.workshop-slider-card-tag-list li:nth-child(1){
  background-color: #26dac1;
  color: #000;
}
.workshop-slider-card-tag-list li:nth-child(2){
  background-color: #bdf34f;
  color: #000;
}
.workshop-slider-card-tag-list li:nth-child(3){
  background-color: #d80c18;
  color: #fff;
}
.workshop-slider-card-desc{
  font-size: 14px;
  line-height: 1.5em;
  margin: 12px 0 0;
}

.workshop-btn-wrapper{
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.workshop-btn-wrapper .Btnlink_area{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.workshop-btn-wrapper .Btnlink_area a{
  margin: 0;
}
.workshop-btn-ended{
  font-size: 18px;
  font-weight: 600;
  color: #e61c23;
  text-align: center;
  white-space: nowrap;
  line-height: 1.35em;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .workshop-btn-ended{
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.workshop-slider-card-img-wrapper{
  display: block;
  width: 100%;
  padding-top: 73.4%;
  position: relative;
  overflow: hidden;
}
.workshop-slider-card-img{
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  position: absolute;
}
