@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

@media (hover: hover) {
  a.not:hover {
    opacity: 1;
  }
}

.bg--brand {
  background-color: #51328f;
}

.bg--e4e4f0 {
  background-color: #e4e4f0;
}

.bg--e9ecef {
  background-color: #e9ecef !important;
}

@media screen and (min-width:768px) {
  .w--45 {
    width: 45%;
  }
}

.text--brand {
  color: #51328f;
}

.data--symbol {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.data--symbol::before {
  content: attr(data-symbol);
}

.next--symbol {
  width: 0;
  height: 0;
  border-top: 30px #51328f solid;
  border-right: 30px transparent solid;
  border-left: 30px transparent solid;
  opacity: 0.8;
}

@media screen and (min-width:768px) {
  .height--text {
    min-height: 7.5rem;
  }
}

@media screen and (min-width:992px) {
  .height--text {
    min-height: 6rem;
  }
}

.main--btn01 {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #51328f;
  background-color: #fee100;
  border: 2px #51328f solid;
  border-width: 2px 2px 4px 2px;
  position: relative;
}

.main--btn01::after {
  position: absolute;
  content: "＞";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.main--btn01:hover {
  color: #51328f;
}

.main--btn01.comingsoon {
  filter: brightness(0.75);
}

@media screen and (min-width:768px) {
  .main--btn01 {
    max-width: 600px;
    font-size: 22px;
  }
}

.main--btn02 {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #51328f;
  background-color: #ece0c6;
  border: 2px #51328f solid;
  border-width: 2px 2px 4px 2px;
  position: relative;
}

.main--btn02::after {
  position: absolute;
  content: "＞";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.main--btn02:hover {
  color: #51328f;
}

.main--btn02.comingsoon {
  filter: brightness(0.75);
}

@media screen and (min-width:768px) {
  .main--btn02 {
    max-width: 600px;
    font-size: 22px;
  }
}

.accent--heading {
  margin: 0 0 2rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  font-size: 20px;
  font-weight: bold;
  color: #51328f;
  background: linear-gradient(90deg, #51328f 4px, #e4e4f0 4px 8px, #bf9c47 8px 12px, #e4e4f0 0);
}

.accent--heading span {
  font-size: 14px;
  color: #9fa0a0;
}

@media screen and (min-width:768px) {
  .accent--heading {
    font-size: 30px;
  }

  .accent--heading span {
    font-size: 20px;
  }
}

.accent--text {
  margin: 0 0 1.25rem;
  padding: 0 0 0.5rem 0.5rem;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px #51328f solid;
}

@media screen and (min-width:768px) {
  .accent--text {
    font-size: 24px;
  }
}

.futsal--tab .nav-link {
  padding: 0.5rem 0;
  color: #51328f;
}

.futsal--tab .nav-link.active {
  color: #fff;
  background-color: #51328f;
}

@media screen and (min-width:768px) {
  .futsal--modal {
    max-width: 700px;
  }
}

@media screen and (min-width:992px) {
  .futsal--modal {
    max-width: 950px;
  }
}

.nav--wrap {
  background-color: #51328f;
  border-bottom: 4px #bf9c47 solid;
}

.nav--logo {
  position: absolute;
  bottom: -1.75rem;
}

.nav--logo img {
  max-width: 80%;
  transition: 0.3s;
}

@media (hover: hover) {
  .nav--logo:hover {
    opacity: 1;
  }

  .nav--logo:hover img {
    transform: scale(1.1);
  }
}

@media screen and (min-width:768px) {
  .nav--logo {
    bottom: -2.5rem;
  }

  .nav--logo img {
    max-width: 100%;
  }
}

.nav--text {
  margin: 0 0 0 4.5rem;
  font-size: 12px;
  font-weight: bold;
  color: #e4e4f0;
}

.nav--text span {
  color: #bf9c47;
}

@media screen and (min-width:768px) {
  .nav--text {
    margin: 0 0 0 5.5rem;
    font-size: 14px;
  }
}

.nav--ekikita img {
  transition: 0.3s;
}

@media (hover: hover) {
  .nav--ekikita:hover {
    opacity: 1;
  }

  .nav--ekikita:hover img {
    transform: scale(1.1);
  }
}

.nav--hamburger:focus {
  box-shadow: unset;
}

.nav--hamburger-icon {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}

.nav--hamburger-icon span {
  display: inline-block;
  width: 60%;
  height: 2px;
  background-color: #fff;
  border-radius: 10rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.nav--hamburger-icon span:nth-of-type(1) {
  top: 30%;
}

.nav--hamburger-icon span:nth-of-type(2) {
  top: 50%;
}

.nav--hamburger-icon span:nth-of-type(3) {
  top: 70%;
}

.nav--hamburger-icon.active span {
  width: 60%;
  top: 50%;
  left: 50%;
}

.nav--hamburger-icon.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav--hamburger-icon.active span:nth-of-type(2) {
  opacity: 0;
}

.nav--hamburger-icon.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.guide--inner dl {
  display: flex;
  align-items: center;
}

.guide--inner dl dt {
  width: 100px;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #51328f;
  border-right: 4px #9fa0a0 solid;
}

.guide--inner dl dd {
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: normal;
}

.map--wrap {
  width: 100%;
}

.map--inner iframe {
  width: 100%;
  height: 60vw;
  max-height: 400px;
}

.shadow--img {
  width: calc(100% - 5px);
  box-shadow: 5px 5px 0 #51328f;
  transition: 0.3s;
}

@media (hover: hover) {
  .shadow--img:hover {
    transform: scale(1.05);
  }
}

@media screen and (min-width:768px) {
  .access--wrap {
    padding: 8rem 0 0;
  }
}

.access--text dt {
  width: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.access--text dd {
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: normal;
}

.news--wrap dl {
  border-bottom: 2px #51328f solid;
}

.news--wrap dl dt {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .news--wrap dl dt {
    width: 150px;
    text-align: center;
  }
}

.news--wrap dl dd {
  font-size: 16px;
  font-weight: bold;
}

.news--wrap dl dd .news--tag {
  padding: 0 0.5rem;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #51328f;
}

.news--wrap dl dd .news--tag+.news--tag {
  margin: 0 0 0 0.5rem;
}

.news--wrap dl dd a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width:768px) {
  .news--wrap dl dd {
    width: calc(100% - 150px);
  }
}

.footer--wrap {
  background-color: #51328f;
  border-top: 4px #bf9c47 solid;
}
/*# sourceMappingURL=style.css.map */