@charset "utf-8";

/* 商品詳細ページ用 */

/*------------------------------------------------------------------------------------------------------------------------*/
/* デスクトップレイアウト : 900 px ～ 最大　                                                                                                                                                    */
/* タブレットレイアウト　　 : 601 px ～ 899px以下　 デスクトップレイアウトからスタイルを継承。　   　　　　　　　　　　　　                */
@media only screen and (max-width: 899px) {
}
/* モバイルレイアウト　　 : 600px以下。           タブレットレイアウトからスタイルを継承。　     　　　　　　　　　　　　                 */
@media only screen and (max-width: 600px) {
}
/*------------------------------------------------------------------------------------------------------------------------*/

#item_det{
	font-size:0;
}
#detail #contents {
	margin:0;
	border-bottom: 10px solid #faf2de;
}

/*商品画像*/
#item_det .photo{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 40px) / 2);
	max-width: 410px;
	font-size: 14px;
	margin: 0 40px 0 0;
}
#item_det .photo .thumb-item{
	background: #FFFFFF;
}
#item_det .photo .thumb-item li{
	text-align: center;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#item_det .photo .thumb-item li img{
	max-width: 100%;
	max-height: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #item_det .photo .thumb-item li img {
		width: 100%;
		height: 100%;
	}
}
#item_det .photo .thumb-item-nav li{
	border:solid 1px #DFDFD0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #FFFFFF;
}
#item_det .photo .thumb-item-nav li img{
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #item_det .photo .thumb-item-nav li img {
		width: 100%;
		height: 100%;
	}
}
#item_det .photo .thumb-item{
	margin:0 0 20px 0;
}
#item_det .photo .thumb-item-nav{
	margin:0 50px 20px 50px;
}
#item_det .photo .thumb-item-nav li.slick-slide{
	margin:0 5px 0 0;
}
#item_det .photo .thumb-item-nav li:hover{
	opacity:0.5;
	cursor:pointer;
}
#item_det .btn_naire {
	text-align: left;
	margin-bottom:10px;
}
#item_det .btn_naire a:link,
#item_det .btn_naire a:visited{
	border-radius: 10px;
	background: url(../images/icon_gray01.png) no-repeat center left 15px #eee;
	background-size: 20px;
	padding: 10px 20px 8px 45px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#575748;
}
#item_det .photo .btn_naire a:hover{
	opacity:0.5;
}
#item_det .det_tel {
	margin: 20px 0;
}
@media only screen and (max-width: 600px) {
	#item_det .photo{
		display:block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 30px 0;
	}
}

/*商品概要*/
#item_det .item_right{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 40px) / 2);
	max-width: 410px;
	font-size: 14px;
}
#item_det .item_right h2{
	background: #faf2de;
	border-radius: 0 0 10px 10px;
	border-top: 2px solid #ff8a00;
	font-size:22px;
	margin: 0 0 15px 0;
	padding: 1em;
}
#item_det .item_right  img.icn{
	margin-bottom: 15px
}
#item_det .price{
	/*border-bottom:solid 1px #ACAC9D;*/
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
#item_det .price dl,
#item_det .price dt,
#item_det .price dd{
	display:inline-block;
	vertical-align: middle;
}
#item_det .price dt{
	font-weight: bold;
	color:#fff;
	margin:0 5px 0 0;
	background: #aaa;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 12px;
}
#item_det .price .price1 dd{
	font-size: 22px;
	color:#D23E3E;
	margin:0 20px 0 0;
}
#item_det .price .price1 dd span {
	font-size: 1.5em;
}
#item_det .price .price2 dd{
	font-size: 17px;
	margin: 0 20px 0 0;
}
#item_det .price p {
	padding: 0.5em 1em;
	background: #faf2de;
	border-top: 1px solid #efd38e;
	border-bottom: 1px solid #efd38e;
	color: #ff8a00;
	margin: 10px 0;
;
}
#item_det .item_right .detail{
	border-top:solid 2px #ACAC9D;
	border-bottom:solid 2px #ACAC9D;
	margin: 0 0 20px 0;
}
#item_det .item_right .detail dl{
	padding:10px 0;
	border-bottom:solid 1px #ACAC9D;
}
	#item_det .item_right .detail dl:last-child{
		border-bottom: none;
	}
