.page-column .main-contents {
	background: #fff;
}

.sec-column-main-area {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 35px;
	padding: 15px 50px;
}

/* archive */

.sec-column-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	/*	overflow: hidden;*/
	padding-top: 20px;
	margin-bottom: 100px;
}

.sec-column-main-area .column-list-wrapper {
	width: 100%;
	width: 100%;
	height: 450px;
	overflow-y: auto;
	padding-right: 28px;
}

.column-list-wrapper::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.column-list-wrapper::-webkit-scrollbar-thumb {
	background-color: #ac9a86;
}

.column-list-wrapper::-webkit-scrollbar-track {
	background-color: #fff;
}

.column-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	height: auto;
}
.column-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
}
.column-list-item > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: auto;
	aspect-ratio: 167 / 107;
}
.column-list-item > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column-list-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.column-list-item-head {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 10px;
}
.column-list-item-head > span {
	width: 100%;
	font-size: 14px;
	color: #ac9a86;
	font-family: var(--font-noto);
	font-weight: 400;
}
.column-list-item-head > h4 {
	width: 100%;
	font-size: 18px;
	font-family: var(--font-zom);
	color: #6b5251;
	font-weight: 400;
	line-height: 1.6;
}
.column-list-item-body {
	width: 100%;
}
.column-list-item-body > p {
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
	color: #ac9a86;
	font-family: var(--font-noto);
	font-weight: 400;
}

/* single */
.sec-column-single {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 50px;
}
.sec-column-single .sec-column-main-area .column-single-contents {
	height: auto;
	overflow: auto;
}
.column-single-contents {
}
.column-single-contents > h2 {
	width: 100%;
	font-size: 22px;
	color: #fff;
	background: #6b5251;
	line-height: 1.6;
	padding: 16px;
	letter-spacing: 0.11em;
	margin-bottom: 16px;
}
.column-single-contents > h3 {
	margin-bottom: 18px;
	width: 100%;
	font-size: 21px;
	color: #fff;
	background: #ac9b87;
	line-height: 1.4;
	padding: 16px;
	letter-spacing: 0.11em;
}
.column-single-contents > h4 {
	width: 100%;
	padding-bottom: 12px;
	color: #6b5251;
	border-bottom: 1px solid #6b5251;
	margin-bottom: 16px;
	font-size: 22px;
	padding-left: 24px;
	position: relative;
}
.column-single-contents > h4::before {
	content: "";
	background-image: url(../img/common/img-h3-star.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 22px;
	height: auto;
	aspect-ratio: 18 / 22;
	position: absolute;
	left: 0;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.column-single-contents > p {
	width: 100%;
	line-height: 1.78;
	font-size: 16px;
	font-family: var(--font-noto);
	font-weight: 300;
	color: #6b5251;
	margin-bottom: 32px;
	letter-spacing: 0.18em;
}
.column-single-contents > img {
	width: 100%;
	margin: 0 auto 16px;
}
.list-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 15px;
}
.column-single-contents .contents p.list-ttl {
	color: #222;
	width: 100%;
	font-family: var(--font-base);
	font-size: 18px;
	letter-spacing: 0.04em;
	margin: 30px auto 15px;
}
.column-single-contents .contents p.list-ttl + ul,
.column-single-contents .contents p.list-ttl + ol {
	margin: 0;
}
.list-box > ul,
.list-box > ol {
	width: 100%;
	background: #ece7e2;
	padding: 30px;
	/*	padding-bottom: 60px;*/
	display: flex;
	flex-flow: column;
	gap: 20px;
	margin: 0;
	margin-bottom: 30px;
}
.list-box > ul > li,
.list-box > ol > li {
	font-size: 20px;
	/*	margin-left: 20px;*/
	color: #474747;
}
/*
.list-box > ul > li {
	list-style-type: disc;
}
*/
.list-box > ol > li {
	list-style-type: decimal;
}

.circle-txt-box.circle-txt-box-bottom + .circle-txt-box.circle-txt-box-top {
	margin-top: 70px;
}

.news-list a {
	width: 100%;
	background-image: url("../../img/news/news-line.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	padding: 0 0 22px;
}

.news-list .column-list-item-head {
	flex-flow: nowrap;
	align-items: center;
}

.news-list .column-list-item-head > span {
	width: fit-content;
}

.news-list .column-list-item-head > span:nth-child(1) {
	font-size: 14px;
	letter-spacing: 0.09rem;
}

.news-list .column-list-item-head > span:nth-child(2) {
	color: #fff;
	background: #6b5251;
	font-size: 13px;
	letter-spacing: 0.2rem;
	font-weight: 300;
	padding: 0px 15px;
	line-height: 1.6;
	border-radius: 20px;
}

.news-list .column-list-item-body > p {
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	color: #6b5251;
	margin: 10px 0 0;
	line-height: 1;
	letter-spacing: 0.05rem;
}

.column-single-contents .contents mark {
	background-color: #fcf8e3;
}

.column-single-contents .contents p {
	color: #6b5251;
	font-family: "Noto Sans JP";
	line-height: 1.8em;
}

.column-single-contents .contents h4 {
	color: #6b5251;
}

.site-conainer,
.main-contents {
	overflow: auto;
}

@media screen and (max-width: 750px) {
	.sec-column-list {
		margin-bottom: 50px;
	}
}

.wp-block-flexible-table-block-table tr th {
	background: #ece7e2!important;
}

/* コラムページ用 */
.single-column .sec-column-main-area a {
	color: #ac9a86;
	text-decoration: underline;
}
.single-column .sec-column-main-area {
	display: block;
}

.single-column .lower-fv-ttl p {
	color: #ac9a86;
    background-color: #fff;
    width: fit-content;
    padding: 3px 40px;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-noto);
}

.single-column .h3-box p {
	text-align: center;
    font-size: 32px;
    font-weight: lighter;
    line-height: 1.5em;
    color: #474747;
    font-family: var(--font-base);
    letter-spacing: 0.05em;
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
}

.single-column .column-single-contents h1 {
	color: #474747;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.06rem;
    margin: 50px auto 20px;
    padding: 15px;
    position: unset;
    display: block;
    text-align: left;
	border-top: 1px solid #6b5251;
	border-bottom: 1px solid #6b5251;
}