@charset "UTF-8";
@font-face {
  font-family: "shippori-mincho";
  src: url("../font/ShipporiMincho-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../font/ShipporiMincho-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../font/ShipporiMincho-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../font/ShipporiMincho-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
*, body, .post h2, .post h2 span, .post h3, .post h3 span, .entry-title, .post .entry-title {
  font-family: "shippori-mincho", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
}

h2 {
  border-top: none;
  position: relative;
  padding-left: 14px;
  margin-top: 24px;
  border-bottom: 5px dotted rgb(207, 207, 207);
}

h2:first-child {
  margin-top: 0;
}

h2::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -8px;
  width: 80px;
  height: 76px;
  background: url("../img/h2.png") no-repeat;
  opacity: 0.7;
  z-index: 1;
  background-size: contain;
}

h2.border-bottom-white {
  border-bottom: 1px solid white;
}

.mb-nav-contact {
  border: 3px solid #ebebeb;
  border-radius: 6px;
  padding: 28px 22px;
}

/* ギャラリーブロック 拡大なし */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(33% - var(--wp--style--unstable-gallery-gap, 16px) / 3); /* ３カラム固定 */
}

/* ギャラリー */
ul.blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.blocks-gallery-grid .blocks-gallery-item__caption {
  padding: 40px 0px 9px;
}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
  right: 2%;
}

/* baguetteBox */
body #baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  max-height: 95%;
  max-width: 100%;
  min-height: 95%;
  min-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* メディアクエリ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC */
/* PC・タブレット */
/* PC・タブレット */
/* タブレット */
@media only screen and (max-width: 991.98px) {
  .site-header-logo img {
    margin: 0;
  }
  .siteHeader .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 70px;
  }
  .navbar-header {
    display: block;
    min-height: 36px;
    max-height: 50px;
    height: 10vw;
    margin: 0;
    padding: 0;
  }
  .navbar-brand.siteHeader_logo {
    height: 100%;
  }
  .navbar-brand.siteHeader_logo, .navbar-brand.siteHeader_logo a, .navbar-brand.siteHeader_logo span {
    display: block;
    height: 100%;
  }
  .navbar-brand img {
    width: auto;
    height: 100%;
    max-height: 100%;
  }
  .vk-mobile-nav {
    padding-top: 75px;
  }
  .vk-mobile-nav-menu-btn {
    position: fixed;
    top: 8px;
    left: 10px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(0, 139, 200, 0.2);
    border-radius: 0;
    border-color: #FFF;
  }
}
/* タブレット */
/* タブレット・スマホ */
@media only screen and (max-width: 767.98px) {
  /* ギャラリーブロック ２カラム */
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  }
  .footer-nav-list li:first-child {
    border-left: none;
  }
}
/* タブレット・スマホ */
/* スマホ *//*# sourceMappingURL=main-style.css.map */