@charset "utf-8";
.teams_map{
  padding-bottom: 75px;
}

.teams_map .map{
  position: relative;
  max-width: 1114px;
  margin-left:auto;
  aspect-ratio: 1114 / 559;
}

.teams_map .map .img{
  left: 17%;
  top: 3%;
  position: absolute;
  width: calc((643 / 1114) * 100%);
}

.teams_map .msg{
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin-top: 8px;
}

.teams_map .cmp_button_box{
  flex-wrap:wrap;
  margin-top: 69px;
}

.teams_map .cmp_button1{
  background-image: url(../svg/pin2.svg);
  background-position: 5% 50%;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);

}

.teams_map .cmp_button1:hover{
  background-image: url(../svg/pin.svg);
}

@media screen and (max-width: 1100px) {
  .teams_map .map{
    aspect-ratio: unset;
  }

}
@media screen and (max-width: 768px) {
  .teams_map .cmp_button_box {
    margin-top: 60px;
  }
}

.teams_map .pref.box{
  width: 284px;
}

.teams_map .pref.box ul{
  padding: 12px 5px;
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  border-radius: 0 0 12px 12px;
  background: #fff;
  overflow: hidden;
  gap:7px 0;
  border: 3px solid #ae6e36;
}

.teams_map .pref.box ul>li{
  width: 33.33%;
  text-align: center;
  gap:7px 0;
}

.teams_map .pref4.box,
.teams_map .pref6.box,
.teams_map .pref7.box,
.teams_map .pref8.box,
.teams_map .pref9.box{
  width: 203px;
}

.teams_map .pref4.box ul>li,
.teams_map .pref6.box ul>li,
.teams_map .pref7.box ul>li,
.teams_map .pref8.box ul>li,
.teams_map .pref9.box ul>li{
  width: 50%;
  text-align: center;
  gap:7px 0;
}

.teams_map .pref5.box ul>li{
  width: 100%;
}

.teams_map .pref.box ul>li>a{
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
  color: #0B1F07;
}

.teams_map .pref2.box ul{ border-color: var(--tohoku);}
.teams_map .pref3.box ul{ border-color: var(--kanto);}
.teams_map .pref4.box ul{ border-color: var(--tokai);}
.teams_map .pref5.box ul{ border-color: var(--hokuriku);}
.teams_map .pref6.box ul{ border-color: var(--kinki);}
.teams_map .pref7.box ul{ border-color: var(--chugoku);}
.teams_map .pref8.box ul{ border-color: var(--shikoku);}
.teams_map .pref9.box ul{ border-color: var(--kyushu);}

.teams_map .pref{
  position: absolute;
  top:0;
}

.teams_map .pref1 {
  right: 9.35%;
  top: 0;
}

.teams_map .pref2.box {
  right: 0%;
  top: 15.2%;
}

.teams_map .pref3.box {
  right: 6.45%;
  top: 43.2%;
}

.teams_map .pref4.box {
  right: 28%;
  top: auto;
  bottom: 0;
}

.teams_map .pref5.box {
  width: 109px;
  right: 47.5%;
  top: 5.5%;
}

.teams_map .pref6.box {
  right: 61%;
  top: 10.5%;
}

.teams_map .pref7.box {
  right: auto;
  top: 10.5%;
  left: 0;
}

.teams_map .pref8.box {
  left: 32.5%;
  top: auto;
  bottom: 0;
}

.teams_map .pref9.box{
  left:0;
  top:45.5%;
}

