#content.top .closure_notice {
  padding: 7rem 0 0;
}

#content.top .closure_notice .section_inner {
  width: 92%;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

#content.top .closure_notice .closure_notice__inner {
  background: #fff;
  border: 1px solid #cfe5f2;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0 2.4rem 5rem rgba(27, 161, 230, 0.08);
}

#content.top .closure_notice .closure_notice__header {
  text-align: center;
  padding: 4rem 5rem 3rem;
  position: relative;
}

#content.top .closure_notice .closure_notice__label {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1ba1e6;
  font-family: lato, sans-serif;
  margin: 0 0 1rem;
  position: relative;
  z-index: 1;
}

#content.top .closure_notice .closure_notice__title {
  font-size: 3rem;
  line-height: 1.45;
  color: #178fc9;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  position: relative;
  z-index: 1;
}

#content.top .closure_notice .closure_notice__subtitle {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #5d7d8d;
  margin: 1rem 0 0;
  position: relative;
  z-index: 1;
}

#content.top .closure_notice .closure_notice__body {
  display: grid;
  grid-template-columns: minmax(0, 52rem) 32rem;
  justify-content: center;
  gap: 2.2rem;
  padding: 2.8rem 5.2rem 2.6rem;
  border-top: 2px dotted #8fd1ee;
  border-bottom: 2px dotted #8fd1ee;
}

#content.top .closure_notice .closure_notice__message p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0;
}

#content.top .closure_notice .closure_notice__message p:last-child {
  margin-bottom: 0;
}

#content.top .closure_notice .closure_notice__date {
  align-self: start;
  background: linear-gradient(180deg, #fffdfa 0, #fff5ea 100%);
  border: 3px solid #f3b06d;
  border-radius: 2.2rem;
  padding: 2.2rem 2rem 2rem;
  text-align: center;
}

#content.top .closure_notice .closure_notice__date_label {
  font-size: 2rem;
  line-height: 1.4;
  color: #5e5b57;
  font-weight: 700;
  margin: 0;
}

#content.top .closure_notice .closure_notice__date_main {
  margin: 1.3rem 0 0;
  line-height: 1.2;
  color: #5c5960;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
}

#content.top .closure_notice .closure_notice__date_main .era,
#content.top .closure_notice .closure_notice__date_main .weekday {
  font-size: 2.2rem;
  font-weight: 700;
}

#content.top .closure_notice .closure_notice__date_main .month,
#content.top .closure_notice .closure_notice__date_main .day {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-weight: 700;
  color: #ef7f1a;
}

#content.top .closure_notice .closure_notice__date_main .month .num,
#content.top .closure_notice .closure_notice__date_main .day .num {
  font-size: 4.1rem;
  line-height: 1;
}

#content.top .closure_notice .closure_notice__date_main .month .unit,
#content.top .closure_notice .closure_notice__date_main .day .unit {
  font-size: 2rem;
  line-height: 1.4;
}

#content.top .closure_notice .closure_notice__date_main .month {
  margin-left: 1rem;
}

#content.top .closure_notice .closure_notice__date_main .day {
  margin-left: 0.2rem;
}

#content.top .closure_notice .closure_notice__date_main .weekday {
  white-space: nowrap;
  margin-left: 0.2rem;
}

#content.top .closure_notice .closure_notice__faq {
  padding: 3rem 4rem 2.6rem;
  text-align: center;
}

#content.top .closure_notice .closure_notice__faq_title {
  display: inline-flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #178fc9;
  font-weight: 700;
  margin: 0 0 2.2rem;
}

#content.top .closure_notice .closure_notice__faq_title:before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1.2rem;
  border-radius: 50%;
  background: #1ba1e6;
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

#content.top .closure_notice .closure_notice__faq_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

#content.top .closure_notice .closure_notice__faq_card {
  min-height: 15.8rem;
  padding: 2.2rem 2.4rem 2rem;
  background: #fff;
  border: 1px solid #cfe5f2;
  border-radius: 1.4rem;
  text-align: left;
}

#content.top .closure_notice .closure_notice__faq_card h4 {
  font-size: 1.95rem;
  line-height: 1.7;
  color: #178fc9;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

#content.top .closure_notice .closure_notice__faq_card p {
  font-size: 1.55rem;
  line-height: 1.8;
  margin: 0;
}

#content.top .closure_notice .closure_notice__faq_card .note {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #788b97;
  margin-top: 1rem;
}

#content.top .closure_notice .closure_notice__footer {
  text-align: center;
  padding: 0 4rem 0;
}

#content.top .closure_notice .closure_notice__footer p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #748691;
  margin: 0;
  text-align: left;
}

#content.top .closure_notice .closure_notice__footer .closure_notice__contact {
  margin-top: 1.8rem;
  padding: 1.5rem 2.4rem;
  background: #1ba1e6;
  text-align: center;
}

#content.top .closure_notice .closure_notice__footer .closure_notice__contact p {
  color: #fff;
  text-align: center;
  margin: 0;
}

#content.top .closure_notice .closure_notice__footer .closure_notice__contact .closure_notice__thanks {
  margin-bottom: 0.6rem;
}

#content.top .closure_notice .closure_notice__footer .closure_notice__contact p:last-child {
  font-size: 1.7rem;
  font-weight: 500;
}

@media (max-width: 960px) {
  #content.top .closure_notice {
    padding: 4rem 0 0;
  }

  #content.top .closure_notice .section_inner {
    width: 89.3333333333%;
  }

  #content.top .closure_notice .closure_notice__inner {
    border-radius: 1.8rem;
    box-shadow: 0 1.2rem 3rem rgba(27, 161, 230, 0.1);
  }

  #content.top .closure_notice .closure_notice__header {
    padding: 2.6rem 2rem 2rem;
  }

  #content.top .closure_notice .closure_notice__label {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }

  #content.top .closure_notice .closure_notice__title {
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  #content.top .closure_notice .closure_notice__body {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    padding: 2rem 2rem 2.2rem;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  #content.top .closure_notice .closure_notice__date {
    order: 1;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 1.8rem 1.4rem 1.6rem;
    border-width: 2px;
    border-radius: 1.8rem;
  }

  #content.top .closure_notice .closure_notice__date_label {
    font-size: 2.8rem;
  }

  #content.top .closure_notice .closure_notice__date_main {
    margin-top: 1rem;
  }

  #content.top .closure_notice .closure_notice__date_main .era,
  #content.top .closure_notice .closure_notice__date_main .weekday {
    font-size: 2.8rem;
  }

  #content.top .closure_notice .closure_notice__date_main .month .num,
  #content.top .closure_notice .closure_notice__date_main .day .num {
    font-size: 5.2rem;
  }

  #content.top .closure_notice .closure_notice__date_main .month .unit,
  #content.top .closure_notice .closure_notice__date_main .day .unit {
    font-size: 2.8rem;
  }

  #content.top .closure_notice .closure_notice__message {
    order: 2;
  }

  #content.top .closure_notice .closure_notice__message p {
    font-size: 2.8rem;
    line-height: 1.7857142857;
    letter-spacing: 0.08em;
  }

  #content.top .closure_notice .closure_notice__faq {
    padding: 2.4rem 2rem 2rem;
  }

  #content.top .closure_notice .closure_notice__faq_title {
    font-size: 3.6rem;
    line-height: 1.3333333333;
    margin-bottom: 1.8rem;
  }

  #content.top .closure_notice .closure_notice__faq_title:before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    font-size: 2rem;
  }

  #content.top .closure_notice .closure_notice__faq_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }

  #content.top .closure_notice .closure_notice__faq_card {
    min-height: 0;
    padding: 1.8rem 1.6rem;
    border-radius: 1.2rem;
  }

  #content.top .closure_notice .closure_notice__faq_card h4 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  #content.top .closure_notice .closure_notice__faq_card p {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }

  #content.top .closure_notice .closure_notice__faq_card .note {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-top: 0.8rem;
  }

  #content.top .closure_notice .closure_notice__footer {
    padding: 0;
  }

  #content.top .closure_notice .closure_notice__footer .closure_notice__contact {
    margin-top: 0;
    padding: 1.6rem 1.6rem 1.8rem;
  }

  #content.top .closure_notice .closure_notice__footer .closure_notice__contact .closure_notice__thanks {
    font-size: 2.2rem;
    line-height: 1.7;
    margin-bottom: 0.7rem;
  }

  #content.top .closure_notice .closure_notice__footer .closure_notice__contact p:last-child {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}
