
/* サイトタイトル（ロゴの右に出るテキスト）を非表示 */
.site-title {
  display: none !important;
}

/* 固定ページの見出し（ページタイトル）を非表示 */
.page .entry-title {
  display: none !important;
}


body,
header,
.site-header,
.overlay-header,
.header-inner,
.header-row,
main,
.page,
.entry-header,
.page-header,
.elementor-location-header,
.elementor-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 管理バー対応：全テンプレート共通 */
body.admin-bar.page-template-company-template .header-inner,
body.admin-bar.page-template-ryokan-template .header-inner {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar.page-template-company-template .header-inner,
  body.admin-bar.page-template-ryokan-template .header-inner {
    top: 46px !important;
  }
}

footer {
  margin: 0 !important;
}