@charset "UTF-8";
/* Header */
header {
  position: relative;
  z-index: 100;
  box-shadow: 0 0 10px #000;
  height: 80px;
}
header > nav .nav-menu {
  display: flex;
  justify-content: space-between;
  /* 垂直方向にアイテムを中央揃え */
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: sans-serif;
  text-decoration: none;
  /* 左右にアイテムを配置 */
  margin: 0;
  height: 80px;
}
header > nav .nav-menu > a > img {
  width: 350px;
  margin: 0;
  vertical-align: middle;
  height: 80px;
}
header > nav .nav-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}
header > nav .nav-menu ul li {
  white-space: nowrap;
  min-width: 50px;
  margin-right: 1rem;
}
header > nav .nav-menu ul li a {
  margin-right: 1rem;
  font-size: 1.25rem;
  transition: 0.3s;
  color: #555;
  text-decoration: none;
  line-height: 100%;
}
header > nav .nav-menu ul li a.txt:hover {
  text-decoration: none;
  color: black;
  filter: drop-shadow(0 0 15px #111);
}
header i.mobile_headmenu_open {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-style: normal;
  width: 60px;
  height: 60px;
  line-height: 80px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 15px #666;
  text-align: center;
  border-radius: 30px;
}
header i.mobile_headmenu_open::after {
  content: "\e5d2";
  position: relative;
  bottom: 8px;
}
header i.mobile_headmenu_close {
  display: none;
  margin: 30px auto 0;
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-style: normal;
  width: 60px;
  height: 60px;
  line-height: 80px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 15px #000;
  text-align: center;
  border-radius: 30px;
}
header i.mobile_headmenu_close::after {
  content: "\e5cd";
  position: relative;
  bottom: 8px;
}

@media screen and (max-width: 936px) {
  header {
    height: 0;
  }
  header i.mobile_headmenu_open {
    display: block;
  }
  header nav {
    overflow-y: hidden;
  }
  header nav .nav-menu {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: -100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5333333333);
    transition: 0.5s;
    height: 100vh;
    z-index: 310;
    overflow: hidden;
    padding: 0;
  }
  header nav .nav-menu.open {
    top: 0;
  }
  header nav .nav-menu > a {
    width: 100%;
    height: 80px;
    display: block;
    background: #fff;
  }
  header nav .nav-menu > a > img {
    width: 350px;
    margin: 0 auto;
    vertical-align: middle;
    height: 80px;
    z-index: 320;
  }
  header nav .nav-menu ul {
    flex-direction: column;
    background: #fff;
    width: 100%;
  }
  header nav .nav-menu ul li {
    padding: 0;
    margin: 10px auto;
  }
  header nav .nav-menu ul li > a {
    line-height: 2rem;
    margin: 0;
    padding: 0;
  }
  header nav .nav-menu i.mobile_headmenu_close {
    display: inline-block;
  }
}
/* Footer */
footer {
  background: #14ace4;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  height: 100px;
}
footer .footer-text {
  color: #fff;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px 0;
}
footer .footer-text > span {
  display: block;
  margin-top: 10px;
}
footer .footer-text a {
  color: #fff;
}
footer .footer-text .marginBlock {
  margin: 10px 0;
}

* {
  font-family: "メイリオ", "Meiryo UI", "Meiryo", SansSerif;
}

main {
  min-height: calc(100vh - 180px);
}
@media screen and (max-width: 936px) {
  main {
    min-height: calc(100vh - 100px);
  }
}

.bg-top {
  height: 300px;
  display: grid;
  place-items: center;
}
.bg-top p {
  font-size: 50px;
  color: #ffffff;
  -webkit-text-stroke: 1.25px #000000;
}
.bg-top.bg-group {
  background-image: url("../image/top/5.webp");
}
.bg-top.bg-schedule {
  background-image: url("../image/top/1.webp");
}
.bg-top.bg-map {
  background-image: url("../image/top/8.webp");
}
.bg-top.bg-notice {
  background-image: url("../image/top/7.webp");
}

/* Common */
.linkBtn {
  background-color: #14ace4;
  border-radius: 50px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  width: 350px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* 下線をなしにする */
  text-align: center;
  transition: 0.3s;
}
.linkBtn:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  scale: 1.03;
  text-decoration: none;
  color: #ffffff;
}

.icon-outlink::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
}

img.image-protector {
  position: absolute;
  z-index: 9999;
  touch-action: none;
  pointer-events: none; /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

i.br {
  display: inline-block;
}

/*# sourceMappingURL=common.css.map */
