@charset "UTF-8";
@media screen and (max-width: 1001px) {
  /* お知らせ */
  .notice {
    height: auto;
    min-height: unset;
    /* 詳細 */
  }
  .notice__wrap {
    height: auto;
    width: auto;
    padding: 140px 0px 86px;
  }
  .notice__list {
    width: calc(100% - 60px);
  }
  .notice__date {
    margin-right: 10px;
  }
  .notice__box-wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 880px) {
  /* notice */
  .notice {
    /* 詳細 */
  }
  .notice__box {
    min-height: unset;
  }
  .notice__item {
    padding-left: 0;
  }
  .notice__item a {
    display: flex;
    flex-direction: column;
  }
  .notice__list {
    padding: 80px 0;
  }
  .notice__latest::before {
    top: -2px;
    left: 78px;
  }
  .notice__box-wrap {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  /* notice */
  .notice {
    /* 詳細 */
  }
  .notice__wrap {
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .notice__box {
    width: 100%;
    border-radius: unset;
    box-shadow: none;
  }
  .notice__item {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    font-size: 15px;
  }
  .notice__list {
    width: calc(100% - 30px);
    padding: 40px 0;
  }
  .notice__title {
    font-size: 24px;
  }
  .notice__latest {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .notice__latest::before {
    left: 85px;
  }
  .notice__btn {
    text-align: center;
  }
  .notice__wrap-detail {
    padding-bottom: 0;
  }
  .notice__box-wrap {
    width: calc(100% - 30px);
    padding: 90px 0 80px;
  }
  .notice__button-pc {
    display: none;
  }
  .notice__button-sp {
    display: block;
    width: 220px;
    height: 50px;
    margin: 50px auto 0;
    text-align: center;
    line-height: 50px;
    background: #b18528;
    border-radius: 30px;
  }
  .notice__button-sp a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
}/*# sourceMappingURL=notice_sp.css.map */