@charset "UTF-8";

.itemlist_ttl_sub {
	font-weight: normal;
}

.itemlist_wrap {
	width:100%;
	float:left;
}

.itemlist_wrap li {
	margin: 5px 1%;
	padding: 5px 1%;
	float: left;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	border: 1px solid #C8C6C6;
	border-radius: 10px;
	width: 31%;

}

.itemlist_wrap li a {
	color:#000000;
	text-decoration:none;

}

.itemlist_wrap li a:hover {
	color: #4682b4;

}

.itemlist_img {
	
}

.top_box_itemlist img {
	width:230px;
}

.category_ttl {
	width:100%;
	float:left;
	margin: 30px 0;
	padding:10px 0;
	font-size: 14px;
	border-bottom: 2px ridge #ddd;
	text-align:center;
}

.category_ttl br {
	display: none;
}

.to_top {
	float:left;
	width:100%;
	
}


@media screen and (max-width: 480px) {
	
.itemlist_ttl_sub {
	font-size: 12px;
	font-weight: normal;
}
	
.itemlist_wrap li {
	height: auto;
	margin: 1.5%;
	text-align: center;
	width: 30%;

}

.itemlist_img {
	height:auto;
	width: 100%;
	
}
	
.category_ttl {
	margin: 10px 0;

}

.category_ttl br {
	display: block;
}

.itemlist_catch {
	display: none;
}
	
}

/* 20181206 shop/item.html */
.item_categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.item_categories li {
	margin: 0 10px 10px 0;
}
.item_categories li a {
	display: block;
	padding: 5px 15px;
	border: 1px solid #888;
	border-radius: 16px;
	font-size: 16px;
	color: #555;
	transition: .3s;
}
.item_categories li a:hover,
.item_categories li.current a {
	background: #2e73c8;
	border-color: #2e73c8;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.item_list {
	display: flex;
	flex-wrap: wrap;
}
.item_list > li {
	display: flex;
	flex-direction: column;
	width: 240px;
	padding: 0 10px;
	margin-bottom: 50px;
}
.item_list > li .item_pic {
	height: 220px;
	margin-bottom: 15px;
	padding: 20px;
	background-size: 3px 3px;
}
.item_list > li.bousai .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #2e73c8 25%, #2e73c8 50%, #fff 50%, #fff 75%,#2e73c8 75%, #2e73c8);
}
.item_list > li.genba .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #63c948 25%, #63c948 50%, #fff 50%, #fff 75%,#63c948 75%, #63c948);
}
.item_list > li.outdoor .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #ffb04e 25%, #ffb04e 50%, #fff 50%, #fff 75%,#ffb04e 75%, #ffb04e);
}
.item_list > li.kumiawase .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #f57878 25%, #f57878 50%, #fff 50%, #fff 75%,#f57878 75%, #f57878);
}
.item_list > li.bousaiset .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #d478af 25%, #d478af 50%, #fff 50%, #fff 75%,#d478af 75%, #d478af);
}
.item_list > li.foodwater .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #ae90d0 25%, #ae90d0 50%, #fff 50%, #fff 75%,#ae90d0 75%, #ae90d0);
}
.item_list > li.novel .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #98add4 25%, #98add4 50%, #fff 50%, #fff 75%,#98add4 75%, #98add4);
}
.item_list > li.others .item_pic {
	background-image: linear-gradient(-45deg,	#fff 25%, #b7b7b7 25%, #b7b7b7 50%, #fff 50%, #fff 75%,#b7b7b7 75%, #b7b7b7);
}
.item_list > li .item_pic img {
	max-width: 100%;
}
.item_list > li .cat_name {
	font-weight: bold;
}
.item_list > li.bousai .cat_name {
	color: #2e73c8;
}
.item_list > li.genba .cat_name {
	color: #63c948;
}
.item_list > li.outdoor .cat_name {
	color: #ffb04e;
}
.item_list > li.kumiawase .cat_name {
	color: #f57878;
}
.item_list > li.bousaiset .cat_name {
	color: #d478af;
}
.item_list > li.foodwater .cat_name {
	color: #ae90d0;
}
.item_list > li.novel .cat_name {
	color: #98add4;
}
.item_list > li.others .cat_name {
	color: #b7b7b7;
}
.item_list > li .item_name {
	margin-bottom: 15px;
	font-size: 16px;
}
.item_list > li .item_price {
	margin-bottom: 15px;
	font-size: 14px;
	text-align: right;
}
.item_list > li .item_desc {
	margin-bottom: 20px;
	font-size: 13px;
}
.item_list > li .item_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: auto;
}
.item_list > li .item_btns li {
	padding: 0 5px;
	width: 50%;
}
.item_list > li .item_btns li .btn {
	display: block;
	padding: 4px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	transition: .3s;
}
.item_list > li .item_btns li .btn:hover {
	background: #fff;
	opacity: 1;
	text-decoration: none;
}
.item_list > li .item_btns li .btn_more {
	background: #109fba;
	border-color: #109fba;
}
.item_list > li .item_btns li .btn_more:hover {
	color: #109fba;
}
.item_list > li .item_btns li .btn_estimate {
	background: #c13771;
	border-color: #c13771;
}
.item_list > li .item_btns li .btn_estimate:hover {
	color: #c13771;
}

@media screen and (max-width: 480px) {
	.item_categories {
		margin-bottom: 20px;
	}
	.item_categories li {
		margin: 0 5px 5px 0;
	}
	.item_categories li a {
		padding: 5px 10px;
		font-size: 13px;
	}
	.item_list > li {
		margin-bottom: 30px;
		width: 50%;
	}
	.item_list > li .item_pic {
		height: auto;
	}
	.item_list > li .item_btns li {
		padding: 0 5px;
		width: 100%;
	}
	.item_list > li .item_btns li .btn {
		margin: 5px 0;
	}
}

.itemlist seo_text {
	width:100%;
	background-color:#f8f8f8;
}

/*-- 2019.05.31追記 SEOエリア文字--*/
h2.itemlist {
  position: relative;
  border-top: solid 2px #AAC4F2;
  border-bottom: solid 2px #AAC4F2;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 2em;
  font-size: 1em;
}

h2.itemlist:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #AAC4F2;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}