@charset "utf-8";
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bg-lightgreen {
  background-color: #e6ede9;
}

body {
  font: 62.5%;
  font-family: "Shippori Mincho", serif;
}

.top-text {
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.jumbotron {
  background-image: url("../img/top/top-image1-1.jpg");
  /* animation: img_anime 16s ease infinite; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}

/* @keyframes img_anime {
  0% {
    background-image: url("../img/top/top-image1-1.jpg");
  }
  20% {
    background-image: url("../img/top/top-image1-1.jpg");
  }
  35% {
    background-image: url("../img/top/top-image2-1.jpg");
  }
  53% {
    background-image: url("../img/top/top-image2-1.jpg");
  }
  68% {
    background-image: url("../img/top/topimage0322_2.jpg");
  }
  85% {
    background-image: url("../img/top/topimage0322_2.jpg");
  }
  100% {
    background-image: url("../img/top/top-image1-1.jpg");
  }
} */

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.topinfo {
  background-color: rgba(0, 0, 0, 0);
}

.container {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.f_con {
  padding-top: 12px;
}

.f_con_num {
  font-size: 125%;
}

.f_con_link {
  color: rgb(71, 71, 71);
  text-decoration: none;
}

.f_con_cmnt {
  font-size: 95%;
  padding-left: 15%;
}

.f_info {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.f_info_top {
  /* margin: 0 44px 0 9px; */
  width: 30%;
  display: flex;
  justify-content: center;
}

.f_info_logo {
  width: 50%;
  height: auto;
}

.f_info_text {
  width: 30%;
  display: flex;
  justify-content: center;
}

.f_info_sns {
  width: 30%;
  display: flex;
  justify-content: center;
}

.f_info_social {
  width: 200px;
  height: auto;
  justify-content: center;
}

.heading {
  border-left: 6px solid #aaa;
  padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.map iframe {
  width: 100%;
  height: 450px;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
  .footer-logo {
    width: 100%;
  }
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
  .gnav-item {
    display: block;
    width: 100%;
    border: none;
  }
  .gnav-item + .gnav-item {
    border: none;
  }
  table th,
  table td {
    padding: 0.25rem !important;
  }
  table th:first-child {
    width: 25%;
  }
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  #sec2 {
    height: 500px;
  }
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
  #sec2 .message {
    position: absolute;
    left: 0;
  }
} /* END */

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .jumbotron {
    height: 300px;
  }

  .f_info {
    flex-direction: column;
    align-items: center;
  }

  .f_info_top, .f_info_text, .f_info_sns {
    width: 100%;
    margin-bottom: 20px;
  }

  .f_con_cmnt {
    padding-left: 0;
  }

  .card {
    margin-bottom: 20px;
  }

  /* ヘッダーメニューの調整 */
  .header-menu-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .ml-4 {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  /* ナビゲーションメニューの改善 */
  .navbar-box .container {
    padding: 0;
  }

  #Navbar {
    padding: 10px;
  }

  #Navbar .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

/* 画像のレスポンシブ化 */
img {
  max-width: 100%;
  height: auto;
}

/* フォントサイズの調整 */
@media screen and (max-width: 767px) {
  h1, .h1 { font-size: 1.8rem; }
  h2, .h2 { font-size: 1.5rem; }
  h3, .h3 { font-size: 1.3rem; }
}

/* コンテナの最大幅を設定 */
.container {
  max-width: 1100px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* フッター情報のレスポンシブ対応 */
@media screen and (max-width: 767px) {
  .f_info_logo {
    width: 70%;
  }

  .f_info_social {
    width: 100%;
  }
}

/* ナビゲーションメニューの改善 */
@media screen and (max-width: 767px) {
  .navbar-nav {
    padding-top: 10px;
  }

  .navbar-nav .nav-item {
    text-align: center;
  }
}

/* ジャンボトロンのテキスト調整 */
@media screen and (max-width: 767px) {
  .jumbotron h2 {
    font-size: 1.5rem;
  }
}

/* 既存のスタイル */

/* フッター情報のレスポンシブ対応 */
@media screen and (max-width: 767px) {
  .f_info_top, .f_info_text, .f_info_sns {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .f_info_logo {
    width: 100%; /* ロゴのサイズを縮小 */
    max-width: 150px; /* 最大幅を設定 */
  }

  .f_info_social {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .f_info_social a {
    display: inline-block;
    width: 60px; /* SNSアイコンのサイズを指定 */
    height: 60px; /* SNSアイコンのサイズを指定 */
  }

  .f_info_social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* 追加：フッターのレイアウトを調整 */
@media screen and (max-width: 767px) {
  .f_info {
    flex-direction: column;
    align-items: center;
  }
}

/* END */
