@charset "utf-8";
body {
  /* font-size: 1.2em; */
  font-family: ryo-gothic-plusn, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}

@media (min-width:992px) {
  html {
    font-size: 1.2em;
  }
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.bg-lightgreen {
  background-color: #e6ede9;
}

.jumbotron {
  background-image: url('../img/headBG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.breadcrumb-item+.breadcrumb-item::before {
  content: ">"
}

.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.map iframe {
  width: 100%;
  height: 450px;
}

#message p {
  line-height: 4;
}

#message p b {
  font-weight: bold;
  font-size: 1.2em;
}


/* 大デバイス（デスクトップ, 992px 未満）
============================================== */

@media screen and (max-width: 991.98px) {
  .footer-logo {
    width: 100%;
  }
}


/* END */


/* 中デバイス（タブレット, 768px 未満）
============================================== */

@media screen and (max-width: 767.98px) {
  .gnav-item {
    display: block;
    width: 100%;
    border: none;
  }
  .gnav-item+.gnav-item {
    border: none;
  }
  table th,
  table td {
    padding: .25rem !important;
  }
  table th:first-child {
    width: 25%;
  }
}


/* END */


/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */


/* @media screen and (min-width: 576px) and (max-width: 991.98px) {
  #sec2 {
    height: 500px;
  }
} */


/* END */


/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */

@media screen and (min-width: 576px) {
  #sec2 .message {
    position: absolute;
    left: 0;
  }
}


/* END */

.whi50 {
  background: rgba(255, 255, 255, 0.5)!important
}

table>tr>td {
  vertical-align: middle;
}

i {
  font-family: "Font Awesome 5 Free";
}

button {
  font-weight: bold;
}

.bg-scarlet {
  background-color: #c5202e;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}

.card-title {
  font-weight: bold;
  color: #c5202e;
}

a.btn,
button.btn2 {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #fff100;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:hover:after {
  content: "\f2b6";
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active:after {
  content: "\f2b6";
}