/* TOP 開発物件募集 */

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

.c-text-link__inner {
  padding: 8px;
}

@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;
  }
}



.popup {
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .4s ease;
}


.popup.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.popup-inner {
  max-width: 800px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-inner_cont {
  background: #fff;
  padding: 40px;
}

.popup-inner #btn {
  position: absolute;
  top: -16px;
  right: -16px;
  background: #295198;
  z-index: 9999;
  color: #fff;
  padding: 8px 15px;
  font-size: 24px;
  border-radius: 50%;
}


@media screen and (max-width: 767px) {
  .popup-inner {
    width: 80%;
  } 

  .popup-inner_cont {
    padding: 20px;
  }
}

/* 251121 タイムテーブル・料金表2501用ボタン追加 */
.table_link_block {
  padding-bottom: 180px;
}
.tennis.c-btn {
  margin: 40px auto 0;
  width: 424px;
}
@media screen and (max-width: 767px) {
  .tennis.c-btn {
      margin: 12.1875vw auto 0;
      width: 70vw;
  }
  .tennis.c-btn__inner {
    padding: 2.26875vw 7.8125vw;
  }
}
.golf.c-btn {
  margin: 80px auto 0;
  width: 424px;
}
@media screen and (max-width: 767px) {
  .golf.c-btn {
      margin: 12.1875vw auto 0;
      width: 70vw;
  }
  .golf.c-btn__inner {
    padding: 2.26875vw 7.8125vw;
  }
}
.gk-price .c-btn {
  margin: 80px auto 0;
  width: 424px;
}
@media screen and (max-width: 767px) {
  .gk-price .c-btn {
      margin: 12.1875vw auto 0;
      width: 70vw;
  }
  .gk.c-btn__inner {
    padding: 2.86875vw 7.8125vw;
}
}