@charset "utf-8";
/* CSS Document */

.anshin .wp-block-columns .wp-block-column:nth-child(2) figure, .post_content div#link {
  display: none;
}
#main_visual .p-mainVisual__imgLayer::before {
  content: "";
  background: url(../../../../uploads/dot_mv.png);
  background-size: 3px;
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  opacity: .8;
  z-index: 10;
}
.post_content #about h2 span {
  background: #fff;
  padding-right: 0.75em;
  z-index: 1;
  position: relative;
}
.post_content #service .swell-block-column {
	background: #fff;
	padding: 2em;
	position: relative;
	border: solid 1px var(--color_link);
}
.post_content #service .swell-block-column figure {
	max-width: 150px;
	width: 60%;
	margin: 0 auto 1em;
}
.post_content #bnr .c-bannerLink__text > div {
  position: relative;
  z-index: 10;
  line-height: 1;
  font-family: 'Shippori Mincho' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.post_content #bnr .c-bannerLink__text::after {
  content: "";
  background: rgb(0 34 98 / 80%);
  width: 100%;
  position: absolute;
  height: 100px;
  bottom: 0;
  list-style: 1.2;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  transition: .3s ease-out;
}
.post_content #bnr .c-bannerLink:hover .c-bannerLink__text::after {
  opacity: 0.7;
}
@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 2.8rem;
    letter-spacing: 3px;
    font-family: "Times New Roman", "游明朝" ,'Noto Serif Japanese',  "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: bold;
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
    font-size: 2rem;
    margin-top: 0;
    color: var(--color_main);
  }
  #main_visual .p-mainVisual__textLayer {
    /* width: 30em;
    padding-left: 0;
    padding-right: 0; */
  }
  .top #content {
    padding-top: 0;
  }
  .post_content > .wp-block-group {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .post_content .alignfull.has-background {
  }
  .post_content #about h2::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0.7em;
    background: var(--color_link);
  }
  .wp-block-group.service figcaption {
    font-size: 1.2rem;
    opacity: 1;
    font-weight: bold;
  }

}

  #sb_instagram {
    margin-top: 1em;
  }
  .sb_instagram_header, #sbi_load {
    display: none;
  }


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }
