/* fvillage.css */
.dwWrap__ttl{
  position: absolute;
    font-weight: bold;
    font-size: 18px;
    background-color: #65bcea;
    width: 100%;
    padding: 10px 15px;
    color: #FFF;
    text-align: center;
    border-radius: 6px;
    top: -50px;
}
.om__event.hotel .inner1200 a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.info__ttl{
  text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    color: #65bcea;
}
.info__table{
  width: 80%;
    margin: 20px auto;
    background-color: #eaeaea;
}
.info__table th{
    font-weight: bold;
    padding: 15px;
    text-align: left;
}
.oka100k .om__info{
  background: url(/upload/tenant_1/hkd_fvillage_marathon_img.webp) no-repeat 0 44%;
  background-size: 35%;
}
.search__read{
  display: flex;
    justify-content: center;
    margin-bottom: 30px;
    color: #fa4c1a;
}
.search__read p{
  font-size: 30px;
    font-weight: bold;
}
.search__read span.arrow{
  font-size: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.search__read span.arrow i{
  padding: 0 5px;
}
.search--area{
  padding: 80px 0;
}
.fvillage .def__dpp .dwWrap__left,.fvillage .def__dpp .dwWrap__right{
  position: relative;
}
@media (max-width: 768px) {
  .info__table{
    width: 100%;
    font-size: 15px;
  }
  .search--area{
    position: relative;
    padding: 30px 0;
  }
  .dwWrap__ttl{
    top: -30px;
    z-index: 100;
    font-size: 13px;
    line-height: 1.3;
  }
  .fvillage .def__dpp .dwWrap__left,.fvillage .def__dpp .dwWrap__right{
    margin-top: 30px;
  }
  .search__read{
    margin-bottom: 15px;
  }
  .search__read p{
    font-size: 18px;
    text-align: center;
  }
  .search__read span.arrow{
    font-size: 20px;
      padding: 0 10px;
  }
  .search__read span.arrow i{
    padding: 0 3px;
  }
}

/* カレンダー */
body.fvillage #scrollBox table{
  display: none;
}
body.fvillage #scrollBox table#cal_2026_7{
  display: table;
}
