@charset "utf-8";

/*=== メインレイアウト ===*/
.main-section {
  padding: 60px 20px 0;
}
.main-section:last-child {
  padding-bottom: 60px;
}
.main-cont {
  margin-top: 0;
}
.main-ttl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 30px;
}
.main-subsec {
  padding: 50px 0 0;
}
/*=== 更新 ===*/
.update {
  display: block;
  max-width: 1200px;
  margin: 35px auto 8px;
  padding: 0 20px;
  border: none;
  text-align: right;
}
.update-txt {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #505050;
  font-weight: normal;
  font-size: 14px;
}
.update-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(images/update_ic_001.png) no-repeat 0 0 / 100% auto;
}

/*=== 本文 ===*/
.detail-head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.detail-lead {
  margin-bottom: 60px;
  font-size: 16px;
}
.detail-lead > p:nth-of-type(n+2) {
  margin-top: 20px;
}
.detail-main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 160px;
  background-color: #f7f7f7;
}
.detail-ttl,
.detail-sumttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 2px solid #b7b7b7;
}
.detail-sumttl {
  border-bottom: 4px solid #f2f2f2;
}
.detail-img {
  margin: 10px auto;
  text-align: center;
}
.detail-txt {
  margin-top: 20px;
  font-size: 16px;
}
/*
.detail-main .detail-txt  {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f7f7f7 50%, #f7f7f7 100%),
                    linear-gradient(0deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%,
                   100% 2em;
  line-height: 2em;
}*/