#item_det .item_right .detail dt,
#item_det .item_right .detail dd{
	display: inline-block;
	vertical-align: top;
}
#item_det .item_right .detail dt{
	width: 100px;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #666666;
}
#item_det .item_right .detail dd{
	width: calc(100% - 120px);
}
#item_det .discription {
	margin:20px 0;
	font-size: 14px;
}
#item_det .discription .more,
#item_det .discription .close {
	margin: 20px 0;
	text-align: center;
}
#item_det .discription .more .open a:link,
#item_det .discription .more .open a:visited {
	display: inline-block;
	border: 2px solid #ff8a00;
	background: url('../images/arrow_bottom.png') no-repeat left 10px center;
	padding: 5px 20px 5px 30px;
	border-radius: 10px;
	color: #ff8a00;
	text-decoration: none;
}
#item_det .discription .more .close a:link,
#item_det .discription .more .close a:visited {
	display: inline-block;
	border: 2px solid #ff8a00;
	background: url('../images/arrow_top.png') no-repeat left 10px center;
	padding: 5px 20px 5px 30px;
	border-radius: 10px;
	color: #ff8a00;
	text-decoration: none;
}
#item_det .discription .more p {
	text-align: left;
}
@media only screen and (max-width: 600px) {
	#item_det .item_right{
		display:block;
		width: 100%;
		max-width: 100%;
	}
	#item_det .item_right h2{
		font-size:16px;
		margin: 0 0 10px 0;
	}
	#item_det .item_right img.icn{
		margin-bottom: 10px
	}
	#item_det .item_right .price{
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#item_det .item_right .price dt{
		margin:0 5px 0 0;
	}
	#item_det .item_right .price .price1 dd{
		font-size: 20px;
	}
	#item_det .item_right .price .price2 dd{
		font-size: 15px;
	}
	#item_det .item_right .detail{
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#item_det .item_right .detail dl{
		margin:0 0 5px 0;
	}
	#item_det .item_right .discription {
		margin:0 0 40px 0;
	}
	#item_det .item_right .tel{
		margin:0 0 30px 0;
	}
}

