#page_title{
	width:100%;
	height:300px;
	box-sizing:border-box;
	position:relative;
	margin:0 auto 100px;
	background: #fffef1 url('../images/common/bg_pagetitle.webp') no-repeat top center !important;
	background-size:cover !important;
}
#page_title h2{
	max-width:780px;
	margin:0 auto;
	line-height:300px;
	color:#fff;
	font-size:48px;
	text-align:center;
	text-shadow:1px 20px 0 rgba(255,255,255,0.1),0 0 5px rgba(0,0,0,0.5);
}
main{
}
main section{
	margin:0 auto 110px;
}
main article{
	max-width:1100px;
	margin:0 auto;
	font-size:18px;
}
main section h3{
	font-size:36px;
	color:#856e61;
	text-align:center;
	position:relative;
	margin-bottom:40px;
	line-height:1.5em;
}
main section h4{
	font-size:30px;
	color:#856e61;
	line-height:1.5em;
	margin:0 0 65px;
}
main section h5{
	font-size:24px;
	text-align:center;
	margin:0 0 20px;
}
.comment_photo{
	display:flex;
	gap:40px;
	margin-bottom:60px;
}
.comment_photo .comment{
	width:calc(100% - 410px);
}
.comment_photo figure{
	width:370px;
	flex:none;
}
main section article ul,
main section article ol{
	margin:0 auto;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
main section article table{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
main section article th{
	white-space:nowrap;
	padding:10px 20px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	box-sizing:border-box;
}
main section article td{
	padding:10px 20px;
	box-sizing:border-box;
	word-break: break-all;
	vertical-align:top;
}
.pagination {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:30;
}

.page-numbers {
	text-align: center;
	margin: 40px 0;
}

.page-numbers li {
	display: inline-block;
	color: #404040;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	border: 1px solid #ccc;
}

.page-numbers li a:hover {
	color: #404040;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	border: 1px solid #ccc;
	background: #fff;
}

.page-numbers li span.current {
	background: #ccc;
}
img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

img.aligncenter {
	display:block;
	margin: 0 auto 30px;
}
#nav_news{
	display:flex;
	gap:50px;
	justify-content:center;
	margin-bottom:50px;
}
.addtoany_list{
	padding:40px 0 0;
	display:flex;
	gap:10px;
	justify-content:flex-end;
}

#page_works {
	margin: 0 auto 0px !important;
}

#page_works h2 {
	margin: 0 auto 80px;
}

#page_works .slick-list {
	padding: 50px 50px 50px !important;
}

#page_works dl {
	padding: 0 4px;
	box-sizing: border-box;
}

#page_works dl dt {
	width: 100%;
	aspect-ratio: 1 / 1;
}

#page_works dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

#page_works dl dt a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#page_works .slick-slide {
	transition: transform 0.3s ease, z-index 0.3s ease;
	transform: scale(0.9);
	z-index: 1;
}

#page_works .slick-center {
	transform: scale(1);
	z-index: 2;
}

#page_works dl dd {
	font-size: 16px;
}

#page_works dd .more {
	padding: 10px 0 0;
}

#page_works dd .more a {
	display: block;
	line-height: 40px;
	border: 1px solid #522500;
	color: #522500;
	background: #fff;
	text-decoration: none;
	border-radius: 24px;
	text-align: center;
}

.moreworks {
	max-width: 620px;
	/* border: 2px solid #dec9a4; */
	border-radius: 15px;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 auto 80px !important;
}

.moreworks a {
	display: block;
	border: 1px solid #522500;
	background: #fff;
	background-image: url('../images/index/arrrow_brown.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #522500;
	line-height: 57px;
	text-align: center;
	text-decoration: none;
}

.moreworks a:hover {
	background: #522500;
	color: #fff;
}