.detail-subttl,
.cardList-ttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
.detail-list {
  margin-top: 20px;
  padding-left: 2em;
  list-style: disc;
  font-size: 16px;
}
.detail-table {
  display: block;
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  background-color: #fff;
  overflow-x: auto;
}
.detail-table th,
.detail-table td {
  padding: 10px;
  border: 2px solid #f7f7f7;
}
.detail-table thead {
  vertical-align: middle;
  background-color: #e2e2e2;
}
.detail-table tbody th {
  min-width: 240px;
  text-align: left;
  vertical-align: middle;
}
.detail-table tbody td {
  min-width: 220px;
}
.detail-table .detail-list {
  margin-top: 0;
  text-align: left;
  font-size: inherit;
}
.type-bold {
  font-weight: bold;
}
/*=== ショップカード ===*/
.cardList:first-of-type{
  padding-top: 0;
}
.cardList + .cardList {
  margin-top: 40px;
}
.cardList-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cardList-list .cardList-item,
.cardList-stacked .cardList-item {
  display: flex;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .cardList-list .cardList-item:not(:nth-child(-n+3)) {
    margin-top: 40px;
  }
}
.cardList-stacked .cardList-item {
  margin-top: 20px;
}
.cardList-stacked .cardList-detail {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.cardList-list a.cardList-link,
.cardList-stacked a.cardList-link {
  width: 100%;
  text-decoration: none;
}
.cardList-list  a.cardList-link:visited,
.cardList-stacked a.cardList-link:visited {
  color: #232b35;
}
.cardList-list a.cardList-link:hover,
.cardList-stacked a.cardList-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cardList-list a.cardList-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #232b35;
}
.cardList-list .cardList-main {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.cardList-list .cardList-thumb {
  flex-shrink: 0;
  margin-right: 10px;
}
.cardList-stacked .cardList-thumb {
  width: 300px;
  text-align: center;
}
.cardList-list .cardList-name {
  display: flex;
  align-items: center;
  min-height: 84px;
}
.cardList-stacked .cardList-name {
  margin-bottom: 10px;
  font-weight: bold;
}
.cardList-list .cardList-label,
.cardList-stacked .cardList-label {
  margin-bottom: auto;
  padding: 0 20px;
}
.cardList-list .cardList-labeltext {
  display: inline-block;
  min-width: 56px;
  margin: 0 6px 3px 0;
  padding: 2px 6px;
  border: 1px solid #3a383c;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;;
}
.cardList-list .cardList-labeltext:last-of-type,
.cardList-stacked .cardList-labeltext:last-of-type {
  margin-bottom: 12px;
}
.cardList-list .cardList-price {
  padding: 10px 20px 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  background-color: #3a383c;
}
.cardList-stacked .cardList-price {
  margin-bottom: 7px;
}
.cardList-list .type-em,
.cardList-stacked .type-em {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.cardList-stacked .type-em {
  color:#ac2330;
}

.shopDetail-label {
  display: inline-block;
  width: 142px;
  margin-right: 20px;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.pattern-premium .shopDetail-label {
  background-color: #fff7d0;
}
/*=== 他ページ遷移ボタンエリア ===*/
.page .main-section {
  padding: 100px 20px;
}
.page-transition {
  margin: 0 auto;
  max-width: 640px;
}
a.page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 96px;
  padding: 10px 45px;
  color: #232b35;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-color: #f2f2f2;
  border-radius: 50px;
}
a.page-btn.pattern-main {
  color: #fff;
  font-weight: bold;
  background-color: #c4141c;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2);
}
a.page-btn:visited {
  color: #232b35;
}
a.page-btn.pattern-main:visited {
  color: #fff;
}
a.page-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.page-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #232b35;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.page-btn.pattern-main::after {
  background-color: #fff;
}

@media print, screen and (max-width: 768px) {
  /*=== メインレイアウト ===*/
  .main-section {
    display: block;
    width: 100%;
    padding: 40px 15px 0;
  }
  .main-section:last-child {
    padding-bottom: 40px;
  }
  .main-ttl {
    padding: 0 10px;
    font-size: 22px;
  }
  .main-subsec {
    padding: 30px 0 0;
  }
  /*=== 更新 ===*/
  .update {
    margin-top: 20px;
    padding: 0 10px;
  }
  .update-txt {
    padding-left: 18px;
    font-size: 12px;
  }
  .update-txt::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
  /*=== 本文 ===*/
  .detail-head {
    padding: 0 10px;
  }
  .detail-main {
    padding: 0;
  }
  .detail-lead {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .detail-lead > p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .detail-ttl,
  .detail-sumttl {
    padding-bottom: 10px;
    font-size: 19px;
  }
  .detail-img {
    width: 100%;
  }
  .detail-txt {
    margin-top: 10px;
    font-size: 13px;
  }
  .detail-subttl,
  .cardList-ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .detail-list {
    margin-top: 10px;
    font-size: 14px;
  }
  .detail-table {
    width: inherit;
  }
  .detail-table td {
    width: 60%;
  }
  /*=== ショップリスト ===*/
  .cardList {
    border-width: 3px;
  }
  .cardList + .cardList {
    margin-top: 20px;
  }
  .cardList-list {
    display: block;
    max-width: 620px;
    margin: 10px auto 0;
  }
  .cardList-list .cardList-item,
  .cardList-stacked .cardList-item {
    min-width: 50px;
    font-weight: normal;
  }
  .cardList-stacked .cardList-detail {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }
  .cardList-stacked .cardList-thumb,
  .cardList-stacked .cardList-price {
    width: 100%;
  }
  .cardList-stacked .cardList-name {
    padding: 0 10px;
  }
  .cardList-list .cardList-item:not(:first-child),
  .cardList-stacked .cardList-item:not(:first-child) {
    margin-top: 20px;
  }
  .cardList-list .cardList-main {
    padding: 15px 10px;
  }
  .cardList-stacked .cardList-main {
    padding: 10px 0;
  }
  .cardList-list .cardList-name {
    min-height: 60px;
  }
  .cardList-list .cardList-label,
  .cardList-stacked .cardList-label {
    padding: 0 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  .cardList-list .cardList-labeltext {
    margin: 0 10px 6px 0;
  }
  .cardList-list .cardList-price,
  .cardList-stacked .cardList-price {
    padding: 8px 10px 7px;
    font-size: 12px;
  }
  .cardList-stacked .cardList-price {
    margin-bottom: 0;
  }
  .cardList-list .type-em,
  .cardList-stacked .type-em {
    font-size: 15px;
  }
  .shopDetail-label {
    width: 10em;
    margin-right: 1em;
    font-size: 12px;
  }
  /*=== 他ページ遷移ボタンエリア ===*/
  .page .main-section {
    padding: 40px 10px;
  }
  a.page-btn {
    min-height: 54px;
    padding: 10px 35px;
    font-size: 20px;
  }
  a.page-btn.pattern-main {
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
  }
  a.page-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
}