body {
  font: normal 400 1rem/1.5 "M PLUS 1p", suns-serif;
  color: #222;
  background: #E1F7F5 url(../img/background_pattern.png) repeat center/500px;
}
body::after {
  content: "";
  display: block;
  width: 100svw;
  height: 100svh;
  background: linear-gradient(0deg, transparent 10%, #61ACAD);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

main {
  width: calc(100% - 24px);
  max-width: 900px;
  margin: auto;
  padding: 24px;
}

section {
  margin: 0 auto 36px;
}

footer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 32px;
  padding: 12px;
}
footer .cooperation {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#join-us {
  position: fixed;
  top: 24px;
  left: 0;
  z-index: 2;
  padding: 6px;
  background: #EC4E20;
  border-radius: 0 50% 50% 0;
}
#join-us a {
  display: block;
  width: 42px;
  height: 42px;
  padding: 6px;
  border-radius: 50%;
  background: #FFFEFE;
  transition: all 0.3s ease;
}
#join-us a:hover {
  filter: drop-shadow(0 0 6px #FFFEFE);
}
#join-us a:hover svg {
  fill: #F7D051;
}
#join-us .link_discord svg {
  width: 100%;
  margin: auto;
  vertical-align: middle;
  fill: #EC4E20;
  transition: all 0.3s ease;
}

#location_tab {
  background: #FFFEFE;
}

.tab {
  display: flex;
  justify-content: end;
  gap: 0;
  width: fit-content;
  margin: 0 0 0 auto;
  background: #61ACAD;
  border-radius: 12px;
}
.tab_item {
  display: block;
  color: #FFFEFE;
  background: #61ACAD;
  padding: 6px 24px;
  border-radius: 12px 0 0 0;
}
.tab_item.current {
  background: #EC4E20;
}
.tab_item:hover {
  background: #F7D051;
}

.hidden {
  display: none;
}

.small {
  font-size: 0.75rem;
}

.page_header {
  border-bottom: #FFFEFE double 12px;
}
.page_title {
  width: calc(100% - 24px);
  max-width: 900px;
  margin: auto;
  padding: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFEFE;
}

header {
  margin: 0px auto 36px;
  text-align: center;
}

.site_title img {
  width: 100%;
  object-fit: contain;
}

.site_description {
  margin: 24px auto;
}

.location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media (max-width: 800px) {
  .location {
    flex-wrap: wrap;
  }
}
.location_link {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFEFE;
  background: #61ACAD;
  text-align: center;
  padding: 0.5rem 2rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.location_link:hover {
  background: #F7D051;
  filter: drop-shadow(0 0 12px #61ACAD);
}

.archive_link {
  display: block;
  width: 100%;
  text-align: center;
  color: #61ACAD;
  background: #FFFEFE;
  padding: 0.5rem 2rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.archive_link .conspic {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.25rem;
  transition: all 0.3s ease;
}
.archive_link:hover {
  filter: drop-shadow(0 0 12px #61ACAD);
}
.archive_link:hover .conspic {
  color: #F7D051;
}

.organizer {
  width: fit-content;
  background: #FFFEFE;
  overflow: hidden;
  border-radius: 12px;
}
.organizer h2 {
  color: #FFFEFE;
  background: #61ACAD;
  padding: 0.5rem 2rem;
}
.organizer_profile {
  display: flex;
  gap: 30px;
  padding: 24px 42px 30px;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 800px) {
  .organizer_profile {
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 24px 30px;
  }
}

.profile_img img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  background: #F7D051 url(../img/);
}
.profile_name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 12px 0;
}

.services {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.sns {
  display: flex;
  gap: 12px;
}
.sns a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: #61ACAD;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sns a.sns_note {
  padding: 0;
}
.sns a svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFFEFE;
}
.sns a:hover {
  background: #F7D051;
}

.mail-order a {
  color: #61ACAD;
  border: #61ACAD solid 1px;
  padding: 0 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.mail-order a:hover {
  color: #F7D051;
  border: #F7D051 solid 1px;
}

.activity {
  margin: 12px 0;
}
.activity tr {
  border-bottom: solid 1.5px #F7D051;
}
.activity tr a {
  color: #61ACAD;
}
.activity tr a:hover {
  color: #F7D051;
}
.activity th {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 12px 0 6px;
}
@media (max-width: 800px) {
  .activity th {
    padding: 12px 0 0;
  }
}
.activity td {
  padding: 12px 24px 6px;
  font-size: 0.75rem;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .activity td {
    padding: 6px 0;
  }
}
@media (max-width: 800px) {
  .activity th, .activity td {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */