@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/

.h5 {
  line-height: 1.8rem;
}
.border-w3 {
  border-left-width: 3px !important;
  border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
  color: #069ee5 !important;
}
.bg-brand-color {
  background-color: #069ee5 !important;
}
.bg-nav-color {
  background-color: #069ee5 !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
  height: 10%;
}
.navbar-white a {
  color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
  width: 30%;
}
.social img {
  width: 36px;
  height: 36px;
}
footer {
  padding-bottom: 0;
}
.time-border {
  border-top: 3px solid #262626;
  border-right: 3px solid #262626;
  margin-left: 24px;
  padding-bottom: 3rem;
  padding-right: 5rem;
  width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
nav.breadcrumb-list {
  background: #f2fafe;
}
.breadcrumb-list,
.breadcrumb-list li {
  /*background-color: #af9a78;*/
  background: none;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
  background-image: url(../img/bg-top.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100%;
}
header .jumbotron-fluid.py-4 {
  padding-top:2rem!important;
  padding-bottom: 2rem!important;
}
header .catch {
  width: 90%;
  bottom: 20%;
  left: 50%;
  margin-left: -45%;
}
header .g-navi {
  min-height: 100%;
}

/* ====== PROCESS ====== */
#sec5 .square {
  width: 60px;
  height: 60px;
  background: #069ee5;
  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: #069ee5;
  color: #ffffff;
  padding-top: 2px;
}
#sec6 .circle-a {
  background: #ffffff;
  color: #069ee5;
  border: 3px solid #069ee5;
}
.schedule-img {
  width: 75%;
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  #glovalNavbar ul li {
    border-left: none;
  }
  #glovalNavbar ul li:last-child {
    border-right: none;
  }
  .footer-nav ul li {
    border-left: none;
  }
  .footer-nav ul li:last-child {
    border-right: none;
  }
  /* ====== SP TOGGLE NAV ====== */
  .offcanvas-collapse {
    position: fixed;
    z-index: 9999;
    top: 0;
    /* ナビバーの高さ */
    bottom: 10%;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
  .footer-logo {
    /*width: 40%;*/
  }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  header .jumbotron-fluid.py-4 {
    padding-top:1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .head_logo {
    width: 65%;
    max-width: 270px;
    margin: 0 auto;
  }
  .display-3 {
    font-size: 3rem;
  }
  .footer-logo {
    width: 60%;
  }
  .navbar-nav .border-left {
    border-left: none !important;
  }
  .navbar-nav .border-right {
    border-right: none !important;
  }
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  header .catch {
    bottom: 10%;
  }
  header .catch .h1 {
    font-size: 2rem;
  }
  header .catch h2 {
    font-size: 1rem;
  }
  .schedule-img {
    width: 100%;
  }
  form .border-top,
  form .border-bottom {
    border: none !important;
  }
}
/* END */

/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP";
  color: #000000;
}
.row {
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

a {
  color: #069ee5;
}
a:hover {
  color: #1b1b1b;
  text-decoration: underline;
}
a:focus,
*:focus {
  outline: none;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textBold {
  font-weight: bold;
}
.textLarge {
  font-size: 120% !important;
}
.textXLarge {
  font-size: 150% !important;
}
.textXSmall {
  font-size: 65% !important;
}
.textSmall {
  font-size: 80% !important;
}
.highlight {
  padding: 4% 4% 3% !important;
  background: #f2fafe;
  box-sizing: border-box;
  overflow: hidden;
}
.highlight.light {
  background: #f2fafe;
}
.highlight .highlight {
  background: #fff;
}
.borderBox {
  padding: 2% 4%;
  border: 1px solid #069ee5;
  overflow: hidden;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
figure {
  margin: 0 auto 1em;
}
section {
  overflow: hidden;
  margin-bottom: 5%;
}
img {
  width: auto;
  max-width: 100%;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768.99px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.color01 {
  color: #069ee5;
}
.lead {
  color: #069ee5;
  font-weight: bold;
  font-size: 120%;
  margin: 0 0 10px !important;
}
.lead:after {
  content: none;
}
.name {
  text-align: right;
  line-height: 1.8;
}
.name span {
  /*display: block;*/
  font-size: 130%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media only screen and (min-width: 768.99px) {
  img.alignright,
  img.alignleft {
    width: 45%;
    max-width: 460px;
    height: auto;
  }
  img.alignright {
    float: right;
    margin-left: 4%;
  }
  img.alignleft {
    float: left;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768.98px) {
  img,
  img.alignright,
  img.alignleft {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    display: block;
  }
}


/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mainimage .logo {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-width: 381px;
  z-index: 2;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
  animation: catchfade 2s ease 0s 1 normal;
  z-index: 1;
}
@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 193px;
  height: calc((193 / 611 * 100%) * 1.5);
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    left: 0;
    top: 3rem;
    width: 55%;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .logo {
    top: 1rem;
    width: 60%;
    max-width: 270px;
  }
  .mainimage .catch img {
    width: 55%;
    height: auto;
    top: 3rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 420px) {
  .mainimage .catch img {
    width: 70%;
  }
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin-bottom: 10px;
  min-height: 400px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*    ページ送り
-------------------------------------------------- */
ul.pageNav {
  margin: 20px 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}
ul.pageNav li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}
ul.pageNav li span,
ul.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #f2fafe;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #069ee5;
  color: #069ee5;
}
ul.pageNav li span {
  background: none;
  color: #069ee5;
}
ul.pageNav li a:hover {
  color: #fff;
  background: #069ee5;
  border-color: #069ee5;
}
/*    リンクボタン
-------------------------------------------------- */
.button {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 260px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0.8em 0.8em;
  font-weight: 600;
  letter-spacing: 0;
  color: #d1108a !important;
  background: #fff;
  border: 1px solid #d1108a;
  border-radius: 0;
  z-index: 0;
  font-size: 14px;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #d1108a;
  border-right: 1px solid #d1108a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #d1108a;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  -webkit-animation: none;
  animation: none;
}
.button:hover {
  color: #fff !important;
  border-color: #d1108a;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:hover:before {
  content: "";
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: none;
  animation: none;
  z-index: -1;
}
.button:hover:after {
  border-color: #fff;
  right: 3%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767.98px) {
  .button {
    max-width: inherit;
  }
}
@media screen and (min-width: 768.99px) {
  .button + .button {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .button + .button {
    /*margin-top: 5px;*/
  }
}

.buttons .button {
  max-width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
  margin-left: 0 !important;
}
@media screen and (max-width: 480px) {
  .buttons .button {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #sec1 .buttons .button {
    max-width: 100%;
  }
}
/*    リスト
-------------------------------------------------- */
ul.ul01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ul01 li {
  padding: 0 0 0 20px;
  position: relative;
  word-wrap: break-word;
  list-style: none;
}
.ul01 li:before {
  background: none repeat scroll 0 0 #069ee5;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 12px;
  width: 5px;
}
@media screen and (min-width: 768.99px) {
  .floatList li {
    float: left;
    margin-right: 10px;
  }
  .ul01.col2 li {
    float: left;
    width: 45%;
  }
}
/*    丸数字
-------------------------------------------------- */
.number_p {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 45px;
  text-indent: -43px;
}
.number {
  background: none repeat scroll 0 0 #069ee5;
  box-shadow: 3px 3px 0 #543315;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 10px;
}
/*    Instagram
-------------------------------------------------- */
#instagram {
  margin: 0 0 10px;
}
#instagram li {
  padding-left: 0;
  list-style: none;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#instagram li:nth-child(3n) {
  margin-right: 0;
}
#instagram li img {
  margin: 0;
}
/*    診療時間
-------------------------------------------------- */
table.timeTable {
  table-layout: fixed;
}
table.timeTable thead th {
  background: #069ee5;
  color: #fff;
  border-right: 1px solid #fff;
}
table.timeTable thead th:first-child,
table.timeTable tbody th {
  width: 30%;
}
table.timeTable th,
table.timeTable td {
  padding-bottom: 1em;
  padding-top: 1em;
}
table.timeTable th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: auto;
  text-align: center;
  background: #f2fafe;
  color: #069ee5;
}
table.timeTable th:last-child {
  border-right: 1px solid #069ee5;
}
table.timeTable td {
  text-align: center;
  color: #069ee5;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.timeTable td span {
  color: #069ee5;
}
@media screen and (max-width: 768.98px) {
  table.timeTable th,
  table.timeTable td {
    padding: 5px;
    font-size: 90%;
    display: table-cell;
    border-left: 1px solid #ddd;
    width: auto;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
  }
}
@media screen and (max-width: 575.98px) {
  table.timeTable th,
  table.timeTable td {
    font-size: 80%;
    padding: 5px;
  }
}
table.tableDefault {
  border-top: 1px solid #ddd;
}
table.tableDefault th,
table.tableDefault td {
  border-bottom: 1px solid #ddd;
  padding: 1.25em 1em;
  vertical-align: top;
}
table.tableDefault thead th {
  background: #069ee5;
  color: #fff;
}
table.tableDefault tbody th {
  background: #f2fafe;
  /*color: #069ee5;*/
  white-space: nowrap;
  width: 23%;
}
@media screen and (max-width: 768.98px) {
  table.tableDefault th,
  table.tableDefault td {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    width: 100% !important;
    display: block;
  }
}

/* 見出し
-------------------------------------------------- */
.h2title_wrap {
  /*background: #f2fafe;*/
  background: url(../img/dot.png);
  margin-bottom: 3em;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}
.h2title_wrap h2 {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0 !important;
}
article.container h3,
article.container h4,
article.container h5,
article.container h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
article.container p,
article.container ul,
article.container dl {
  line-height: 1.75;
  margin-bottom: 1.25em;
}
article.container table {
  width: 100%;
}
article.container table th,
article.container table td {
  line-height: 1.75;
}
article.container figure figcaption {
  font-size: 92%;
}
article.container figure img + figcaption {
  padding-top: 0.5em;
}
article.container figure figcaption + img {
  padding-top: 0.5em;
}

h4.border_h4 {
  border-left: 5px solid #069ee5;
  background: #f2fafe;
  padding: 0.5em 0.5em 0.5em 1.25em;
  margin-bottom: 1em !important;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1,h1 {
  font-size: 2rem;
}
.h2,h2 {
  font-size: 1.8rem;
  line-height: 1.4;
}
h2 span {
  /*font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;*/
}
.h3,h3 {
  font-size: 1.6rem;
  position: relative;
}
h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
}
h3:after {
  position: absolute;
  content: "";
  background: #d1108a;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h4,h4 {
  font-size: 1.2rem;
}
h4.h4_border {
  border-left: 5px solid #069ee5;
  padding: 8px 16px 12px;
  margin: 20px 0 20px !important;
  background: #f2fafe;
}
.highlight h4.h4_border {
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .h1, h1 {
    font-size: 1.4rem;
  }
  .h2, h2 {
    font-size: 1.2rem;
  }
  .h3, h3 {
    font-size: 1.1rem;
  }
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
}
.breadcrumb-item a,
.breadcrumb-item.active {
  color: #000000 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.breadcrumb-item a.text-dark:focus,
.breadcrumb-item a.text-dark:hover {
  color: rgba(0,0,0,.75)!important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75);
}
.bg-dark {
  background-color: #1b1b1b !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(255, 255, 255, 0.3)),
    color-stop(24%, rgba(255, 255, 255, 0.3)),
    color-stop(26%, rgba(255, 255, 255, 0.1)),
    color-stop(49%, rgba(255, 255, 255, 0.1)),
    color-stop(51%, rgba(255, 255, 255, 0.3)),
    color-stop(74%, rgba(255, 255, 255, 0.3)),
    color-stop(76%, rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.1))
  );
  background-image: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0.1) 26%,
    rgba(255, 255, 255, 0.1) 49%,
    rgba(255, 255, 255, 0.3) 51%,
    rgba(255, 255, 255, 0.3) 74%,
    rgba(255, 255, 255, 0.1) 76%,
    rgba(255, 255, 255, 0.1)
  );
  background-size: 6px 6px;
}
.bg-dot {
  background: url(../img/dot.png);
}
.bg-light {
    background-color: #f2fafe!important;
}
.bg-parallax {
  background-image: url(../img/parallax_img001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 767px) {
.bg-parallax {
    background-attachment: initial;
}
}
.border-right {
  border-right: 1px solid #fff !important;
}
.border-left {
  border-left: 1px solid #fff !important;
}
.text-dark {
  color: #000000 !important;
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
.home footer {
  padding-bottom: 3%;
}

.must {
  margin-left: 1em;
  padding: 2px 8px 4px;
  border-radius: 5px;
  font-size: 75%;
}
.must.must1 {
  background: #069ee5;
  color: #fff;
}
.must.must2 {
  background: #f2fafe;
}
.telNo {
  margin: 0.5rem;
}
.telNo a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #d1108a;
}
@media screen and (max-width: 767px) {
  .jumbotron-fluid.py-5 {
    padding: 1rem 0 !important;
  }
  .highlight.contact-highlight {
    padding: 0;
  }
}

ul.anchor {
  padding: 2.5% 5%;
  clear: both;
  border: 5px solid #f2fafe;
  display: table;
  margin: 0 auto;
}
ul.anchor li {
  padding: 0 0 5px 20px;
  position: relative;
  list-style-type: none;
  float: left;
  margin-right: 15px;
}
ul.anchor li a {
  font-weight: normal;
}
ul.anchor li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #069ee5;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
    float: none;
    margin-right: 0;
  }
}

/* galleryBox
-------------------------------------------------- */
.galleryBox img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.galleryBox figure {
  text-align: left;
}
.galleryBox a {
  text-decoration: none;
  color: #000000;
}
.galleryBox a:hover {
  color: #069ee5;
}
.galleryBox a span {
  background: #0d3691;
  color: #fff;
  font-size: 85%;
  padding: 3px 8px;
  display: table;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 991px) {
  .galleryBox img {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBox img {
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .galleryBox img {
    height: 150px;
  }
}
@media only screen and (max-width: 380px) {
  .galleryBox img {
    height: 100px;
  }
}

/* gallery_slider
-------------------------------------------------- */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
.slide-item img {
  width: auto !important;
  max-height: 50vh;
}
#thumbnail-list {
  margin: 0 auto 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.thumbnail-item {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 15.4%;
  margin: 0 0.5%;
}
.thumbnail-item:nth-child(6n) {
  margin-right: 0;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .thumbnail-item img {
    height: 90px;
    object-fit: cover;
  }
}
#gallery_slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#gallery_slider.slick-initialized {
  opacity: 1;
}
#gallery_slider li.slide-item span {
  text-align: center;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .slide-item img {
    max-height: 100%;
  }
  .thumbnail-item {
    width: 32.3%;
    margin-right: 1%;
  }
  .thumbnail-item:nth-child(3n) {
    margin-right: 1%;
  }
  .thumbnail-item img {
    height: 120px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 480px) {
  .thumbnail-item img {
    height: 100px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 380px) {
  .thumbnail-item img {
    height: 80px;
    object-fit: cover;
  }
}
