@charset "utf-8";
/* CSS Document */
.c-filterLayer.-texture-dot::after, .l-topTitleArea.c-filterLayer::before, #breadcrumb {
  display: none;
}
.l-topTitleArea {
  height: calc(100vh - 124px);
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  width: calc(100% - 150px);
}
.l-topTitleArea__body {
  width: 35%;
  margin-right: 0;
  text-shadow: none;
  color: var(--color_main);
  display: none;
}
.l-topTitleArea__body h1 {
  font-size: 1.7rem;
  letter-spacing: 5px;
}
.c-pageTitle__subTitle {
  display: block;
  font-style: normal;
  font-weight: normal;
  margin: 1em 0 0 1em;
  opacity: 1;
  font-size: 1rem;
  max-width: 16em;
  color: #3f3a39;
  letter-spacing: 1px;
}
.post_content #concept h2 {
  color: #8f8469;
}
.post_content #greeting figure {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
.post_content #foryou::after {
  content: "";
  display: block;
  width: 113px;
  height: 34px;
  background: url(../../../../uploads/fukidashi.png) no-repeat center bottom;
  background-size: 113px 34px;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 57px);
}
.post_content #foryou .swell-block-column {
  background: #fff;
  padding: 2em 2em 1.25em;
  border-radius: 15px;
  box-shadow: inset 2px 2px 2px rgb(0 0 0 / 8%);
}
.post_content #foryou .swell-block-column h3 em {
  color: #b93010;
}
.post_content #service a {
  color: unset;
}
.post_content #service a figure {
  border-radius: 15px;
  overflow: hidden;
}
.post_content #service a h3 {
  margin: 1.5em 0 1em;
  font-size: 1.3rem;
}
.post_content #topics .p-postListWrap {
  margin-bottom: 0;
}
.post_content #bnr .c-bannerLink {
  border-radius: 0;
}
.post_content #instagram h2 {
  margin-bottom: 0.3em;
}

@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    margin: 120px 0 0;
  }
  /* #main_visual {
    position: relative;
    height: calc(100vh - 124px);
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    width: calc(100% - 150px);
  } */
  #main_visual .p-mainVisual__inner {
  }
  #main_visual .c-filterLayer__img {
    padding: 0 8vw;
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer {
    max-width: none;
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 2.5vw;
    font-family: Garamond , 'Noto Serif Japanese', "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    color: var(--color_main);
    /*font-weight: 600;
    text-shadow: rgb(0 0 0 / 80%) 0px 0px 6px;
    -moz-text-shadow: rgb(0 0 0 / 80%) 0px 0px 6px;
    -webkit-text-shadow: rgb(0 0 0 / 80%) 0px 0px 6px; */
  }
  #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
    color: #39312b;
    line-height: 1.8;
    font-family: Garamond , 'Noto Serif Japanese', "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  /* .top #content {
    padding-top: 0;
  } */
  /* .post_content > .wp-block-group {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .post_content > .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
  } */
  .post_content #foryou h3 {
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .post_content #topics .-type-card.-pc-col3 .p-postList__item {
    width: 25%;
    padding: 0 2em 0;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - 3em);
  }

}

  #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() {
  }
