@charset "utf-8";
/* CSS Document */
#main_visual {
}
#main_visual .p-mainVisual__inner {
}
#main_visual .p-mainVisual__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vw;
  background: url(../../../../uploads/mainv_cover.png) no-repeat top;
  background-size: contain;
  z-index: 10;
  opacity: 0.7;
}
/* #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  width: 3em;
  background: url(../../../../uploads/mainv_copy.png) no-repeat center;
  background-size: 77px 256px;
} */
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle p {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle p em {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-family: "Sawarabi Mincho", 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 1vw;
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
  font-family: "Sawarabi Mincho", 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  padding-right: 10px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.post_content h2 {
  font-family: "Montserrat" , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1.5em;
  color: var(--color_main);
} 
.post_content h3 {
}
.post_content .ttl h2:not(.p-postList__title) {
}
.post_content .swell-block-column .ttl h3 {
  color: unset;
}
.post_content > div {
  margin-bottom: 8em;
}
footer#footer {
  margin-top: 0 !important;
}

@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual {
    width: 100%;
    position: relative;
    border: none;
  }

  #main_visual .c-filterLayer__img {
  }
  #main_visual .p-mainVisual__img {
    /* object-position: top; */
  }
  #main_visual .p-mainVisual__textLayer {
    height: 40%;
    top: 60%;
  }
  #main_content {
    max-width: var(--article_size);
  }
  .top #content {
    padding-top: 10em;
    margin: 0 auto;
  }
  .post_content > .wp-block-group {
    padding-top: 0;
    padding-bottom: 4em;
  }
  .post_content > .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
    /* padding: 0 var(--swl-pad_post_content,0); */
  }
  .post_content #concept>.wp-block-group__inner-container {
    max-width: none;
  }
  .post_content #concept .txt {
    padding-left: 10% !important;
  }
  .post_content #concept img {
    width: 100%;
  }
  .post_content #topics .-type-card.-pc-col3 .p-postList__item {
    width: 25%;
  }
  .post_content #room .n2-section-smartslider {
    max-width: 1000px;
    margin: auto;
  }
}

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