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

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

#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/business-g8bd97072f_1920.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/business-g8bd97072f_1920.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;
    }
  }
}


/* オリジナル */
/* introduceページ */
/* レコメンド */

.reccomendBlock{
  border-top: 2px solid #00008b;
  border-bottom: 2px solid #00008b;
  background:url("../img/bg_pat_01.gif");
  padding: 1.2rem 1rem;
  font-weight: bold;

}

.checkbox{
  list-style: none;
  margin-left: 0;
}

.checkList {
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding: 0.5rem 0;
  padding-left: 1.8em;
}

.checkList i {
  color: #00008b;
  left: 1%;
}

/* Bootstrap Accordion Styles */
.accordion {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
  color: #212529;
}
.accordion-button:focus {
  z-index: 2;
}
.accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #d1e9ff;
  border-color: #d1e9ff;
}
.accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}
.accordion-collapse {
  position: relative;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-collapse:after {
  display: table;
  clear: both;
  content: "";
}
.accordion-body {
  padding: 1rem 1.25rem;
}

/* Bootstrap Accordion Indicator Styles */
.accordion-button::before {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

/* Collapsed State */
.accordion-button.collapsed::before {
  transform: translateY(-50%) rotate(0.5turn);
}

/* Expanded State */
.accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(0);
}

/* topページ */
.jukuname{
  color: #5DB0F5;
  text-shadow: 3px 3px 5px white;
  -webkit-text-stroke: 0.5px white; /* Safari/Chrome */
}

.tittleheadline{
  font-size: 1.1rem;
}