@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
 */


.c-icon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 66.67%;
    background: #f6f6f6;
}


.img-thumbnail22 {
  margin-right: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
  border: 1px solid #ddd;
  object-fit: contain;
  background: #f6f6f6;
}

img:last-child {
  margin-right: 0;
}








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

a {
  color: #696969;
}

/*変更*/
a:hover {
  color: #a9a9a9;
/*  color: #ffffff;*/

}

.bg-primary,
.btn-primary {
/*変更  上、太い帯
background-color: #00008b !important;*/
/*  background-color: #343a40 !important;*/
  background-color: #f5b1ac !important;
/*  background-color: #f19ca7 !important;*/


}

.border-primary {
/*変更  border-color: #00008b !important;*/
  border-color: #ff66cc !important;
}

.bg-maincolor {
  background-color: #f0f8ff !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;
}


.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
/*  変更　　講座案内の帯の色;*/
.bg-brand-color {
/*	background-color: #008000 !important;*/
/*	background-color: #009944 !important;*/
	background-color: #00ac9a !important;*/
/*	background-color: #ff66cc !important;*/
}


/* ヘッダー(navbar) */
#nav01 {
/*  変更;　上、細い帯
*/
/*  border-bottom: 5px solid #ff66cc;*/
/*  border-bottom: 3px solid #343a40;*/
  border-bottom: 3px solid #f5b1ac;
}

#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/top-image.jpg");

  background-repeat: no-repeat;
}

/* *****下層ページ***** */
.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;
}

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

 レスポンシブ

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

@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;
    }
