/* 加筆が必要な場合はこちらへ */

/* モバイル */
:root {
  --g-header-h: 50px;
}
/* PC */
@media only screen and (min-width: 1024px) {
  :root {
    --g-header-h: 60px;
  }
}


/* モバイル */
.beds24-wrap {
  height: 1900px;
}
.ibeds24-wrap > iframe {
  width: 100% !important;
  max-width: inherit !important;
  height: 100% !important;
}
/* PC */
@media only screen and (min-width: 768px) {
  .beds24-wrap {
    height: 800px !important;
  }
}
