@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: #696969;
}

a:hover {
  color: #a9a9a9;
}

.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;
}
.txt-ma1n_12 {
  font-size: 0.9rem;
}
.boxContainer{
  display: flex;
}
.hr.style-three {
  border-top: 8px dashed #9dd1ff;
  background-color: #56b0ff;
}
/* ヘッダー(navbar) */
#nav01 {
  border-bottom: 3px solid #00008b;
}

#nav02 .nav-fill {
  width: 100%;
  background-color:#EFEFEF;
  /*background-color:#F5F5F5;*/
}

#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(../images/top_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* *****下層ページ***** */
.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;
}
.content_even {
	background-color: #FFFFFF;
}
.content_left {
	margin-bottom: 0px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.content_right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}
      .border_menu {
        width: 250px;
        padding: 10px;
        margin: 20px;
        border-style: dotted;
        border-width: medium;
        border-color: #008b8b;
      }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

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

 レスポンシブ

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

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

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }
.content_even {
	background-color: #FFFFFF;
}
.content_left {
	margin-bottom: 0px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.content_right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}

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

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
	  /* フッター */
.content_even {
	background-color: #FFFFFF;
}
.content_left {
	margin-bottom: 0px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.content_right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}

}