html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho Pro", serif;
}

.bold {
  font-weight: 900;
}

.scroll-target {
  scroll-margin-top: 100px;
}

/*topビジュアル*/
#hero {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 999;
}

.hero-sport {
  background-image: linear-gradient(to bottom, rgba(10, 61, 83, 0.8) 0%, rgba(10, 61, 83, 0.3) 60%, rgba(10, 61, 83, 0) 80%), url("../img/sport/sport-heroimg.png");
}

.hero-copy {
  position: absolute;
  bottom: 15%;
  left: 8%;
  z-index: 1;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-bottom: 2em;
}

.hero-copy h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 58px;
}

.hero-copy p {
  font-size: 20px;
  margin: 0;
  padding: 0 0 0 0.5em;
}

/*コンセプト*/
.sport-concept {
  position: relative;
  width: 100%;
  min-height: 600px;
  padding: 5em 0;
  color: #fff;
  overflow: visible;
  z-index: 1;
}

.sport-concept::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: calc(100% + 600px);
  background-image: url("../img/sport/sport_bg02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  background-color: #f8f8f8;
}

.sport-concept > * {
  position: relative;
  z-index: 1;
}

#sport-container,
#sport-facility-list {
  position: relative;
  z-index: 1;
}

#sport-container {
  padding-left: calc((100% - 1300px) / 2 + 20px);
  padding-right: 20px;
  padding-bottom: 4em;
  box-sizing: border-box;
}

@media (max-width: 1429px) {
  #sport-container {
    width: 100%;
    margin: 0;
    padding-left: calc((100% - 1100px) / 2 + 20px);
  }
}

@media (max-width: 1100px) {
  #sport-container {
    padding-left: 20px;
  }
}

#sport-facility-list {
  margin: 0.5em 0 4em;
}

.sport-facility-list-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sport-facility-list-box {
  width: 24%;
  position: relative;
}

.sport-facility-list-box img {
  width: 100%;
}

.sport-facility-list-box h2 {
  font-size: 16px;
  margin-top: 0;
}

.sport-facility-list-box p {
  font-size: 14px;
  margin: 2px 0;
  display: inline-block;
  padding-right: 1.5em;
  margin-left: 1em;
}

.sport-facility-name {
  position: absolute;
  bottom: 0.45em;
  left: 0;
  z-index: 5;
}

.sport-facility-list-name {
  font-weight: bold;
  padding: 0.4em 1em;
  color: #fff;
  position: relative;
}

.sport-facility-list-name02 {
  font-weight: bold;
  padding: 0.3em 1em;
  color: #fff;
  position: relative;
}

.sport-facility-list-name::before,
.sport-facility-list-name02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efd072;
  transform: skew(-20deg);
  z-index: -1;
}

.sport-facility-list-name::after,
.sport-facility-list-name02::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 50px;
  transform: skew(-20deg);
}

.sport-intro-container {
  background-color: #f8f8f8;
  padding: 1px 0;
}

.sport-intro-title {
  position: relative;
  z-index: 2;
  padding: 0;
}

.sport-intro-box {
  width: 100%;
  margin: 1em auto;
  position: relative;
  z-index: 2;
  padding: 5px 0;
  margin: 0;
}

.sport-facility {
  width: 100%;
  max-width: 1300px;
  margin: 1em auto;
  margin-bottom: 2em;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: transparent;
}

.sport-facility02 {
  width: 100%;
  max-width: 1300px;
  margin: 1em auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.sport-intro {
  padding-bottom: 0;
}

.sport-intro h3 {
  font-size: 36px;
  color: #04afcd;
  margin-bottom: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
}

.sport-intro-area {
  position: relative;
  z-index: 2;
  padding: 0;
  background-color: #f8f8f8;
}

.sport-concept h3 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
}

.sport-concept h4 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 2em;
}

.sport-concept span,
.sport-intro span {
  font-size: 16px;
  font-weight: 900;
}

.sport-concept-box {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
}

.sport-concept-title {
  grid-area: 1 / 1 / 2 / 2;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 55px;
  letter-spacing: 0.1em;
}

.sport-concept-txt {
  grid-area: 2 / 1 / 3 / 2;
  padding: 0.5em 0;
  font-size: 17px;
  max-width: 480px;
  line-height: 1.8em;
  width: 98%;
}

.sport-concept-img {
  grid-area: 1 / 2 / 3 / 3;
  margin: auto;
  z-index: 1;
}

.sport-concept-img img {
  width: 100%;
}

