/* フレンドシップラン */
.logo-img {
  text-align: center;
  margin: 0 auto;
}

.friend-shiprun-img-list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.friend-shiprun-img-list-img {
  width: calc(100% / 4 - 10px * 3 / 4);
}

.friend-shiprun-img-list-img img {
  width: 100%;
  height: auto;
}

.pc-flex-between {
  display: flex;
  justify-content: space-between;
}

.pc-flex-start {
  display: flex;
  gap: 40px;
  margin-bottom: -40px;
}

.friend-shiprun-imgs {
  display: flex;
  gap: 30px;
  max-width: 630px;
  width: 100%;
}

.friend-shiprun-imgs-end {
  display: flex;
  gap: 24px;
  justify-content: end;
  max-width: 620px;
}

.friend-shiprun-support-img {
  display: flex;
}

.friend-shiprun-guest-list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  justify-content: space-between;
}

.friend-shiprun-guest-list-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.friend-shiprun-guest-list-item-title {
  width: 100%;
  margin-bottom: 5px;
}

.friend-shiprun-guest-list-item-img {
  display: block;
  width: 20%;
  height: auto;
}

.friend-shiprun-guest-list-item-box {
  width: calc(80% - 20px);
}

.friend-shiprun-support-facility {
  display: flex;
  gap: 24px;
  align-items: center;
}

.sp-inline {
  display: none;
}

@media screen and (min-width: 1024px) {
  .fr-group-list li {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }

  .fr-group-list li span {
    flex: 0 0 max-content;
    display: inline-block;
  }
  .fr-group-list li span:nth-of-type(2) {
    min-width: 110px;
  }
  .fr-group-list li span:nth-of-type(3) {
    min-width: 174px;
  }
  .fr-group-list li span:nth-of-type(4) {
    min-width: 125px;
  }
}

@media screen and (max-width: 1023px) {
  .logo-img {
    max-width: 480px;
  }

  .friend-shiprun-img-list {
    align-items: start;
    flex-flow: column;
    gap: 8px;
    text-align: center;
  }

  .friend-shiprun-img-list-img {
    width: auto;
    margin: 0 auto;
  }

  .friend-shiprun-img-list-img img {
    max-width: 500px;
    width: 100%;
    display: block;
  }

  .pc-flex-between {
    display: block;
  }

  .pc-flex-start {
    display: block;
    margin-bottom: 0;
  }

  .friend-shiprun-imgs {
    gap: 20px;
    margin: 0 auto;
  }

  .friend-shiprun-imgs-end {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 24px auto 0;
    max-width: 280px;
  }

  .sp-block {
    display: block;
  }

  .friend-shiprun-guest-list-item-img {
    width: 30%;
  }

  .friend-shiprun-guest-list-item-box {
    width: calc(70% - 10px);
  }

  .friend-shiprun-support-facility {
    align-items: flex-start;
    gap: 12px;
  }

  .friend-shiprun-support-facility + .friend-shiprun-support-facility {
    margin-top: 24px;
  }

  .friend-shiprun-support-facility-img {
    flex: 0 0 120px;
  }

  .friend-shiprun-support-facility a {
    word-break: break-all;
  }

  .sp-inline {
    display: inline;
  }
}