@charset "utf-8";

/* 共通設定 */

body {
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック','Noto Sans JP',sans-serif;
color: #333333;
}
a { 
color: #333333;
text-decoration: none;
font-weight: 600; }
a:hover { color: #17a2b8; }
.bg-primary,
.btn-primary { background-color: #00008b !important; }
.border-primary { border-color: #00008b !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; }

h1, h2, h3, h4, h5, h6 {
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック','Noto Sans JP',sans-serif;
color: #333333;
}

.index_title {
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック','Noto Sans JP',sans-serif;
font-weight: 600;
color: #FFFFFF;
position: relative;
text-align: center;
background: #0ABAB5;
line-height: 1.2;
padding: 0.3em 0.3em 0.3em 0.3em;
}

#subcontents img {
  height: 72px;
  width: 72px;
  margin-right: 15px;
  vertical-align: middle;
}

/* ヘッダー(navbar) */

#nav02 .nav-fill { width: 100%; }
#nav02 { border-top: 1px solid #999999; border-bottom: 1px solid #999999; }
#nav02 a { color: #FFFFFF; }
#nav02 a:hover { color: #095051; }

/* フッター */
#footer-sns img {
  height: 50px;
  width: auto;
  margin-right: 25px;
}
#footer-index ul ul {
  padding-left: 0.75rem;
  font-size: 0.812rem;
  font-weight: 300;
  color: #333333;
  text-decoration: none;
}
#footer-index a:hover { color: #BA0A0F; }

#footer p {
  font-size: 0.875rem;
  color: #333333;
}

/* トップページ */
.jumbotron {
    background-image: url(../images/top_main.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	height: 450px;
}

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

/* フルバナー画像定義 */
.resizeimage {
   max-width: 728px; /* 最大幅 */
   min-width: 200px; /* 最小幅 */
}
.resizeimage img {
   width: 100%;
   height: auto;
}
/* fontawesome */	
.fa-twitter {
    color: #333333;
}
.fa-twitter:hover {
  color: #17a2b8;
}
	
.fa-facebook-square {
    color: #333333;
}
.fa-facebook:hover {
  color: #17a2b8;
}
