/*商品詳細エリア*/


.paperless {
	padding: 15px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
.paperless h4 {
	font-size:14px;
	margin-bottom:8px;
}

/*商品詳細へ、上へ戻るボタン　2019.1003 DI */
.go_details {
	margin-bottom: 20px;
}
.go_top {
	display: none;
}
.go_details a, .go_top a,
.go_details a img, .go_top a img {
	display: block;
}
.go_details a img, .go_top a img {
	max-width: 100%;
}
/*スクロール位置ずれ対策　2019.1003 DI */
#details {
	padding-top: 80px;
	margin-top: -80px;
}
#details h4 {
	/*font-size: 28.72px;*/
	/*color: #000000;*/
	/*padding-left: 0.5em;*/
	/*border-bottom: 1px solid #808080;*/
	/*margin-bottom: 20px;*/
	/*padding-bottom: 15px;*/
	/*font-size: 24px;*/
	/*background: #804f21;*/
	/*color: #fff;*/
	margin: 20px 0;
	padding: 0em 0.5em;

	border-left: 9px solid #804f21;
	font-size: 18px;
	line-height: 21px;
	position: relative;
	letter-spacing: .3em;
}
#details h4:after {
	content: "";
	display: block;
	margin-top:8px; 
	border-bottom: 1px solid #C9CACA;
	position: absolute;
	left: -0.5em;
	right:  -0.5em;
}

.itemarea {
	width: 880px;
	margin: 0 auto 80px;
	overflow: hidden;
}

/*注意分*/
.waitbox {
	margin-bottom: 20px;
	max-width: 500px;
	float: left;
}

.waitbox h4 {
	/*color: #be272d;*/
	font-size: 1.2em;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.waitbox h4 span {
	color: #ed1c24;
}

.waitbox .icowait {
	display: inline-block;
	width: 2.3em;
	margin-right: 0.5em;
}

.waitbox .waitsub {
	padding: 15px;
	/*border: 1px solid #be272d;*/
	background-color: #f2f2f2;
	margin-bottom: 20px;
}

.waitbox .waitsub p {
	margin-bottom: 10px;
	text-align: justify;
}

.waitbox .waitsub p span {
	color: #ed1c24;
}

.waitbox .waitsub ul {
	overflow: hidden;
}

.waitbox .waitsub ul li {
	list-style: none;
	margin-bottom: 10px;
	float: left;
	width: 50%;

}

.btnarrow_red {

	position: relative;
    text-decoration: none;
    display: inline-block;
    width: 80%;
    padding: 15px 8%;
    border: 1px solid #b0b0b0;
    background-color: #ffffff;
    border-radius: 5px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.go_top {
		display: block;
		margin-top: 35px;
		margin-bottom: 20px;
	}
	.waitbox {
		max-width: 100%;
		float: none;
	}


	.btnarrow_red {
		width: 92%;
		padding: 10px 5% 10px 2%
	}

	.waitbox .icowait {
		display: inline-block;
		width: 2.0em;
		margin-right: 0.2em;
	}

	.waitbox .waitsub ul li {
		float: none;
		width: 100%;
	}
}



.btnarrow_red:hover {
	opacity: 0.7;
	text-decoration: none;
}


.btnarrow_red::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;

	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #969696;
}

.btnarrow_red::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;

	right: 10px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}






@media only screen and (max-width: 768px) {
	.itemarea {
		width: 95%;
		margin: 0 auto 20px;
	}
}

.itemarea h2 {
	/*border-left: #804F21 solid 6px;*/

	background-image: url("https://file001.shop-pro.jp/PA01317/318/img/bg_h3.jpg");
	background-repeat: no-repeat;

	padding-left: 15px;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 50px;
	line-height: 21px;
}

/*画像サムネイル*/
.imagearea {
	width: 500px;
	float: left;
}

#mainphotoarea {
	width: 500px;
