@charset "utf-8";




/* ----- イベント情報一覧 ----- */
/* 開催予定・開催中の周年記念事業 */
._my_100th_event_top h2 {
  margin-bottom: 1.75rem;
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 600;@charset "utf-8";




/* ----- イベント情報一覧 ----- */
/* 開催予定・開催中の周年記念事業 */
._my_100th_event_top h2 {
  margin-bottom: 1.75rem;
  font-size: 2rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  text-align: center;
}
._my_100th_event_top p {
  margin-bottom: 3rem;
  text-align: center;
}

._my_100th_event_top_bg {
  margin-bottom: 4rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #EEF3F6;
}

/* 終了した周年記念事業 */
._my_100th_event_closed {
  padding-bottom: 5rem;
  border-bottom: solid 1px #CCC;
}

._my_100th_event_closed h2 {
  margin-bottom: 6rem;
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  text-align: center;
}

/* ページネーション */
._my_100th_event_pagination {
  margin-top: 5rem;
  text-align: center;
}
._my_100th_event_pagination a,
._my_100th_event_pagination span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  padding-top: 0.25rem;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  background-color: #B4B4B5;
  border-radius: 2rem;
}
._my_100th_event_pagination span {
  background-color: #004DA0;
}

._my_100th_event_pagination a:hover {
  text-decoration: none;
}


/* ----- イベント情報詳細 ----- */
/* タイトル */
._my_100th_title_main.event {
  background: url(../100th/images/title_event.jpg) no-repeat left top;
  background-size: contain;
}
@media (min-width: 768px) {
  ._my_100th_title_main.event {
    background-size: cover;
  }
}


/* ヘッダー */
._my_100th_event_header_date {
  margin-bottom: 0.25rem;
  color: #004DA0;
  font-size: 1.25rem;
  font-weight: 600;
}
._my_100th_event_header_date span {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0.125rem 0.75rem;
  color: #FFF;
  font-size: 1rem;
  background-color: #004DA0;
  border-radius: 0.25rem;
}
._my_100th_event_header_date span:first-child {
  margin-left: 1rem;
}

._my_100th_event_header h3 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
}

._my_100th_event_header_place {
  margin-bottom: 2rem;
}
._my_100th_event_header_place .fa-location-dot {
  display: inline-block;
  margin-right: 0.5rem;
  color: #004DA0;
}

@media (min-width: 768px) {
  ._my_100th_event_header_date {
    font-size: 1.5rem;
  }
  ._my_100th_event_header_date span {
    padding: 0.125rem 1.25rem;
    font-size: 1.25rem;
  }
  ._my_100th_event_header_date span:first-child {
    margin-left: 1rem;
  }
  ._my_100th_event_header h3 {
    margin-bottom: 0.75rem;
    font-size: 3rem;
  }
  ._my_100th_event_header_place {
    margin-bottom: 4rem;
  }
}

/* フリースペース */
._my_100th_event_detail {
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  background-color: #EEF3F6;
}
._my_100th_event_type {
  display: inline-block;
  margin-top: -2.5rem;
  margin-bottom: 3rem;
  padding: 0.375rem 0.75rem;
  color: #FFF;
  font-size: 1rem;
  background-color: #EF7A00;
}

._my_100th_event_image {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}

._my_100th_event_image .closed {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.25rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  border-radius: 0.675rem;
  z-index: 1000;
}

._my_100th_event_image img {
  width: 100%;
  border-radius: 0.675rem;
  border: solid 1px #CCC;
}

@media (min-width: 768px) {
  ._my_100th_event_type {
    font-size: 1.25rem;
  }
  ._my_100th_event_detail {
    margin-bottom: 4rem;
  }
  ._my_100th_event_image .closed {
    left: calc((100% - 45%)/2);
    width: 45%;
  }
  ._my_100th_event_image img {
    max-width: 45%;
  }
}

._my_100th_event_body {
  margin-bottom: 2rem;
}




/* リンク */
._my_100th_event_link a {
  display: inline-block;
  margin-bottom: 5rem;
  padding: 0.375rem 0;
  width: 90%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: solid 1px #E2E2E2;
  border-radius: 1rem 0 1rem 0;
  box-shadow: 3px 3px 3px 2px rgba(168,168,168,0.5);
}

._my_100th_event_link a:hover {
  transform: translateY(5px);
  transition: transform 300ms ease,filter 300ms ease,background-color 300ms ease,border-color 300ms ease;
}

