/* コンテンツ全体 */
#p_contents {
    width: 1000px;
    margin: 0 auto 60px;
	
}
.backfff {
background: #fff;
width: 900px;
margin: 20px auto;
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
.backfff_mb40 {
	margin-bottom: 40px;
}
.backfff figure{
	width: 90%;
	margin:  auto;
}
.backfff figure img{
	width: 100%;
}
.oshinagaki {
	margin:  0 auto;
}

h2 .small {
	font-size: 70%;
}
h2 {
	background: none;
	text-align: center;
	padding-top: 10px;
}


h3.newyeartitles {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
	border: 0;
	padding: 0;
	line-height: 1.6;
	margin-bottom: 10px;
}
h3.newyeartitles span.small{
	font-size: 80%;
	padding: 3px 0 0 0
}
/*.newyeartitles::before,
.newyeartitles::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #a06161;
}

.newyeartitles::before {
	margin-right: 20px;
}
.newyeartitles::after {
	margin-left: 20px;
}*/

/* ----------------

	見出しの中に見出し
	2025 New year...
	
-------------------*/

.newyeartitle_wrap {
	margin: 20px auto 40px;
  /* 見出しとリンクを横並びにするためのフレックスボックス */
  display: flex;
  justify-content: flex-end; /* 両端に寄せる */
  align-items: center;
}
.flex_st {
  justify-content: flex-start;

}
.newyeartitle_wrap p.tr_link a {
  background-color: #dca34a;
  border-radius: 8px; /* 角丸 */
  padding: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.newyeartitle_wrap p.tr_link a:hover {
  background-color: #e3aa73;
}

/* 画像をセンタリング */
#p_contents figure {
	text-align: center;
}