/*height: 350px;*/
	margin-bottom: 50px;
	text-align: center;
}

#mainphotoarea img {
	width: 500px;
}


@media only screen and (max-width: 768px) {
	.imagearea {
		width: 100%;
		float: none;
}

	#mainphotoarea {
		width: 100%;
		height: initial;
	}

	#mainphotoarea img {
		width: 100%;
	}
}


#navi ul {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

#navi ul li {
	/*width: 80px;*/
	width: 12px;
	height: 12px;
	margin: 5px;
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
  background-color: #ccc;
  border-radius: 50%;
}

#navi ul li img {
	display: block;
	width: 80px;
	padding: 3px;
	display: none
}

#navi ul li a {
	display: block;
	width: 12px;
	height: 12px;
}

#navi ul li a:hover img,
#navi ul li a.active img {
	border: solid 3px #ff873d;
	padding: 0;
}


/*カート説明*/
.cartarea {
	border-top: 1px solid #969696;
	float: right;
	width: 330px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
	.cartarea {
		float: none;
		width: 100%;
		margin: 0 auto 40px;
	}
}

.cartarea h3 {
	padding-bottom: 5px;
	line-height: 25px;
	font-size: 15px;
	border-bottom: solid 2px #969696;
	margin-bottom: 15px;
}

.cartarea dl {
	width: 330px;
	/*height: 35px;*/
	border-bottom: 1px solid #969696;
	background-color: #E8D6C8;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.cartarea dl {
		width: 100%;
		/*background-color: #ffffff;*/
	}
}

.cartarea dl dt {
	float: left;
	width: 75px;
	line-height: 35px;
	/*background-color: #E8D6C8;*/
	text-align: center;
}

.cartarea dl dd {
	float: left;
	width: 245px;
	line-height: 35px;
	padding-left: 10px;
	background-color: #ffffff;
}

.cartarea dl dd table,
.cartarea dl dd table tr,
.cartarea dl dd table tr td {
	padding: 0;
	height: 35px;
}

.cartarea dl dd.itemcnt {
	padding: 5px;
	line-height: 1em;
	min-height: 35px;
}

@media only screen and (max-width: 768px) {
	.cartarea dl dt {
		width: 20%;
		background-color: #E8D6C8;
	}
	.cartarea dl dd {
		width: 75%;
		padding-left: 5%;
	}
	.cartarea dl dd.itemcnt {
		padding: 0;
		width: 75%;
		padding-left: 5%;
	}
}


.cartarea dl dd.itemcnt input {
	height: 16px;
	text-align: right;
	width: 75px;
	font-size: 14px;
	padding: 2px;
}


/*名入れ部分*/
.cartarea dl dd.namein {
	padding: 5px;
	line-height: 20px;
}

@media only screen and (max-width: 768px) {
	.cartarea dl dd.namein {
		padding: 5px 0 5px 5%;
	}
}


.cartarea dl dd.namein input {
	height: 16px;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 14px;
	width: 130px;
}



.cartarea .cartbtn {
	margin-top: 35px;
	/*width: 260px;*/
	margin-bottom: 20px;
}


/*snsエリア*/
.sns {
	overflow: hidden;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
}

.sns .twitterarea,
.sns .facebookarea,
.sns .linearea {
	margin-right: 8px;
	/*float: left;
	width: 120px;*/
}


.cartarea ul.warninglink {
	margin-bottom: 30px;
}

.cartarea ul.warninglink li {
	list-style: none;
	margin-bottom: 10px;
}

.cartarea ul.warninglink a {
	/*text-decoration: none;
	background-image: url(https://file001.shop-pro.jp/PA01317/318/img/ico_warlink.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;*/
	padding: 10px 0;
	line-height: 1.4em;
	text-align: center;
	border: 1px solid #999999;
	width: 99%;
	display: block;
	margin: 0 auto;
	text-decoration: none;

}

