@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url("./color.css");
/*
Color Utility Generator
https://lingtalfi.com/bootstrap4-color-generator
color.cssに生成して書き込みする
*/

* {
	font-family: 'Noto Sans JP', sans-serif;
}

:root,
[data-bs-theme=light] {
	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 700; }
h1, .h1 { font-size: 2rem; }
h2, .h2 { font-size: 1.5rem; }
h3, .h3 { font-size: 1.25rem; }
h4, .h4 { font-size: 1.125rem; }
h5, .h5 { font-size: 1.125rem; }
h6, .h6 { font-size: 1.125rem; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

img.img-responsive {
	width: 100%;
	height: auto;
}

span.badge {
	padding-top: 3px;
}

/* メインビジュアル変更（毎回）
-------------------------------------------------- */



/* 特定のカラー変更（毎回）
-------------------------------------------------- */

/* 開催情報項目の文字色 */

.btn{
	color: #fff;
}

.top-list dt{
	color: #6699cc;
}


/* Custom Able-player
-------------------------------------------------- */
.able-wrapper {
    margin: 0 auto;
}
.able-wrapper * {
    box-sizing: content-box;
}
.able {
    box-shadow: none;
    z-index: 1029;
}

@media print {
  body {
    zoom: 0.8;
  }
	
  /* 表示と同じ幅にする */
  .container,
  .container-fluid {
    width: 100% !important;
    max-width: none !important;
  }

  /* 印刷時に余白を減らしたい場合 */
  @page {
    margin: 10mm;
  }

  html, body {
    width: 100%;
    height: auto;
  }
	
  /* ナビゲーション全体のレイアウトを表示時と同じに */
  .navbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .navbar .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* 折りたたまれないように常に表示状態に */
  .navbar-collapse {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    flex-grow: 1;
  }

  /* ハンバーガーメニューは非表示 */
  .navbar-toggler {
    display: none !important;
  }

  /* リンクのリストも横並びにする */
  .navbar-nav {
    flex-direction: row !important;
  }

  .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  /* 余計な margin や padding を調整 */
  .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }	
	
}