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

/*メインイメージ*/
#main_visual {
  width: 100%;
}
#main_visual .p-mainVisual__inner {
}
#main_visual .c-filterLayer__img {
}
#main_visual .p-mainVisual__img {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
}
#main_visual .p-mainVisual__textLayer {
}
.top #content {
  padding-top: 0;
}
.post_content > .wp-block-group {
  padding-top: 5em;
  padding-bottom: 5em;
}

.post_content .read h2 {
  margin-bottom: 0.5em;
  font-size: 3.5rem;
}
.post_content .read h2 em {
  color: #f9be00;
}
.post_content .read p {
  font-size: 2.4rem;
  font-weight: bold;
}
.post_content .wp-block-group.alignfull {
  margin-bottom: 0;
}
.post_content #about {
  background: url(../../../../uploads/bg_about.jpg) no-repeat top;
  background-size: 100% 100%;
}
.post_content #about .has-border.has-white-background-color {
  padding: 3em;
}
.post_content #onayami {
  background: url(../../../../uploads/bg_onayami.jpg) no-repeat top;
  background-size: 100% 100%;
}
.post_content #onayami figure img {
  width: 100%;
}
.post_content #omakase::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -49px;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-right: 50px solid rgba(255, 255, 255, 0);
    border-left: 50px solid rgba(255, 255, 255, 0);
    border-top: 60px solid #e5e5e5;
    border-bottom: 0px;
}
.post_content #reason {
  background: linear-gradient(
    90deg,
    #bde9fc 0%,
    #eaffff 50%,
    #bde9fc 100%
  );
}
.post_content #reason .wp-block-media-text__content {
  background: #fff;
  padding: 2.5em;
  border: solid #000 1px;
}
.post_content #reason .wp-block-media-text__content h3 {
  color: var(--color_main);
}
.post_content .bnr .wp-block-column {
  position: relative;
}
.post_content .bnr .wp-block-column p a {
  position: absolute;
  top: calc(50% - 33px);
  left: 10%;
  width: 80%;
  background: url(../../assets/img/arrow.svg) no-repeat center right 20px #e51d57;
  background-size: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  box-shadow: none;
  line-height: 1.3;
  padding: 22px 60px 20px 30px;
  display: block;
  text-align: center;
}
.post_content .bnr .wp-block-column p a:hover {
  filter: brightness(120%);
}

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

#content.l-content {
  margin-bottom: 0;
}
@media all and (min-width: 960px){
}
@media all and (min-width: 768px){
  .post_content #reason .wp-block-media-text__content {
    margin-right: -4em;
    position: relative;
  }
  .post_content #reason .wp-block-media-text:nth-child(even) .wp-block-media-text__content {
    margin: 0 0 0 -4em;
  }
}


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