@charset "UTF-8";

body {
	background-color: #dcd4cc;
}

.c-headingWrap--ver2 .c-primaryHeading {
    color: #9d8267;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    font-size: 3.1rem;
    letter-spacing: 3.15px;
    font-weight: bold;
}
.c-headingWrap--ver2 .c-primaryHeading:before {
    background-color: #9d8267;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.c-button-01 a, .c-button-more i {
    border-color: #9d8267;
    border-style: solid;
    border-width: 1px;
    border-radius: 100px;
    color: #9d8267;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 53px;
    text-decoration: none;
    transition: 0.5s;
}

.c-button-01 a:hover, .c-button-more i:hover{
		background-color: #9d8267;
    color: #f2ede9;
    transition: 0.5s;
	}

/*	overwrite
--------------------------------------*/
@media screen and (min-width:768px) {
    .c-titleWrap {
        background-image: url(../img/news/news_heading_bg.jpg);
    }
}

@media screen and (max-width:767px) {
    .c-titleWrap {
        background-image: url(../img/news/news_heading_bg_sp.jpg);
    }
}

/*	news
--------------------------------------*/
#news{
    font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width:768px) {
    #news .c-inner {
        padding-top: 50px;
        max-width: 1350px;
    }

    #news .c-inner .c-news-item p.menu {
        width: 18%;
    }

    #news .c-inner .c-inner-menu ul {
        display: flex;
    }
    #news .c-inner .c-inner-menu ul li{
        border-bottom: solid 1px #484848;
        padding: 0 20px;
        font-size: 1.4rem;
        margin-left: 10px;
    }
    #news .c-inner .c-inner-menu ul li:hover{
        border: none;
        transition: 0.5s;
    }

    .c-news-items+.c-button-01 {
        margin-top: 50px;
    }

    #news .c-inner-body {
        display: flex;
        flex-direction: column;
    }
    #news .c-news-items h2{
        border-left: solid 5px #9d8267;;
        padding: 0 0 0 12px;
        color: #9d8267;
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: 3.15px;
        margin-bottom: 13px;
        min-width: 140px;
        height: 32px;
    }
    #news .c-news-items h2.none{
        border-left: none;
        padding: 0;
    }
    #news .c-news-items .c-inner-menu{
        /* margin-top: 30px; */
    }
}

@media screen and (max-width:767px) {
    .c-headingWrap--ver2 .c-primaryHeading {
        font-size: 2.1rem;
        font-weight: bold;
        letter-spacing: 2.55px;
        padding-left: 45px;
        padding-right: 20px;
    }
    .c-headingWrap--ver2 .c-primaryHeading:before {
        background-color: #9d8267;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }

    #news .c-inner {
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 30px;
    }

    .c-news-items {
        padding-top: 30px;
        margin-top: 20px;
    }

    .c-news-items+.c-button-01 {
        margin-top: 30px;
    }

    #news .c-news-items h2{
        border-left: solid 5px #9d8267;;
        padding: 0 0 0 12px;
        color: #9d8267;
        font-size: 2.1rem;
        font-weight: bold;
        letter-spacing: 3.15px;
        margin-bottom: 13px;
    }

    #news .c-inner .c-inner-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #news .c-inner .c-inner-menu ul li{
        border-bottom: solid 1px #484848;
        padding: 0 20px;
        font-size: 1.4rem;
        margin-left: 10px;
        margin-top: 10px;
    }
    #news .c-inner .c-inner-menu ul li:hover{
        border: none;
        transition: 0.5s;
    }
}

/****************************
 ラベル
****************************/
.c-label {
  display: inline-block;
  min-width: 25px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 77% !important; /*元は56.3の9px*/
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #888;
  border-radius: 2px;
  padding: 4px 10px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
}
.c-label_new { background-color: #ff0000; }/* NEW */