@charset "UTF-8";
/*======================================================================
 * イベントページ レイアウト
======================================================================*/
/* ------------------------------------------------------------
 * 詳細
------------------------------------------------------------ */
.article .event-title {
  margin: 2em auto 21px;
}
.article .event-title .new {
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.article .event-title .new span {
  background: #FFE72E;
  padding: 1px 4px;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.article .event-detail a {
  color: #14AECC;
}
.article .event-detail .image {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}
.article .event-detail .info {
  padding-bottom: 2rem;
  border-bottom: solid 1px #D6D6D6;
}
.article .event-detail .info dl {
  margin-bottom: 0;
}
.article .event-detail .info dl dt, .article .event-detail .info dl dd {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 1.69;
}
.article .event-detail .info dl dt:last-child, .article .event-detail .info dl dd:last-child {
  margin-bottom: 0;
}
.article .event-detail .info dl dt {
  width: 54px;
  background: #F4F4F4;
  text-align: center;
  margin-right: 5px;
}
.article .event-detail .info dl dd {
  width: calc(100% - 66px);
  margin-bottom: 10px;
}
.article .event-detail .content {
  margin: auto;
  line-height: 1.69;
  border-bottom: solid 1px #D6D6D6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.article .event-detail .content a {
  color: #14AECC;
}
.article .event-detail .link-heading a.icon {
  position: relative;
  color: #000;
  text-decoration: none;
}
.article .event-detail .link-heading a.icon:before {
  position: absolute;
  content: "";
  top: 14px;
  right: -9px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.article .event-detail .link-heading a.icon.-pdf:before {
  width: 14px;
  height: 19px;
  background: url("../images/common/icon-pdf.svg") no-repeat;
  background-size: 100%;
}
.article .event-detail .related-keywords {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article .event-detail .related-keywords {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(50% - 50vw);
    margin-bottom: 5.5vw;
    margin-left: 0;
  }
}
.article .event-detail .related-keywords p.heading {
  display: block;
  font-size: 1.4rem;
  margin: 0 1em -5px 0;
}
@media screen and (max-width: 768px) {
  .article .event-detail .related-keywords p.heading {
    width: 100%;
  }
}
.article .event-detail .related-keywords ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .article .event-detail .related-keywords ul {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw) 5.5vw 0;
  }
}
.article .event-detail .related-keywords ul li a {
  display: block;
  border: 1px solid #14AECC;
  border-radius: 20px;
  padding: 3px 9px;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  font-size: 1.4rem;
  margin-right: 10px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article .event-detail .related-keywords ul li a {
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.article .event-detail .sns-link {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 34px auto 30px;
}
.article .event-detail .sns-link li {
  margin-right: 9px;
}
.article .event-detail .sns-link li:first-child {
  margin-right: 0;
}
.article .event-detail .sns-link li:last-child {
  margin-right: 0;
}
.article .event-detail .sns-link li table {
  margin: 0;
}

/*------------------------------------------------------------
 * カレンダー
------------------------------------------------------------*/
.bnr-section {
  max-width: 810px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .bnr-section {
    padding: 0 5.5vw;
  }
}
.bnr-section .bnr {
  width: 100%;
}
.bnr-section .bnr img {
  width: 100%;
}

.l-calendar {
  background: #fff;
  width: 800px;
  margin: 10px auto 32px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-calendar {
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
  }
  .l-calendar.adjust-width {
    max-width: 360px;
  }
}
@media screen and (max-width: 374px) {
  .l-calendar.adjust-width {
    max-width: 305px;
  }
}
.l-calendar .calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 1px;
  margin: 40px auto 15px;
}
@media screen and (max-width: 768px) {
  .l-calendar .calendar-header {
    margin: 15px auto 13px;
  }
}
.l-calendar .calendar-header .switch-button {
  position: absolute;
  top: 55%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.l-calendar .calendar-header .switch-button.-prev a, .l-calendar .calendar-header .switch-button.-next a {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.l-calendar .calendar-header .switch-button.-prev a:before, .l-calendar .calendar-header .switch-button.-next a:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #14AECC;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.l-calendar .calendar-header .switch-button.-prev {
  left: 31%;
}
@media screen and (max-width: 768px) {
  .l-calendar .calendar-header .switch-button.-prev {
    left: 7%;
  }
}
.l-calendar .calendar-header .switch-button.-prev a:before {
  border-left: 1px solid #14AECC;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.l-calendar .calendar-header .switch-button.-next {
  right: 31%;
}
.l-calendar .calendar-header .switch-button.-next a:before {
  border-right: 1px solid #14AECC;
}
@media screen and (max-width: 768px) {
  .l-calendar .calendar-header .switch-button.-next {
    right: 7%;
  }
}
.l-calendar .calendar-header .switch-button.-hidden {
  display: none;
}
.l-calendar .calendar-header .year-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-calendar .calendar-header .year-month span {
  margin-left: 5px;
  font-size: 48px;
}
.l-calendar .calendar-body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.l-calendar .calendar-body table {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.l-calendar .calendar-body th, .l-calendar .calendar-body td {
  width: calc(100% / 7);
}
.l-calendar .calendar-body th {
  padding: 11px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #e3e3e3;
  background: #F4F4F4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body th {
    padding: 10px 5px;
  }
}
.l-calendar .calendar-body th:nth-child(6) {
  background: #148CCC;
  color: #ffffff;
}
.l-calendar .calendar-body th:nth-child(7) {
  background: #DE3A3A;
  color: #ffffff;
}
.l-calendar .calendar-body td {
  position: relative;
  padding: 0 0 12px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}
.l-calendar .calendar-body td:first-child:before {
  content: "";
  display: block;
  float: left;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body td {
    padding: 0 0 5px;
  }
  .l-calendar .calendar-body td:first-child:before {
    min-height: 100px;
  }
}
.l-calendar .calendar-body td:nth-child(6) {
  background: #EFF9FF;
}
.l-calendar .calendar-body td:nth-child(6) span.day {
  color: #148CCC;
}
.l-calendar .calendar-body td:nth-child(7) {
  background: #FFEAEA;
}
.l-calendar .calendar-body td:nth-child(7) span.day {
  color: #e05327;
}
.l-calendar .calendar-body td.-today {
  background: #FFEAEA;
}
.l-calendar .calendar-body td span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-calendar .calendar-body td span.day {
  margin: 11px auto 0;
  font-size: 16px;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.l-calendar .calendar-body td span.day.-past {
  opacity: 0.3;
  color: #333;
}
.l-calendar .calendar-body td span.day.-holiday {
  color: #e05327;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body td span.day {
    margin: 8px auto;
    font-size: 1.4rem;
    padding: 3px;
    width: 14px;
    height: 14px;
  }
}
.l-calendar .calendar-body td span.event {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.l-calendar .calendar-body td span.event a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 5px 10px;
  background: #5CADFF;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 1.33;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body td span.event a {
    padding: 4px;
    font-size: 1.2rem;
  }
}
.l-calendar .calendar-body td span.event.-bg-red a {
  background: #FD5555;
}
.l-calendar .calendar-body td span.event.-bg-gray a {
  background: #B4B1B1;
}
.l-calendar .calendar-body td span.event.-bg-yellow a {
  background: #FFDF2C;
  color: #000000;
}
.l-calendar .calendar-body td span.event.-bg-pink a {
  background: #F5B5CB;
  color: #000000;
}
.l-calendar .calendar-body td span.event.-bg-green a {
  background: #48C957;
}
.l-calendar .calendar-body td span.event.-bg-purple a {
  background: #9259D5;
}
.l-calendar .calendar-body td span.event.-col1 {
  width: calc((800px / 7 * 1) - 2px);
}
.l-calendar .calendar-body td span.event.-col1 a {
  white-space: normal;
}
.l-calendar .calendar-body td span.event.-col2 {
  width: calc((800px / 7 * 2) - 2px);
}
.l-calendar .calendar-body td span.event.-col3 {
  width: calc((800px / 7 * 3) - 2px);
}
.l-calendar .calendar-body td span.event.-col4 {
  width: calc((800px / 7 * 4) - 2px);
}
.l-calendar .calendar-body td span.event.-col5 {
  width: calc((800px / 7 * 5) - 2px);
}
.l-calendar .calendar-body td span.event.-col6 {
  width: calc((800px / 7 * 6) - 2px);
}
.l-calendar .calendar-body td span.event.-col7 {
  width: calc((800px / 7 * 7) - 2px);
}
@media screen and (max-width: 810px) {
  .l-calendar .calendar-body td span.event.-col1 {
    width: calc((100vw / 7) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col2 {
    width: calc((100vw / 7 * 2) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col3 {
    width: calc((100vw / 7 * 3) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col4 {
    width: calc((100vw / 7 * 4) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col5 {
    width: calc((100vw / 7 * 5) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col6 {
    width: calc((100vw / 7 * 6) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col7 {
    width: calc((100vw / 7 * 7) - 2px);
  }
}

.l-calendar-introduction {
  width: 800px;
  margin: 0 auto 40px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-calendar-introduction {
    padding: 0 5.5vw;
    margin: 0 auto;
  }
}
.l-calendar-introduction p.heading {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
.l-calendar-introduction ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-calendar-introduction ul {
    width: 100%;
  }
}
.l-calendar-introduction ul li {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 14px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-calendar-introduction ul li {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}
@media screen and (max-width: 374px) {
  .l-calendar-introduction ul li {
    font-size: 1.1rem;
    padding-left: 22px;
  }
}
.l-calendar-introduction ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #B4B1B1;
  border-radius: 50%;
}
@media screen and (max-width: 374px) {
  .l-calendar-introduction ul li:before {
    width: 16px;
    height: 16px;
  }
}
.l-calendar-introduction ul li.-red:before {
  background: #FD5555;
}
.l-calendar-introduction ul li.-orange:before {
  background: #FFAF48;
}
.l-calendar-introduction ul li.-blue:before {
  background: #5CADFF;
}
.l-calendar-introduction ul li.-yellow:before {
  background: #FFDF2C;
}
.l-calendar-introduction ul li.-green:before {
  background: #48C957;
}
.l-calendar-introduction ul li.-pink:before {
  background: #F5B5CB;
}
.l-calendar-introduction ul li.-purple:before {
  background: #9259D5;
}
.l-calendar-introduction ul li.-gray:before {
  background: #B4B1B1;
}