.cartarea ul.warninglink a span {
	text-align: left;
	width: 60%;
	display: block;
	margin: 0 auto;
}


.cartarea ul.warninglink li img {
	height: 1.2em;
	margin-right: 10px;
	display: block;
	float: left;
}

.cartarea ul.warninglink a:hover {
	/*text-decoration: underline;*/
	opacity: 0.7;
}



/*商品説明文*/
.textarea {
	clear: both;
	overflow: hidden;
}

.textarea br {
	display: none;
}

.textarea .textbody {
	float: left;
	width: 500px;
}

@media only screen and (max-width: 768px) {
	.textarea .textbody {
		float: none;
		width: 100%;
		font-size: 1.15em;
		letter-spacing: 1px;
	}

	.cartarea ul.warninglink a span {
		width: 70%;
	}
}


.textarea .textbody h6 {
	font-size: 13px;
	margin-bottom: 5px;
}

.textarea .textbody p {
	text-align: justify;
	line-height: 1.55em;
	margin-bottom: 20px;
}

.textarea p br,
.textarea ul li br {
	display: inline;
}

.textarea .textbody ul {
	margin-bottom: 20px;
}

.textarea .textbody ul li {
	margin-left: 2em;
	list-style: disc;
	margin-bottom: 5px;
}

.textarea .textbody .point {
	font-size: 11px;
	font-weight: bold;

}

.textarea .point {
	text-indent: -1em;
	padding-left: 1em;
}

.textarea .para {
	border-top: 1px solid #969696;
	float: right;
	width: 340px;
}




.textarea .para dl {
	border-bottom: 1px solid #969696;
	overflow: hidden;
	/*position: relative;
	min-height: 200px;*/
	background-color: #E8D6C8;

}

.textarea .para dl dt {
	float: left;
	width: 55px;
	padding: 10px;
	/*background-color: #E8D6C8;*/
	text-align: center;
	/*min-height: 200px;*/
}

.textarea .para dl dd {
	width: 245px;
	padding: 10px;
	float: left;
	background-color: #ffffff;
}

.textarea .para dl dd ul li {
	margin-left: 2em;
	margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
	.textarea .para {
		float: none;
		width: 100%;
	}

	.textarea .para dl dt {
		float: none;
		width: 100%;
		padding: 0;
		/*background-color: #E8D6C8;*/
		text-align: center;
		/*min-height: 200px;*/
	}

	.textarea .para dl dd {
		width: 90%;
		padding: 5%;
		float: none;
	}
}




/*ピックアップエリア*/
.pickuplist {
	overflow: hidden;
	margin: 0 auto 50px;
	width: 880px;

}
.pickuparea {
    display: flex;
    flex-flow: wrap;
}
@media only screen and (max-width: 768px) {
	.pickuplist {
		margin: 0 auto 20px;
		width: 100%;
	}
 	 .pickuparea {
		width: 95%;
    	margin: 0 auto 20px;
	}
}

.pickuplist h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
}


.pickuplist h4 {
	border-left: #804F21 solid 4px;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 35px;
	line-height: 18px;
}

.pickuplist h5 {
	margin-bottom: 35px;
}

.pickuplist .itembox {
	float: left;
	width: 33%;
	list-style: none;
	min-height: 260px;
}
.g_series {
	border-bottom: none;
}
@media only screen and (max-width: 768px) {
	.pickuplist .itembox {
		width: 48%;
		margin: 0 1% 10px;
		min-height: 250px;
	}
}

.pickuplist .itembox:hover {
	opacity: 0.7;
}

.pickuplist .itembox:hover a {
	color: #824F22;
}



.pickuplist .itembox .item_photo {
	width: 250px;
	margin: 0 auto 15px;
}

.pickuplist .itembox .item_photo img {
	width: 250px;
}



.pickuplist .item_detail {
	/*font-size: 0.8em;*/
	text-align: left;
	width: 250px;
	margin: 0 auto 15px;
}
.pickuplist .item_detail .item_price {
	font-weight: bold;
	color: red;
}

