@charset "utf-8";
/* CSS Document */

/*_______________________________

            SP
_______________________________*/

/*       /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-blend-mode: multiply;
}
.key_v h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}



/*     contents
____________________*/

.contents {
    margin: 20px auto;
    box-sizing: border-box;
    padding:0 10px;
	overflow: hidden;
}

/*お知らせ一覧*/

.news_list ul{
	border-top: 1px solid #ccc;
	margin: 0 auto;
}
.news_list li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.news_list li time{
	margin-bottom: 5px;
	display: block;
}
.news_list li p {
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
	padding-left: 0.6em;
}
.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 7px 7px;
    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 #c5a183;
    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{
	margin: 0 auto;
}

.news_text{
	max-width: 920px;
	margin: 0 auto;
	min-height: 100px;
}
.news_text time{
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
}
a.news_list_btn {
    display: block;
    border: 1px solid #b79f7c;
    width: 120px;
    padding: 0 10px;
    font-size: 14px;
    color: #b79f7c;
    margin: 20px auto 0;
    position: relative;
	text-align: right;
    font-family: 'Sawarabi Mincho', serif;
    line-height: 35px;
    box-sizing: border-box;
}
a.news_list_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(135deg);
}