@charset "utf-8";

/*-----------------------------
  数量入力用（style.cssよりtype='number'からtype='text'を作成）
-----------------------------*/
#prData input[type='text'] {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	border-style: none
}

/*-----------------------------
  数量入力用（style.cssよりtype='number'からtype='text'を作成）
-----------------------------*/
#estimatePopupStock .stock input[type="text"] {
	width: 70px;
	padding: 5px 10px;
	border: 1px solid #ddd
}

/*-----------------------------
  適合水栓パーツ（画像無し）のstyle調整
-----------------------------*/
.fitfaucet li a {
    color: #323232;
    text-decoration: none;
}

/*-----------------------------
  全体（半角折り返し可）
-----------------------------*/
#productContainer {
	word-break: break-all
}

/*-----------------------------
  金額表示用（半角折り返し不可）
-----------------------------*/
.priceDispArea {
	word-break: normal
}

/*-----------------------------
  ARボタン表示用
-----------------------------*/
#ArModalSection {
	display: inline-block;
	width: 220px;
	position: absolute;
	left: 0;
	bottom: -40px;
}

#arModal {
	display: none;
}

#ArBtn .btninner {
	padding: 20px 0;
	height: 50px;
}

#ArBtn .ARitem {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #aa996d;
	margin: 5px 0;
	cursor: pointer;
}

#ArBtn .ARitem img {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -8px;
}

#ArBtn .ARitem span {
	padding: 0 20px 0 0;
	line-height: 54px;
	font-size: 16px;
}

#ArBtn model-viewer {
	height: 56px;
	width: 220px;
}

#ArBtn .ARitem img.ar-icon {
	display: none;
}

#ar_QR {
	text-align: center;
	background: #fff;
	padding: 20px 10px 20px;
	max-height: 310px;
	max-width: 250px;
	top: 40px;
	bottom: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	left: 50%;
	margin-left: -135px;
	z-index: 1002;
	position: fixed;
}

#ar_QR .img::after {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: auto;
	content: "×";
	font-size: 30px;
	line-height: 1;
}

#arModalBG {
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
	background: black none repeat scroll 0% 0%;
	opacity: 0.3;
}

#prVar {
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
	#ArModalSection {
		width: 100%;
		position: static;
	}
	#ArBtn .btninner {
		padding: 30px 0 20px;
		width: 100%;
	}
	#ArBtn model-viewer {
		height: 56px;
		width: 100%;
	}
	#ar_QR {
		top: 0 !important;
		left: 0 !important;
		margin: auto !important;
	}
}