/*簡易見積もり*/
#item_det .simple_estimate{
	background: #FFFFFF;
	position: relative;
}
#item_det .simple_estimate h3{
	background: #cfcd4e;
	color:#FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#item_det .simple_estimate .sim{
	padding-top: 30px;
	background: #fcfaf6;
}
#item_det .simple_estimate .left{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 2);
	margin: 0 0 20px 20px;
	font-size: 14px;
}
#item_det .simple_estimate .left table{
	width: 100%;
}
#item_det .simple_estimate .left table th,
#item_det .simple_estimate .left table td{
	vertical-align:top;
}
#item_det .simple_estimate .left table th{
	width:100px;
	padding: 5px 10px 5px 0;
}
#item_det .simple_estimate .left table th span.hissu{
	background: #ff2c80;
	border-radius: 2px;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	margin: 0 0 0 5px;
	float: right;
	color:#FFFFFF;
	line-height: 100%;
}
#item_det .simple_estimate .left table td{
	font-size:13px;
	padding: 5px 0 5px 0;
}
#item_det .simple_estimate .left table td input{
	margin-top:-10px;
}
#item_det .simple_estimate .left p.btn{
	text-align:center;
	margin: 20px 0 0 0;
	font-size: 15px;
}
#item_det .simple_estimate .right{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 2);
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	font-size: 14px;
	border-left:solid 1px #B5B5A7;
	position: relative;
	z-index: 0;
}
#item_det .simple_estimate .right:before,
#item_det .simple_estimate .right:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
}
#item_det .simple_estimate .right:before {
	left: -1px;
	margin-top: -9px;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #fcfaf6;
	z-index: 0;
}
#item_det .simple_estimate .right:after {
	left: 0px;
	margin-top: -10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #B5B5A7;
	z-index: -1;
}
#item_det .simple_estimate .right .delivery{
	background: #EEEEEE;
	margin:0 0 10px 0;
	padding: 10px;
}
#item_det .simple_estimate .right .delivery dt,
#item_det .simple_estimate .right .delivery dd{
	display:inline-block;
	vertical-align: top;
}
#item_det .simple_estimate .right .delivery dt{
	font-weight: bold;
	margin: 0 10px 0 0;
}
#item_det .simple_estimate .right table{
	width:100%;
	font-size: 13px;
}
#item_det .simple_estimate .right table th,
#item_det .simple_estimate .right table td{
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}
#item_det .simple_estimate .right table td{
	text-align: right;
	min-width: 160px;
}
#item_det .simple_estimate .right table span.small{
	font-size: 11px;
}
#item_det .simple_estimate .right table tr.border{
	border-bottom:solid 1px #666666;
}
#item_det .simple_estimate .right table tr.total{
	border-top:solid 1px #666666;
	background: #FFEFBF;
}
#item_det .simple_estimate .right table tr.total th,
#item_det .simple_estimate .right table tr.total td{
	padding:10px;
	font-size: 16px;
	font-weight: bold;
}
#item_det .simple_estimate .text{
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 13px;
}
#item_det .simple_estimate .member_att {
	background: #ffdfdf;
	padding: 50px 0;
	text-align: center;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	border-top:solid 1px #B5B5A7;
	position: relative;
	z-index: 0;
}
#item_det .simple_estimate .member_att:before,
#item_det .simple_estimate .member_att:after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
}
#item_det .simple_estimate .member_att:before {
	top: -1px;
	margin-left: -19px;
	border-width: 19px 19px 0 19px;
	border-color: #fcfaf6 transparent transparent transparent;
	z-index: 0;
}
#item_det .simple_estimate .member_att:after {
	top: 0px;
	margin-left: -20px;
	border-width: 20px 20px 0 20px;
	border-color: #B5B5A7 transparent transparent transparent;
	z-index: -1;
}



@media only screen and (max-width: 800px) {
	#item_det .simple_estimate h3{
		font-size: 14px;
		padding: 10px;
	}
	#item_det .simple_estimate .balloon{
		top: -40px;
		left:calc(50% - 130px);
	}
	#item_det .simple_estimate .left{
		display:block;
		width:calc(100% - 40px);
		margin: 0 20px 30px 20px;
		font-size: 14px;
	}
	#item_det .simple_estimate .left table th,
	#item_det .simple_estimate .left table td{
		display: block;
		width: 100%;
	}
	#item_det .simple_estimate .left table th{
		padding: 5px 10px 5px 0;
	}
	#item_det .simple_estimate .left table th span.hissu{
		padding: 2px 4px;
		float: none;
	}
	#item_det .simple_estimate .right{
		display:inline-block;
		width:calc(100% - 40px);
		margin: 0 20px 20px 20px;
		padding: 30px 0 0 0;
		border-left:none;
		border-top:solid 1px #B5B5A7;
	}
	#item_det .simple_estimate .right:before,
	#item_det .simple_estimate .right:after {
		content: "";
		position: absolute;
		top: inherit;
		display: block;
		width: 0px;
		height: 0px;
	}
	#item_det .simple_estimate .right:before {
		left: 50%;
		top: -1px; 
		margin-top: 0;
		margin-left: -19px;
		border-width: 19px 19px 0 19px;
		border-color: #FFFFFF transparent transparent transparent;
	}
	#item_det .simple_estimate .right:after {
		left: 50%;
		top: 0;
		margin-top: 0;
		margin-left: -20px;
		border-width: 20px 20px 0 20px;
		border-color: #B5B5A7 transparent transparent transparent;
	}
	#item_det .simple_estimate .text{
		margin: 0 0 20px 0;
		padding: 0 20px;
		font-size: 11px;
	}
}