@media only screen and (max-width: 768px) {
	.pickuplist .item_detail,
	.pickuplist .itembox .item_photo img,
	.pickuplist .itembox .item_photo {
		width: 100%;
	}
}


.pickuplist .item_detail a {
	text-decoration: none;
}




/*バナーエリア*/
.underarea {
	margin-bottom: 100px;
	max-width: 500px;
	margin: 0 auto 60px;
}

@media only screen and (max-width: 768px) {
	.underarea {
		width: 100%;
		margin: 0 auto 30px;
	}
}

.underarea .cbnr {
	clear: both;
	text-align: center;
	overflow: hidden;
}


.underarea .cbnr a {
	display: block;
	width: 48%;
}


.underarea .cbnr a.left {
	float: left;
}

.underarea .cbnr a.right {
	float: right;
}

@media only screen and (max-width: 768px) {
	.underarea .cbnr a.left {
		float: none;
		margin-bottom: 10px;
	}

	.underarea .cbnr a.right {
		float: none;
		margin-bottom: 10px;
	}

}


.underarea .cbnr a:hover {
	opacity: 0.7;
}


/*ライセンス add 16/04/12 */
.license {
	text-align: center;
	margin-top: 25px;
}

.license img {
	margin-bottom: 5px;
	display: inline-block;
}

.license img.logo {
	width: 40%;
}

.license img.credit {
	width: 59%;
}

a.cntbtn {
	background-color: #f1f1f1;
	padding: 1px 8px;
	border: 1px solid #989898;
	border-radius: 3px;
	font-size: 18px;
	color: #212121;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
}

.underarea img {
	max-width: 100%;
}

.underarea .cbnr {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.underarea .cbnr a {
		width: 45%;
		display: block;
		margin: 0 2.5% 20px;
		float: left !important;
	}
}


/*js_lp*/
.js_lp {
	margin-bottom: 50px;
}

.js_lp .jslpbox {
	margin-bottom: 40px;
}

.js_lp h3 {
	font-size: 1.3em;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.js_lp img {
	max-width: 100%;
	margin-bottom: 10px;
}

.js_lp .jslpbox p {
	text-align: justify;
}


/*レビュー*/




.reviewarea h3 {
	margin-bottom: 15px;
	line-height: 1.5em;
}

.reviewarea h3 img {
	height: 1.5em;
	margin-right: 10px;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
/*星*/
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

.itemcontactbtn,
.reviewbtn {
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}


.reviewbtn a {
	font-weight: bold;
	display: inline-block;
	min-width: 250px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	border-radius: 5px;
	background-color: #dddddd;
	line-height: 1.5em;
	margin-bottom: 10px;
}


.itemcontactbtn .reviewbtn a {
	min-width: 100%;
	font-weight: normal;
	font-weight: normal;
    padding: 5px 0;
    background-color: #efefef;
    font-size: 1.0em;
}


.reviewbtn a span {
	padding-right: 20px;
	position: relative;
	display: inline-block;
	width: 80%;
}

.reviewbtn a span::before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8d5a30;
}

.reviewbtn a span::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.cartbtn input[type="image"] {
	width: 100%;
}

.reviewbtn a img {
	height: 1.5em;
	margin-right: 10px;
}

.reviewbtn.create a {
	background-color: #8d5a30;
	color: #ffffff;
}

.reviewbtnarea {
	margin-bottom: 20px;
}


@media only screen and (max-width: 768px) {
	.reviewbtnarea,
	.reviewarea {
		width: 95%;
		margin: 0 auto 25px;
	}

	.itemcontactbtn {
		width: 100%;
		margin: 0 auto 15px;
	}

	.itemcontactbtn .reviewbtn a,
	.reviewbtnarea .reviewbtn a {
		min-width: inherit;
		width: 100%;
	}
}

