@charset "utf-8";

/*----------------------------------------------------
konyu-kibousya.css
Since 2023.1.24
----------------------------------------------------*/

.red {
	color: #bd1215;
}


/* ------------------------------------- */

.purchaser {}

.purchaser .box {
	margin: 0 auto;
	width: 94%;
}


/* 購入希望者 件数表示
--------------------------------------*/

.purchaser .purchaser-count-block {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 3%;
}

.purchaser .purchaser-count-block .detail {
	margin: 0 0 .3em;
	padding: 0;
}

.purchaser .purchaser-count-block .detail:first-of-type {
	margin-right: 2em;
}

.purchaser .purchaser-count-block dt,
.purchaser .purchaser-count-block dd {
	color: #f6f6f6;
	display: inline-block;
	font-size: 17px;
	letter-spacing: .03em;
	margin: 0;
}

.purchaser .purchaser-count-block dd {
	color: #958a5a;
	font-weight: 600;
}

.purchaser .purchaser-count-block .count {
	font-size: 32px;
	padding: 0 2px;
}

.purchaser .purchaser-count-block a {
	text-decoration: underline dotted 2px;
}

.purchaser .purchaser-count-block a:hover {
	color: #d4be96;
	text-decoration: none;
}


@media screen and (max-width: 600px) {
	.purchaser .purchaser-count-block {
		margin-bottom: 6%;
	}

	.purchaser .purchaser-count-block dt,
	.purchaser .purchaser-count-block dd {
		font-size: 14px;
	}

	.purchaser .purchaser-count-block .count {
		font-size: 26px;
	}
}



/* 購入希望者リスト
--------------------------------------*/

.purchaser .items {/*ul*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.purchaser .item {/*li*/
	border: 1px solid #958a5a;
	box-sizing: border-box;
	display: inline-block;
	margin: 1.5% auto 2.5%;
	min-width: 470px;
	padding: 3%;
	width: 48%;
}

.purchaser .detail .inr-top {
	align-items: center;
	border-bottom: 1px dashed #958a5a;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 3%;
}

.purchaser .detail .inr-top .anken-no {
	border: 1px solid #958a5a;
	font-size: 13px;
	line-height: 1;
	padding: 6px 8px;
}

.purchaser .detail .inr-top .yosan {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .06em;
	text-align: right;
}

.purchaser .detail .inr-top .yosan .red {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 0 .1em 0 .2em;
}

.purchaser .detail .inr-middle {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	margin-top: 3%;
}

.purchaser .detail .inr-middle dl {
	margin: 0;
	padding: 0 4%;
	width: 50%;
}

.purchaser .detail .inr-middle .menseki-plan {/*dl*/
	border-left: 1px solid #958a5a;
}

.purchaser .detail .inr-middle dt {
	font-size: 15px;
	padding-top: .25em;
}

.purchaser .detail .inr-middle dd {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: .3em 0;
}

.purchaser .detail .inr-middle .tsubo {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding-left: 6px;
}

.purchaser .detail .inr-bottom {
	background: rgba(255, 255, 255, .1);
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 3%;
	min-height: 130px;
	padding: 1em;
}

.purchaser .detail .inr-bottom .comment {
	font-size: clamp(10px, 1.14vw, 14px);
	letter-spacing: .15em;
	line-height: 1.7;
	margin: 0;
}

.purchaser .detail .inr-bottom .comment .default-txt {
	display: inline;
}

.purchaser .detail .inr-bottom .comment .replace-txt {
	display: none;
}

.purchaser .sales-rep {
	align-items: flex-start;
	display: flex;
	flex-flow: row nowrap;
	margin-top: 6%;
}
/* 2023.12.12 --- クロール元サイト側のコンテンツがなくなったため無効化
.purchaser .sales-rep .thumb-img {
	background: #292929;
	width: 100px;
}

.purchaser .sales-rep .thumb-img .img {
	display: block;
	margin: 0 auto;
}
*/
.purchaser .sales-rep .info {
	margin-left: 4%;
}