/* 割引 */
#item_det .caution{
	background: #FFE5DF;
	border-top:solid 2px #ACAC9D;
	padding: 50px 20px 30px 20px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 0;
	color: #FF4C4C;
	text-align: center;
}
#item_det .caution:before,
#item_det .caution:after {
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
}
#item_det .caution:before {
	left: 50%;
	top: -2px;
	margin-left: -29px;
	border-width: 29px 29px 0 29px;
	border-color: #FFFFFF transparent transparent transparent;
	z-index: 0;
}
#item_det .caution:after {
	left: 50%;
	top: 0;
	margin-left: -30px;
	border-width: 30px 30px 0 30px;
	border-color: #ACAC9D transparent transparent transparent;
	z-index: -1;
}
@media only screen and (max-width: 700px) {
	#item_det .caution{
		padding: 30px 10px 20px 10px;
		font-size: 12px;
	}
	#item_det .caution:before {
		margin-left: -19px;
		border-width: 19px 19px 0 19px;

	}
	#item_det .caution:after {
		margin-left: -20px;
		border-width: 20px 20px 0 20px;

	}
}

/* 詳細見積り */
#item_det .det_estimate{
	background: #FFFFFF;
}
#item_det .det_estimate h3{
	background: #cfcd4e;
	color:#FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#item_det .det_estimate .sim {
	padding-top: 30px;
	padding-bottom: 30px;
    background: #fcfaf6;
}

#item_det .det_estimate .naire_box{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 2);
	margin: 0 0 20px 20px;
	font-size: 14px;
}
#item_det .det_estimate .noshi_box{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 2);
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	font-size: 14px;
}
#item_det .det_estimate h4{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color:#666666;
	margin: 0 0 5px 0;
	padding: 80px 0 0 0;
}
#item_det .det_estimate .naire_box h4{
	background:url(../images/item/img_naire.png) no-repeat center top;
}
#item_det .det_estimate .noshi_box h4{
	background:url(../images/item/img_noshi.png) no-repeat center top;
}
#item_det .det_estimate .row p.text{
	text-align: center;
	font-size: 13px;
	margin: 0 0 20px 0;
}
#item_det .det_estimate table{
	width: 100%;
	font-size: 13px;
}
#item_det .det_estimate table th,
#item_det .det_estimate table td{
	vertical-align:top;
}
#item_det .det_estimate table th{
	width:110px;
	padding: 5px 10px 5px 0;
}
#item_det .det_estimate table td{
	width:calc(100% - 120px);
}
#item_det .det_estimate table th span.hissu{
	background: #ff2c80;
	border-radius: 2px;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	margin: 0 0 0 5px;
	float: right;
	color:#FFFFFF;
	line-height: 100%;
}
#item_det .det_estimate table td{
	font-size:13px;
	padding: 5px 0 10px 0;
}
#item_det .det_estimate table td input:first-child,
#item_det .det_estimate table td select:first-child{
	margin-top:-10px;
}
#item_det .det_estimate table td p{
	margin:5px 0 0 0;
}
#item_det .det_estimate table td input[type="text"]{
	width:calc(100% - 12px);
}
#item_det .det_estimate table td select{
	max-width:240px;
}

#item_det .det_estimate .note{
	background:#EEEEEE;
	margin: 0 20px 0 20px;
	padding: 20px;
}
#item_det .det_estimate .note h4{
	margin:	0 0 5px 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	font-size: 16px;
}
#item_det .det_estimate .note h4+p{
	margin:	0 0 0 30px;
	display: inline-block;
	font-size: 13px;
}
#item_det .det_estimate .note textarea{
	height:90px;
	font-size: 16px;
}