@media (min-width: 768px) {
  ._my_100th_event_link a {
    width: 45%;
  }
}





  text-align: center;
}
._my_100th_event_top p {
  margin-bottom: 3rem;
  text-align: center;
}

._my_100th_event_top_bg {
  margin-bottom: 4rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #EEF3F6;
}

/* 終了した周年記念事業 */
._my_100th_event_closed {
  padding-bottom: 5rem;
  border-bottom: solid 1px #CCC;
}

._my_100th_event_closed h2 {
  margin-bottom: 6rem;
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  text-align: center;
}

/* ページネーション */
._my_100th_event_pagination {
  margin-top: 5rem;
  text-align: center;
}
._my_100th_event_pagination a,
._my_100th_event_pagination span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  padding-top: 0.25rem;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  background-color: #B4B4B5;
  border-radius: 2rem;
}
._my_100th_event_pagination span {
  background-color: #004DA0;
}

._my_100th_event_pagination a:hover {
  text-decoration: none;
}


/* ----- イベント情報詳細 ----- */
/* タイトル */
._my_100th_title_main.event {
  background: url(../100th/images/title_event.jpg) no-repeat left top;
  background-size: contain;
}
@media (min-width: 768px) {
  ._my_100th_title_main.event {
    background-size: cover;
  }
}


/* ヘッダー */
._my_100th_event_header_date {
  margin-bottom: 0.25rem;
  color: #004DA0;
  font-size: 1.25rem;
  font-weight: 600;
}
._my_100th_event_header_date span {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0.125rem 0.75rem;
  color: #FFF;
  font-size: 1rem;
  background-color: #004DA0;
  border-radius: 0.25rem;
}
._my_100th_event_header_date span:first-child {
  margin-left: 1rem;
}

._my_100th_event_header h3 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
}

._my_100th_event_header_place {
  margin-bottom: 2rem;
}
._my_100th_event_header_place .fa-location-dot {
  display: inline-block;
  margin-right: 0.5rem;
  color: #004DA0;
}

@media (min-width: 768px) {
  ._my_100th_event_header_date {
    font-size: 1.5rem;
  }
  ._my_100th_event_header_date span {
    padding: 0.125rem 1.25rem;
    font-size: 1.25rem;
  }
  ._my_100th_event_header_date span:first-child {
    margin-left: 1rem;
  }
  ._my_100th_event_header h3 {
    margin-bottom: 0.75rem;
    font-size: 3rem;
  }
  ._my_100th_event_header_place {
    margin-bottom: 4rem;
  }
}

/* フリースペース */
._my_100th_event_detail {
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  background-color: #EEF3F6;
}
._my_100th_event_type {
  display: inline-block;
  margin-top: -2.5rem;
  margin-bottom: 3rem;
  padding: 0.375rem 0.75rem;
  color: #FFF;
  font-size: 1rem;
  background-color: #EF7A00;
}

._my_100th_event_image {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}

._my_100th_event_image .closed {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.25rem;
  font-family: "Noto Sans JP";
  font-weight: 600;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  border-radius: 0.675rem;
  z-index: 1000;
}

._my_100th_event_image img {
  width: 100%;
  border-radius: 0.675rem;
  border: solid 1px #CCC;
}

@media (min-width: 768px) {
  ._my_100th_event_type {
    font-size: 1.25rem;
  }
  ._my_100th_event_detail {
    margin-bottom: 4rem;
  }
  ._my_100th_event_image .closed {
    left: calc((100% - 45%)/2);
    width: 45%;
  }
  ._my_100th_event_image img {
    max-width: 45%;
  }
}

._my_100th_event_body {
  margin-bottom: 2rem;
}




/* リンク */
._my_100th_event_link a {
  display: inline-block;
  margin-bottom: 5rem;
  padding: 0.375rem 0;
  width: 90%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: solid 1px #E2E2E2;
  border-radius: 1rem 0 1rem 0;
  box-shadow: 3px 3px 3px 2px rgba(168,168,168,0.5);
}

._my_100th_event_link a:hover {
  transform: translateY(5px);
  transition: transform 300ms ease,filter 300ms ease,background-color 300ms ease,border-color 300ms ease;
}

@media (min-width: 768px) {
  ._my_100th_event_link a {
    width: 45%;
  }
}




