@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
}
.sp-only {
  display: none;
}
@media (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  background: #dfdfdf;
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

ul {
  list-style: none;
  padding-left: 0;
}

/*****************

ベースカラー

******************/
/****************

共通パーツ

******************/
main {
  background-color: #a3c6f4;
}

.memberArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  background: #fdfdfd;
}

.memberlist {
  font-size: 20px;
  line-height: 1;
}

.memberlist li a {
  text-decoration: none;
  line-height: 1.25;
  color: black;
}

.memberlist li a:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width: 640px) {
  .slider__area {
    display: none;
  }
}
.slider__area img {
  width: 100%;
}

/****************

プルダウンリスト

****************/
.contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .contents__title {
    padding: 1.875rem 1.25rem 0;
    font-size: 1.125rem;
  }
}

.contents__explanation {
  display: none;
  padding: 50px 125px 20px;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .contents__explanation {
    padding: 1.25rem;
  }
}

.memberArea {
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .memberArea {
    display: none;
  }
}

.pulldown__area {
  width: 1000px;
  margin: 0 auto;
  background: #fdfdfd;
  font-size: 16px;
}
@media (max-width: 640px) {
  .pulldown__area {
    width: 90.63%;
    margin: 0 auto;
    max-width: 700px;
    font-size: 1rem;
  }
}

.pulldown__form {
  width: 750px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .pulldown__form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.pulldown__form__title {
  display: block;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .pulldown__form__title {
    display: none;
    padding: 0 2.5rem 1.25rem;
    width: 11.25rem;
  }
}

.pulldown__area select {
  position: relative;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fdfdfd;
  outline: none;
  border: solid 1px #191919;
  border-radius: 3px;
  padding: 8px 20px;
  font-weight: bold;
  margin: 5px 0;
  color: #191919;
  text-align: left;
  z-index: 1;
  width: calc(100% - 55px);
}
@media (max-width: 640px) {
  .pulldown__area select {
    padding: 0.5rem 1.25rem;
    margin: 0.3rem 0;
    width: calc(100% - 2.5rem - 1.25rem);
    position: absolute;
    top: -1.0625rem;
    right: 0.6875rem;
  }
}

.region__box {
  position: relative;
  width: 100%;
  margin: 1rem auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fdfdfd;
  z-index: 200;
}
@media (min-width: 640px) {
  .region__box {
    position: relative;
    margin: 0 auto;
    width: 280px;
    margin: 0;
  }
}
.region__box:after {
  content: "▼";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  color: #191919;
  font-size: 14px;
  z-index: 250;
}
@media (max-width: 640px) {
  .region__box:after {
    top: 35%;
    right: 1.125rem;
    font-size: 0.875rem;
  }
}
.region__box.active:after {
  content: "";
}

.district__box {
  position: relative;
  width: 100%;
  margin: 0 auto 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fdfdfd;
  z-index: 100;
}
@media (min-width: 640px) {
  .district__box {
    position: relative;
    width: 350px;
    margin: 0;
    padding-left: 25px;
  }
}
.district__box:after {
  content: "▼";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  color: #191919;
  font-size: 14px;
  z-index: 150;
}
@media (max-width: 640px) {
  .district__box:after {
    top: 35%;
    right: 1.125rem;
    font-size: 0.875rem;
  }
}
.district__box.active:after {
  content: "";
}

.member__add__title {
  display: block;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .member__add__title {
    display: block;
    padding: 0;
    width: initial;
    margin: 0 auto;
    text-align: center;
  }
}

.member__add__elements {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .member__add__elements {
    display: block;
    width: 100%;
    padding: 0.5rem;
  }
}

@media (max-width: 640px) {
  .member__add {
    padding: 0.5rem 1.3rem;
    margin: 0.3rem 0;
  }
}

.member__add__result {
  font-weight: bold;
  text-underline-offset: 3px;
  text-decoration: underline;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 640px) {
  .member__add__result {
    padding-left: 0;
    text-align: center;
    display: block;
    font-size: 1rem;
  }
}

/****************

マップ部分

****************/
.mapArea {
  width: 600px;
  overflow: hidden;
}
.mapArea img {
  width: 100%;
}

.mapArea__map {
  overflow: hidden;
}

.memberArea__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*****************

Map上バナー

*****************/
.member__banner {
  margin: 0 auto;
  width: 94%;
}
@media (min-width: 640px) {
  .member__banner {
    margin: 0 auto;
    width: 750px;
  }
}
.member__banner img {
  width: 100%;
}

.member__box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member__banner__img {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.member__banner__img img {
  padding-top: 0.625rem;
  height: 9.375rem;
  vertical-align: bottom;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 640px) {
  .member__banner__img img {
    padding-top: 10px;
    height: 150px;
  }
}

.member__banner__text {
  width: calc(65% - 0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fdfdfd;
  padding-right: 0.625rem;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.4));
}

.member__banner__name {
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  .member__banner__name {
    font-size: 22px;
  }
}

.member__banner__class {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .member__banner__class {
    font-size: 16px;
  }
}

/********************

メンバーボックス（右側サイドバー）

*********************/
.memberlist__list {
  margin-top: 1.25rem;
  line-height: 1;
  padding-left: 2.5rem;
}
@media (min-width: 640px) {
  .memberlist__list {
    margin-top: 20px;
    line-height: 1;
    padding-left: 40px;
  }
}

.member__box__item {
  min-width: 250px;
  height: 80px;
  overflow: hidden;
}
.member__box__item.item-00 {
  background: #2b5cab;
}
.member__box__item.item-01 {
  background: #ef0014;
}
.member__box__item.item-02 {
  background: #e5007f;
}
.member__box__item.item-03 {
  background: #fc7500;
}
.member__box__item.item-04 {
  background: #009d8c;
}
.member__box__item.item-05 {
  background: #0099c5;
}
.member__box__item.item-06 {
  background: #0077b0;
}
.member__box__item.item-07 {
  background: #fff102;
}
.member__box__item.item-08 {
  background: #e50073;
}

.member__box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member__box__img {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.member__box__img img {
  padding-top: 0.625rem;
  height: 72px;
  vertical-align: bottom;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 640px) {
  .member__box__img img {
    padding-top: 10px;
  }
}

.member__box__text {
  width: calc(65% - 0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fdfdfd;
  padding-right: 0.625rem;
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.4));
}
@media (min-width: 640px) {
  .member__box__text {
    width: calc(65% - 10px);
    padding-right: 10px;
  }
}

.member__box__name {
  font-size: 22px;
}

.member__box__class {
  font-size: 16px;
}

/********************

swiper ページ送りボタンCSS

*********************/
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: #ffd34c;
  color: transparent;
  height: 1rem;
  width: 2rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.swiper .swiper-button-prev {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0;
  right: auto;
}
.swiper .swiper-button-next {
  left: auto;
  right: 0;
} /*# sourceMappingURL=mapstyle.css.map */
