@charset "utf-8";

/*----------------------------------------------------
konyu-kibousya.css
Since 2023.1.24
----------------------------------------------------*/

.red {
	color: #bd1215;
}


/* ------------------------------------- */

.purchaser {
	margin: 60px auto 30px;
}

.purchaser .box {
	margin: 0 auto;
	width: 94%;
}


/* 購入希望者 件数表示
※.purchase-inquiryと仕様の共用をしているので変更時は要注意！
--------------------------------------*/

.purchaser .purchaser-count-block {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 3%;
}

.purchaser .purchaser-count-block .detail {
	margin: 0 2em .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;
	}
}



/* 購入希望者リスト
※.purchase-inquiryと仕様の共用をしているので変更時は要注意！
--------------------------------------*/

.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-middle2 {
	margin-top: 3%;
}

.purchaser .detail .inr-middle2 dl {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.purchaser .detail .inr-middle2 dl + dl {
	margin-top: 6px;
}

.purchaser .detail .inr-middle2 dt {
	background: #393939;
	display: table;
	font-size: 15px;
	letter-spacing: .03em;
	text-align: center;
	width: 100px;
}

.purchaser .detail .inr-middle2 dt span {
	display: table-cell;
	line-height: 1.3;
	vertical-align: middle;
}

.purchaser .detail .inr-middle2 dd {
	margin: 0;
	padding: 0 .3em 0 .6em;
	width: calc(100% - 100px - .9em);
}

.purchaser .detail .inr-middle2 .list {
	letter-spacing: .03em;
	line-height: 1.3;
	margin: .6em 0;
}

.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;
}


/* その他・ボタン */

.purchaser .view-more-button {
	background: #393939;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1;
	margin: .3em auto;
	padding: 1em 0;
	text-align: center;
	width: 100%;
}

.purchaser .view-more-button:hover {
	background: #545454;
	transition: background-color .1s;
}

.purchaser .inquiry-details {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	margin-top: 40px;
	margin-bottom: -2em;/* .button下方マージンぶんを相殺 */
}

.purchaser .inquiry-details .button {
	margin: 0 1.5% 2em;
	max-width: 400px;
	text-align: center;
	width: 85%;
}

.purchaser .inquiry-details .button a {
	background: #ebebeb;
	border: 2px solid #958a5a;
	border-radius: 2px;
	color: #333;
	display: inline-block;
	font-family: 'Times New Roman', "source-han-serif-japanese", 'Yu Mincho', serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .1em;
	padding: 1.6em 1em;
	width: calc(100% - 2em);
}

.purchaser .inquiry-details .button a:hover {
	background-color: #fff;
	color: #1b1b1b;
	transition: background-color .2s;
	transition: all .2s;
}

.purchaser .inquiry-details .button a::before {
	content: url(/assets/img/icon_letter.svg);
	display: block;
	margin: 0 auto 1em;
	height: 32px;
	width: 46px;
}

.purchaser .inquiry-details .button a:hover::before {
	content: url(/assets/img/icon_letter_on.svg);
}


@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: 767px) {
	.purchaser .detail .inr-middle dt,
	.purchaser .detail .inr-middle2 dt {
		font-size: 14px;
	}

	.purchaser .detail .inr-middle2 .list {
		font-size: 15px;
	}

	.purchaser .view-more-button {
		margin-top: 10px;
	}
}


@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 .detail .inr-middle2 dt {
		font-size: 13px;
	}

	.purchaser .detail .inr-middle2 .list {
		font-size: 14px;
	}

	.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;
	}
}



/* ●●に問い合わせをいただいたお客様
--------------------------------------*/

.purchaser + .purchase-inquiry {
	margin: 110px auto 30px;
}

.purchase-inquiry .purchaser-count-block .komejiru {
	margin-top: 1.3em;
	text-align: center;
}

.purchase-inquiry .item {
	border-color: #4d4d4d;
	margin-bottom: 0;
	min-width: 360px;
	padding: 1.75% 2.3% 2%;
	width: 32%;
}

.purchase-inquiry .detail .inr-top {
	border-color: #4d4d4d;
}

.purchase-inquiry .detail .inr-top .soudan-no {
	border-radius: 2px;
	font-size: 13px;
	line-height: 1;
	padding: 6px 8px;
}

.purchase-inquiry .detail .inr-middle2 dt {
	font-size: 13px;
	letter-spacing: .1em;
	width: 90px;
}

.purchase-inquiry .detail .inr-middle2 dd {
	width: calc(100% - 90px - .9em);
}

.purchase-inquiry .detail .inr-middle2 .list {
	font-size: 15px;
}

.purchase-inquiry .detail .inr-middle2 .kakaku .red {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	padding-right: .3em;
}

.purchase-inquiry .view-more-button {
	margin-top: 2.5%;
}


@media screen and (max-width: 1200px) {
	.purchase-inquiry .item {
		min-width: auto;
	}

	.purchase-inquiry .detail .inr-middle2 dt {
		width: 74px;
	}

	.purchase-inquiry .detail .inr-middle2 dd {
		width: calc(100% - 74px - .9em);
	}

	.purchase-inquiry .detail .inr-middle2 .list {
		font-size: 14px;
	}

	.purchase-inquiry .detail .inr-middle2 .kakaku .red {
		font-size: 19px;
	}
}


@media screen and (max-width: 1024px) {
	.purchase-inquiry .item {
		width: 540px;
	}
}


@media screen and (max-width: 600px) {
	.purchaser + .purchase-inquiry {
		margin-top: 90px;
	}
}


@media screen and (max-width: 460px) {
	.purchase-inquiry .item {
		margin-bottom: 2%;
	}
}
