@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#golf {
  margin: 58px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
  letter-spacing: 0.075em;
}
.golf--top {
  width: 100%;
  position: relative;
}
  .golf--top img {
    width: 100%;
  }
  .top-txt {
    width:800px;
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
.golf--container {
  width: 860px;
  margin: 0 auto 40px;
  color: #333333;
}
  .golf--container h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .golf-txt {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height:2;
  }
  .image01 {
    width: 100%;
  }
  .golf--box {
    width: 100%;
    margin: 70px 0;
  }
    .golf--box h3 {
      font-size: 24px;
      color: #100C39;
      margin-bottom: 10px;
    }
    .flex {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
    .image02 {
      width: 510px;
    }
    .box-txt02 {
      width: 310px;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
.custam--table {
  width: 100%;
  display: flex;
  table-layout: fixed;
}
.custam--table tbody {
  width: 100%;
}
  .custam--table tr {
    display: inline-block;
    width: 100%;
    height: 120px;
    line-height: 2;
    margin-bottom: 30px;
  }
    .custam--table th {
      width: 20%;
      height: 120px;
      text-align: left;
      vertical-align: text-top;
      color: #100C39;
    }
    .custam--table td {
      vertical-align: text-top;
      width: 80%;
    }
    .image03-area {
      text-align: end;
      margin: -50px 0 0 auto;
    }
    .image03 {
      width: 709px;
    }
  .flow-area {
    width: 100%;
    display: flex;
  }
  .image04 {
    width: 334px;
  }
  .contact-flow-txt {
    width: 475px;
    line-height: 2;
    margin-left: 40px;
  }
.column2--area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
  .golf-box-half {
    width: 50%;
    margin: 70px 0;
  }
  .prog-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  .prog-list ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  .list {
    width: 100px;
    height: 100px;
    text-align: center;
  }
    .list:nth-of-type(1) img {
      width: 60px;
    }
    .list:nth-of-type(2) img {
      width: 90px;
    }
    .list:nth-of-type(3) img {
      width: 100px;
    }
    .list:nth-of-type(4) img {
      width: 89px;
    }
    .image-box {
      width: 100px;
      height: 70px;
    }
    .list p {
      font-size:14px;
      color: #100C39;
    }
    .harf-line {
      margin-bottom:20px;
    }
    .harf-sec-txt {
      font-size: 14px;
      color: #100C39;
      margin-bottom: 20px;
    }
    .image05 {
      width: 368px;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#golf {
  margin: 49px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
  letter-spacing: 0.075em;
}
.golf--top {
  width: 100%;
  position: relative;
}
  .golf--top img {
    width: 100%;
  }
    .top-txt {
      width:800px;
      display: inline-block;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
.golf--container {
  width: 90%;
  margin: 0 auto 40px;
  color: #333333;
}
  .golf--container h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .golf-txt {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height:2;
  }
  .image01 {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .golf--box {
    width: 100%;
    margin: 70px 0;
  }
    .golf--box h3 {
      font-size: 24px;
      color: #100C39;
      margin-bottom: 10px;
    }
    .no-flex {
      margin: 0 auto;
      text-align: center;
    }
    .image02 {
      width: 70%;
    }
    .box-txt02 {
      text-align: left;
      width: 100%;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
.image03-area {
  text-align: center;
}
.image03 {
  width: 80%;
}
.custam--table {
  width: 100%;
  display: flex;
  table-layout: fixed;
}
.custam--table tbody {
  width: 100%;
}
  .custam--table tr {
    display: inline-block;
    width: 100%;
    line-height: 2;
    margin-bottom: 30px;
  }
  .br-sp {
    display: none;
  }
    .custam--table th {
      width: 20%;
      height: 120px;
      text-align: left;
      vertical-align: text-top;
      color: #100C39;
    }
    .custam--table td {
      vertical-align: text-top;
      width: 80%;
    }
  .flow-area {
    width: 100%;
    text-align: center;
  }
  .image04 {
    width: 50%;
  }
  .contact-flow-txt {
    width: 100%;
    line-height: 2;
    margin-top: 20px;
    text-align: left;
  }
.column2--area {
  margin-bottom: 90px;
}
  .golf--box-01 {
    width: 100%;
    margin: 70px 0;
  }
  .golf--box-02{
    width: 100%;
    height: 180px;
    margin: 70px 0;
    position: relative;
  }
  .prog-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  .prog-list ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  .list {
    width: 90px;
    height: 120px;
    text-align: center;
  }
    .list:nth-of-type(1) img {
      width: 60px;
    }
    .list:nth-of-type(2) img {
      width: 90px;
    }
    .list:nth-of-type(3) img {
      width: 100px;
    }
    .list:nth-of-type(4) img {
      width: 89px;
    }
  .image-box {
    width: 100px;
    height: 70px;
  }
  .list p {
    font-size:14px;
    color: #100C39;
    margin-top: 6px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .harf-line {
    margin-bottom:20px;
  }
  .harf-sec-txt {
    font-size: 14px;
    color: #100C39;
    margin-bottom: 20px;
  }
  .golf--box-02 img {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .image05 {
    width: 50%;
  }
}
/* SP ================================================== */
@media all and (max-width:559px){
#golf {
  margin: 24px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
  letter-spacing: 0.075em;
}
.golf--top {
  width: 100%;
  position: relative;
}
  .golf--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 28px;
      white-space: nowrap;
      font-weight: bold;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
.golf--container {
  width: 90%;
  margin: 0 auto 40px;
  color: #333333;
}
  .golf--container h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .golf-txt {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height:2;
  }
  .image01 {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .golf--box {
    width: 100%;
    margin: 70px 0;
  }
    .golf--box h3 {
      font-size: 18px;
      color: #100C39;
      margin-bottom: 10px;
    }
    .no-flex {
      margin: 0 auto;
      text-align: center;
    }
    .image02 {
      width: 80%;
    }
    .box-txt02 {
      text-align: left;
      width: 100%;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
.image03-area {
  text-align: center;
}
.image03 {
  width: 80%;
}
.custam--table {
  width: 100%;
  display: flex;
  table-layout: fixed;
}
.custam--table tbody {
  width: 100%;
}
  .custam--table tr {
    display: inline-block;
    width: 100%;
    line-height: 2;
    margin-bottom: 30px;
  }
  .br-sp {
    display: none;
  }
    .custam--table th {
      width: 20%;
      height: 120px;
      text-align: left;
      vertical-align: text-top;
      color: #100C39;
    }
    .custam--table td {
      vertical-align: text-top;
      width: 80%;
    }
    .image-03-area {
      text-align: center;
    }
.flow-area {
  width: 100%;
  text-align: center;
}
.image04 {
  width: 60%;
}
.contact-flow-txt {
  width: 100%;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}
.column2--area {
  margin-bottom: 90px;
}
  .golf--box-01 {
    width: 100%;
    margin: 70px 0;
  }
  .golf--box-02{
    width: 100%;
    height: 180px;
    margin: 70px 0;
    position: relative;
  }
  .prog-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  .prog-list ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  .list {
    width: 90px;
    height: 120px;
    text-align: center;
  }
    .list:nth-of-type(1) img {
      width: 60px;
    }
    .list:nth-of-type(2) img {
      width: 90px;
    }
    .list:nth-of-type(3) img {
      width: 100px;
    }
    .list:nth-of-type(4) img {
      width: 89px;
    }
  .image-box {
    width: 100px;
    height: 70px;
  }
  .list p {
    font-size:14px;
    color: #100C39;
    margin-top: 6px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .harf-line {
    margin-bottom:20px;
  }
  .harf-sec-txt {
    font-size: 14px;
    color: #100C39;
    margin-bottom: 20px;
  }
  .golf--box-02 img {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .image05 {
    width: 70%;
  }
}