.product_block{
	display: flex;
}

.product_block .product_menu{
  width: 200px;
  margin-right: 50px;
  order: 1;
  font-size: 0.8em;
}

.product_block .product_content{
  width: calc(100% - 250px);
  order: 2;
}

.product_block .product_menu .navi > li{
  border-top: 1px solid #dcdcdc;
}

.product_block .product_menu .navi li a{
	position: relative;
}

.product_block .product_menu .navi li span{
	position: relative;
	cursor: pointer;
  display: block;
  padding: 15px;
}

.product_block .product_menu .navi li a:after{
	content: "";
	display: inline-block;
	background: url("https://img21.shop-pro.jp/PA01503/587/etc_base64/cHJvZHVjdGxpc3RfaWNvbjAx.png?cmsp_timestamp=20231010075745") center center no-repeat;
	background-size: contain;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

.product_block .product_menu .navi li.parent span:after{
	content: "";
	display: inline-block;
	background: url("https://img21.shop-pro.jp/PA01503/587/etc_base64/cHJvZHVjdGxpc3RfaWNvbjAy.png?cmsp_timestamp=20231010075745") center center no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate3d(0,-50%,0);


}

.product_block .product_menu .navi li.open span:after{
	content: "";
	background: url("https://img21.shop-pro.jp/PA01503/587/etc_base64/cHJvZHVjdGxpc3RfaWNvbjAz.png?cmsp_timestamp=20231010075745") center center no-repeat;
	width: 14px;
	height: 14px;
		right: 16px;
}


.product_block .product_menu .navi > li:last-child{

  border-bottom: 1px solid #dcdcdc;
} 

.product_block .product_menu li a{
  display: block;
  padding: 15px;
}

.product_block .product_menu li a:hover{
	background:#f5f5f5 ;
}
.product_block .product_menu li span{

}

.product_content .thum{
	margin-bottom: 20px;
}

.product_content .text01{
	margin-bottom: 20px;
}

.product_content .number{
	text-align: right;
}

.product_content .price{
	font-weight: bold;
}


.product_content h2{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 50px;
	font-size: 2em;
}

.product_content .title{
	margin-bottom: 20px;
}

.product_content .title h3{
	font-weight: bold;
}


@media (max-width: 768px) {
	.product_block{
		display: block;
	}

	.product_block .product_menu{
	  width: 100%;
	  margin-right: 0px;
	  order: 1;
	  font-size: 0.8em;
	}

	.product_block .product_content{
	   width: 100%;
	   margin-bottom: 80px;
	  order: 2;
	}
}

/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: inline;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #fff;
  background: #fff;
  text-indent: -99999px;
}

@media screen and (max-width: 767px) {

}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 767px) {

}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}