#sport-section03 {
  width: 100%;
  background-color: #f8f8f8;
  background-image: url("../img/sport/sport_bg03.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}

#sport-section04 {
  width: 100%;
  background-color: #e6f7fa;
  background-image: url("../img/sport/sport_bg04.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 8em 0 5em 0;
  margin-bottom: 0;
}

.sport-facility-detail {
  width: 100%;
  background-color: #fff;
  border-radius: 1em;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  box-sizing: border-box;
  gap: 2%;
  margin: 1em 0 0;
}

.sport-facility-detail02 {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 1em;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  box-sizing: border-box;
  gap: 2%;
  margin-top: 2em;
}

.s-facility-detail-l {
  width: 48%;
}

.s-facility-detail-l p {
  margin: 0.5em 0;
  font-size: 14px;
}

.s-facility-detail-l img {
  width: 100%;
}

.s-facility-detail-l span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding: 2px 0;
}

.s-facility-detail-r {
  width: 48%;
}

.s-facility-detail-r p {
  font-size: 12px;
  margin: 0.5em 0;
}

.s-facility-title {
  position: relative;
  background-color: #f8f8f8;
  padding: 20px 0 20px 50px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.s-facility-title01 {
  position: relative;
  background-color: rgba(4, 175, 205, 0.1);
  padding: 15px 0 15px 50px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.s-facility-title01 p {
  margin: 0;
  padding-left: 8em;
  font-size: 12px;
  color: #777;
  line-height: 12px;
}

.heading-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  background: #04afcd;
  clip-path: polygon(20px 0, 100% 0, 80% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  writing-mode: horizontal-tb;
}

.s-f-detail-box {
  background-color: #f8f8f8;
  padding: 0.5em 1em 1em;
}

.s-f-detail-box02 {
  background-color: #fff;
  padding: 0.5em 0;
}

.s-f-detail-box03 {
  background-color: #f8f8f8;
  padding: 0.5em 1em;
}

.s-f-detail-box ul {
  list-style: none;
  padding-left: 1em;
}

.s-f-detail-box li {
  padding: 0.2em 0;
}

.s-f-detail-box02 table,
.s-f-detail-box03 table {
  width: 100%;
  margin: auto;
  table-layout: fixed;
}

.s-tr03 {
  height: 55px;
}

.s-tr04 {
  height: 110px;
}

.s-f-detail-box02 table span,
.s-f-detail-box03 table span {
  font-size: 12px;
  color: #777;
  display: block;
  margin-top: 5px;
}

.s-f-detail-box02 th {
  text-align: start;
  padding: 1.3em 0 1.3em 1em;
}

.s-f-detail-box03 th {
  text-align: start;
  padding: 0.8em 0 0.8em 1em;
}

.s-f-detail-box02 td,
.s-f-detail-box03 td {
  padding: 0;
}

.s-fee-last {
  padding: 0.8em 0 !important;
}

.s-fee-l,
.s-fee-l02 {
  font-size: 12px;
}

.s-fee-r,
.s-fee-r02 {
  font-size: 16px;
}

.s-fee-add {
  font-size: 12px;
  color: #777;
}

.sport-fee {
  font-size: 24px;
}

@media (max-width: 1429px) {
  .sport-facility {
    max-width: 1100px;
    margin-bottom: 5em;
    padding: 0 20px;
  }

  .sport-facility02 {
    max-width: 1100px;
    padding: 0 20px;
  }
}

.sport-main-img,
.sport-main-img02 {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}

.sport-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.s-title {
  display: flex;
  width: 30%;
  align-items: center;
}

.sport-title h4 {
  font-size: 24px;
  margin: 0;
}

.sport-title h4 span {
  display: block;
}

.sport-title-ruby {
  position: relative;
}

.s-table-area {
  width: 80%;
  display: flex;
  justify-content: end;
  align-items: self-start;
  gap: 2em;
}

.s-table-area table {
  width: auto;
  max-width: 350px;
}

.sport-title th {
  font-size: 11px;
  text-align: start;
}

.sport-title td {
  font-size: 14px;
}

.sport-title span {
  font-size: 12px;
}

.sport-number {
  margin-right: 1em;
  height: 100%;
  max-height: 40px;
}

.sport-intro hr {
  border-top: 1px solid #dddddd;
}

.sport-intro h5 {
  font-size: 25px;
  margin-bottom: 0.5em;
}

.s-fee-border td {
  border-top: 1px solid #dddddd;
  height: 1px;
  padding: 0;
}

.td-min {
  display: inline !important;
}

/*位置調整*/
.sport-adjustment01 {
  margin-top: 10em;
}

@media (max-width: 768px) {
  #hero {
    height: 400px;
  }

  .hero-copy {
    bottom: 20%;
    left: 6%;
  }

  .hero-copy h2 {
    font-weight: 400;
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 16px;
    padding: 0 0 0 0.2em;
  }

  #sport-container {
    padding: 0;
  }

  .sport-concept {
    padding: 3em 0;
  }

  .sport-concept h3 {
    font-size: 32px;
    letter-spacing: 0em;
    padding: 0 20px;
  }

  .sport-concept span,
  .sport-intro span {
    font-size: 14px;
  }

  .sport-concept span {
    padding: 0 20px;
  }

  .sport-concept::before {
    top: 0%;
    left: 0;
    width: 100%;
    height: calc(100% + 150px);
    background-size: cover;
    background-position: 35% center;
  }

  .sport-concept-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 20% 1fr 38%;
    margin-bottom: 6em;
  }

  .sport-concept-title {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 0.05em;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
  }

  .sport-concept-txt {
    grid-area: 3 / 1 / 4 / 2;
    font-size: 16px;
    line-height: 1.8em;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    align-self: center;
  }

  .sport-concept-img {
    grid-area: 2 / 1 / 3 / 2;
    margin: auto;
    z-index: 1;
  }

  .sport-title {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .sport-facility-list-area {
    flex-direction: column;
  }

  #sport-facility-list {
    margin: 2.5em 0 1em;
  }

  .sport-facility-list-box {
    width: 100%;
    margin-bottom: 3em;
  }

  .sport-facility-name {
    bottom: -1em;
  }

  .sport-intro {
    padding-top: 5px;
  }

  .sport-intro hr {
    width: 90%;
    margin: auto;
    border-top: 0.5px solid #dddddd;
  }

  .sport-intro h3 {
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 0;
  }

  .sport-intro h5 {
    font-size: 16px;
    margin-bottom: 0.5em;
    padding: 0 20px;
  }

  .s-title {
    width: 100%;
  }

  .sport-facility,
  .sport-facility02 {
    padding: 0;
  }

  .sport-facility {
    margin-bottom: 1em;
  }

  #sport-section04 {
    padding-top: 5em;
  }

  .sport-main-img {
    height: 230px;
    width: 100%;
    object-fit: cover;
  }

  .sport-main-img02 {
    height: 230px;
    width: 100%;
    object-fit: cover;
    margin-top: 75px;
  }

  .sport-number {
    margin-right: 1em;
    height: 100%;
    max-height: 24px;
  }

  .sport-title h4 {
    font-size: 20px;
  }

  .sport-title span {
    font-size: 12px;
  }

  .sport-intro-box {
    /*padding: 0 20px; */
    box-sizing: border-box;
  }

  .s-table-area {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    margin: 1em 0;
  }

  .sport-title th {
    width: 60px;
  }

  .sport-title td {
    font-size: 16px;
  }

  .sport-fee {
    font-size: 18px;
  }

  .s-tr04 {
    height: 80px;
  }

  .s-fee-r {
    text-align: end;
    padding-right: 3px !important;
  }

  .fee-adjustment {
    line-height: 1.2;
  }

  .s-fee-l,
  .s-fee-l02 {
    width: 75px;
  }

  .s-fee-l02 {
    padding-top: 1em !important;
  }

  .td-min {
    font-size: 12px;
    display: inline !important;
  }

  .sport-facility-detail,
  .sport-facility-detail02 {
    width: 90%;
    border-radius: 1em;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    gap: 2%;
    margin: 1em auto;
  }

  .s-facility-detail-l {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 0;
  }

  .s-facility-detail-l img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .s-facility-detail-l p {
    width: 90%;
    margin: 0.5em auto;
    font-size: 16px;
  }

  .s-facility-detail-addbox {
    width: 90%;
    margin: 0.5em auto;
  }

  .s-facility-detail-r {
    width: 90%;
    box-sizing: border-box;
    margin: 1em auto;
  }

  .s-f-detail-box {
    padding: 0.5em 1em 1em 0;
    max-height: 400px;
  }

  .s-f-detail-box02 {
    max-height: 450px;
  }

  .s-f-detail-box02 th {
    font-size: 12px;
    padding: 1em 0 1em 0.7em;
    width: 105px;
  }

  .s-f-detail-box03 {
    max-height: 500px;
    padding: 0.5em 0.3em 0 0.3em;
  }

  .s-f-detail-box03 th {
    text-align: start;
    padding: 0.8em 0 0.8em 0.5em;
    font-size: 12px;
  }

  .s-facility-title {
    padding: 15px 0 15px 50px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    margin-top: 1em;
  }

  .s-facility-title01 p {
    padding-left: 8.5em;
    padding-right: 1em;
    font-size: 11px;
    color: #777;
    line-height: 12px;
  }

  .sport-adjustment01 {
    margin-top: 0em;
  }
}
