@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
	
.headerIn { width: 100%;}

/*------hed_img----*/
#hedImg { }
.hed_main {margin:0px auto;}

.bg_01 {
    width: 1200px;
    background: #fbfbfc;
    padding: 50px;
    margin: 0 auto 80px;
}


.p-tit {
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 20px;
    padding-left: 10px;
}

.p-tit .day {
	font-weight:normal;
    font-size: 16px;
    line-height:16px;
    font-weight: 400;
	display:block;
	margin-bottom:0;
}

.p-tit .day em {
	margin-left:10px;
	font-style:normal;
	font-size:0.9em;
	animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime{
0% { color: #b37396 }
20% { color: #b37396 }
40% { color: #b37396 }
60% { color: #b37396 }
80% { color: #ffffff }
100% { color: #ffffff }
}

.border {
    position: absolute;
    background-color: #d4d7d3;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.news_contents {
	width:100%;
	margin:0 0 100px;
}

.cate01 {
	border:1px solid #B37396;
	display:inline-block;
	padding:2px 10px;
	border-radius:6px;
	color:#B37396;
	margin:0 0 20px;
}

.cate02 {
	border:1px solid #595757;
	display:inline-block;
	padding:2px 10px;
	border-radius:6px;
	color:#595757;
	margin:0 0 20px;
}

.new_txt {
	font-size:1em;
	line-height:2;
	width:97%;
	margin-left:10px;
}

.news_img {
	width:32%;
	float:right;
	margin:0 0 20px 20px;
}

.icon_img {
	margin:0 0 20px 10px;
}

.btn_list {
	width:70%;
	position:relative;
	padding-bottom:50px;
	margin:auto;
}

.btn_al {
	position:absolute;
	width:50px;
	left:0;
}

.btn_ar {
	position:absolute;
	width:50px;
	right:0;
}

.btn_page {
	width:70%;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
	display:flex;
	justify-content:space-around;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.btn_page li {
	position:relative;
	font-size:1.2em;
	width:50px;
	height:50px;
	background:#F0F0F0;
	display:flex;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.btn_page li a {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display:block;
	
}

.btn_page li.active01 {
	background:#FFF;
}

.newslink a { text-decoration:underline;}

}



/*sp*/
@media only screen and (max-width: 768px) {

/*------hed_img----*/
#hedImg { }
	
.headerIn { width: 100%;}

.bg_01 {
    width: 90%;
	background: #fbfbfc;
	padding: 5%;
	margin: 0 auto 60px;
}


.p-tit {
    padding-bottom: 10px;
	position: relative;
	margin: 10px 0 15px;
	padding-left: 10px;
}

.p-tit .day {
	font-weight:normal;
    font-size: 16px;
    line-height:16px;
    font-weight: 400;
	display:block;
	margin-bottom:10px;
}

.p-tit .day em {
	margin-left:10px;
	font-style:normal;
	font-size:0.9em;
	letter-spacing:1px;
	animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime{
0% { color: #b37396 }
20% { color: #b37396 }
40% { color: #b37396 }
60% { color: #b37396 }
80% { color: #ffffff }
100% { color: #ffffff }
}

.border {
    position: absolute;
    background-color: #d4d7d3;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.news_contents {
	width:100%;
	margin:0 0 80px;
}

.cate01 {
	border:1px solid #B37396;
	display:inline-block;
	padding:2px 10px;
	border-radius:6px;
	color:#B37396;
	margin:0 0 20px;
}

.cate02 {
	border:1px solid #595757;
	display:inline-block;
	padding:2px 10px;
	border-radius:6px;
	color:#595757;
	margin:0 0 20px;
}

.new_txt {
	font-size:1em;
	line-height:2;
	margin-top:10px;
	margin-left:10px;
}

.news_img {
	width:94%;
	position:relative;
	margin:0 auto 12px;
}

.news_img img {
	width:100%;
	height:auto;
}

.icon_img {
	width:40vw;
	margin:0 0 5px 10px;
}


.btn_list {
	width:100%;
	position:relative;
	padding: 0 0 40px;
}

.btn_al {
	position:absolute;
	width:30px;
	left:0;
}

.btn_ar {
	position:absolute;
	width:30px;
	right:0;
}

.btn_page {
	width:90%;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
	display:flex;
	justify-content:space-around;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.btn_page li {
	position:relative;
	font-size:1em;
	width:30px;
	height:30px;
	background:#F0F0F0;
	display:flex;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.btn_page li a {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display:block;
	
}

.btn_page li.active01 {
	background:#FFF;
}

.newslink a { text-decoration:underline;}


}

