/* Scss Document */
.section.event {
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .section.event {
    padding: 80px 0 0;
  }
}
.section.event .ttl_center {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.section.event .ttl_center + p {
  line-height: 2;
  margin-top: -20px;
}
@media (min-width: 1025px) {
  .section.event .ttl_center + p {
    text-align: center;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .section.event .ttl_center {
    text-align: center;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
.section.event .ttl__bdr.under {
  margin: 30px 0;
}
@media (min-width: 1025px) {
  .section.event .ttl__bdr.under {
    margin: 50px 0;
  }
}
.section.event .no_schedule {
  text-align: center;
  margin: 40px 0 60px;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.event .no_schedule {
    margin: 50px 0 100px;
    font-size: 1.8rem;
  }
}

.section.event.info .inner .radius_wrap {
  max-width: 900px;
  margin: 0 auto;
  border: solid 2px #eee;
}
.section.event.info .inner .radius_wrap .col__wrap {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .section.event.info .inner .radius_wrap .col__wrap {
    flex-direction: row;
    padding: 30px 0;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
  }
}
.section.event.info .inner .radius_wrap .col__wrap .col__box:first-of-type p {
  font-size: 4rem;
  position: relative;
  margin-bottom: 20px;
  color: #e32222;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: solid 4px #e32222;
  border-radius: 25px;
}
@media (min-width: 769px) {
  .section.event.info .inner .radius_wrap .col__wrap .col__box:first-of-type p {
    font-size: 3.6rem;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.section.event.info .inner .radius_wrap .col__wrap .col__box:last-of-type ul li {
  font-size: 1.6rem;
}
.section.event.info .inner .radius_wrap .col__wrap .col__box:last-of-type ul li span {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.event.info .inner .radius_wrap .col__wrap .col__box:last-of-type ul li {
    margin-bottom: 10px;
    padding-right: 40px;
  }
}

.section.event.event_list .inner .col__wrap {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .section.event.event_list .inner .col__wrap {
    display: flex;
    justify-content: center;
  }
}
.section.event.event_list .inner .col__wrap .col__box {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  transition: 0.3s;
}
.section.event.event_list .inner .col__wrap .col__box:not(:nth-of-type(4)) {
  margin-right: 1.6vw;
}
.section.event.event_list .inner .col__wrap .col__box .img {
  width: 100px;
}
@media (min-width: 769px) {
  .section.event.event_list .inner .col__wrap .col__box .img {
    aspect-ratio: 3/2;
  }
}
.section.event.event_list .inner .col__wrap .col__box .img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.event.event_list .inner .col__wrap .col__box .txt__area {
  width: calc(100% - 100px);
  margin: 10px 0 0 10px;
  font-size: 1.6rem;
  position: relative;
}
.section.event.event_list .inner .col__wrap .col__box .txt__area .date {
  margin-bottom: 10px;
}
.section.event.event_list .inner .col__wrap .col__box .txt__area .label {
  position: absolute;
  top: 0;
  left: 100px;
}
@media (min-width: 769px) {
  .section.event.event_list .inner .col__wrap .col__box .txt__area .label {
    top: -22px;
    left: inherit;
    right: 0;
  }
}
@media (min-width: 769px) {
  .section.event.event_list .inner .col__wrap .col__box {
    width: 24%;
    display: block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .section.event.event_list .inner .col__wrap .col__box .img {
    width: 100%;
  }
  .section.event.event_list .inner .col__wrap .col__box .img img {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .section.event.event_list .inner .col__wrap .col__box .txt__area {
    padding: 15px;
    margin: 0;
    width: 100%;
  }
  .section.event.event_list .inner .col__wrap .col__box .txt__area .ttl, .section.event.event_list .inner .col__wrap .col__box .txt__area .txt {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.section.event.event_list .inner .col__wrap a.col__box:hover {
  opacity: 0.8;
}

.section.event.schedule {
  padding-top: 0;
}
.section.event.schedule.old {
  padding-top: 30px;
}
@media (min-width: 769px) {
  .section.event.schedule {
    padding-top: 80px;
  }
}
.section.event.schedule .inner h2 {
  margin-top: -130px;
  padding-top: 130px;
}
.section.event.schedule.old .btnArea .btn {
  max-width: 450px;
}
.section.event.schedule.old .btnArea .btn span {
  width: 100%;
}
.section.event.schedule.old .btnArea .btn.more {
  background: #3bc700;
  width: 320px;
  margin-bottom: 30px;
}
.section.event.schedule.old .btnArea .btn.sn {
  background: #0054bb;
}
.section.event.schedule.old .btnArea .btn:hover.more {
  background: #2c9400;
}
.section.event.schedule.old .btnArea .btn:hover.more.sn {
  background: #003d88;
}

.section.event.infomation {
  padding: 30px 0;
}
.section.event.infomation .inner .info h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .section.event.infomation .inner .info h3 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.section.event.infomation .inner .info p {
  font-size: 1.6rem;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .section.event.infomation .inner .info p {
    margin-bottom: 3px;
  }
}
@media (min-width: 1025px) {
  .section.event.infomation .inner .info {
    margin-left: 40px;
  }
}

.event_list {
  margin-bottom: 30px;
}
.event_list > .tbl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -130px;
  padding-top: 130px;
}
@media (min-width: 769px) {
  .event_list > .tbl:first-of-type table td {
    height: calc(100% - 60px);
  }
}
@media (min-width: 769px) {
  .event_list > .tbl:not(:first-of-type) table th {
    display: none;
  }
}
@media (min-width: 769px) {
  .event_list > .tbl:not(:first-of-type) table td {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .event_list > .tbl:not(:first-of-type) table {
    border-top: none;
  }
}
@media (min-width: 769px) {
  .event_list > .tbl:nth-of-type(even) .senior_event td {
    background: #EBF1FA;
  }
}
@media (min-width: 769px) {
  .event_list > .tbl:nth-of-type(even) .junior_event td {
    background: #F7FDF5;
  }
}
@media (min-width: 769px) {
  .event_list > .tbl .senior_event th {
    background: #0054bb;
  }
}
@media (min-width: 769px) {
  .event_list > .tbl .junior_event th {
    background: #3bc700;
  }
}
.event_list > .tbl table {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .event_list > .tbl table {
    margin-bottom: 0;
  }
}
.event_list > .tbl table tbody {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  width: 100%;
}
@media (min-width: 769px) {
  .event_list > .tbl table tbody {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
  }
  .event_list > .tbl table tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .event_list > .tbl table tbody tr th, .event_list > .tbl table tbody tr td {
    width: 100%;
  }
  .event_list > .tbl table tbody tr:nth-of-type(1) {
    width: 15%;
  }
  .event_list > .tbl table tbody tr:nth-of-type(2) {
    width: 20%;
  }
  .event_list > .tbl table tbody tr:nth-of-type(3) {
    width: 35%;
  }
  .event_list > .tbl table tbody tr:nth-of-type(4) {
    width: 30%;
  }
}
.event_list > .tbl table tr {
  display: flex;
  flex-wrap: wrap;
}
.event_list > .tbl table tr th {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  width: 32%;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .event_list > .tbl table tr th {
    color: #fff;
    display: flex;
    justify-content: center;
    height: 60px;
  }
}
@media (max-width: 320px) {
  .event_list > .tbl table tr th {
    font-size: 1.2rem;
    width: 35%;
  }
}
.event_list > .tbl table tr td {
  width: 68%;
}
@media (min-width: 769px) {
  .event_list > .tbl table tr td {
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 320px) {
  .event_list > .tbl table tr td {
    width: 65%;
  }
}
.event_list > .tbl table tr td.other div {
  width: 100%;
}
.event_list > .tbl table tr td.other div .btnArea {
  margin-top: 10px;
}
.event_list > .tbl table tr td.other div .btnArea .btn {
  height: 46px;
  line-height: 46px;
}
.event_list > .tbl table tr td.other div .btnArea .btn span {
  white-space: nowrap;
}
.event_list > .tbl table th, .event_list > .tbl table td {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  border-right: solid 1px #ccc;
}

.section.event.leaflet .inner .col__wrap {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .section.event.leaflet .inner .col__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section.event.leaflet .inner .col__wrap .col__box {
  margin-bottom: 20px;
}
.section.event.leaflet .inner .col__wrap .col__box .btm30 {
  margin-bottom: 30px;
}
.section.event.leaflet .inner .col__wrap .col__box .img {
  width: 100%;
}
@media (min-width: 769px) {
  .section.event.leaflet .inner .col__wrap .col__box .img {
    max-width: 416px;
  }
}
.section.event.leaflet .inner .col__wrap .col__box .img img {
  width: 100%;
}
.section.event.leaflet .inner .col__wrap .col__box .btnArea .btn {
  white-space: nowrap;
}
@media (min-width: 769px) {
  .section.event.leaflet .inner .col__wrap .col__box.txt {
    padding-left: 30px;
  }
}