﻿/* .main-area.top.shoplist {
	margin: initial;
} */
.shop_list .info,
.shoplist_detail .info {
  color: red;
}
.shoplist_detail {
  display: flex;
  width: 900px;
  margin: 140px auto 80px;
}
.shoplist_detail .right {
  margin-left: 60px;
}
.shoplist_detail .right h1,
.shoplist_detail .right h2 {
  font-size: 22px;
  margin: 20px auto 28px;
}
.shoplist_detail .right > a {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 24px;
  border: 1px solid #c0c0c0;
  width: 220px;
  display: inline-block;
  text-align: center;
  padding: 2px 0;
  margin: 18px auto 36px;
}
.shoplist_detail .right > a img {
  width: 11px;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 7px;
}
.shoplist_detail .right p {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 36px;
}
.shoplist_detail .right p .line {
  text-decoration: underline;
}
.shoplist_detail .right p .color {
  width: 87px;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
}
@media all and (-ms-high-contrast: none) {
  .shoplist_detail .right p span {
    padding-top: 4px;
  }
  .shoplist_detail .right a {
    padding-top: 5px;
  }
}

/*---------------------------------------*/
.red {
  color: red;
}
.top_attention {
  border: 1px solid #000;
  padding: 20px;
  width: 543px;
  margin: 35px auto 0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.bag_icon {
  color: #fff;
  background-color: #a6cde0;
  text-align: center;
  padding: 1px 13px;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.sale_icon {
  color: #fff;
  background-color: #58595b;
  text-align: center;
  padding: 1px 13px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.detail_link {
}
/*---------------------------------------*/
.shop_area ul li {
  display: inline-block;
  font-size: 12px;
}
.w740 {
  width: 74px;
}

table {
  font-size: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.shop_list th {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300 !important;
  border-bottom: 1px solid #000;
}

.main-area.shoplist .block-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.shop_list td:first-child {
  width: 220px;
  font-weight: bold;
}
.shop_list td {
  width: 240px;
  padding: 18px 0px 16px 0px;
  border-bottom: 1px dotted #dedede;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  vertical-align: top;
}

.main-area.shoplist .block-story .ttl-main {
  margin-bottom: 50px;
}


.u-arrow::before {
  content: "";
  width: 6.5px;
  height: 6.5px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-left: 5px;
}

.u-arrow {
  position: relative;
  display: inline-block;
}

.shop_area ul {
  font-size: 0px;
}

.shop_area {
  margin-left: -18px;
  /* display: block; */
  text-align: center;
}

.main-area.shoplist .block-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.shop_list td:last-child {
  width: 150px;
  text-align: right;
}

.shop_list {
  width: 1000px;
  margin: 0 auto;
}

.shop_list td {
  width: 240px;
  padding: 20px 0px 25px 0px;
  border-bottom: 1px solid #000;
  font-size: 12px;
  line-height: 22px;
  vertical-align: top;
}

.shop_list td:first-child {
  width: 350px;
  padding-right: 25px;
  font-weight: 300;
  font-size: 14px;
}

.shop_list td:nth-child(2n) {
  width: 345px;
}

.shop_list td:last-child {
  width: 150px;
  text-align: right;
}

@media screen and (max-width: 1160px) {
  .shop_list {
    width: 82%;
  }
  .shop_list td:nth-child(2n) {
    padding-right: 20px;
  }
}
