@charset "UTF-8";
/* *****共通設定***** */
html {
  scroll-behavior: smooth;
}

body {
  margin-right: auto;
}

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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ヘッダー(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/top-image.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;
}

.col-lg-6 {
  font-size: 12px;
}

/* ====== PROCESS ====== */
#sec5 .square {
  width: 60px;
  height: 60px;
  background: #21386e;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
}

#sec5 .arrow {
  width: 60px;
  height: 40px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #333;
}

/* --------------------------------------------- */
#sec6 .circle-q,
#sec6 .circle-a {
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  border-radius: 50%;
  text-align: center;
}

#sec6 .circle-q {
  background: #21386e;
  color: #ffffff;
  padding-top: 2px;
}

#sec6 .circle-a {
  background: #ffffff;
  color: #21386e;
  border: 3px solid #21386e;
}

/*.zumen svg { font-family : '游明朝','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS Mincho',serif; } */
/* font-family : 'Verdana','游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS Gothic',sans-serif;
*/
/*svg { font-family : serif; }*/
.szLastMove {
  font-weight: bold;
}

.zumen .szLastMove {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
  font-weight: bold;
}

/*
.gotick {
 font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS Gothic',sans-serif;
 color: pink;
 background-color: #eee;
}
.gotick .szLastMove {
 font-family : serif;
 font-weight : bold;
 color: red;
}
*/
.hdiv:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.resizeimage img {
  width: 50%;
}

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

 レスポンシブ

--------------------------------------------------　*/
@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */
  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }
  span.sample1 {
    font-size: 30px;
  }
  span.sample2 {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  /* xs スマートフォン向け */
  /* フッター */
  #footer-sns img {
    height: 29px;
    margin-right: 15px;
  }
  .col-lg-6 {
    overflow: auto;
    white-space: nowrap;
  }
  .tournament {
    overflow: auto;
    white-space: nowrap;
  }
  pre.shogizumen {
    width: 300px;
  }
  .resizeimage img {
    width: 100%;
  }
}

.card-img-top {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-botton {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 1;
}

.top-botton img {
  width: 40px;
  height: 40px;
}
/*# sourceMappingURL=style.css.map */