.ul_topics {
}
.ul_topics li {
	padding: 1em 0 0.8em 1.6rem;
	text-indent: -1.6rem;
	border-bottom: dotted 1px #a9b7c0;
}
.ul_topics li::before {
	vertical-align: middle;
	font-size: 1.0rem;
	color: #c7d8c6;
	content: "\025cf\a0";
}
.ul_topics li a {
	color: #2f92db;
	text-decoration: underline;
}
.ul_topics li a:visited {
	color: #52469b;
}

.box_product {
  border: solid 1px #c7d8c6;
}
.ul_product li a {
  position: relative;
  display: block;
  padding: 10px 3rem 10px 1.5rem;
  border-bottom: dotted 1px #c7d8c6;
  font-weight: 600;
}
.ul_product li:3rd-child a {
  border-bottom: none;
}
.ul_product li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	display: block;
	content: "";
	border-top: solid 2px #c7d8c6;
	border-right: solid 2px #c7d8c6;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.ul_product li a:hover {
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), #c7d8c6;
	background-repeat: repeat;
	opacity: 1;
}
.ul_product li a:hover::after {
	border-top: solid 2px #fff; 
	border-right: solid 2px #fff; 
}

.bn_contents_wrap {
	display: table;
	width:100%;
	background: #c7d8c6;
}
.bn_contents {
	display:table-cell;
	width: 50%;
}
@media (max-width: 768px) {
  .bn_contents {
	width: 100%;
  }
}

.bn_contents_title {
  position: relative;
  text-align: center;
}
.bn_contents_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #c7d8c6;
  text-align: left;
}
.bn_contents_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.bn_contents_text {
	padding: 2em 1.5em;
}
.bn_contents_img01 {
  background-image: url("https://img21.shop-pro.jp/PA01460/568/etc/bn_contents_01.jpg");
}
.bn_contents_img02 {
  background-image: url("https://img21.shop-pro.jp/PA01460/568/etc/bn_contents_02.jpg");
}

.bn_contents_img01,
.bn_contents_img02 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.insta_gallery{
	display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
}
.insta_gallery li{
  position: relative;
	width: calc(33.3333333% - 2px * 2 / 3);
	margin: 1px 2px 1px 0;	
	overflow: hidden;
}
.insta_gallery li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.insta_gallery li:nth-of-type(3n){
	margin-right: 0px;
}
/*.insta_gallery li > a{	
	position: relative;
    display: block;
    width: 100%;
	height: 100%;
	overflow: hidden;	
}*/
.insta_gallery li > a > img{
  position: absolute;
	object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}
 .facebook{
  	text-align:center;
 }
.craft_bag img {
	text-align:center;
}
.craft{
	margin-top: 1.5em;
	border: solid 2px #94AD90;
	padding: 40px 80px
}
@media (max-width: 768px) {
	.bn_contents_wrap {
		display: block;
	}
	.bn_contents {
		width: 100%;
    	display: block;
	}
	.bn_contents_text {
		width: calc(100% - 3em);
	}
	.bn_contents_img01,
	.bn_contents_img02 {
		height: 300px;
	}
  
  .ul_product li a{
    padding: 10px 1rem 10px 0.6rem;
  }
  .insta_gallery{
   	margin-right:0;
  }

  .facebook>iframe{
  	width:100%;
  }
  .craft{
	margin-top: 1.5em;
	border: solid 2px #94AD90;
	padding: 30px 40px
}
}
.okome_kg{
  width:25px;
  padding-right:6px;
}
@media (max-width: 640px) {
  .box_product_camp_price {
	display: block;
    text-align: center;
  }