@charset "utf-8";
/* =============================================================================
   0) TOKENS / ROOT
   ============================================================================= */ :root {
  --header-h: 64px;
}
/* =============================================================================
   1) BASE (HTML/BODY/RESET-LIKE)
   ============================================================================= */
html {
  background: #ffffff;
  font-size: 100%;
  transition: font-size 0.3s ease;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #FBF6ED url("../img/body-bg.png");
  background-repeat: repeat;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 16px;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums tabular-nums;
}
#wrapper {}
b, strong, .bold {
  font-weight: bold;
}
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
}
.mincho {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
/* =============================================================================
   2) ELEMENT DEFAULTS
   ============================================================================= */
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  flex-shrink: 0;
}
table {
  text-align: left;
}
table ol {
  margin-bottom: 0;
}
a {
  color: #00334E;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: rgba(0, 51, 78, 0.7);
}
hr {
  box-sizing: border-box;
}
/* Bootstrapの文字太さは継承でOK（必要な要素に限定） */
.btn, .btn-sm, .btn-lg, .small, .card-text, .card-title, .navbar-nav .nav-link, .dropdown-item, .breadcrumb-item, .modal-title, .alert, .alert-link, .list-group-item, a, button, label, th, td {
  font-weight: inherit !important;
}
/* =============================================================================
   3) TYPOGRAPHY (FONTS / HEADINGS / SCALES)
   ============================================================================= */
/* 見出しに適用 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700 !important;
  line-height: 1.35;
}
/* 見出しサイズ（clamp） */
h1, .h1 {
  font-size: 36px;
  letter-spacing: 1.6px;
}
h2, .h2 {
  font-size: 30px;
  letter-spacing: 1.7px;
}
h3, .h3 {
  font-size: 24px;
  letter-spacing: 1.5px;
}
h4, .h4 {
  font-size: 20px;
  letter-spacing: 1.5px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 16px;
}
/* フォントサイズユーティリティ */
.small {
  font-size: 92%;
}
.xsmall {
  font-size: 80%;
}
.xxsmall {
  font-size: 70%;
}
.xxxsmall {
  font-size: 60%;
}
.large {
  font-size: 120%;
}
.xlarge {
  font-size: 140%;
}
.xxlarge {
  font-size: 160%;
}
.xxxlarge {
  font-size: 190%;
}
/* 行間ユーティリティ */
.line-h0 {
  line-height: 0;
}
.line-h10 {
  line-height: 1.0;
}
.line-h11 {
  line-height: 1.1;
}
.line-h12 {
  line-height: 1.2;
}
.line-h13 {
  line-height: 1.3;
}
.line-h14 {
  line-height: 1.4;
}
.line-h15 {
  line-height: 1.5;
}
.line-h16 {
  line-height: 1.6;
}
.line-h17 {
  line-height: 1.7;
}
.line-h18 {
  line-height: 1.8;
}
.font-weight-normal {
  font-weight: 500 !important;
}
/* =============================================================================
   4) UTILITIES (BORDERS / RADIUS / SPACING / MISC)
   ============================================================================= */
