@charset "UTF-8";
/* 20210526 大亜合併による修正 */
/* 20260310 沖縄マリンサービス追加 */
/* 20260310 ネットワーク修正 */

/* 右下マーク */
.group_logo2026 {
 position: fixed;
 right: -75px;
 bottom: -30px;
 z-index: -1;width:600px;height:auto;opacity: 0.3;
 filter: alpha(opacity=30);
}
@media screen and (max-width: 767px) {
.group_logo2026 {
  display: none
 }
}

/* ネットワークcss */
.nwframe {}
@media print, screen and (min-width: 960px) /*小型PC*/ {
  .nwframe {
    width: 100%;
    padding: 0 6%;
  }
}
/* ------------ネットワーク------------ */
.nwimg {
  padding: 36px 16px 48px;
}
.nwimg h2 {
  text-align: center;
  color: #E15234;
  font-size: 24px;
  font-weight: bold;
  margin-bottom:1em;
}
.nwimg .catch {
  font-size: 14px;
  margin-bottom: 2em;
}
.nwimg .okinawaframe {
  background-image: url("../img2026/okinawabg.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 400px;
  margin: 0 auto;
  position: relative;
  height: 330px;
  background-size: 100% auto;
}
.nwimg .okinawaframe img {
  width: 80px;
  position: absolute;
}
.nwimg .okinawaframe img.nw01 {
  left: 160px;
  top: 0;
}
.nwimg .okinawaframe img.nw02 {
  right: 80px;
  top: 33px;
}
.nwimg .okinawaframe img.nw03 {
  left: 80px;
  top: 33px;
}
.nwimg .okinawaframe img.nw04 {
  right: 30px;
  top: 100px;
}
.nwimg .okinawaframe img.nw05 {
  right: 80px;
  top: 167px;
}
.nwimg .okinawaframe img.nw06 {
  left: 30px;
  top: 100px;
}
.nwimg .okinawaframe img.nw07 {
  left: 80px;
  top: 167px;
}
.nwimg .okinawaframe img.nw08 {
  left: 160px;
  top: 200px;
}
@media print, screen and (min-width: 568px) /*SPヨコ*/ {
  .nwimg {
    padding: 48px 32px;
  }
  .nwimg h2 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 768px) /*タブレットタテ*/ {
  .nwimg {

  }
  .nwimg h2 {
  }
  .nwimg .catch {
  }
  .nwimg .okinawaframe {
    width: 700px;
    height: 500px;
  }
  .nwimg .okinawaframe img {
    width: 160px;
  }
  .nwimg .okinawaframe img.nw01 {
    left: 270px;
    top: 0;
  }
  .nwimg .okinawaframe img.nw02 {
    right: 115px;
    top: 50px;
  }
  .nwimg .okinawaframe img.nw03 {
   left: 115px;
    top:50px;
  }
  .nwimg .okinawaframe img.nw04 {
    right: 20px;
    top: 180px;
  }
 .nwimg .okinawaframe img.nw05 {
    right: 115px;
    top: 310px;
  }
  .nwimg .okinawaframe img.nw06 {
    left: 20px;
    top: 180px;
  }
  .nwimg .okinawaframe img.nw07 {
    left: 115px;
    top: 310px;
  }
  .nwimg .okinawaframe img.nw08 {
    left: 270px;
    top: 360px;
  }
}
@media print, screen and (min-width: 960px) /*小型PC*/ {
  .nwimg {
    padding: 64px 0;
  }
  .nwimg h2 {}
  .nwimg .catch {
    text-align: center !important;
  }

  .nwimg .okinawaframe a:hover img {
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 1280px) /*PC*/ {
  .nwimg h2 {
    font-size: 48px;
  }
  .nwimg .catch {
    font-size: 16px;
  }
      .nwimg .okinawaframe {
    width: 992px;
    height: 687px;
  }
    .nwimg .okinawaframe img {
    width: 180px;
  }
    .nwimg .okinawaframe img.nw01 {
    left: 406px;
    top: 0;
  }
  .nwimg .okinawaframe img.nw02 {
    right: 210px;
    top: 50px;
  }
  .nwimg .okinawaframe img.nw03 {
   left: 210px;
    top:50px;
  }
  .nwimg .okinawaframe img.nw04 {
    right: 100px;
    top: 215px;
  }
 .nwimg .okinawaframe img.nw05 {
    right: 210px;
    top: 380px;
  }
  .nwimg .okinawaframe img.nw06 {
    left: 100px;
    top: 215px;
  }
  .nwimg .okinawaframe img.nw07 {
    left:210px;
    top: 380px;
  }
  .nwimg .okinawaframe img.nw08 {
    left: 406px;
    top: 450px;
  }
}
/* ------------グループ一覧------------ */
a.mapbtn {
  display: inline-block;
  padding: 1px 1.5em;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  position: relative;
  border: 1px solid #ccc;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
a.mapbtn:hover {
  border: 1px solid #94B9D7;
}
a.mapbtn span {
  margin-right: 10px;
  /*color: #94B9D7;*/ color: #E15234;
}
.grouplist {
  padding: 16px;
}
.grouplist h2 {
  text-align: center;
  font-family: 'Lustria', serif;
  color: #20496B;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.grouplist ul {
  list-style: none;
}
.grouplist ul li {
  margin-bottom: 48px;
}
.grouplist ul li table {
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 10px;background: rgba(255,255,255,0.6);
}
.grouplist ul li table th {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 100px;
  vertical-align: top;
}
.grouplist ul li table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
@media print, screen and (min-width: 568px) /*SPヨコ*/ {
  .grouplist h2 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 768px) /*タブレットタテ*/ {
  .grouplist h2 {
    margin-bottom: 16px;
  }
  .grouplist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grouplist ul li {
    width: 48%;
  }
  .grouplist ul li table {
    font-size: 16px;
  }
  .grouplist ul li table th {
    width: 120px;
  }
}
@media print, screen and (min-width: 960px) /*小型PC*/ {
  .grouplist {
    padding: 0;
  }

}
@media print, screen and (min-width: 1180px) /*PC*/ {
.grouplist ul li:nth-child(5),.grouplist ul li:nth-child(6),.grouplist ul li:nth-child(7) {
    width: 32%;
  }
}
@media print, screen and (min-width: 1280px) /*PC*/ {
  .grouplist h2 {
    font-size: 48px;
  }  }
  @media print, screen and (min-width: 1500px) /*PC*/ {
.grouplist ul li{width: 30%;}
.grouplist ul li:nth-child(4),.grouplist ul li:nth-child(5),.grouplist ul li:nth-child(6),.grouplist ul li:nth-child(7) { width: 24%;}
}