.topimage-bg {
  position: relative;
  width: 100%;
  height: 416px;
  background: url('/wp-content/themes/clabel/images/Access_Mask.png') no-repeat center center;
  background-size: cover;
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.all-gamen {
  background: rgba(185, 205, 212, 0.7);
  position: relative;
  width: 100%;
  height: 2400px;
}

.image-haikei {
  justify-self:center;
  position: absolute;
  background-image: url(/wp-content/themes/clabel/images/Access_background.png);
  background-size: cover;
  width: 1320.64px;
  height: 2259.23px;
  margin-top: 62px;
  border-radius: 16px;
  z-index: 5;
}

.gamennwake {
  display: flex;
  margin-top: 142px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

p {
  font-size: 22px;
  font-weight: 400;
  padding: 0px 0px 24px 0px;
}

.border {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 8px;
}

.left {
  width: 20%;
  text-align: center;
}

.right {
  width: 80%;

}

.right li {
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 18px;
  margin-left: 32px;
}

.map {
  display: flex;
  gap: 1rem;
  width: 95%
}

.location-map {
  width: 50%;

}

.tokubetu-gunma {
  position: relative;
  left: 40%;
}

.tokubetu-makuhari {
  position: relative;
  left: 20%;
}

.syasin {
  width: 50%;
}

.gunma {
  width: 100%;
  height: 100%;
}

.makuhari {
  width: 100%;
  aspect-ratio: 3/2;
}

.kaigyou {
  display: none;
}

/* モバイル版 */
@media screen and (max-width: 600px) {
  .topimage-bg {
    width: 100vw;
    height: 145px;
  }

  .topimage-title1 {
    font-size: 22px;
    margin-top: 49px;
    margin-left: 21px;
  }

  .topimage-title2 {
    font-size: 11px;
    margin-top: 80px;
    margin-left: 21px;
  }

  .all-gamen {
    height: 1500px;
    width: 100%;
  }

  .image-haikei {
    background-size: cover;
    width: 361px;
    height: 1400px;
    margin-top: 40px;
    margin-left: 20px;
    border-radius: 8px;
  }

  .gamennwake {
    font-weight: 100;
    margin-top: 2rem;
    letter-spacing: 0.04em;
  }

  p {
    font-size: 12px;
    text-align: justify;
    padding-bottom: 9px;
  }

  .left p {
    font-size: 14px;
  }

  .kaigyou {
    display: inline;
  }

  .border {
    border-bottom: 2px solid #e4e4e4;
    margin-right: 10px;
  }

  .borderlong {
    width: 333px;
    border-bottom: 2px solid #e4e4e4;
    position: relative;
    right: 93px;
  }

  .tokubetu-gunma {
    border-bottom: 0px;
  }

  .tokubetu-makuhari {
    border-bottom: 0px;
  }

  .left {
    width: 30%;
    text-align: left;
    position: relative;
    left: 1rem;
  }

  .right {
    width: 65%;
  }

  .right li {
    padding: 0px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 10px;
    text-align: justify;
    position: relative;
    right: 2rem;
  }


  .map {
    flex-direction: column;
  }

  .location-map {
    width: 90%;
    aspect-ratio: 3/2;
  }

  .syasin {
    width: 222px;
    aspect-ratio: 132.57px;
  }

  .gunma {
    width: 220px;
    height: 165px;
  }

  .makuhari {
    width: 222px;
    height: 167px;
  }
}

/* custom  start */

.custom-container {
  position: relative;
}

.custom-card {
  display: block;
  position: relative;
  top: 5.5rem;
  left: 7rem;
  width: 75.8rem;
  height: 14.7rem;
}

.custom-image {
  background-image: url("/wp-content/themes/clabel/images/custom-link.png");
  background-repeat: no-repeat;
  width: 75.8rem;
  height: 14.7rem;
}



/* 600px以下の時 */
@media screen and (max-width: 600px) {
  .custom-card {
    width: 23.5rem;
    height: 10.2rem;
  }

  .custom-image {
    background-image: url("/wp-content/themes/clabel/images/custom-link_ipone.png");
    width: 23.5rem;
    height: 10.2rem;
  }
}


/* custom  end */
