body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.column-detail {
	font-family: "Noto Sans JP", sans-serif;
}

.column-detail .detail__mv {
	display: flex;
	flex-direction: column;
	gap: clamp(8px, 0.625rem, 24px);
	margin-bottom: clamp(16px, 1rem, 30px);
}

.column-detail .detail__mv span {
	font-size: clamp(12px, 0.75rem, 16px);
	padding: clamp(6px, 0.375rem, 12px) clamp(18px, 1.125rem, 28px);
	color: #fff;
	border-radius: 4.5px;
	background-color: #7D7C7C;
	width: fit-content;
}

.column-detail .detail__mv h1 {
	font-size: clamp(18px, 1.125rem, 28px);
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: 400;
}

.column-detail .detail__mv img {
	width: 100%;
	max-height: 300px;
	height: 35rem;
	background-color: #BCB9B9;
	margin-bottom: 1.25rem;
	object-fit: cover;
}

.column-detail .detail__contents {
	margin-bottom: 6.25rem;
}

.column-detail .detail__contents h2 {
	background-color: #F8F7F3;
	font-size: clamp(20px, 1.25rem, 24px);
	padding: clamp(14px, 0.875rem, 20px);
	font-weight: 300;
	margin-bottom: 1.25rem;
}

.column-detail .detail__contents h3 {
	font-size: clamp(18px, 1.125rem, 22px);
	font-weight: 400;
	margin-bottom: clamp(16px, 1rem, 20px);
	border-bottom: 0.5px dashed #333;
	padding-bottom: 8px;
}

.column-detail .detail__contents a {
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	display: inline-block;
	text-align: right;
}

.column-detail .detail__contents ul {
	padding-left: 20px;
}

.column-detail .detail__contents ul li {
	list-style: disc;
}

.column-detail .detail__contents ol {
	padding-left: 20px;
}

.column-detail .detail__contents ol li {
	list-style: decimal;
}

.column-detail .detail__contents a,
.column-detail .detail__contents p,
.column-detail .detail__contents li {
	font-size: clamp(14px, 0.9375rem, 17px);
}

.column-detail .detail__contents img,
.column-detail .detail__contents p,
.column-detail .detail__contents span,
.column-detail .detail__contents ul,
.column-detail .detail__contents ol,
.column-detail .detail__contents a,
.column-detail .detail__contents br {
	margin-bottom: 1.25rem;
}

.column-detail .detail__contents img.nbsp-only,
.column-detail .detail__contents p.nbsp-only,
.column-detail .detail__contents span.nbsp-only,
.column-detail .detail__contents ul.nbsp-only,
.column-detail .detail__contents ol.nbsp-only,
.column-detail .detail__contents a.nbsp-only,
.column-detail .detail__contents br.nbsp-only {
	margin-bottom: 0;
}

.column-detail .detail__contents p img {
	width: auto;
	height: auto;
	display: inline-block;
	max-height: 700px;
	object-fit: contain;
}

.column-detail .detail__contents .wp-block-table thead {
	background-color: #F8F7F3;
	border-bottom: 0;
}

.detail__bottom__ttl {
	position: relative;
	margin-bottom: 1.875rem;
}

.detail__bottom__ttl span {
	padding-left: 0;
	font-weight: 600;
	font-size: clamp(24px, 1.5rem, 46px);
}

.detail__bottom__ttl::before {
	content: attr(data-ttl);
	position: absolute;
	left: 0;
	bottom: 0.3em;
	color: #F9F6F4;
	font-size: clamp(32px, 2rem, 80px);
	font-weight: 400;
	z-index: -1;
}

.detail__bottom__contents {
	margin-bottom: 6.25rem;
}

.detail__bottom__contents .detail__bottom__lists {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(30px, 1.875rem, 40px);
	align-items: stretch;
	margin-bottom: clamp(40px, 3.125rem, 80px);
	justify-content: center;
}

.detail__bottom__contents .detail__bottom__lists__item {
	width: 100%;
	background-color: #fff;
	position: relative;
	transition: box-shadow 0.3s, transform 0.3s;
	border-radius: 7px;
	background-color: #F8F7F3;
}

