@charset "UTF-8";
.font-noto{font-family:"Noto Sans JP",sans-serif}.font-jost{font-family:"Jost",sans-serif;font-weight:400}.padding80{padding-top:80px;padding-bottom:80px}.padding100{padding-top:100px;padding-bottom:100px}h2,.h2{font-family:"Jost",sans-serif;font-weight:400;font-size:40px}h3,.h3{font-family:"Jost",sans-serif;font-weight:400;font-size:32px}.h3_small{font-family:"Jost",sans-serif;font-weight:400;font-size:28px}h4,.h4{font-family:"Jost",sans-serif;font-weight:400;font-size:24px}main{color:#666;background:#d9d5cb}.commonHeaderTopContainer{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.commonHeaderTopLinkItem.hasborderleft:before{background-color:#1a1a1a}.border{background-color:#e1ddd5;width:100%;height:1px}.newsWrapper{padding-top:150px;padding-bottom:120px}@media screen and (max-width:768px){.newsWrapper{padding-top:32vw}}.newsContainer{max-width:760px;margin:0 auto}.newsTextContainer{padding-top:80px}.newsTextContainer .titleJa{color:#1a1a1a;font-size:18px;line-height:calc(22 / 18);margin-bottom:8px}.newsTextContainer .titleEn{font-size:15px;line-height:calc(20 / 15);margin-bottom:30px}.newsTextContainer .date{font-size:13px;margin-bottom:56px}.newsTextContainer img{width:auto;height:calc(427 / 1280 * 100vw)}.newsTextContainer .rta{padding-bottom:0;font-family:"Jost","Noto Sans JP",sans-serif}.newsTextContainer .rta a{color:#963224;text-decoration:none}.newsTextContainer .rta .underline{text-decoration:underline}.newsTitle{color:#1a1a1a;text-align:center;padding-bottom:60px}.newsBottomArea{margin-top:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.newsBottomArea .prev,.newsBottomArea .back,.newsBottomArea .next{color:#963224}

/* add */
.news-detail__thumbnail {
	margin-bottom: 60px;
}
.news-detail__thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.news-detail__date {
	font-size: 13px;
	margin-bottom: 60px;
	display: block;
}
.wp-block-image {
	overflow: hidden;
	text-align: center;
}
figure.wp-block-image img {
	object-fit: cover;
	margin: 0 auto 60px;
	text-align: center;
}
.rta p {
	font-family: "Jost",sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 2;
	color: #666666;
}
.rta p.red {
	color: #963224;
}
.newsBottomArea {
	font-weight: 400;
}
.newsBottomArea .prev,
.newsBottomArea .next {
	opacity: .6;
}
.newsBottomArea .prev.active,
.newsBottomArea .next.active {
	opacity: 1;
}
@media screen and (max-width:768px){
	figure.wp-block-image img {
		width: 100% !important;
		height: auto !important;
		margin: 0 auto 60px;
		text-align: center;
	}
}