@charset "utf-8";
/* -------------------------------------------------------------------------- */

/*	17. event archive
/* -------------------------------------------------------------------------- */

.eventArchive .archiveList li{
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border-bottom: #000 dotted 1px;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  background: none;
}
.eventArchive .archiveList li:last-child{
  margin-bottom: 0;
  border-bottom: none;
}
.eventArchive .archiveList li .eventLine{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 0.5em 1em;
}
.eventArchive .archiveList li i{
  display: inline-block;
  color: #FFF;
  width: 5.5em;
  padding: 0.3em 0.5em;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1;
}
.eventArchive .archiveList li i.tenji{
  background: #33569c;
}
.eventArchive .archiveList li i.event{
  background: #178bad;
}
.eventArchive .archiveList li time{
  display: inline-block;
  padding-left: 1.5em;
  background: url(./images/common/calender_g.png) no-repeat left top 0.3em / 1em auto;
}
.eventArchive .archiveList li .eventLine .ev_end {
  margin: 0;
}
.eventArchive .archiveList li .eventLine .ev_end span {
  line-height: 1;
  border: #d93b27 solid 1px;
  font-weight: 700;
  color: #d93b27;
  font-size: 0.8125rem;
  border-radius: 3px;
  padding: 0.2em 0.8em;
  height: 1.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eventArchive .archiveList li .cont{
  display: inline-block;
	width: 100%;
}
.eventArchive .archiveList li .cont a{
  text-decoration: none;
  color: #027659;
}
.eventArchive .archiveList li .cont a[target="_blank"]{
  padding-right:  16px;
  margin-left: 3px;
  margin-right: 5px;
  background: url(./images/common/icon_externallink_g.png) no-repeat right center / 12px auto;
}
.eventArchive .archiveList li .cont span.newIcon{
  display: inline-block;
  background: #d93b27;
  padding: 3px 3px;
  margin-left: 8px;
  color: #FFF;
  font-weight: 700;
  font-size: 0.8125rem;
  border-radius: 3px;
  line-height: 100%;
}
.eventArchive .nothing{
  color: #656565;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width:835px){ /* for PC */
  .eventArchive .archiveList li .cont a:hover{
    opacity: 0.65;
    transition:all 0.3s ease;
  }
  .eventArchive .archiveList li .cont{
    margin-top: 0.5em;
  }
}
@media only screen and (max-width:834px){ /* for Tab */
  
}
@media only screen and (max-width:480px){ /* for SP */
  .eventArchive .archiveList{
    padding-right: 0;
  }
  .eventArchive .archiveList li .cont{
    width: 100%;
    padding-top: 2vw;
  }
}

/* -------------------------------------------------------------------------- */

/*	18. event single
/* -------------------------------------------------------------------------- */
.eventSingle h3 {
  margin-top: 0;
}
.eventSingle .headInfo{
  margin: 1.5em 0 1em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.eventSingle .headInfo .newIcon{
  background: #d93b27;
  padding: 0.2em 0.8em;
  color: #FFF;
  font-size: 0.8125rem;
  border-radius: 3px;
  line-height: 1;
  height: 1.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eventSingle .headInfo i {
  color: #FFF;
  padding: 0.2em 0.8em;
  font-style: inherit;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1;
  height: 1.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eventSingle .headInfo i.event {
  background: #178bad;
}
.eventSingle .headInfo i.tenji {
  background: #33569c;
}
.eventSingle .headInfo .times{
  margin-left: 0.5em;
  font-weight: 700;
}
.eventSingle .headInfo .times span{
  padding-left: 1.5em;
  background: url(./images/common/calender_g.png) no-repeat left top 0.15em / 1em auto;
}
.eventSingle .ev_end {
  margin: 0 0 1em 0;
}
.eventSingle .ev_end {
  display: inline-block;
}
.eventSingle .ev_end span {
  line-height: 1;
  border: #d93b27 solid 1px;
  font-weight: 700;
  color: #d93b27;
  font-size: 0.8125rem;
  border-radius: 3px;
  padding: 0.2em 0.8em;
  height: 1.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eventSingle .ev_detailInfo {
  background: #f1efd8;
}
.eventSingle .ev_detailInfo {
  padding: 1em 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  gap: 0.6em;
  margin-bottom: 2em;
}
.eventSingle .ev_detailInfo .itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5em;
}
.eventSingle .ev_detailInfo .itm span{
  display: inline-block;
  background: #007545;
  color: #fff;
  padding: 0.5em 1em;
  font-size: .875rem;
  line-height: 1;
  width: 8em;
  text-align: center;
}
.eventSingle .ev_detailInfo .itm p {
  margin: 0;
  font-size: 1rem;
}
.eventSingle .ev_detailInfo .termLine {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.eventSingle .ev_appbtnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.eventSingle .ev_appbtnArea .moreBtn {
  text-align: center;
  font-size: 1rem;
  padding: 1em 1.5em 1em 1.5em;
  min-width: 20em;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(0deg, #027659 0%, #015347 50%, #027659 51%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.eventSingle .ev_appbtnArea .moreBtn.end {
  pointer-events: none;
  background: #efefef;
  color: #555;
  box-shadow: none;
}
.eventSingle .backbtnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
.eventSingle .backbtnArea a{
  padding: 0.8em 2em;
  font-size: .875rem;
  color: #027659;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 238, 238, 1) 50%, rgba(255, 255, 255, 1) 51%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
.eventSingle .backbtnArea a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  margin-right: 8px;
  background: url(./images/common/arrow.png) no-repeat left top / 7px auto;
}   
@media only screen and (min-width:481px){ /* for PC + Tab */
  
}
@media only screen and (max-width:480px){ /* for SP */
  .eventSingle .ev_detailInfo {
    padding: 0.8em;
  }
  .eventSingle .ev_detailInfo .itm {
    align-items: flex-start;
    gap: 1em;
  }
  .eventSingle .ev_detailInfo .itm span{
    font-size: .75rem;
    padding: 0.5em 0;
    width: 7.5em;
  }
  .eventSingle .ev_detailInfo .itm p{
    font-size: .875rem;
  }
  .eventSingle .textArea table th{
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }
  .eventSingle .textArea table td{
    display: block;
    width: 100%;
    padding: 0.8em 1em 1em 1em;
  }
}

