@charset "utf-8";



/* .sp-only{
	display: none;
} */
.page-archives .page-ttl {
    letter-spacing: 0px;
}
.page-archives .page-ttl::after {
	background-image: none;
}
/* .page-archives .inner{
	max-width:770px;
} */
/* .inner{
	max-width:900px;
} */

/* .page-archives .inner .box:nth-child(n+2){
	margin-top:60px;
}

.page-archives .inner .box.mt20-box{
	margin-top:20px !important;
}

.page-archives .inner h2 + h3{
	margin-top:0;
}

.page-archives .inner h3 + .box{
	margin-top:30px !important;
} */

/* ## テーブル */
.detail-list table{
  border-collapse: collapse;
  width: 100%;
}
.detail-list .category{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.detail-list .category:before{
  content: "●";
  margin-right: 5px;
}
.detail-list .table thead{
  font-size: 14px;
}
.detail-list .table tbody{
  font-size: 12px;
}
.detail-list tr{
  background-color: #fff;
	border: solid 1px #ccc;
}
.detail-list .table .brand{
  width: 25%;
}
@media screen and (max-width: 767px) {
  .detail-list table td{
    padding: 10px 5px;
		font-size: 1.6rem;
  }
  .detail-list .table .name{
    width: 23%;
    padding: 10px 5px;
  }
  .detail-list .table .brand{
    padding: 10px 3px;
  }
}

.detail-list .table .release{
  width: 20%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 3px;
}
.detail-list .table .syosai{
  width: 10%;
  text-align: center;
  color: #000;
  vertical-align: middle;
}
.detail-list .table .syosai a{
	position: relative;
	background-color: #E8D389;
	transition: all 0.5s ease;
	/* width: calc(100vw / 5); */
	width: 140px;
	padding: 5px 40px;
	border-radius: 5px;
}
.detail-list .table .syosai a:hover{
	background-color:#FFFBED;
	border:1px solid #E8D389;
	/* color:#ff98cb; */
}
.detail-list .table .price{
  width: 23%;
  text-align: right;
  color: #9E1212;
  vertical-align: middle;
}
@media screen and (max-width: 790px) {
  .detail-list .table .price{
    padding: 10px 5px;
  }
}
.detail-list .table .price:after{
  content: "円";
}
.detail-list .table thead .item{
  background-color: #F5F2E9;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
	width: 42%;
}
.detail-list .table-striped > tbody > tr:nth-child(even) {
  /* background-color: #F9F3DB; */
}
.detail-list table th,
.detail-list table td {
  padding: 10px;
  vertical-align: middle;
	border-right: solid 1px #ccc;
	font-size: 1.6rem;
}
.detail-list .table .tax{
  display: block;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 790px) {
	.detail-list .table thead .item {
    width: 32%;
  }
	.detail-list table th,
	.detail-list table td {
		padding: 10px;
		vertical-align: middle;
		border-right: solid 1px #ccc;
		font-size: 1.4rem;
	}
	.detail-list .table .syosai a{
		position: relative;
		background-color: #E8D389;
		/* padding: 5px; */
		padding: 5px 12px;
		border-radius: 5px;
	}

}

/* .detail-list ul.note li{
  color: #fff;
  font-size: 14px;
} */


/*20230131-osawa追記--------------------------------*/
/*目録---------------------------*/
.page-archives.page-archives-inventory .archivesBox .page-ttl+p{
  margin: 0px 0 60px;
}
/*目録-----inventory-list*/
.inventory-list{
  line-height: 1;
  max-width: 523px;
  margin: 0 auto;
  font-size: 18px;
}
.inventory-list ul{

}
.inventory-list ul li{
}
.inventory-list ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0px;
  border-bottom: solid 1px #000;
  font-size: 22px;
}
.inventory-list ul li a p::before{
  display: inline-block;
  content: "";
  width: 57px;
  height: 57px;
  margin-right: 15px;
  vertical-align: middle;
  background-image: url(../img/archives/inventory/icon_name.png);
  background-size: cover;

}
.inventory-list ul li a p:nth-of-type(2){
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
}
.inventory-list ul li a p:nth-of-type(2):before{
  display: none;
  background-image: none;
}
.inventory-list ul li a span{
  display: inline;
  position: absolute;
  right: 0px;
  top: 40%;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
}





@media screen and (max-width:790px) {
  /*目録---------------------------*/
.page-archives.page-archives-inventory .archivesBox .page-ttl+p{
  margin: 0px 0 30px;
}
/*目録---------------------------inventory-list*/
.inventory-list{
  font-size: 14px;
  margin: 0 auto 64px;
}
.inventory-list ul{

}
.inventory-list ul li{
}
.inventory-list ul li a{
  position: relative;
  width: 100%;
  padding: 10px;
  border-bottom: solid 1px #000;
  font-size: 14px;
}
.inventory-list ul li a p::before{
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../img/archives/inventory/icon_name.png);
  background-size: cover;
}

.inventory-list ul li a p:nth-of-type(2){
  display: inline-block;
  padding-left: 35px;
  text-align: right;
  font-size: 12px;
}
.inventory-list ul li a p:nth-of-type(2)::before{
  display: none;
  background-image: none;
}
.inventory-list ul li span{
}
.inventory-list ul li a:nth-of-type(2):after{

 }
}

/**/
@media screen and (min-width: 767px) {
  .detail-list .table .tax{
    display: inline;
  }
}





@media screen and (max-width:790px) {
/*detial(写真内)------リンク*/




/*目録・アーカイブス------リンク*/

}

@media  screen and (min-width:506px) and (max-width: 1024px){
	.inner {
    max-width: 94%;
}
.detail-list .table .syosai a {
	padding: 5px 30px;
}
}



@media screen and (max-width:327px) {
	.detail-list .table thead .item {
    width: 25%;
  }
	.detail-list table th,
	.detail-list table td {
		padding: 5px;
		font-size: 1.2rem;
	}
}

.br-300{
  display: none;
}
@media screen and (max-width:374px) {
/*目録---------------------------inventory-list*/
.inventory-list ul li a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inventory-list ul li a p{
}
.inventory-list ul li a p:nth-of-type(2){
  display: block;
  text-align: right;
}
.br-300{
  display: block;
}
}

