@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* calendar */
/* ============================================ */
.calendar .common-link__calendar {
  display: none;
}

.calendar-outer {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .calendar-outer {
    padding-bottom: 64px;
  }
}

.calendar-main {
  margin: 56px 0 100px;
}
@media all and (max-width: 896px) {
  .calendar-main {
    margin: 24px 0 64px;
  }
}
.calendar-main__wrapper {
  max-width: 960px;
}
.calendar-main__catch {
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
}
.calendar-main__inner {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .calendar-main__inner {
    margin-top: 40px;
  }
}
.calendar-main__contents {
  padding: 32px 24px;
  border: 2px solid #3E41B5;
  border-radius: 8px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .calendar-main__contents {
    padding: 20px 16px;
  }
}
@media all and (max-width: 480px) {
  .calendar-main__contents {
    padding: 16px 12px;
  }
}
.calendar-main__month {
  font-size: clamp(0.875rem, 0.6321rem + 1.0363vw, 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .calendar-main__month {
    font-size: 0.875rem;
  }
}
.calendar-main__month__txt {
  text-align: center;
  font-weight: 500;
}
.calendar-main__month__prev, .calendar-main__month__next {
  width: 0.9em;
}
.calendar-main__block {
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
@media all and (max-width: 896px) {
  .calendar-main__block {
    padding-bottom: 12px;
  }
}
.calendar-main__table {
  text-align: center;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  white-space: nowrap;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .calendar-main__table {
    margin-top: 2px;
  }
}
.calendar-main__table th, .calendar-main__table td {
  padding: 12px;
  border: 2px solid #fff;
}
@media all and (max-width: 896px) {
  .calendar-main__table th, .calendar-main__table td {
    padding: 8px;
  }
}
@media all and (max-width: 480px) {
  .calendar-main__table th, .calendar-main__table td {
    padding: 3px;
  }
}
.calendar-main__table th {
  text-align: center;
  font-size: clamp(0.625rem, 0.4307rem + 0.829vw, 1.125rem);
  font-weight: 500;
}
.calendar-main__table th:first-of-type {
  color: #CC1414;
}
.calendar-main__table th:last-of-type {
  color: #3E41B5;
}
.calendar-main__table td {
  font-size: clamp(0.75rem, 0.5557rem + 0.829vw, 1.25rem);
  font-weight: 500;
}
.calendar-main__table td.--end {
  color: #D5D5D5;
}
.calendar-main__table td.--close {
  background: #E8E8E8;
}
.calendar-main__mark {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .calendar-main__mark {
    gap: 3px;
    margin-top: 4px;
  }
}
@media all and (max-width: 480px) {
  .calendar-main__mark {
    gap: 2px;
  }
}
.calendar-main__mark > span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EF9E4C;
}
@media all and (max-width: 896px) {
  .calendar-main__mark > span {
    width: 7px;
    height: 7px;
  }
}
@media all and (max-width: 480px) {
  .calendar-main__mark > span {
    width: 5px;
    height: 5px;
  }
}
.calendar-main__mark > span.--mark02 {
  background: #1FAC6D;
}
.calendar-main__mark > span.--mark03 {
  background: #E95F47;
}
.calendar-main__close {
  margin-top: 16px;
  font-size: clamp(0.75rem, 0.6528rem + 0.4145vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media all and (max-width: 896px) {
  .calendar-main__close {
    margin-top: 12px;
  }
}
.calendar-main__close__mark {
  display: block;
  width: 1em;
  height: 1em;
  background: #ddd;
}
.calendar-main__detail {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .calendar-main__detail {
    margin-top: 32px;
  }
}
.calendar-main__detail__item + .calendar-main__detail__item {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .calendar-main__detail__item + .calendar-main__detail__item {
    margin-top: 20px;
  }
}
.calendar-main__detail__item.--day02 .calendar-main__detail__trigger {
  background: #1FAC6D;
}
.calendar-main__detail__item.--day02 .calendar-main__detail__list__item dt {
  color: #1FAC6D;
}
.calendar-main__detail__item.--day02 .calendar-main__detail__contents {
  border-right-color: #1FAC6D;
  border-bottom-color: #1FAC6D;
  border-left-color: #1FAC6D;
}
.calendar-main__detail__item.--day02 .calendar-main__detail__btn__link {
  border-color: #1FAC6D;
  background: #1FAC6D;
}
.calendar-main__detail__item.--day03 .calendar-main__detail__trigger {
  background: #E95F47;
}
.calendar-main__detail__item.--day03 .calendar-main__detail__list__item dt {
  color: #E95F47;
}
.calendar-main__detail__item.--day03 .calendar-main__detail__contents {
  border-right-color: #E95F47;
  border-bottom-color: #E95F47;
  border-left-color: #E95F47;
}
.calendar-main__detail__item.--day03 .calendar-main__detail__btn__link {
  border-color: #E95F47;
  background: #E95F47;
}
.calendar-main__detail__trigger {
  padding: 24px 80px 24px 24px;
  border-radius: 8px 8px 0 0;
  background: #EF9E4C;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  position: relative;
}
@media all and (max-width: 896px) {
  .calendar-main__detail__trigger {
    padding: 20px 50px 20px 20px;
  }
}
@media all and (max-width: 600px) {
  .calendar-main__detail__trigger {
    flex-direction: column;
    align-items: flex-start;
  }
}
.calendar-main__detail__trigger.--active .calendar-main__detail__mark > span:nth-of-type(2) {
  opacity: 0;
}
.calendar-main__detail__mark {
  cursor: pointer;
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .calendar-main__detail__mark {
    width: 50px;
  }
}
.calendar-main__detail__mark > span {
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  margin: auto;
  inset: 0;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .calendar-main__detail__mark > span {
    width: 20px;
    height: 2px;
  }
}
.calendar-main__detail__mark > span:nth-of-type(2) {
  rotate: 90deg;
}
.calendar-main__detail__name {
  font-size: clamp(1.125rem, 0.3682rem + 1.3514vw, 1.5rem);
  font-weight: 700;
}
.calendar-main__detail__schedule {
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
  margin-top: 4px;
}
.calendar-main__detail__check {
  flex-shrink: 0;
  width: 8.5em;
  display: flex;
  justify-content: center;
  gap: 0.2em;
  background: #fff;
  color: #4873DF;
  font-weight: 700;
  padding: 0.3em 0.6em;
  border-radius: 4px;
}
.calendar-main__detail__check.--limited {
  color: #333333;
}
.calendar-main__detail__check.--close {
  color: #E95F47;
}
.calendar-main__detail__contents {
  display: none;
  padding: 24px;
  border-radius: 0 0 8px 8px;
  border-right: 2px solid #EF9E4C;
  border-bottom: 2px solid #EF9E4C;
  border-left: 2px solid #EF9E4C;
  background: #fff;
}
@media all and (max-width: 896px) {
  .calendar-main__detail__contents {
    padding: 20px;
  }
}
.calendar-main__detail__contents.--open {
  display: block;
  -webkit-animation: accOpen 0.3s ease-out;
          animation: accOpen 0.3s ease-out;
}
@-webkit-keyframes accOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.calendar-main__detail__list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px 20px;
  margin-top: 16px;
}
@media all and (max-width: 600px) {
  .calendar-main__detail__list__item {
    flex-direction: column;
  }
}
.calendar-main__detail__list__item:first-of-type {
  margin-top: 0;
}
.calendar-main__detail__list__item dt {
  text-align: center;
  flex-shrink: 0;
  width: 12em;
  border: 2px solid currentColor;
  border-radius: 9999px;
  padding: 0.3em;
  color: #EF9E4C;
  font-weight: 500;
}
.calendar-main__detail__list__item dd {
  flex-grow: 1;
  line-height: 1.8;
  margin-top: 0.2em;
}
@media all and (max-width: 600px) {
  .calendar-main__detail__list__item dd {
    margin-top: 0;
  }
}
.calendar-main__detail__btn {
  text-align: center;
  width: 100%;
  max-width: 340px;
  margin-top: 32px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .calendar-main__detail__btn {
    max-width: 280px;
    margin-top: 24px;
  }
}
.calendar-main__detail__btn.--nolink .calendar-main__detail__btn__link {
  pointer-events: none;
  background: #ccc;
  border-color: #ccc;
}
.calendar-main__detail__btn__link {
  display: block;
  padding: 0.89em 1.33em;
  border: 2px solid #EF9E4C;
  border-radius: 9999px;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #EF9E4C;
  position: relative;
}
.calendar-main__detail__btn__link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.33em;
  translate: 0 -50%;
}
.calendar-main__attention {
  margin-top: 64px;
  padding: 24px;
  background: #EBEBF1;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .calendar-main__attention {
    margin-top: 40px;
    padding: 20px;
  }
}
.calendar-main__attention__ttl {
  font-size: clamp(1rem, 0.4955rem + 0.9009vw, 1.25rem);
  font-weight: 700;
  color: #3E41B5;
}
.calendar-main__attention__list {
  margin-top: 16px;
  line-height: 1.8;
}
.calendar-main__attention__list__item {
  padding-left: 1.4em;
  position: relative;
  margin-top: 4px;
}
.calendar-main__attention__list__item:first-of-type {
  margin-top: 0;
}
.calendar-main__attention__list__item::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #3E41B5;
  position: absolute;
  top: 0.65em;
  left: 0;
}