@charset "UTF-8";

.main {
}

.cmnpagehd {
}

.cmnpagehd_wrap {
}

.cmnpagehd_ttl {
}

.sidecnt_wrap {
	grid-template-columns: 800px auto;
}

.archive {
}

.archive_wrap {
}

.archive_cnt {
	border-top: #d9d2c3 1px dashed;
}

.archive_cnt:last-child {
	border-bottom: #d9d2c3 1px dashed;
}

.archive_link {
	display: flex;
	padding: 30px 25px;
}

.archive_link time {
	flex-shrink: 0;
	width: 85px;
}

.archive_link p {
	color: #a57165;
}

.archive_btm {
	margin-top: 40px;
}

.sidebar {
}

.sidebar_wrap {
}

.sidebar_infocnt:first-child {
	padding-bottom: 50px;
	border-bottom: 1px solid #d9d2c3;
}

.sidebar_infocnt:last-child {
	padding-top: 50px;
}

.sidebar_hd {
	margin-bottom: 25px;
}

.sidebar_hd_jp {
}

.sidebar_hd_en {
}

.sidebar_cnt {
}

.sidebar_link {
}

.sidebar_select {
	position: relative;
}

.sidebar_select::before {
	content: "";
	display: block;
	position: absolute;
	right: 23px;
	bottom: 50%;
	border-top: 7px solid #333333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: translateY(50%);
}

.sidebar_select select {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #d9d2c3;
	border-radius: 3px;
	background: #ffffff;
}

.links_btm {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.links_btm_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #a57165;
	color: #ffffff;
	font-size: 22px;
}

.links_btm_arrow.is-disabled {
	background: #f4f5f7;
	color: #c1c1c1;
}

.links_btm_arrow.links_btm_prev {
	transform: rotate(180deg);
}

.links_btm_arrow.links_btm_next {
}

.pagerselect {
	position: relative;
}

.pagerselect::before {
	content: "";
	display: block;
	position: absolute;
	right: 23px;
	bottom: 50%;
	border-top: 7px solid #333333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: translateY(50%);
}

.pagerselect select {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	padding: 0 30px 0 27px;
	border: #d9d2c3 1px solid;
	border-radius: 9999px;
	background: #e8e4db;
}

.single_btm_archive {
}

.single_btm_archive a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	border: #d9d2c3 1px solid;
	border-radius: 9999px;
	background: #e8e4db;
}

/* single */
.single_pagehd {
	padding: 70px 0 0;
}

.single_pagehd_wrap {
}

.single_pagehd_ttl {
	font-size: 30px;
}

.single_pagehd_tags {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

.single_pagehd_tags span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 90px;
	height: 22px;
	padding: 0 5px;
	border-radius: 3px;
	background: #a57165;
	color: #ffffff;
	font-size: 14px;
}

.sidecnt_wrap {
}

.single {
}

.single_wrap {
	margin-bottom: 150px;
}

.single_cnt {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.cmnpagehd {
	}

	.cmnpagehd_wrap {
	}

	.cmnpagehd_ttl {
	}

	.sidecnt_wrap {
		flex-flow: column;
	}

	.archive {
	}

	.archive_wrap {
	}

	.archive_cnt {
	}

	.archive_cnt:last-child {
	}

	.archive_link {
		flex-flow: column;
		padding: 15px 5px;
	}

	.archive_link time {
	}

	.archive_link p {
	}

	.archive_btm {
	}

	.sidebar {
		padding-top: 30px;
	}

	.sidebar_wrap {
	}

	.sidebar_infocnt:first-child {
		padding-bottom: 30px;
	}

	.sidebar_infocnt:last-child {
		padding-top: 30px;
	}

	.sidebar_hd {
	}

	.sidebar_hd_jp {
	}

	.sidebar_hd_en {
	}

	.sidebar_cnt {
	}

	.sidebar_link {
	}

	.links_btm {
		gap: 20px;
	}

	.links_btm_arrow {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.links_btm_arrow.links_btm_prev {
	}

	.links_btm_arrow.links_btm_next {
	}

	.pagerselect {
	}

	.pagerselect select {
		width: 140px;
		height: 40px;
	}

	.single_btm_archive {
	}

	.single_btm_archive a {
		width: 140px;
		height: 40px;
	}

	/* single */
	.single_pagehd {
		padding: 40px 0 0;
	}

	.single_pagehd_wrap {
	}

	.single_pagehd_ttl {
		font-size: 24px;
	}

	.single_pagehd_tags {
	}

	.single_pagehd_tags span {
	}

	.sidecnt_wrap {
	}

	.single {
	}

	.single_wrap {
		margin-bottom: 40px;
	}

	.single_cnt {
	}
}