.detail__bottom__contents .detail__bottom__lists__item:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}

.detail__bottom__contents .detail__bottom__lists__item img {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 7px 7px 0 0;
	aspect-ratio: 382.6/246.45;
}

.detail__bottom__contents .detail__bottom__lists__item__bottom {
	padding: clamp(16px, 1rem, 20px);
}

.detail__bottom__contents .detail__bottom__lists__item__bottom > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: clamp(10px, 0.625rem, 14px);
	padding-bottom: clamp(8px, 0.5rem, 10px);
	border-bottom: 0.5px dashed #333333;
}

.detail__bottom__contents .detail__bottom__lists__item__bottom > div .date {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 0.8125rem, 16px);
}

.detail__bottom__contents .detail__bottom__lists__item__bottom > div .category {
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	background-color: #7D7C7C;
	display: inline-block;
	border-radius: 5px;
	line-height: clamp(20px, 1.5rem, 38px);
	padding: 0 1.125rem;
	font-size: clamp(12px, 0.8125rem, 16px);
}

.detail__bottom__contents .detail__bottom__lists__item__ttl {
	font-size: clamp(14px, 1rem, 18px);
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

.detail__bottom__contents .detail__bottom__lists__item::after {
	content: "";
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	position: absolute;
	bottom: 0.625rem;
	right: 0.625rem;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.detail__bottom__contents .detail__bottom__lists__button {
	display: flex;
	justify-content: center;
}

.detail__bottom__contents .detail__bottom__lists__button a {
	max-width: 480px;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {

.detail__bottom__contents .detail__bottom__lists__item {
	width: clamp(300px, 50%, 380px);
}

}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.column-detail {
	padding-right: 4%;
}

.column-detail .detail__mv {
	gap: 2.0625rem;
	margin-bottom: 1.25rem;
}

.column-detail .detail__mv span {
	font-size: 0.875rem;
	padding: 0.5rem 1.5625rem;
}

.column-detail .detail__mv h1 {
	font-size: 2.0625rem;
}

.column-detail .detail__mv img {
	max-height: 560px;
	height: 35rem;
}

.column-detail .detail__contents {
	margin-bottom: 8.4375rem;
}

.column-detail .detail__contents h2 {
	font-size: 1.75rem;
	padding: 1rem 1.125rem;
}

.column-detail .detail__contents h3 {
	font-size: 1.3125rem;
	margin-bottom: 1.25rem;
	border-bottom: 0.0625rem dashed #333;
	padding-bottom: 0.5rem;
}

.column-detail .detail__contents a,
.column-detail .detail__contents p,
.column-detail .detail__contents li {
	font-size: 1.0625rem;
}

.detail__bottom__ttl {
	margin-bottom: 3.75rem;
}

.detail__bottom__ttl span {
	font-size: 2.5rem;
}

.detail__bottom__ttl::before {
	font-size: 3.125rem;
	left: 0;
	bottom: 0.4em;
}

.detail__bottom__contents {
	margin-bottom: 8.75rem;
}

.detail__bottom__contents .detail__bottom__lists {
	gap: 1.875rem 3.75rem;
	justify-content: flex-start;
	margin-bottom: 6.25rem;
}

.detail__bottom__contents .detail__bottom__lists__item {
	flex: 0 0 calc(33.3333333333% - 2.5rem);
}

.detail__bottom__contents .detail__bottom__lists__item__bottom {
	padding: 1.4375rem 1.5625rem;
}

.detail__bottom__contents .detail__bottom__lists__item__bottom > div {
	margin-bottom: 0.625rem;
	padding-bottom: 0.5rem;
}

.detail__bottom__contents .detail__bottom__lists__item__bottom > div .date {
	font-size: 0.875rem;
}

.detail__bottom__contents .detail__bottom__lists__item__bottom > div .category {
	font-size: 0.875rem;
	line-height: 1.625rem;
}

.detail__bottom__contents .detail__bottom__lists__item__ttl {
	font-size: 1rem;
}

.detail__bottom__contents .detail__bottom__lists__item::after {
	width: 1.25rem;
	height: 1.25rem;
}

}


/*# sourceMappingURL=column-detail.css.map */