@media screen and (min-width:900px) and ( max-width:1100px){
	#item_det .det_estimate h3{
		margin: 0;
	}
	#item_det .det_estimate .naire_box{
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#item_det .det_estimate .noshi_box{
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#item_det .det_estimate h4{
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color:#666666;
		margin: 0 0 5px 0;
		padding: 20px 0 20px 65px;
	}
	#item_det .det_estimate .naire_box h4{
		background:url(../images/icn_pen03.png) no-repeat center left 20px #EEEEEE;
		background-size: 35px;
	}
	#item_det .det_estimate .noshi_box h4{
		background:url(../images/icn_gift01.png) no-repeat center left 20px #EEEEEE;
		background-size: 30px;
	}
	#item_det .det_estimate .row{
		padding:20px;
	}
	#item_det .det_estimate .row p.text{
		text-align: left;
		font-size: 13px;
		margin: 0 0 20px 0;
	}
	#item_det .det_estimate table{
		width: calc(100% - 20px);
	}
	#item_det .det_estimate table td select{
		max-width:auto;
	}
}
@media only screen and (max-width: 750px){
	#item_det .det_estimate h3{
		margin: 0;
	}
	#item_det .det_estimate .naire_box{
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#item_det .det_estimate .noshi_box{
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#item_det .det_estimate h4{
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color:#666666;
		margin: 0 0 5px 0;
		padding: 20px 0 20px 65px;
	}
	#item_det .det_estimate .naire_box h4{
		background:url(../images/icn_pen03.png) no-repeat center left 20px #EEEEEE;
		background-size: 35px;
	}
	#item_det .det_estimate .noshi_box h4{
		background:url(../images/icn_gift01.png) no-repeat center left 20px #EEEEEE;
		background-size: 30px;
	}
	#item_det .det_estimate .row{
		padding:20px;
	}
	#item_det .det_estimate .row p.text{
		text-align: left;
		font-size: 13px;
		margin: 0 0 20px 0;
	}
	#item_det .det_estimate table{
		width: calc(100% - 20px);
	}
	#item_det .det_estimate table td select{
		max-width:240px;
	}
}
@media only screen and (max-width: 600px) {
	#item_det .det_estimate h3{
		font-size: 14px;
		margin: 0;
		padding: 10px;
	}
	#item_det .det_estimate h4{
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		color:#666666;
		margin: 0 0 10px 0;
		padding: 20px 0 20px 45px;
	}
	#item_det .det_estimate .naire_box h4{
		background:url(../images/icn_pen03.png) no-repeat center left 10px #EEEEEE;
		background-size: 30px;
	}
	#item_det .det_estimate .noshi_box h4{
		background:url(../images/icn_gift01.png) no-repeat center left 10px #EEEEEE;
		background-size: 25px;
	}
	#item_det .det_estimate table th,
	#item_det .det_estimate table td{
		display: block;
	}
	#item_det .det_estimate table th{
		width:100%;
		padding: 5px 10px 5px 0;
	}
	#item_det .det_estimate table td{
		width:100%;
	}
	#item_det .det_estimate table th span.hissu{
		padding: 2px 4px;
		float: none;
	}
	#item_det .det_estimate table td select{
		max-width:240px;
	}
	#item_det .det_estimate .note{
		margin: 0 10px 0 10px;
		padding: 10px;
	}
	#item_det .det_estimate .note h4{
		display: block;
		font-size: 14px;
	}
	#item_det .det_estimate .note h4+p{
		margin:	0;
		display: block;
		font-size: 12px;
	}
	#item_det .det_estimate .note textarea{
		height:90px;
	}
	/*sp用*/
	#item_det .det_estimate .naire_box h4.sp{
		background:url(../images/icn_pen04.png) no-repeat center left 10px,url(../images/arrow12.png) no-repeat center right 10px;
		background-size: 30px,20px;
		background-color: #3B8926;
		cursor: pointer;
		color: #FFFFFF;
	}
	#item_det .det_estimate .naire_box h4.active{
		background:url(../images/icn_pen04.png) no-repeat center left 10px,url(../images/arrow11.png) no-repeat center right 10px;
		background-size: 30px,20px;
		background-color: #3B8926;
	}
	#item_det .det_estimate .noshi_box h4.sp{
		background:url(../images/icn_gift02.png) no-repeat center left 10px,url(../images/arrow12.png) no-repeat center right 10px;
		background-size: 25px,20px;
		background-color: #3B8926;
		cursor: pointer;
		color: #FFFFFF;
	}
	#item_det .det_estimate .noshi_box h4.active{
		background:url(../images/icn_gift02.png) no-repeat center left 10px,url(../images/arrow11.png) no-repeat center right 10px;
		background-size: 25px,20px;
		background-color: #3B8926;
	}
	#item_det .det_estimate .sp.row{
		/*display: none;*/
	}
}

