@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */

#wrapper_contents h3.category_title {
  font-family: ryo-display-plusn,serif;
  font-size: 2.2rem;
}

#wrapper_contents h3.category_title::after {
  display: block;
  width: 65px;
  margin: 15px 0;
  content: '';
  border-bottom: solid 1px #c1b69c;
}

#wrapper_contents .description_category {
  margin-bottom: 80px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 3rem;
}

#wrapper_contents .each_season {
  width: 100%;
  margin-bottom: 80px;
}

#wrapper_contents .margin_right {
  margin-right: auto;
}

#wrapper_contents .each_season:nth-of-type(4) {
  margin-bottom: 0;
}

#wrapper_contents .hero_image_category {
  width: 100%;
  height: 220px;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#wrapper_contents h4.season_title {
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: ryo-display-plusn,serif;
  font-size: 2.2rem;
  border-bottom: solid 1px #e8e8e8;
}

#wrapper_contents .description_season {
  margin-top: 16px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

/* ---------------------------------------------------------------*\
$480px
\*--------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #wrapper_contents .each_season {
    margin-bottom: 60px;
  }

  .each_season:nth-of-type(3) {
    margin-bottom: 60px !important;
  }

  #wrapper_contents h3.category_title {
    font-size: 1.8rem;
  }

  #wrapper_contents .hero_image_category {
    height: 109px;
    background-size: contain;
  }

  #wrapper_contents .description_season {
    margin-bottom: 14px;
  }

  #wrapper_contents .description_category {
    margin-bottom: 80px;
  }

  #wrapper_contents h3.category_title::after {
    margin: 8px 0 16px;
  }

  #wrapper_contents h4.season_title {
    margin-top: 14px;
  }
}
