@charset "utf-8";
/* CSS Document */
/* #main_visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  background: var(--color_main);
  background: linear-gradient(0deg,rgba(79, 46, 20, 1) 0%, rgba(118, 79, 46, 1) 100%);
  z-index: -1;
} */
#main_visual .p-mainVisual__textLayer {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-size: 2.3rem;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1.5;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.7rem;
  letter-spacing: 3px;
}
.wp-block-group.has-swl-main-thin-background-color {
	background: rgb(62 197 241 / 10%) !important;
}
.post_content #about {
  background: url(../../../../uploads/bg_intro.svg) no-repeat;
  background-size: cover;
}
footer#footer {
    margin-top: 0;
}
.post_content figure.ill {
  position: absolute;
  width: 250px;
}
.post_content #about .ttl figure.ill {
  right: 10%;
  top: 3%;
  width: 200px;
}
.post_content #about figure.ill {
  right: 20%;
  top: -90px;
  width: 200px;
}
.post_content #about p + figure.ill {
  top: -200px;
}
.post_content #facility .ttl figure.ill {
  top: 1%;
  width: 200px;
  left: 26%;
}
.post_content #facility .figure + figure.ill {
  width: 300px;
}
.post_content #kankou figure.ill {
  top: 2%;
  width: 200px;
  right: 26%;
}
.post_content #facility ul {
  list-style: none;
  padding: 0;
}
.post_content #facility ul li p {
  text-align: center;
  font-family: 'Kaisei Opti' , 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.post_content #kankou .wp-block-group__inner-container, .post_content #facility .wp-block-group__inner-container {
  text-align: center;
}
.post_content #kankou .ttl + p, .post_content #facility .ttl + p {
  background: url(../../../../uploads/bg_frame.svg) no-repeat top 60% center;
  background-size: 100%;
  padding: 0.3em 3em;
  display: inline-block;
  line-height: 1.5;
}
@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
    height: calc(100vh - 179px);
  }
  #main_visual .p-mainVisual__imgLayer {
  }
  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer {
    /* width: 30em;
    padding-left: 0;
    padding-right: 0; */
    justify-content: flex-end;
    padding-bottom: 7%;
  }
  .top #content {
    padding-top: 0;
  }
  .post_content > .wp-block-group {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .post_content .alignfull.has-background {
  }
  .post_content #foryou ul.is-style-check_list {
    position: relative;
    width: 125%;
    padding: 6% 7%;
  }

}

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