.border-bold {
  border-width: 2px !important;
}
.table {
  color: inherit;
}
.rounded {
  border-radius: .5rem !important;
}
.rounded-lg {
  border-radius: 0.8rem !important;
}
.rounded-top-lg {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important;
}
.rounded-bottom-lg {
  border-bottom-left-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.lead {
  font-size: 18px;
  font-weight: bold;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.mb-4 {
  margin-bottom: 1.7rem;
}
.mt-4 {
  margin-top: 1.7rem;
}
.my-4 {
  margin-bottom: 1.7rem;
  margin-top: 1.7rem;
}
.title {
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.3;
}
/* =============================================================================
   5) LAYOUT OVERRIDES (GRID/CONTAINER などページ共通の調整)
   ============================================================================= */
.container, .container-lg, .container-xl { /* .container-xl を使っている場合も */
  max-width: 1000px;
}
/* =============================================================================
   6) HEADER
   ============================================================================= */
#HeaderWrapper {
  background-color: rgba(255, 255, 255, 0.35);
  border-top: #00334E 7px solid;
}
#HeaderWrapper.sticky-top{
  background-color: rgba(255, 255, 255, 0.85);
}
#HeaderWrapper.sticky-top .container.py-3{
    padding-bottom: .3rem!important;
    padding-top: .3rem!important;
}
/* 閉じているとき（aria-expanded="false"）＝ ハンバーガー */
.navbar-light .navbar-toggler[aria-expanded="false"] .fas::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9"; /* fa-bars */
  color: #00334E;
}
/* 開いているとき（aria-expanded="true"）＝ ✕ */
.navbar-light .navbar-toggler[aria-expanded="true"] .fas::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d"; /* fa-times */
  color: #00334E;
}
/* hover 時 少し薄くする（任意） */
.navbar-light .navbar-toggler:hover .fas::before {
  color: rgba(0, 51, 78, 0.7);
}
/* =============================================================================
   7) FOOTER
   ============================================================================= */
#footer {
  background-color: rgba(255, 255, 255, 0.35);
  border-top: #00334E 10px solid;
}
/* ▼ トップへ戻るボタン */
.toTop {
  position: fixed;
  right: 1.5rem; /* 右端からの距離 */
  bottom: 1.5rem; /* 下端からの距離 */
  z-index: 999;
  display: none; /* JS で fadeIn / fadeOut する */
}
.toTop img {
  display: block;
  height: auto;
}
/* 表示状態クラス */
.toTop.is-show {
  display: block;
}
/* =============================================================================
   8) COMPONENTS (ページ固有パーツ)
   ============================================================================= */
/* メインビジュアル全体 */
#MainImage {
  margin-bottom: 3rem;
}
/* スライド内ラッパー */
.main-visual-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-visual-img {
  display: block;
  width: 100%;
  height: auto;
}
/* 上下中央寄せ（left はそのまま任意の位置に） */
.main-visual-caption {
  position: absolute;
  top: 50%; /* 上から50% */
  left: 8%; /* 左から少し内側に配置 */
  transform: translateY(-50%); /* 自身の高さの半分だけ上へ → 上下中央 */
  max-width: 90%;
  color: #ffffff;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.main-visual-caption .h2, .main-visual-caption .h4 {
  font-weight: normal !important;
}
/* スマホ時 */
@media (max-width: 767.98px) {
  .main-visual-caption {
    left: 6%;
    right: 6%;
    max-width: 88%;
  }
}
/* Google Map 埋め込み用ラッパー */
.map-embed {
  width: 100%;
  max-width: 100%;
}

/* iframe の幅を親にフィット、高さは固定 */
.map-embed iframe {
  display: block;
  width: 100%;
  height: 450px;   /* 固定高さ：お好みで変えてOK */
  border: 0;
}
#Pagebreadcrumb .breadcrumb {
  background-color: transparent !important; /* 背景を透明に */
  padding: 0;                               /* 余白も消したい場合 */
  margin-bottom: 0;                         /* 下マージン調整（お好みで） */
  border-radius: 0;                         /* 角丸を無効化 */
  box-shadow: none;
}
/* =============================================================================
   9) MEDIA QUERIES (まとめ)
   ============================================================================= */
@media (min-width: 1300px) {}
@media (max-width: 1299px) {}
@media (min-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
  /* 見出しサイズ（clamp） */
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 16px;
  }
  h5, .h5 {
    font-size: 15px;
  }
  h6, .h6 {
    font-size: 14px;
  }
  .large {
    font-size: 115%;
  }
  .xlarge {
    font-size: 130%;
  }
  .xxlarge {
    font-size: 140%;
  }
  .xxxlarge {
    font-size: 180%;
  }
  .lead {
    font-size: 14px;
    font-weight: bold;
  }
}