/*
---------------------------------------
PRICE
---------------------------------------
*/
article {
	max-width: 500px;
}
#contents .clearfix:after {
	content: none;
}
.price_top p {
	font-size: 11px;
	font-family: serif;
	line-height: 1.5;
}

.sec-bnr {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	max-width: 500px;
	margin: 0 auto;
}
.sec-bnr > a {
	width: 100%;
	height: auto;
	aspect-ratio: 500 / 300;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.33s;
}
.sec-bnr > a:hover {
	opacity: 0.6;
}
.sec-bnr > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

section#news .news-txt-box {
	width: 100%;
	max-width: 980px;
	height: auto;
	background: none;
	margin: 0 auto;
	min-width: 0;
	margin-bottom: 50px;
	padding-top: 30px;
	display: flex;
	flex-flow: column;
	gap: 5px;
}

h3.c-h3 {
	color: #cea047;
	font-size: 18px;
	font-family: serif;
	font-weight: 400;
	padding-bottom: 10px;
}
h3.c-h3.c-h3-bold {
	font-weight: bold;
}
h3.c-h3 strong {
	font-weight: bold;
}
h3.c-h3 span {
	font-size: 12px;
}
h3.c-h3 small {
	font-size: 11px;
}

.price-tbl {
	width: 100%;
	margin-bottom: 15px;
}
.price-tbl th,
.price-tbl td {
	font-family: "Crimson Text", serif;
	color: #594e26;
	font-size: 12px;
	font-weight: 500;
	padding: 12px 3px;
	border-bottom: 1px solid #d9bb6a;
	line-height: 1.2;
	vertical-align: middle;
}
.price-tbl thead th:nth-of-type(1) {
	width: 180px;
}
.price-tbl thead th:nth-of-type(2) {
	width: 170px;
	text-align: center;
}
.price-tbl thead th:nth-of-type(3) {
	width: 170px;
	text-align: center;
}
.price-tbl tbody td {
	font-size: 14px;
	text-align: center;
}
.price-tbl tbody td span {
	font-size: 11px;
}
#price .single-menu {
	align-items: flex-start;
	flex-flow: column;
	gap: 5px;
}
section.price_box div.price_top ul {
	width: 100%;
}
#price .price_box {
	padding-bottom: 30px !important;
}
section.price_box {
	position: relative;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
div#TB_ajaxContent div.ta_price div.clearfix,
section.price_box div.ta_price div.clearfix {
	padding: 0;
	display: flex;
	flex-flow: column;
	gap: 20px;
}
#shinsatsu_price.price_box div.ta_price ul .single-menu .m-pricewrap {
	font-size: 22px;
}
div#TB_ajaxContent div.ta_price ul .single-menu .m-pricewrap span,
section.price_box div.ta_price ul .single-menu .m-pricewrap span {
	font-size: 12px;
}
#TB_ajaxContent p.lead,
section.price_box p.lead {
	font-size: 12px;
	text-align: left;
	word-break: break-all;
	line-height: 1.75;
}
div#TB_ajaxContent div.ta_price img.fL,
section.price_box div.ta_price img.fL {
	position: relative;
	top: 20px;
	left: 0;
	margin: 0 auto;
	right: 0;
	float: none;
	margin-bottom: 30px;
	width: auto;
	max-height: 200px;
	object-fit: contain;
}
div#TB_ajaxContent div.ta_price div.fR,
section.price_box div.ta_price div.fR {
	width: 100%;
	float: none;
}
section.price_box div.ta_price ul {
	width: 100%;
	margin: 0 auto;
	float: none;
}
#price .m-name {
	padding: 0 !important;
	font-size: 14px;
	min-width: 33%;
	width: 100%;
	text-align: left;
}
#price .m-name br {
	display: none;
}
#price .m-pricewrap {
	width: 100%;
	padding: 0;
	font-size: 22px;
	line-height: 1.4;
}
.fL.fl-flex {
	float: none;
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
	width: 100%;
	overflow: hidden;
}
.fL.fl-flex img {
	max-width: 120px;
	max-height: 150px;
	object-fit: contain;
}
