#div_rsv_calendar .tab-menu {
  /* margin-top: 20px; */
  /* エリアタブ挿入に伴いマージン調整  */
  margin-top: 15px;
}
.gnp-container-gcList{
  margin-top: 25px;
}

/* エリアタブ */
.areatabs{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  background-color: #FFF;
  box-sizing: border-box;
}
.areatabs > li{
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  box-sizing: border-box;
  width: calc(100%/6);
}
.areatabs-btn{
  border-width: 0;
  border-style: solid;
  border-color: #CFCFCF;
  border-left-width: 1px;
  box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.areatabs > li:last-child .areatabs-btn{
  border-right-width: 1px;
}
.areatabs-btn:hover{
  color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
  background-color: #59a7dc;
}
.areatabs-btn.is-cur{
  border-left-color: #FFF;
  border-right-color: #FFF;
  background-color: #59a7dc;
  color: #FFF;
}
.areatabs-btn.is-cur:hover{
  cursor: default; 
}
.areatabs-btn.is-disabled{
  background: #ddd;
  color: rgba(34, 34, 34, 0.2);
  cursor: default;
  border-color: #CFCFCF;
}

.calendar-table tbody .gnproject .gnp-red {
  /*hotprice*/
  background-color : #e85b3e;
}
.calendar-table tbody .gnproject .gnp-red.max2pairing,
.calendar-table tbody .gnproject .gnp-red.max1pairing {
  display: none;
}
/* 千葉夷隅ゴルフクラブのみ */
.calendar-table tbody .gnproject[data-gn_gc_id="351301"] .gnp-red.max2pairing {
  display: inline-block;
}
/* 米原ゴルフ倶楽部のみ */
.calendar-table tbody .gnproject[data-gn_gc_id="357502"] .gnp-red.max1pairing {
  display: inline-block;
}
.calendar-table tbody .gnproject .is-priceRange .gnp-price {
    margin-right:1em;
}
.calendar-table tbody .gnproject .is-priceRange .gnp-price4 {
    margin-right:.5em;
}
.calendar-table tbody .gnproject .gnp-maxprice,
.calendar-table tbody .gnproject .gnp-maxprice4 {
  display: none;
}
.calendar-table tbody .gnproject .is-priceRange .gnp-maxprice,
.calendar-table tbody .gnproject .is-priceRange .gnp-maxprice4 {
  /*display: inline;*/
  display: block;
}
.calendar-table tbody .gnproject .is-priceRange.gn-row1 .gnp-maxprice,
.calendar-table tbody .gnproject .is-priceRange.gn-row1 .gnp-maxprice4 {
  display: inline;
}
.calendar-table tbody .gnproject .information-price-pax {
    font-size: 11px;
    /*line-height: 1.5;*/
    margin-top: 2px;
}
.calendar-table tbody .gnproject .person4 {
    color: #e85b3e;
    font-weight: bold;
}
.gnproject .gnp-price {
  font-weight: bold;
}
.gnproject .gnp-maxprice {
  font-weight: bold;
}
.gnproject .gnp-price4 {
    color: #e85b3e;
    font-weight: bold;
    font-size: 16px;
}
.gnp-price4::before {
  content: "￥";
  font-size: 11px;
}
.gnp-maxprice4{
    /*font-size: 14px;*/
    font-size: 16px;
}
.gnp-maxprice::before,
.gnp-maxprice4::before {
  content: "～￥";
  font-size: 11px;
  font-weight: normal;
}
/*4名様の利用で*/
.calendar-table tbody .gnproject .is-priceRange .information-price-pax {
  margin-right: 0.5em;
}

/* 当初のレスポンシブ要素は、PCでは非表示に */
.courseWrap {
  display: none;
}
@media screen and (max-width: 768px){
/* 当初のレスポンシブ要素は、スマホでは表示 */
.courseWrap {
  display: block;
}
/* 新規レスポンシブ要素、PC表示 */
.for--pc{
  display: none;
}
}
/* 料金要素は取得できるまでは非表示にする */
.js-hprice .coursePrice > dl{
  display: none;
}

/* 月のタブ、非表示にする時利用 */
.gnp-container-tabMenus .tab03{
/*  display: none;*/
}

/* 売り切れのスクリーン・読み込み中のスケルトン */
.gnproject > th {
  position: relative;
}
.gnp-planGroupScreen {
  overflow: hidden;
  position: absolute;
  transition: all 0.75s ease-out;
  z-index: 1;
}
/*ツールチップが埋もれる対策*/
.gnproject .teetime-tooltip, .teetime-tooltip-info{
  z-index: 2;
}
.gnp-planGroup--notOnSale .gnp-planGroupScreen {
  left: 0px;
  top: 0%;
  width: 960px;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnp-planGroup--loading .gnp-planGroupScreen {
  left: 1px;
  top: 1%;
  width: 956px;
  height: 99%;
  background-color: rgb(238 238 238 / 70%);
}
.gnp-planGroupScreen .gnp-planGroupScreen-msg {
  display: none;
}
.gnp-planGroup--notOnSale .gnp-planGroupScreen .gnp-planGroupScreen-msg {
  display: inline-block;
}
/* アニメーション */
@keyframes skeleton-animation {
  100% {
    transform: translateX(100%);
  }
}
.gnp-planGroup--loading .gnp-planGroupScreen::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .50), transparent);
  animation: skeleton-animation 1.5s infinite;
}

/* td要素 */
.gnp-tdWrap {
  transition: all 0.75s ease-out;
}
.gnp-tdWrap,
.price .hasPriceMd.gnp-tdWrap{
  display: block;
  opacity: 1;
}
.price .gnp-tdWrap {
  display: none;
  opacity: 0;
}
.gnp-planGroup--notOnSale .gnp-tdWrap {
  opacity: .3!important;
}

/* エリアボタン（スマホ用） */
/* エリアボタン挿入に伴い見出し背景色を幅いっぱいに変更  */
h2.rs_h2_title_bar{
  margin: 40px 0px 0 !important;
}
.sp-areabtns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp-areabtns-unit{
  margin-top: 15px;
  width: calc(100%/2 - 6px);
}
.sp-areabtns-btn{
  display: block;
  padding: 9px 0;
  text-decoration: none;
  border: 1px solid #3695d6;
  color: #3695d6;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
.sp-areabtns-btn.is-cur{
  color: #FFF;
  background-color: #3695d6;
}
.sp-areabtns-btn.is-disabled{
  background: #ddd;
  border-color: #CFCFCF;
  color: rgba(34, 34, 34, 0.2);
}

/* 予約アプリのケースで、表示を変更することがある */
.is-app .for--browser{
  display: none;
}
.for--app{
  display: none;
}
.is-app .for--app{
  display: block;
}