.purchaser .sales-rep .info a {
	text-decoration: underline;
}

.purchaser .sales-rep .info a:hover {
	color: #fff;
	text-decoration: none;
}

.purchaser .sales-rep .info .office-name {
	margin: 0;
}

.purchaser .sales-rep .info .tantou-name {
	font-size: 18px;
	margin: .25em 0 0;
}
/* 2023.12.12 --- クロール元サイト側のページがなくなったため無効化
.purchaser .sales-rep .info .tantou-name a::before {
	content: "担当：";
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: 1;
	width: auto;
}*/

.purchaser .sales-rep .info .tantou-name .tantou-name-inr-wrap::before {
	content: "担当：";
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: 1;
	width: auto;
}

.purchaser .sales-rep .info .tantou-name .kana {
	display: inline-block;
	font-size: 14px;
}

.purchaser .sales-rep .info .office-tel {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .025em;
	margin: .15em 0 0;
}

.purchaser .sales-rep .info .office-tel a {
	text-decoration: none;
}

.purchaser .sales-rep .info .office-tel a::before {
	color: #d5d5d5;
	content: "\f098";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 28px;
	height: auto;
	line-height: 1;
	margin-right: 2px;
	vertical-align: middle;
	width: auto;
}

.purchaser .sales-rep .info .office-tel span {
	line-height: 1;
	vertical-align: middle;
}

.purchaser .inquiry {
	margin-top: 6%;
}

.purchaser .inquiry .head {
	font-size: 14px;
	letter-spacing: .2em;
	margin: 0;
	text-align: center;
}

.purchaser .inquiry .button {
	margin-top: 0.3em;
	text-align: center;
}

.purchaser .inquiry .button a {
	background: #958a5a;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 12px 1em;
	width: calc(100% - 2em);
}

.purchaser .inquiry .button a:hover {
	background-color: #b9ad79;
	transition: background-color .2s;
}


@media screen and (max-width: 1024px) {
	.purchaser .items {
		flex-direction: column;
	}

	.purchaser .item {
		margin: 4% auto 3%;
		max-width: 100%;
		min-width: auto;
		width: 540px;
	}

	.purchaser .detail .inr-bottom {
		min-height: auto;
	}

	.purchaser .detail .inr-bottom .comment {
		font-size: clamp(11px, 2.5vw, 14px);
	}
}


@media screen and (max-width: 460px) {
	.purchaser .detail .inr-top .anken-no {
		flex-shrink: 2;
		font-size: 11px;
		line-height: 1.3;
		margin-right: 1em;
	}

	.purchaser .detail .inr-top .yosan {
		flex-shrink: 0;
		font-size: 14px;
		font-weight: 400;
	}

	.purchaser .detail .inr-top .yosan .red {
		font-size: 21px;
	}

	.purchaser .detail .inr-middle dt {
		font-size: 12px;
		letter-spacing: .06em;
	}

	.purchaser .detail .inr-middle dd {
		font-size: 24px;
		line-height: 1;
	}

	.purchaser .detail .inr-middle .tsubo {
		font-size: 14px;
	}

	.purchaser .detail .inr-bottom .comment .default-txt {
		display: none;
	}

	.purchaser .detail .inr-bottom .comment .replace-txt {
		display: inline;
	}

	.purchaser .sales-rep .info .tantou-name {
		font-size: 17px;
		line-height: 1.2;
		margin: .8em 0 0;
	}

	.purchaser .sales-rep .info .tantou-name a::before {
		font-size: 12px;
	}

	.purchaser .sales-rep .info .tantou-name .kana {
		font-size: 12px;
	}

	.purchaser .sales-rep .info .office-tel {
		font-size: 24px;
		letter-spacing: .01em;
	}

	.purchaser .sales-rep .info .office-tel a::before {
		font-size: 23px;
		margin-right: 0;
	}
}
