/* .page_link_block
------------------------------ */
.table_link_block {
  height: 325px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .table_link_block {
    height: auto;
    padding: 0 6.25vw;
    padding-top: calc(80/750*100vw);
    padding-bottom: calc(120/750*100vw);
  }
}

.table_link {
  max-width: 860px;
  margin: 0 auto;
}

.table_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7.5px;
}

@media screen and (max-width: 767px) {
  .table_link_inner {
    display: block;
    margin: 0;
  }
}

.table_link_item {
  width: calc(100% / 5);
  padding: 7.5px;
}

@media screen and (max-width: 767px) {
  .table_link_item {
    width: 100%;
    padding: 0;
    margin-bottom: calc(50/750*100vw);
  }
}

.table_link_item_inner {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 1, 2, 0.04);
          box-shadow: 0px 0px 5px 0px rgba(7, 1, 2, 0.04);
}

.table_link_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
  background: #295198;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .table_link_item_head {
    height: calc(120/750*100vw);
  }
}

.table_link_item_head .lato {
  margin-bottom: 6px;
  font-size: 12px;
}

.table_link_item_head br.sp {
  display: none;
}

.table_link_item_body {
  padding: 15px;
  padding-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .table_link_item_body {
    padding: 0;
  }
}

.table_link_item_top {
  padding-bottom: 16px;
  border-bottom: 1px solid #e9edf4;
}

@media screen and (max-width: 767px) {
  .table_link_item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: calc(24/750*100vw);
    padding-bottom: calc(24/750*100vw);
    border-bottom: none;
    position: relative;
  }
  .table_link_item_top:before {
    content: '';
    display: block;
    width: calc(560/750*100vw);
    height: 1px;
    background: #e9edf4;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.table_link_item_top_ttl {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .table_link_item_top_ttl {
    font-size: calc(28/750*100vw);
  }
}

.table_link_item_top_txt {
  margin-top: 5px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .table_link_item_top_txt {
    margin-top: 0;
    margin-left: 1em;
    font-size: calc(24/750*100vw);
  }
}

.table_link_item_center {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9edf4;
}

@media screen and (max-width: 767px) {
  .table_link_item_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: calc(24/750*100vw);
    padding-bottom: calc(24/750*100vw);
    border-bottom: none;
  }
}

.table_link_item_bottom {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .table_link_item_bottom {
    padding-top: 0;
  }
}

.table_link_item_price {
  font-size: 18px;
  font-weight: 700;
  color: 295198;
}

@media screen and (max-width: 767px) {
  .table_link_item_price {
    font-size: calc(36/750*100vw);
  }
}

.table_link_item_tax {
  margin-top: 6px;
  font-size: 12px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .table_link_item_tax {
    margin-top: 0;
    margin-left: calc(8/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.table_link_item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #f3f237;
  font-size: 12px;
  font-weight: 700;
  color: #295198;
}

@media screen and (max-width: 767px) {
  .table_link_item_btn {
    height: calc(100/750*100vw);
    font-size: calc(26/750*100vw);
  }
}

.table_link.fixed {
  width: calc(100% - 100px);
  max-width: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 767px) {
  .table_link.fixed {
    width: 100vw;
    right: auto;
    left: 0;
    z-index: 999999999999 !important;
  }
}

.table_link.fixed .table_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.table_link.fixed .table_link_item {
  padding: 0;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item:last-child {
    border-right: none;
  }
}

.table_link.fixed .table_link_item_inner {
  padding: 0;
}

.table_link.fixed .table_link_item_inner:hover .table_link_item_head {
  background: #f3f237;
  color: #295198;
}

.table_link.fixed .table_link_item_inner:hover .table_link_item_head:before {
  opacity: 0;
}

.table_link.fixed .table_link_item_inner:hover .table_link_item_head:after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_inner:hover .table_link_item_head br.sp {
    display: block;
  }
}

.table_link.fixed .table_link_item_head {
  text-align: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_head {
    height: calc(150/750*100vw);
  }
}

.table_link.fixed .table_link_item_head:before {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/tennisinfo/arrow_right_7x12_wht@2x.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 26px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_head:before {
    content: none;
  }
}

.table_link.fixed .table_link_item_head:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #295198;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_head:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_head .Lato {
    font-size: calc(20/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_head .bold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(72/750*100vw);
    font-size: calc(24/750*100vw);
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .table_link.fixed .table_link_item_head br.sp {
    display: block;
  }
}

.table_link.fixed .table_link_item_body {
  display: none;
}

.table_link.fixed.scrolled {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* .c-conversion-fixed.pc-hide
------------------------------ */
.c-conversion-fixed.pc-hide {
  display: none;
}



/* TOP 開発物件募集 */

.notion_ttl {
  background: #a9c7ff;
  color: #fff;
  padding: 24px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .notion_ttl {
    padding: 16px;
    font-size: 12px;
  }
  .footer__logo.custom-footer__logo {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer__logo.custom-footer__logo img {
    position: relative;
  }
  .footer__logo.custom-footer__logo span {
    transform: initial;
    position: initial;
    display: inline-block;
    margin-left: 8px;
  }
}

.gk-table .blue {
  width: 26%;
}

.gk-table th:nth-child(2), 
.gk-table td:nth-child(2) {
  width: 16%;
}


.gk-table th:nth-child(3),
.gk-table td:nth-child(4) {
  width: 8%;
}

.gk-table th:nth-child(4),
.gk-table td:nth-child(5) {
  width: 20%;
}

/* ダンススタジオ クラス設定・料金表 */
.gk-table td:nth-child(3) {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .gk-table td:nth-child(3) {
    width: 25%;
  }
}