@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*
@mixin sp_size{
  @media screen and (max-width: $mobile) {
    @content;
  }
}

@mixin tab_size{
  @media screen and (max-width: $tablet) {
    @content;
  }
}

@mixin pc_size{
  @media screen and (max-width: $desktop) {
    @content;
  }
}
*/
#titleimg {
  background: url("/img/menu/image_title_sp.png") no-repeat center/cover; }

#news > div {
  margin-bottom: 60px; }

#contents h2 {
  margin-bottom: 0;
  text-align: left;
  color: #BEB255;
  font-size: 2.2rem; }
  #contents h2 span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem; }
#contents h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 2rem; }
  #contents h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 2px;
    margin-right: 10px;
    background: #fff; }
  #contents h3::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 2px;
    margin-left: 10px;
    background: #fff; }
#contents .body_catch {
  margin-bottom: 20px; }
#contents li {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px; }
  #contents li a .image_wrap {
    margin-bottom: 0; }
    #contents li a .image_wrap .img {
      margin-bottom: 0; }
  #contents li a .title {
    padding: 20px 0 0px;
    color: #BEB255;
    font-size: 1.4rem; }
  #contents li a .date {
    font-size: 1.2rem; }
  #contents li a .body {
    padding: 15px 0 0;
    font-size: 1.4rem; }
  #contents li a .more span {
    display: block;
    position: relative;
    float: right;
    width: 110px; }
    #contents li a .more span::before {
      content: '';
      position: absolute;
      background: #fff;
      height: 1px;
      width: 40px;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%); }
    #contents li a .more span::after {
      content: '';
      position: absolute;
      background: #fff;
      height: 1px;
      width: 10px;
      right: 15px;
      top: 35%;
      transform: translate(0, -35%) rotate(40deg); }

.news_title {
  margin-bottom: 30px; }

.image_wrap {
  margin-bottom: 40px; }
  .image_wrap .img {
    margin-bottom: 20px; }

/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 768px) {
  #titleimg {
    background-image: url("/img/menu/image_title_pc.png"); }

  #news > div {
    margin-bottom: 120px; }

  #contents h2 {
    font-size: 2.7rem; }
  #contents p {
    font-size: 1.6rem; }
  #contents li {
    margin-bottom: 100px; }
    #contents li .body_title {
      font-size: 2.2rem; }

  .news_title {
    margin-bottom: 50px; }

  .image_wrap {
    margin-bottom: 60px; }
    .image_wrap .img {
      margin-bottom: 30px; } }
/*------------------------------
		1024px以下
------------------------------*/
/*------------------------------
		768px以下
------------------------------*/

/*# sourceMappingURL=style.css.map */
