@charset "UTF-8";
/* ======================================================================
 * Event＆Campaign
====================================================================== */
.event-container {
  padding-top: 6.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event-container {
    padding-top: 3.2rem;
  }
}
.event-container .c-title-box {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .event-container .c-title-box {
    margin-top: 4.8rem;
  }
}

/* ------------------------------------------------------------
 * カレンダー
------------------------------------------------------------ */
.calendar-container {
  max-width: 1100px;
  margin: 0 auto;
}
.calendar-container .note {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .calendar-container .note {
    margin-bottom: 1.6rem;
  }
}
.calendar-container .calendar-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-header {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.calendar-container .year-month span {
  margin-right: 1rem;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .calendar-container .year-month span {
    margin-right: 0.8rem;
    font-size: 3.2rem;
  }
}
.calendar-container .switch-button {
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
}
.calendar-container .switch-button.-prev {
  left: 0;
}
.calendar-container .switch-button.-prev a::before {
  margin-left: -0.3rem;
  transform: rotate(-135deg);
}
.calendar-container .switch-button.-next {
  right: 0;
}
.calendar-container .switch-button.-next a::before {
  margin-left: -1rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .calendar-container .switch-button.-next a::before {
    margin-left: -0.7rem;
  }
}
.calendar-container .switch-button a {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  color: inherit;
  background-color: #eee;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .calendar-container .switch-button a {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.calendar-container .switch-button a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.calendar-container .switch-button a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
}
@media screen and (max-width: 768px) {
  .calendar-container .switch-button a::before {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.5rem;
  }
}
.calendar-container .calendar-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.calendar-container .calendar-table thead th {
  height: 6.7rem;
  font-family: "Questrial", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  background-color: #ebeff6;
  border: 1px solid #ebeff6;
  border-bottom-color: #d8dce5;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table thead th {
    height: 3rem;
    font-size: 1.2rem;
  }
}
.calendar-container .calendar-table thead th:nth-child(6) {
  color: #00a2d8;
}
.calendar-container .calendar-table thead th:nth-child(7) {
  color: #c85454;
}
.calendar-container .calendar-table td {
  position: relative;
  height: 80px;
  padding-top: 10px;
  vertical-align: top;
  border: 1px solid #d8dce5;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table td {
    height: 66px;
    padding-top: 4px;
  }
}
.calendar-container .calendar-table td:nth-child(6) .day {
  color: #00a2d8;
}
.calendar-container .calendar-table td:nth-child(7) .day {
  color: #c85454;
}
.calendar-container .calendar-table td.na {
  background-color: #f4f6f9;
}
.calendar-container .calendar-table .event-row1 td {
  height: 105px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row1 td {
    height: 81px;
  }
}
.calendar-container .calendar-table .event-row2 td {
  height: 136px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row2 td {
    height: 101px;
  }
}
.calendar-container .calendar-table .event-row3 td {
  height: 167px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row3 td {
    height: 121px;
  }
}
.calendar-container .calendar-table .event-row4 td {
  height: 198px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row4 td {
    height: 141px;
  }
}
.calendar-container .calendar-table .event-row5 td {
  height: 229px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row5 td {
    height: 161px;
  }
}
.calendar-container .calendar-table .event-row6 td {
  height: 260px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row6 td {
    height: 181px;
  }
}
.calendar-container .calendar-table .event-row7 td {
  height: 291px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row7 td {
    height: 201px;
  }
}
.calendar-container .calendar-table .event-row8 td {
  height: 322px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row8 td {
    height: 221px;
  }
}
.calendar-container .calendar-table .event-row9 td {
  height: 353px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row9 td {
    height: 241px;
  }
}
.calendar-container .calendar-table .event-row10 td {
  height: 384px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row10 td {
    height: 261px;
  }
}
.calendar-container .calendar-table .event-row11 td {
  height: 415px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row11 td {
    height: 281px;
  }
}
.calendar-container .calendar-table .event-row12 td {
  height: 446px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row12 td {
    height: 301px;
  }
}
.calendar-container .calendar-table .event-row13 td {
  height: 477px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row13 td {
    height: 321px;
  }
}
.calendar-container .calendar-table .event-row14 td {
  height: 508px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row14 td {
    height: 341px;
  }
}
.calendar-container .calendar-table .event-row15 td {
  height: 539px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row15 td {
    height: 361px;
  }
}
.calendar-container .calendar-table .event-row16 td {
  height: 570px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row16 td {
    height: 381px;
  }
}
.calendar-container .calendar-table .event-row17 td {
  height: 601px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row17 td {
    height: 401px;
  }
}
.calendar-container .calendar-table .event-row18 td {
  height: 632px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row18 td {
    height: 421px;
  }
}
.calendar-container .calendar-table .event-row19 td {
  height: 663px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row19 td {
    height: 441px;
  }
}
.calendar-container .calendar-table .event-row20 td {
  height: 694px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event-row20 td {
    height: 461px;
  }
}
.calendar-container .calendar-table .day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  margin-left: auto;
  font-family: "Questrial", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: right;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .day {
    width: 28px;
    height: 28px;
    margin-right: 0.4rem;
    font-size: 1.6rem;
  }
}
.calendar-container .calendar-table .day.-past {
  opacity: 0.4;
}
.calendar-container .calendar-table .day.-today {
  background-color: #e9e9e9;
}
.calendar-container .calendar-table .day.-holiday {
  color: #c85454;
}
.calendar-container .calendar-table .event {
  position: absolute;
  left: -1px;
  z-index: 1;
  display: block;
}
.calendar-container .calendar-table .event.-col1 {
  width: calc(100% + 1px);
}
.calendar-container .calendar-table .event.-col2 {
  width: calc(200% + 2px);
}
.calendar-container .calendar-table .event.-col3 {
  width: calc(300% + 3px);
}
.calendar-container .calendar-table .event.-col4 {
  width: calc(400% + 4px);
}
.calendar-container .calendar-table .event.-col5 {
  width: calc(500% + 5px);
}
.calendar-container .calendar-table .event.-col6 {
  width: calc(600% + 6px);
}
.calendar-container .calendar-table .event.-col7 {
  width: calc(700% + 7px);
}
.calendar-container .calendar-table .event.-row1 {
  top: 57px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row1 {
    top: 47px;
  }
}
.calendar-container .calendar-table .event.-row2 {
  top: 88px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row2 {
    top: 67px;
  }
}
.calendar-container .calendar-table .event.-row3 {
  top: 119px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row3 {
    top: 87px;
  }
}
.calendar-container .calendar-table .event.-row4 {
  top: 150px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row4 {
    top: 107px;
  }
}
.calendar-container .calendar-table .event.-row5 {
  top: 181px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row5 {
    top: 127px;
  }
}
.calendar-container .calendar-table .event.-row6 {
  top: 212px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row6 {
    top: 147px;
  }
}
.calendar-container .calendar-table .event.-row7 {
  top: 243px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row7 {
    top: 167px;
  }
}
.calendar-container .calendar-table .event.-row8 {
  top: 274px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row8 {
    top: 187px;
  }
}
.calendar-container .calendar-table .event.-row9 {
  top: 305px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row9 {
    top: 207px;
  }
}
.calendar-container .calendar-table .event.-row10 {
  top: 336px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row10 {
    top: 227px;
  }
}
.calendar-container .calendar-table .event.-row11 {
  top: 367px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row11 {
    top: 247px;
  }
}
.calendar-container .calendar-table .event.-row12 {
  top: 398px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row12 {
    top: 267px;
  }
}
.calendar-container .calendar-table .event.-row13 {
  top: 429px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row13 {
    top: 287px;
  }
}
.calendar-container .calendar-table .event.-row14 {
  top: 460px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row14 {
    top: 307px;
  }
}
.calendar-container .calendar-table .event.-row15 {
  top: 491px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row15 {
    top: 327px;
  }
}
.calendar-container .calendar-table .event.-row16 {
  top: 522px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row16 {
    top: 347px;
  }
}
.calendar-container .calendar-table .event.-row17 {
  top: 553px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row17 {
    top: 367px;
  }
}
.calendar-container .calendar-table .event.-row18 {
  top: 584px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row18 {
    top: 387px;
  }
}
.calendar-container .calendar-table .event.-row19 {
  top: 615px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row19 {
    top: 407px;
  }
}
.calendar-container .calendar-table .event.-row20 {
  top: 646px;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event.-row20 {
    top: 427px;
  }
}
.calendar-container .calendar-table .event a {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0 8px;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 26px;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #009ec4;
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar-table .event a {
    height: 16px;
    padding: 0 0.4rem;
    font-size: 0.8rem;
    line-height: 16px;
  }
}

/* ------------------------------------------------------------
 * 詳細
------------------------------------------------------------ */
.event-post-container h4 {
  position: relative;
  padding-left: 2.8rem;
  margin: 4rem 0 3.2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .event-post-container h4 {
    padding-left: 2.6rem;
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
  }
}
.event-post-container h4::before {
  position: absolute;
  top: calc(0.8em - 0.9rem);
  left: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background-color: currentcolor;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .event-post-container h4::before {
    top: calc(0.8em - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
}
.event-post-container h6 {
  margin: 4rem 0 2rem;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .event-post-container .pdf-button {
    text-align: left;
  }
}