#sub_categoly {
  margin: 30px auto;
}

#sub_categoly ul {
  text-align: center;
}
#sub_categoly ul li {
  display: inline-block;
  border-right: 1px solid black;
  line-height:1;
}
#sub_categoly ul li:last-child {
  border-right: none;
}

#sub_categoly ul li a {
  display: inline-block;
  padding: 0 10px;
  color: black;
  text-decoration: none;
  font-weight:bold;
}
#sub_categoly ul li a:hover,
#sub_categoly ul li.current a {
  color:#aaa;
}

#area h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 16px;
}
.area_name {
  display: table;
}
.area_name > span {
  display: table-cell;
  vertical-align:middle;
}
.area_name .search_conditions {
  font-size: 20px;
  font-weight:bold;
}
.area_name .area_change {
  text-align:right;
}
.area_name .area_change a {
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: 4px 6px;
  line-height:1;
  background-color: black;
}


#list:after {
  content: "";
  display: block;
  clear: both;
}
#list article {
  width: 22.1%;
  float: left;
  margin-right: 3.8%;
  padding-bottom: 35px;
}
#list article:nth-child(4n) {
  margin-right: 0;
  float: right;
}
#list article:nth-child(4n+1) {
  clear: both;
}

#list article .item_head dt {
  padding-bottom: 13px;
}
#list article .item_head dt a {
  display: block;
  width: 100%;
  height: 130px;
  overflow:hidden;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  text-align:center;
}
@media only screen and (max-width: 560px) {
   #list article .item_head dt a {
       height: 300px;
   }
   #list article .item_head dt a.no_img {
       height: 180px;
   }
   #list article .item_head dt a img {
       height: 100%;
       width: 100%;
       object-fit: cover;
   }
}
#list article .item_head dt a:hover {
  opacity: 0.7;
}
#list article .item_head dt a.no_img {
  background-image:url(../images/no_img.jpg?2021);
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
}
#list article .item_head dt a img {
  height: 100%;
}

#list article .item_head dd {
  font-weight: bold;
  padding-bottom: 12px;
}

#list article .catchcopy {
  background-color: black;
  color: white;
  padding: 9px 11px;
  margin-bottom: 10px;
}

#list article .spec {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  display: table;
}
#list article .spec dt {
  display: table-cell;
  font-size: 0.9em;
  padding: 4px 0;
  vertical-align:top;
  width: 68px;
}
#list article .spec dd {
  display: table-cell;
  vertical-align:top;
  font-size: 0.9em;
  padding: 4px 0;
}

#list article .more {
  text-align:center;
  padding-top: 11px;
}
#list article .more a img {
  height: 15px;
}
#list article .more a {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
#list article .more a:hover {
  opacity: 0.7;
}
/** フラグアイコン **/
#list article .icons {
  position: absolute;
  line-height:1;
  z-index:999;
}
#list article .icons span {
  display: inline-block;
  font-size: 11px;
  font-weight:bold;
  padding: 2px 4px;
  line-height:1;
}
#list article .icons span.newer {
  background-color: rgba(255,230,0,1.00);
}
#list article .icons span.pricedown {
  background-color: #FF0004;
  color: white;
}

/*******************************************************

                      Media Query

*******************************************************/
@media only screen and (max-width: 768px) {
#list article {
  width: 32.4%;
  margin-right: 1.3%;
}
#list article:nth-child(4n) {
  margin-right: 1.3%;
  float: left;
}
#list article:nth-child(4n+1) {
  clear: none;
}

#list article:nth-child(3n) {
  margin-right: 0;
  float: right;
}
#list article:nth-child(3n+1) {
  clear: both;
}
}
@media only screen and (max-width: 734px) {
.area_name,
.area_name > span {
  display: block;
}
.area_name .area_change {
  text-align:left;
  padding-top: 14px;
}
.area_name .area_change a {
  position: relative;
  padding: 7px 8px;
}
.area_name .area_change a:before {
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid black;
  content: "";
  left: -6px;
}
@media only screen and (max-width: 568px) {
#list article {
  width: 48.9%;
  margin-right: 0;
}
#list article:nth-child(4n) {
  margin-right: 0;
}
#list article:nth-child(4n+1) {
  clear: none;
}

#list article:nth-child(3n) {
  margin-right: 0;
  float: right;
}
#list article:nth-child(3n+1) {
  clear: none;
}
#list article:nth-child(odd) {
  float: left;
  clear: both;
}
#list article:nth-child(even) {
  float: right;
}
}
@media only screen and (max-width: 414px) {
#list article {
  width: 100%;
  float: none!important;
  clear: none!important;
}

#list article .item_head dt a {
  text-align:center;
}
#list article .more {
  padding-top: 15px;
}
}
