@charset "utf-8";
/* CSS Document */
@media all and (max-width: 959px){
  h2 {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  h4 {
    font-size: 1rem;
  }
  hgroup {
    text-align: center;
    margin: 1em 0;
  }
  hgroup p {
    font-size: 1.1rem;
    font-family: "Josefin Sans" , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    color: #ff0202;
  }
  .l-mainContent__inner > section {
    padding-top: 1em;
    padding-bottom: 4em;
  }

  .news .p-postList.-type-simple {
    border-top: none;
  }
  .news .p-postList__item h2 {
    font-size: 0.9rem !important;
  }

  /* #mainv section > div {
    height: 75vh !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 8vh !important;
  } */
  /* #main_visual .p-mainVisual__textLayer::after {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: url(../../../../uploads/photo_yamane.png) no-repeat left bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -8%;
  } */

  /* #main_visual .c-mvBtn__btn::after {
    content: "TOUCH!";
    background: #fff;
    border-radius: 10px;
  } */

}
@media all and (min-width: 768px) and (max-width: 959px) {
  #main_visual .p-mainVisual__textLayer::after {
    background: url(../../../../uploads/photo_yamane.png) no-repeat center bottom;
    background-size: contain;
  }
  #main_visual .p-mainVisual__slideTitle {
    margin-top: -20%;
  }
}
@media all and (min-width: 850px) and (max-width: 959px) {
  #main_visual .p-mainVisual__slideTitle {
    margin-top: -15%;
  }
}
@media all and (max-width: 350px){
}