/*お客様情報*/
#item_det .customer{
	background: #fcfaf6;
	margin: 0 0 50px 0;
	padding: 0 0 20px 0;
	font-size: 14px;
}
#item_det .customer h3{
	background: #cfcd4e;
	color:#FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin:0 0 20px 0;
	padding: 10px;
	text-align: center;
}
#item_det .customer table{
	margin:0 20px 40px 20px;
	width: calc(100% - 40px);
	border-top:solid 1px #CCCCCC;
}
#item_det .customer table tr{
	border-bottom:solid 1px #CCCCCC;
}
#item_det .customer table th{
	background: #F6F5F3;
	width: 200px;
	padding:15px 15px;
	vertical-align: top;
}
#item_det .customer table td{
	padding:10px 15px;
	vertical-align: top;
}
#item_det .customer table span.hissu{
	background: #ff2c80;
	border-radius: 2px;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px;
	margin: 0 0 0 5px;
	color:#FFFFFF;
	line-height: 100%;
}
#item_det .customer table th span.hissu{
	float: right;
	padding:5px 4px;
}
#item_det .customer table span.small{
	font-size:12px;
}
#item_det .customer table td input[type="text"]{
	width:100%;
}
#item_det .customer table td p{
	margin:5px 0 0 0;
}

#item_det .customer .policy{
	overflow:auto;
	height: 200px;
	border:solid 4px #CCCCCC;
	border-radius: 3px;
	margin:0 20px 20px 20px;
	padding: 20px;
}
#item_det .customer .policy h4,
#item_det .customer .policy dl{
	margin:0 0 20px 0;
}
#item_det .customer .policy dt{
	color:#FF2626;
}
#item_det .customer .policy dd{
	margin:0 0 20px 10px;
}
#item_det .customer p.btn{
	text-align:center;
	font-size: 16px;
	margin:30px 20px 20px 20px;
	padding:0 0 20px 0;
}
#item_det .customer p.btn input{
	width:350px;
	padding:20px 0;
}
#item_det .customer p.btn button{
	width:350px;
	padding:20px 0;
}
#item_det .customer p.btn input.btn_gry01{
	width:150px;
	padding:20px 0;
}
#item_det .customer p.btn+p{
	border-top:solid 1px #ACAC9D;
	padding: 20px 0 0 0;
}
@media only screen and (max-width: 600px) {
	#item_det .customer h3{
		font-size: 14px;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	#item_det .customer table{
		margin:0 10px 40px 10px;
		width: calc(100% - 20px);
		border-top:solid 1px #CCCCCC;
	}
	#item_det .customer table tr{
		border-bottom:solid 1px #CCCCCC;
	}
	#item_det .customer table th{
		width: calc(100% - 20px);
		padding:10px;
		display:block;
	}
	#item_det .customer table td{
		padding:10px 0 20px 0;
		width: calc(100% - 20px);
		display:block;
	}
	#item_det .customer table span.hissu{
		font-size: 11px;
		padding: 2px 4px;
	}
	#item_det .customer table th span.hissu{
		float: none;
		padding:2px 4px;
	}
	#item_det .customer table span.small{
		font-size:10px;
	}
	#item_det .customer table td input[type="text"]{
		width:100%;
	}
	#item_det .customer .policy{
		margin:0 10px 20px 10px;
		padding: 10px;
	}
	#item_det .customer p.btn{
		font-size: 14px;
		margin:30px 10px 10px 10px;
		padding:0 0 30px 0;
	}
	#item_det .customer p.btn input{
		width:100%;
		padding:15px 0;
	}
	#item_det .customer p.btn input.btn_gry01{
		width:100%;
		margin: 0 0 20px 0;
		padding:15px 0;
	}
}
/*エラーメッセージ*/
#item_det #det_error{
	padding: 100px 0 20px 0;
}
#item_det #det_error p{
	background: url(../images/icn_error01.png) no-repeat left center;
	background-size: 40px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 50px;
	font-size: 16px;
	font-weight: bold;
	color:#666666;
}
#item_det #det_error .box{
	padding:20px;
	border:solid 5px #FF4C4C;
	background: #FFE5DF;
}
#item_det #det_error dl{
	color: #FF4C4C;
	padding: 5px 0;
}
#item_det #det_error dl dt,
#item_det #det_error dl dd{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
#item_det #det_error dl dt{
	font-weight: bold;
}



