@charset "UTF-8";

/* p-gyms */

#gyms {
  padding-bottom: 0;
}

#gyms .p-gyms {
  padding: 40px 20px 0;
  position: relative;
}

#gyms .p-gyms .flex {
  display: flex;
  gap: 60px;
}
#gyms .p-gyms .box {
  padding: 60px 0;
}
#gyms .p-gyms .box:first-of-type {
  padding-top: 0;
}
#gyms .p-gyms .box:not(:last-of-type) {
  border-bottom: solid 1px #f2e291;
}
#gyms .p-gyms .box .thumbnail {
  flex-basis: 30%;
  height: 260px;
}
#gyms .p-gyms .box .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 80px 0;
}
#gyms .p-gyms .box .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#gyms .p-gyms .box .name {
  font-size: 2.8rem;
  font-weight: bold;
  color: #347334;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#gyms .p-gyms .box .m-button {
  margin: auto auto 0;
}

#gyms .p-gyms .box .m-button a {
  min-height: 80px;
}
/* 
#gyms .p-gyms .box .button a::before {
  position: absolute;
  content: "";
  right: 24px;
  height: 100%;
  top: 0;
  width: 32px;
  pointer-events: none;
  background: url(../../../images/common/ico_common_arrow.svg) no-repeat;
  background-size: 32px;
  background-position: center;
  transition: 0.3s;
} */


@media screen and (max-width: 600px) {
  #gyms .p-gyms {
    padding: 0;
  }
  #gyms .p-gyms .flex {
    flex-direction: column;
    gap: 30px;
  }
  #gyms .p-gyms .box {
    padding: 40px 0;
  }
  #gyms .p-gyms .box .thumbnail {
    height: 240px;
    flex-basis: auto;
  }

  #gyms .p-gyms .box .thumbnail img {
    border-radius: 48px 0;
  }
  #gyms .p-gyms .box .m-lead {
    font-size: 1.3rem;
  }
  #gyms .p-gyms .box .name {
    font-size: 5vw;
  }
  #gyms .p-gyms .box .m-button {
    margin-top: 30px;
  }
  #gyms .p-gyms .box .m-button a {
  min-height: 60px;
}
}
