@charset "utf-8";

/*
 * "Fredericka" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* *****共通設定***** */

a {
  color: #ff0000;
}

a:hover {
  color: #a9a9a9;
}

.bg-primary,
.btn-primary {
  background-color: #880024 !important;
}

.border-primary {
  border-color: #00008b !important;
}


.bg-maincolor {
  background-color: #880024 !important;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffa500;
  border-color: #ffa500;
}

.bg-yl-color {
  background-color: #fffaf0 !important;
}

.text-shadow {
  text-shadow: 1px 1px 3px #000;
}

.font-patrick {
  font-family: 'Fredericka the Great', cursive;
}

/* ヘッダー(navbar) */
#nav01 {
  border-bottom: 5px solid #880024;
}

#nav02 .nav-fill {
  width: 100%;
}

#nav02 .nav-item {
  border-left: 1px solid #dee2e6;
}

#nav02 .last-list-md {
  border-right: 1px solid #dee2e6;
}

/* フッター */
#footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}

#footer-index ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #6c757d;
}

/* *****トップページ***** */
.jumbotron {
  background-image: url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}

/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}

#page .jumbotron {
  background: #f1efff url("../img/subpage-headding.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}

#footer {
  background-color: #EFDFDA;
}

.img__inner {

   display: flex;

   gap: 30px;

   padding: 50px 0;

   max-width: 1000px;

   margin: 0 auto;

}

.img__card {

   width: 50%;

}

@keyframes blinking {
   0% {opacity: 0.2;}
   100% {opacity: 1;}
}
.blink {
   animation: blinking 1s ease-in-out infinite alternate;
}

.subtitle{
  width: 100%;
  padding: 1.65rem 2rem;
  color: #880024;
  background-color: transparent;
  background-image: linear-gradient(45deg, #880024 25%, transparent 25%, transparent 75%, #880024 75%, #880024),
    linear-gradient(-45deg, #880024 25%, transparent 25%, transparent 75%, #880024 75%, #880024);
}

.img-item {

   width: 100%;

   height: 500px;

   object-fit: cover; /* width, heightといっしょに使います */

   border: 1px solid #111;


/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }

  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }



}