/*確認画面*/
#item_det .confirm{
	font-size: 14px;
}
#item_det .confirm .item{
	border:solid 1px #CCCCCC;
	background: #EFEEEB;
	margin: 0 0 30px 0;
	padding: 20px;
}
#item_det .confirm .item .photo{
	display:inline-block;
	width: 160px;
	margin: 0 20px 0 0;
}
#item_det .confirm .item .det{
	display:inline-block;
	width: calc(100% - 190px);
	margin: 0 0 0 0;
}
#item_det .confirm .item .det h3{
	font-size: 16px;
	margin: 0 0 10px 0;
}
#item_det .confirm .item .det dl{
	margin: 0 0 5px 0;
}
#item_det .confirm .item .det dt,
#item_det .confirm .item .det dd{
	display:inline-block;
	vertical-align: top;
}
#item_det .confirm .item .det dt{
	width: 110px;
	color: #666666;
	font-weight: bold;
}
#item_det .confirm .estimate{
	background: #FFFFFF;
	padding: 0 0 30px 0;
}
#item_det .confirm .estimate h3{
	background: #ACAC9D;
	color:#FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin:0 0 20px 0;
	padding: 10px;
	text-align: center;
}
#item_det .confirm .estimate .delivery{
	background: #EEEEEE;
	margin:0 20px 10px 20px;
	padding: 10px;
}
#item_det .confirm .estimate .delivery dt,
#item_det .confirm .estimate .delivery dd{
	display:inline-block;
	vertical-align: top;
}
#item_det .confirm .estimate .delivery dt{
	font-weight: bold;
	margin: 0 10px 0 0;
}
#item_det .confirm .estimate table.simple{
	width:calc(100% - 40px);
	font-size: 13px;
	margin: 0 20px 40px 20px;
}
#item_det .confirm .estimate table.simple th,
#item_det .confirm .estimate table.simple td{
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}
#item_det .confirm .estimate table.simple td{
	text-align: right;
	min-width: 160px;
}
#item_det .confirm .estimate table.simple span.small{
	font-size: 11px;
}
#item_det .confirm .estimate table.simple tr{
	border-bottom: dashed 1px #CCCCCC;
}
#item_det .confirm .estimate table.simple tr.border{
	border-bottom:solid 1px #666666;
}
#item_det .confirm .estimate table.simple tr.total{
	border-top:solid 1px #666666;
	background: #FFEFBF;
	border-bottom:none;
}
#item_det .confirm .estimate table.simple tr.total th,
#item_det .confirm .estimate table.simple tr.total td{
	padding:10px;
	font-size: 16px;
	font-weight: bold;
}
/* 名入れ・のし包装 */
#item_det .confirm .estimate .naire_box{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 2);
	margin: 0 0 20px 20px;
	font-size: 14px;
}
#item_det .confirm .estimate .noshi_box{
	display:inline-block;
	vertical-align: top;
	width: calc((100% - 80px) / 2);
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	font-size: 14px;
}
#item_det .confirm .estimate .naire_box h4,
#item_det .confirm .estimate .noshi_box h4{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color:#666666;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 50px;
}
#item_det .confirm .estimate .naire_box h4{
	background:url(../images/icn_pen03.png) no-repeat center left 10px;
	background-size: 30px;
}
#item_det .confirm .estimate .noshi_box h4{
	background:url(../images/icn_gift01.png) no-repeat center left 10px;
	background-size: 25px;
}
#item_det .confirm .estimate .naire_box table,
#item_det .confirm .estimate .noshi_box table{
	width: 100%;
	font-size: 13px;
	border-top:solid 1px #CCCCCC;
}
#item_det .confirm .estimate .naire_box table tr,
#item_det .confirm .estimate .noshi_box table tr{
	border-bottom:solid 1px #CCCCCC;
}
#item_det .confirm .estimate .naire_box table th,
#item_det .confirm .estimate .noshi_box table th,
#item_det .confirm .estimate .naire_box table td,
#item_det .confirm .estimate .noshi_box table td{
	vertical-align:top;
	padding: 10px;
}
#item_det .confirm .estimate .naire_box table th,
#item_det .confirm .estimate .noshi_box table th{
	width:125px;
	background: #F6F5F3;
}
#item_det .confirm .estimate .naire_box table td,
#item_det .confirm .estimate .noshi_box table td{
}
/*備考*/
#item_det .confirm .estimate .note{
	background:#EEEEEE;
	margin: 0 20px 0 20px;
	padding: 20px;
}
#item_det .confirm .estimate .note h4{
	margin:	0 0 5px 0;
	font-size: 16px;
}
#item_det .confirm .estimate .note p{
	margin:	0 0 0 0;
	padding: 10px;
	display: block;
	font-size: 13px;
	background: #FFFFFF;
}