.teams_map .pref.box .ttl{
  width: 100%;
  height: 33px;
  line-height: 33px;
  border-radius: 12px 12px 0px 0px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.teams_map .pref1.box a.ttl{ background: var(--hokkaido);}
.teams_map .pref2.box .ttl{ background: var(--tohoku);}
.teams_map .pref3.box .ttl{ background: var(--kanto);}
.teams_map .pref4.box .ttl{ background: var(--tokai);}
.teams_map .pref5.box .ttl{ background: var(--hokuriku);}
.teams_map .pref6.box .ttl{ background: var(--kinki);}
.teams_map .pref7.box .ttl{ background: var(--chugoku);}
.teams_map .pref8.box .ttl{ background: var(--shikoku);}
.teams_map .pref9.box .ttl{ background: var(--kyushu);}

.teams_map .pref10 {
  left: 7.7%;
  top: 88.5%;
}

.teams_map .pref1 a.ttl,
.teams_map .pref10 a.ttl{
  width: 179px;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  background: var(--hokkaido);
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  text-decoration:none;
  display: block;
  /* border: 3px solid #9e332b; */
}

.teams_map .pref10 a.ttl{
  background: var(--okinawa);
}

@media screen and (max-width: 1100px) {

}

.teams_map .pref1 a.ttl{
  background:var(--hokkaido);
}
.teams_map .pref10 a.ttl{
  background:var(--okinawa);
}
@media screen and (max-width:1200px) {

  .teams_map .pref4.box,
  .teams_map .pref6.box,
  .teams_map .pref7.box,
  .teams_map .pref8.box,
  .teams_map .pref9.box{
    width: 190px;
  }

}


.teams_map dl.total{
  width: 100%;
  pointer-events: none;
  text-align: center;
  justify-content: center;
  margin-bottom: -20px;
}

.teams_map dl.total dt{
  font-size: 1.6rem;
  font-weight: bold;
}

.teams_map dl.total dd{
  font-family: var(--sub);
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width:1100px) {
  .teams_map dl.total{
    margin-bottom: 15px;
  }

  .teams_map{
    padding-bottom: 30px;
  }

  .teams_map .pref{
    margin-bottom: 15px;
  }

  .teams_map .pref,
  .teams_map .pref .ttl{
    width: 100% !important;
  }

  .teams_map .pref ul{
    justify-self: flex-start;
  }

  .teams_map .pref ul>li{
    width: 100px !important;
  }

  .teams_map .pref{
    position: static !important;
    width: 100% !important;
  }
}

@media screen and (max-width:768px) {
  .teams_map .pref ul>li{
    width: 25% !important;
    text-align: center;
  }
}

/*イベントを探す*/
.event_list2 {
  gap: 23px;
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 0;
}

.event_list2 > li {
  width: calc((100% - 23px) / 2);
}

.event_list2 > li > a {
  position: relative;
  display: block;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 20px;
  color: inherit;
  text-decoration: none;
}

.event_list2 > li > a .post {
  text-align:right;
  font-size: 14px;
  line-height: 1;
  color: #9FA79E;
}

.event_list2 > li > a .row {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.event_list2 > li > a .row .box1 {
  width: 77px;
  height: 77px;
  align-self: flex-start;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
  overflow: hidden;
  text-align: center;
}

.event_list2 > li > a .row .box2 {
  position: relative;
  width: calc(100% - 77px);
  padding-left: 14px;
}

.event_list2 > li > a .row .box2 p.tag {
  width: 87px;
  height: 24px;
  font-size: 14px;
  line-height: 1.71;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid;
  text-align: center;
}

.event_list2 > li > a .update {
  color: #9FA79E;
  text-align: right;
}

.event_list2 > li > a .row .box2 .ttl{
  font-size: 2rem;
  line-height: 1.16em;
  font-weight: bold;
}

.event_list2 > li > a .row .box2 .day{
  display: flex;
  align-items: baseline;
  font-family: var(--sub);
  font-weight: bold;
  margin-bottom: 10px;
}

.event_list2 > li > a .row .box2 .day span {
  font-size: 24px;
  line-height: 1;
  padding-right: 0.5em;
}

.event_list2 > li > a .row .box2 .day strong {
  font-size: 36px;
  line-height: 1;
}

.event_list2 > li > a table {
  font-size: 14px;
  line-height: 1.5;
}

.event_list2 > li > a table tr th {
  font-size: 14px;
  line-height: 1.5;
  padding:5px 14px;
  width: 130px;
  text-align: left;
}

.event_list2 > li > a table tr td {
  font-size: 14px;
  line-height: 1.5;
  width:calc( 100% - 130px );
}

.event_list2 > li > a table tr td .target_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.event_list2 > li > a table tr td .target_list > li {
  height: 21px;
  font-size: 11px;
  line-height: 19px;
  border: 1px solid #00A23F;
  color: #00A23F;
  text-align: center;
  padding: 0 0.5em;
}

.teams_output .event_list2 {
  padding-bottom: 60px;
}

@media screen and (max-width:1100px) {

  .event_list2{
    display: flex;
    flex-wrap: wrap;
  }

  .event_list2 > li > a .row .box2 .ttl{
    font-size:1.8rem;
  }
  .event_list2 > li {
    width: 100%;
  }

  .event_list2 > li > a .post {
    text-align:right;
    font-size: 10px;
    line-height: 1;
  }

  .event_list2 > li > a table tr th {
    padding:2px 0;
    width: 95px;
  }

  .event_list2 > li > a table tr td {
    padding:2px 0;
    width:calc( 100% - 95px );
  }
}

.teams_detail_head {
  display: flex;
  width: 100%;
}

.teams_detail_head .row {
  display: flex;
  margin-bottom: 90px;
  width: 100%;
}

.teams_detail_head .row .box1 {
  width: 600px;
}
.teams_detail_head .row .box2 {
  width: calc(100% - 600px);
  padding-left: 60px;
}

/* メインスライダー */
.teams_detail_head .row .box1 .detail_slider {
  width: 100%;
  margin-bottom: 17px;
}

.teams_detail_head .row .box1 .detail_slider .swiper-slide{
  border-radius: 18px;
}

.teams_detail_head .row .box1 .detail_slider img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* サムネイル */
.teams_detail_head .row .box1 .detail_thumb_slider {
  width: 100%;
}
.teams_detail_head .row .box1 .detail_thumb_slider .swiper-slide {
  width: calc((100% - 12px*4) / 5) !important;
  cursor: pointer;
  opacity: 1;
  border-radius: 12px;
}

.teams_detail_head .row .box1 .detail_thumb_slider .swiper-slide-thumb-active {
  opacity: 0.5;
}

.teams_detail_head .row .box1 .detail_thumb_slider img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.teams_detail_head .row .box2 .update {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #9FA79E;
  text-align: right;
}
.teams_detail_head .row .box2 .ttl {
  /*font-size: 3.4rem;*/
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}
.teams_detail_head .row .box2 .foundation {
  margin: 0 0 27px;
  font-size: 1.8rem;
  font-weight: 500;
}
.teams_detail_head .row .box2 .read {
  font-size: 2.2rem;
  margin: 0 0 20px 0;
  font-weight: bold;
}

.teams_detail_head .row .box2 .msg {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 1200px) {
  .teams_detail_head .row .box1 {
    width: 500px;
  }
  .teams_detail_head .row .box2 {
    width: calc(100% - 500px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .teams_detail_head .row{
    display: block;
    margin-bottom: 0px;
  }
  .teams_detail_head .row .box1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .teams_detail_head .row .box2 {
    width: 100%;
    padding-left: 0px;
  }

.teams_detail_head .row .box2 .update {
  font-size: 1.2rem;
  line-height: 2.1;
  color: #9FA79E;
  text-align: right;
}
.teams_detail_head .row .box2 .ttl {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}
.teams_detail_head .row .box2 .foundation {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
.teams_detail_head .row .box2 .read {
  font-size: 1.8rem;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.teams_detail_head .row .box2 .msg {
  font-size: 1.6rem;
  line-height: 1.77;
}

}
@media screen and (max-width: 768px) {
  .teams_detail_head .row .box2 .ttl {
    font-size: 2.2rem;
  }
}
.teams_detail_output .teams_detail_table{
  width: 100%;
}

.teams_detail_output .teams_detail_table th{
  width: 220px;
  padding:30px 35px;
  font-size: 1.8rem;
  border-top: 1px solid #707070;
  text-align: left;
}

.teams_detail_output .teams_detail_table td{
  width: calc(100% - 220px);
  font-size: 1.8rem;
  padding:30px 35px;
  font-weight: 500;
  border-top: 1px solid #707070;
}

.teams_detail_output .teams_detail_table td .target_list{
  gap:12px;
  display: flex;
  flex-wrap:wrap;
}
.teams_detail_output .teams_detail_table td .target_list>li{
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 26px;
  height: 28px;
  text-align: center;
  color: #00a23f;
  padding: 0 14px;
  background: transparent;
  border: 1px solid #00a23f;
  text-align: center;
}

.teams_detail_output .teams_detail_table td .category_list2{
  display: flex;
  gap:1em;
  flex-wrap:wrap;
}

.teams_detail_output .teams_detail_table .sns_list{
  display: flex;
  gap:15px 20px;
  flex-wrap:wrap;
  align-items: center;
}
.teams_detail_output .teams_detail_table .homepage{ width:24px}
.teams_detail_output .teams_detail_table .x{ width:20px}
.teams_detail_output .teams_detail_table .instagram{ width:22px}
.teams_detail_output .teams_detail_table .youtube{ width:25px}
.teams_detail_output .teams_detail_table .facebook{ width:12px}
.teams_detail_output .teams_detail_table .tictok{ width:17px}
.teams_detail_output .teams_detail_table .note{ width:22px}
.teams_detail_output .teams_detail_table .line{ width:22px}

.teams_detail_output .teams_detail_table{
  width: 100%;
}
@media screen and (max-width: 1100px) {

  .teams_detail_output .teams_detail_table,
  .teams_detail_output .teams_detail_table tbody,
  .teams_detail_output .teams_detail_table tr,
  .teams_detail_output .teams_detail_table th,
  .teams_detail_output .teams_detail_table td{
    width: 100%;
    display: block;
    padding: 0;
  }

    .teams_detail_output .teams_detail_table th{
      padding: 1em 0.5em 0;
    }

  .teams_detail_output .teams_detail_table td{
    border: 0;
    padding: 1em 0.5em 1.5em;
  }

}



