@charset "utf-8";

/* CSS Document */

.eventpage .st-secheader,
.eventsinglepage .st-secheader{
  background-image: url(../img/event/event-header.jpg);
  }

.blogpage{border-bottom: 1px solid rgba(var(--VeryLightGrey),1);}

/* list */

.event-intro{
  margin-bottom: 80px;
}

.event-list{
  margin-bottom: 100px;
}

.event-item{
  display: grid;
  grid-template-columns: 135px 28.5% 18.5% 1fr 110px;
  gap: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(var(--VeryLightGrey),1);
}

.event-category{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-right: 20px;
}

.event-category_badge{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 115px;
  height: 22px;
  --viewport-from: 476;
  --font-size-from: 12;
  --viewport-to: 992;
  --font-size-to: 12;
  --max-font-size: 12;
  font-weight: bold;
  color: rgba(var(--color-White),1);
  background-color: rgba(var(--color-Malibu),1);
}

.event_02 .event-category_badge{background-color: rgba(var(--color-Padua),1);}

.event-category_text{
  
}

.event-title{
  padding-top: 3px;
  line-height: 1.4;
}

.event-date{
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.event-location{
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.event-link_button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border: 2px solid rgba(var(--color-VenetianRed),1);
  border-radius: 15px;
  background-color: rgba(var(--color-VenetianRed),1);
  transition: .3s;
}

.event-link_button:hover{
  background-color: rgba(var(--color-White),1);
}

.event-link span{
  font-size: 14px;
  font-weight: bold;
  color: rgba(var(--color-White),1);
  transition: .3s;
}

.event-link:hover span{
  color: rgba(var(--color-VenetianRed),1);
}

.event-item_head{
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 10px;
}

.event-item_head .event-category{
  width: 100%;
  padding-right: 20px;
  text-align: center;
}

.event-item_head{
  padding-top: 0;
}

.event-item_head .event-date{
  padding-top: 0;
  font-size: 16px;
}

.event-item_head .event-location{
  padding-top: 0;
  font-size: 16px;
}


/* single */

.eventsinglepage .sw-contents_inner{
  max-width: 800px;
}

.event-single_category{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 22px;
  margin-bottom: 15px;
  background-color: rgba(var(--color-Malibu),1);
}

.event_02.event-single_category{background-color: rgba(var(--color-Padua),1);}

.event-single_category-text{
  font-size: 12px;
  color: rgba(var(--color-White),1);
}

.event-single_title{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.event-single_time{
  display: grid;
  align-items: center;
  grid-template-columns: 15px 1fr;
  gap: 5px;
  margin-bottom: 40px;
  --viewport-from: 476;
  --font-size-from: 14;
  --viewport-to: 992;
  --font-size-to: 15;
  --max-font-size: 15;
}

.event-single_time::before{
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/common/clock-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.event-single_contents{
  margin-bottom: 80px;
  line-height: 2;
}

.event-single_contents h2{
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 7px;
  --viewport-from: 476;
  --font-size-from: 18;
  --viewport-to: 992;
  --font-size-to: 20;
  --max-font-size: 20;
  font-weight: bold;
}

.event-single_contents h2::before{
  content: "";
  width: 100%;
  height: 16px;
  background-image: url(../img/event/event-fig-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: .62em;
}

.event-single_contents ul{
  padding-left: 1em;
}

.event-single_contents li{
  list-style: disc;
}

.event-single_outline{
  margin-bottom: 50px;
}

.event-single_outline-title{
  margin-bottom: 20px;
  --viewport-from: 476;
  --font-size-from: 18;
  --viewport-to: 992;
  --font-size-to: 20;
  --max-font-size: 20;
  font-weight: bold;
}

.event-single_outline-list{
  border-top: 1px solid rgba(var(--VeryLightGrey),1)
}

.event-single_outline-item{
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--VeryLightGrey),1);
}

.event-single_outline-head{
  font-weight: bold;
  color: rgba(var(--color-Malibu),1);
}

.event-single_outline-body{
}

.event-single_button{
}

.event-single_button .sw-roundButton{
  width: 300px;
  height: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {}/* max-width: 1400px */
@media screen and (max-width: 1200px) {}/* max-width: 1200px */

@media screen and (max-width: 992px) {

.event-intro{
  margin-bottom: 60px;
}

.event-list{
  margin-bottom: 80px;
}

.event-item{
  grid-template-columns: 120px 28.5% 18.5% 1fr 100px;
  gap: 15px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.event-item.event-item_head{
  display: none;
}

.event-category{
  height: 26px;
  margin-right: 15px;
}

.event-title{
  font-size: 15px;
}

.event-link_button{
  height: 26px;
}

.event-link span{
  font-size: 13px;
}

}/* max-width: 992px */

@media screen and (max-width: 768px) {

.event-intro{
  margin-bottom: 40px;
}

.event-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.event-item{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid rgba(var(--VeryLightGrey),1);
  border-radius: 10px;
}

.event-category{
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}

.event-category_badge{
  max-width: 100%;
  height: 100%;
  font-size: 14px;
}

.event-title{
    margin-bottom: 15px;
  padding-top: 0;
  font-size: 16px;
  font-weight: bold;
}

.event-date{
  margin-bottom: 5px;
  padding-top: 0;
}

.event-date::before{
  content: "開催日：";
}

.event-location{
  margin-bottom: 20px;
  padding-top: 0;
}

.event-location::before{
  content: "開催場所：";
}

.event-link_button{
  height: 36px;
  border-radius: 18px;
}

.event-link span{
  font-size: 15px;
}

/* single */

.event-single_time{
  margin-bottom: 30px;
}

.event-single_contents{
  margin-bottom: 40px;
}

.event-single_outline-title{
  margin-bottom: 10px;
}

.event-single_outline-item{
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.event-single_button .sw-roundButton{
  width: 280px;
  height: 50px;
}

}/* max-width: 768px */

@media screen and (max-width: 576px) {

  /* list */

  .event-list{
  grid-template-columns: 1fr;
  gap: 15px;
}

.event-item{
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

/* single */

.event-single_outline-item{
  grid-template-columns: 1fr;
  gap: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

}/* max-width: 576px */

@media screen and (max-width: 476px) {}/* max-width: 476px */