@charset "utf-8";
/* CSS Document */

/*_______________________________

            PC
_______________________________*/

/*       /news/         */



h1,h2,h3,h4,h5,dt{
	font-family: 'Sawarabi Mincho', serif;
}



/*     key_v
____________________*/

.key_v {
    height: 120px;
    position: relative;
    background: url(../img/h1_bg.jpg) no-repeat center 33% #c5a183;
    background-size: 920px;
    background-blend-mode: multiply;
}
.edge .key_v,
.msie .key_v {
    background-blend-mode: normal;
}
.edge .key_v:before,
.msie .key_v:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 920px;
    margin: auto;
    background: rgba(93, 34, 0, 0.5);
}
.key_v h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 1.4;
	color: #fff;
    text-align: center;
	max-width: 920px;
    width: 100%;
    display: block;
	padding: 0 30px;
    box-sizing: border-box;
}




/*     contents
____________________*/

.contents {
    margin: 50px auto;
    box-sizing: border-box;
	padding: 0 30px;
}

/*お知らせ一覧*/

.news_list ul{
	border-top: 1px solid #ccc;
	max-width: 920px;
	margin: 0 auto;
}
.news_list li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.news_list li time{
	float: left;
	width: 100px;
	padding-left: 10px;
    box-sizing: border-box;
}
.news_list li p {
    float: left;
    width: calc(100% - 100px);
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
	padding-left:10px;
}
.news_list li p a{
	color: #b79f7c;
	    text-decoration: underline;
}
.news_list li .title {
    color: #b79f7c;
	padding-left: 0;
    text-indent: 0;
    margin-left: -0.4em;
}
.news_list li .title:before {
    content: "【";
    display: inline-block;
    margin-right: 5px;
}
.news_list li .title:after{
	content: "】";
	display: inline-block;
	margin-left: 5px;
}
.news_list li > a{
	display: block;
}
.news_list li > a.more:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.news_list li > a.blank:before {
    content: '';
    display: block;
    border-left: 1px solid #b79f7c;
    border-bottom: 1px solid #b79f7c;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    box-sizing: border-box;
}
.news_list li > a.blank:after {
    content: '';
    display: block;
    border: 1px solid #b79f7c;
    border-top: 3px solid #b79f7c;
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    bottom: 0;
    margin: auto;
    right: 9px;
    box-sizing: border-box;
}


/*お知らせ詳細*/

.news_text {
    max-width: 920px;
    margin: 0 auto;
    min-height: 300px;
}
.news_text time{
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

a.news_list_btn {
    display: block;
    border: 1px solid #b79f7c;
    width: 130px;
    padding: 0 10px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #b79f7c;
    text-align: right;
    margin: 20px auto 0;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
}
a.news_list_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(135deg);
}