/*お客様情報*/
#item_det .customer.confirm table th,
#item_det .customer.confirm table td{
	padding:10px;
}
@media only screen and (max-width: 600px) {
	#item_det .confirm .estimate h3{
		font-size: 14px;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	#item_det .confirm .item{
		padding: 10px;
	}
	#item_det .confirm .item .photo{
		width: 25%;
		margin: 0 15px 0 0;
	}
	#item_det .confirm .item .det{
		width: calc(75% - 20px);
	}
	#item_det .confirm .item .det h3{
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	#item_det .confirm .item .det dl{
		font-size: 12px;
		margin: 0 0 3px 0;
	}
	#item_det .confirm .item .det dt,
	#item_det .confirm .item .det dd{
		display:inline-block;
		vertical-align: top;
	}
	#item_det .confirm .item .det dt{
		width: 80px;
	}
	#item_det .confirm .item .det dd{
		width: calc(100% - 90px);
	}
	#item_det .confirm .estimate .delivery{
		margin:0 10px 10px 10px;
	}
	#item_det .confirm .estimate table.simple{
		width:calc(100% - 20px);
		margin: 0 10px 40px 10px;
	}
/* 名入れ・のし包装 */
	#item_det .confirm .estimate .naire_box,
	#item_det .confirm .estimate .noshi_box{
		display:block;
		width: calc(100% - 20px);
		margin: 0 10px 20px 10px;
		padding:0;
	}
	#item_det .confirm .estimate .naire_box table th,
	#item_det .confirm .estimate .noshi_box table th,
	#item_det .confirm .estimate .naire_box table td,
	#item_det .confirm .estimate .noshi_box table td{
		vertical-align:top;
		padding: 10px;
		display: block;
		width: calc(100% - 20px);
	}
	#item_det .confirm .estimate .naire_box table th,
	#item_det .confirm .estimate .noshi_box table th{
		width: calc(100% - 20px);
	}
	#item_det .confirm .estimate .naire_box table td,
	#item_det .confirm .estimate .noshi_box table td{
		margin:0 0 10px 0;
	}
	/*備考*/
	#item_det .confirm .estimate .note{
		margin: 0 10px 0 10px;
		padding: 10px;
	}
}
/*完了画面*/
#item_det .thankyou .image{
	background: url(../images/img_thankyou.png) no-repeat center top;
	background-size: 135px;
	padding: 160px 0 30px 0;
	color: #3A8826;
	font-size: 24px;
	text-align: center;
}
#item_det .thankyou p{
	text-align: center;
	font-size: 14px;
}
#item_det .thankyou .btn{
	text-align: center;
	font-size: 14px;
}
@media only screen and (max-width: 600px) {
	#item_det .thankyou .image{
		background: url(../images/img_thankyou.png) no-repeat center top;
		background-size: 100px;
		padding: 130px 0 30px 0;
		font-size: 18px;
	}
	#item_det .thankyou .btn a{
		width: calc(100% - 60px);
	}
}

#item_det .slide_img{
	display:none;
}