@charset "UTF-8";
.p-single-shops * img,
.p-single-shops__kaitori * img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.p-single-shops .l-container,
.p-single-shops__kaitori .l-container {
  margin-bottom: 100px;
}
.p-single-shops .c-shop-title,
.p-single-shops__kaitori .c-shop-title {
  text-align: center;
  color: #FFF;
  padding: 10px 10px 7px;
  background-color: #AC0000;
  font-size: 19px;
}
.p-single-shops .c-shop-title--h3,
.p-single-shops__kaitori .c-shop-title--h3 {
  color: #fff;
  background: #CE9D00;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 12px 10px;
  margin: 0;
}
.p-single-shops .c-btn .c-btn__link,
.p-single-shops__kaitori .c-btn .c-btn__link {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 2px;
  border-radius: 10px;
  border: 2px solid #AC0000;
  background: #FFF;
  width: max-content;
  margin: 20px auto 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-single-shops .c-btn .c-btn__link,
  .p-single-shops__kaitori .c-btn .c-btn__link {
    width: 100%;
    gap: 20px;
  }
}
.p-single-shops .c-btn .c-btn__link span,
.p-single-shops__kaitori .c-btn .c-btn__link span {
  color: #AC0000;
  font-family: YuGothic;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.2px;
  /* 180% */
  letter-spacing: 1.12px;
}
.p-single-shops .c-btn .c-btn__link::after,
.p-single-shops__kaitori .c-btn .c-btn__link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #AC0000;
  border-right: 0;
  display: inline-block;
}
.p-single-shops .c-kaitori-list,
.p-single-shops__kaitori .c-kaitori-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-single-shops .c-kaitori-list,
  .p-single-shops__kaitori .c-kaitori-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .p-single-shops .c-kaitori-list,
  .p-single-shops__kaitori .c-kaitori-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 10px;
  }
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item {
  position: relative;
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link,
  .p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link {
    grid-template-columns: 80px auto;
  }
}
@media screen and (max-width: 425px) {
  .p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link,
  .p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link {
    grid-template-columns: 50px auto;
    margin: 0 auto;
    gap: 10px;
  }
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__img,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__img {
  max-width: 110px;
  max-height: 110px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__img,
  .p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (max-width: 425px) {
  .p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__img,
  .p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__img {
    max-width: 50px;
    max-height: 50px;
  }
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__name,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__name {
  color: #333;
  text-align: center;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px; /* 130% */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__name,
  .p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__name {
    font-size: 12px;
  }
  .p-single-shops .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__name br,
  .p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item .c-kaitori-list__link .c-kaitori-list__name br {
    display: none;
  }
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item::after,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item::after {
  position: absolute;
  content: "";
  border-right: 18px solid #333;
  border-top: 18px solid transparent;
  right: 0;
  bottom: 0;
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item:hover .c-kaitori-list__link .c-kaitori-list__name,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item:hover .c-kaitori-list__link .c-kaitori-list__name {
  color: #CE9D00;
}
.p-single-shops .c-kaitori-list .c-kaitori-list__item:hover::after,
.p-single-shops__kaitori .c-kaitori-list .c-kaitori-list__item:hover::after {
  border-right: 18px solid #CE9D00;
}
.p-single-shops .c-trends-graph,
.p-single-shops__kaitori .c-trends-graph {
  width: 100%;
  margin: 20px auto;
}
.p-single-shops .c-trends-graph .c-trends-graph__head,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 678px;
  margin: 20px auto 0;
}
.p-single-shops .c-trends-graph .c-trends-graph__head .c-trends-graph__head-label,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__head .c-trends-graph__head-label {
  width: calc(33.3333333333% - 7px);
  padding: 7px 10px 5px;
  color: var(--trend-text-color);
  background: var(--trend-bg-color);
  border: 1px solid var(--trend-text-color);
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 50px;
  margin: 0;
  font-weight: bold;
  transition: 0.2s all;
  font-family: inherit;
}
.p-single-shops .c-trends-graph .c-trends-graph__head .c-trends-graph__head-label:hover,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__head .c-trends-graph__head-label:hover {
  opacity: 0.8;
}
.p-single-shops .c-trends-graph .c-trends-graph__head .c-trends-graph__head-label.is-active,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__head .c-trends-graph__head-label.is-active {
  background: var(--trend-active-color);
  color: #fff;
  border-color: var(--trend-active-color);
}
.p-single-shops .c-trends-graph .c-trends-graph__note,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__note {
  display: grid;
  gap: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.p-single-shops .c-trends-graph .c-trends-graph__note p,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__note p {
  color: #333;
  font-family: YuGothic;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.12px;
  padding: 0;
}
.p-single-shops .c-trends-graph .c-trends-graph__item,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__item {
  width: 100%;
  text-align: center;
  display: none;
  padding: 10px 0;
  overflow-x: auto;
  max-width: calc(100vw - 30px);
  padding: 10px;
  max-width: 678px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.p-single-shops .c-trends-graph .c-trends-graph__item.is-active,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__item.is-active {
  display: block;
}
.p-single-shops .c-trends-graph .c-trends-graph__item .c-trends-graph__iframe,
.p-single-shops__kaitori .c-trends-graph .c-trends-graph__item .c-trends-graph__iframe {
  display: block;
  width: 100%;
  max-width: 505px;
  height: auto;
  aspect-ratio: 505/300;
  margin: 0 auto;
  border: none !important;
}

.p-single-shops .c-shops-mainvisual {
  padding: 0;
  margin: 0;
  background-image: none !important;
}
.p-single-shops .c-strengths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 40px;
}
.p-single-shops .c-shops-cta {
  margin: 40px auto;
}
.p-single-shops .c-shops-cta .c-shops-cta__txt {
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.p-single-shops .c-shops-cta .c-shops-cta__txt::after, .p-single-shops .c-shops-cta .c-shops-cta__txt::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: #333;
}
.p-single-shops .c-shops-cta .c-shops-cta__txt::after {
  height: 1px;
  width: 5px;
  top: 50%;
  left: -10px;
}
.p-single-shops .c-shops-cta .c-shops-cta__txt::before {
  height: 1px;
  width: 5px;
  top: 50%;
  right: -10px;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn-inner {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 278px);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-single-shops .c-shops-cta .c-shops-cta__btn-inner {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-single-shops .c-shops-cta .c-shops-cta__btn {
  color: #FFF;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px 20px 50px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  position: relative;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn::after {
  position: absolute;
  bottom: 0;
  margin: auto;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn:hover {
  box-shadow: none;
  margin: 4px -2px -4px 2px;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn--tel {
  background: #00a6ac;
  box-shadow: 2px 4px 0 #31708f;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn--tel::after {
  content: "\f2a0";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  height: fit-content;
  left: 24px;
  top: 0;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn--contact {
  background: #2d8c3c;
  box-shadow: 2px 4px 0 #0d6c1c;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn--contact::after {
  content: "";
  background: url(../images/icon_contact.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  left: 25px;
  top: 0;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn-sub {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}
.p-single-shops .c-shops-cta .c-shops-cta__btn-text {
  font-size: 1.6rem;
  margin-top: 10px;
}
.p-single-shops .c-features .c-features__list {
  counter-reset: features;
}
.p-single-shops .c-features .c-features__list-item {
  background-color: #FFFAEA;
  padding: 40px;
  position: relative;
  overflow: hidden;
  margin: 15px 0 0;
}
.p-single-shops .c-features .c-features__list-item::after {
  position: absolute;
  content: "特徴";
  width: 120px;
  height: 120px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background-color: #F2C022;
  border-radius: 100%;
  left: -20px;
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 35px 15px;
  z-index: 1;
}
.p-single-shops .c-features .c-features__list-item::before {
  position: absolute;
  counter-increment: features;
  content: counter(features);
  width: 120px;
  height: 120px;
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  left: -20px;
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0 0 15px;
  z-index: 2;
}
.p-single-shops .c-features .c-features__list-title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 0 0 0 90px;
  margin: 0 0 35px;
}
.p-single-shops .c-features .c-features__list_text {
  padding: 10px 0 0;
}
.p-single-shops .c-strengthen .c-strengthen__wrapper.u-column-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.p-single-shops .c-strengthen .c-strengthen__wrapper.u-column-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-strengthen .c-strengthen__wrapper.u-column-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-single-shops .c-strengthen .c-strengthen__link {
  width: 100%;
  margin: 0;
}
.p-single-shops .c-method {
  margin: 40px auto 0;
}
.p-single-shops .c-method .c-method__flow .c-method__flow-title {
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px 10px;
  font-weight: bold;
  border-radius: 50px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-method .c-method__flow .c-method__flow-title {
    font-size: 18px;
  }
}
.p-single-shops .c-method .c-method__flow .c-method__flow-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  counter-reset: flowItem;
}
@media screen and (max-width: 768px) {
  .p-single-shops .c-method .c-method__flow .c-method__flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-single-shops .c-method .c-method__flow .c-method__flow-item {
  background-color: #f7f1e8;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-method .c-method__flow .c-method__flow-item {
    padding: 15px;
  }
}
.p-single-shops .c-method .c-method__flow .c-method__flow-item::before {
  position: absolute;
  content: counter(flowItem);
  counter-increment: flowItem;
  color: #FFF;
  width: 60px;
  height: 60px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 23px 0 0;
  top: 10px;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-method .c-method__flow .c-method__flow-item::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 22px 0 0;
    top: 5px;
    left: 5px;
  }
}
.p-single-shops .c-method .c-method__flow .c-method__flow-item::after {
  position: absolute;
  content: "STEP";
  color: #FFF;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0 25px;
  top: 10px;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-method .c-method__flow .c-method__flow-item::after {
    width: 50px;
    height: 50px;
    font-size: 12px;
    padding: 7px 0 22px;
    top: 5px;
    left: 5px;
  }
}
.p-single-shops .c-method .c-method__flow .c-method__flow-img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  object-position: center;
}
.p-single-shops .c-method .c-method__flow .c-method__flow-text {
  font-weight: bold;
  color: #AC0000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-method .c-method__flow .c-method__flow-text {
    font-size: 14px;
    margin: 5px 0 0;
  }
}
.p-single-shops .c-method .c-method__flow.--instore .c-method__flow-title,
.p-single-shops .c-method .c-method__flow.--instore .c-method__flow-item::before {
  background-color: #337ab7;
}
.p-single-shops .c-method .c-method__flow.--delivery .c-method__flow-title,
.p-single-shops .c-method .c-method__flow.--delivery .c-method__flow-item::before {
  background-color: #E3AD00;
}
.p-single-shops .c-faq {
  margin-bottom: 42px;
}
.p-single-shops .c-access .c-access__list {
  margin-bottom: 32px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-single-shops .c-access .c-access__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-single-shops .c-access .c-access__img {
  border: 2px solid #E3AD00;
  background: url(<path-to-image>) lightgray 0px 0.487px/100% 99.65% no-repeat;
}
.p-single-shops .c-access .c-access__caption {
  color: #333;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  /* 180% */
  letter-spacing: 1.12px;
}
.p-single-shops .c-access .c-access__map {
  margin-bottom: 32px;
}
.p-single-shops .c-column .c-column__inner {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .p-single-shops .c-column .c-column__inner {
    grid-template-columns: 1fr;
  }
}
.p-single-shops .c-column .c-column__item {
  padding: 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .p-single-shops .c-column .c-column__link {
    display: grid;
    gap: 20px;
    grid-template-columns: 150px auto;
    align-items: center;
  }
}
.p-single-shops .c-column .c-column__img {
  object-fit: cover;
  min-height: 248px;
}
@media screen and (max-width: 991px) {
  .p-single-shops .c-column .c-column__img {
    min-height: 150px;
  }
}
.p-single-shops .c-column .c-column__title {
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 0;
  letter-spacing: normal;
  font-weight: bold;
  color: #AC0000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-single-shops #mrTable04 .review-card {
    width: 100%;
  }
}

.p-single-shops__kaitori .c-goldtable {
  margin-bottom: 50px;
}
.p-single-shops__kaitori .c-goldtable__title {
  background: #CE9D00;
  display: flex;
  height: 40px;
  padding: 12px 430.157px 12px 450.46px;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 1.12px;
}
.p-single-shops__kaitori .purchase-method {
  max-width: 848px;
  margin: 50px auto;
}
.p-single-shops__kaitori .c-itemswebuy .c-itemswebuy__subtitle {
  color: #333;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 1.12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #AAA;
  margin: 20px 0;
}
.p-single-shops__kaitori .c-merit .c-merit__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 425px) {
  .p-single-shops__kaitori .c-merit .c-merit__wrapper {
    grid-template-columns: 1fr;
  }
}
.p-single-shops__kaitori .c-merit .c-merit__item {
  border: 1px solid #E3AD00;
  background-color: #FFFAEA;
  line-height: 22px;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__title {
  color: #FFF;
  background-color: #E3AD00;
  font-size: 18px;
  padding: 8px 10px 6px 40px;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__icon {
  position: relative;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__icon::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: -30px;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__icon.coin::before {
  background: url(../images/icon_coin.svg) no-repeat;
  background-size: contain;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__icon.bag::before {
  background: url(../images/icon_bag.svg) no-repeat;
  background-size: contain;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__icon.shop::before {
  background: url(../images/icon_shop02.svg) no-repeat;
  background-size: contain;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__icon.delivery::before {
  background: url(../images/icon_delivery.svg) no-repeat;
  background-size: contain;
}
.p-single-shops__kaitori .c-merit .c-merit__item .c-merit__text {
  padding: 10px;
}
.p-single-shops__kaitori .c-point .c-point__wrapper {
  margin: 60px auto 20px;
  width: 90%;
}
.p-single-shops__kaitori .c-point .c-point__item {
  border: 2px solid #E3AD00;
  background-color: #FFFAEA;
  padding: 30px 20px 20px;
  position: relative;
}
.p-single-shops__kaitori .c-point .c-point__item + .c-point__item {
  margin-top: 40px;
}
.p-single-shops__kaitori .c-point .c-point__item .c-point__icon {
  background-color: #E3AD00;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
  line-height: 1;
  padding: 10px 30px 8px;
  border-radius: 50px;
  position: absolute;
}
.p-single-shops__kaitori .c-point .c-point__item .c-point__title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #E3AD00;
  padding: 0 0 5px;
}
.p-single-shops__kaitori .c-translation .c-translation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.p-single-shops__kaitori .c-translation .c-translation__item .c-translation__name {
  background-color: #FFFAEA;
  border-bottom: 2px solid #DA9A11;
  border-top: 2px solid #DA9A11;
  color: #DA9A11;
  text-align: center;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
  padding: 14px 0;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-single-shops__kaitori .c-translation .c-translation__item .br {
  display: none;
}
.p-single-shops__kaitori .c-idcard .c-idcard__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 991px) {
  .p-single-shops__kaitori .c-idcard .c-idcard__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .p-single-shops__kaitori .c-idcard .c-idcard__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-single-shops__kaitori .c-idcard .c-idcard__list .c-idcard__item .c-idcard__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-single-shops__kaitori .c-idcard .c-idcard__list .c-idcard__item .c-idcard__name {
  margin: 20px 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.p-single-shops__kaitori .c-idcard .c-idcard__list .c-idcard__item .c-idcard__caption {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin: -10px 0 0;
  letter-spacing: 0;
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list {
  display: grid;
  gap: 20px;
  margin-left: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list {
    padding-left: 20px;
  }
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list .c-kaitori-flow__item {
  background: #F5EFE5;
  position: relative;
  padding: 20px;
  display: grid;
  gap: 30px;
  grid-template-rows: 90px auto;
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list .c-kaitori-flow__item .c-kaitori-flow__icon {
  background: #F2C022;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #FFF;
  letter-spacing: 0.1em;
  padding: 7px 0 25px;
  font-size: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 13px;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: -20px;
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list .c-kaitori-flow__item .c-kaitori-flow__icon small {
  display: block;
  font-size: 14px;
  position: relative;
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list .c-kaitori-flow__item .c-kaitori-flow__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 119px;
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list .c-kaitori-flow__item .c-kaitori-flow__title {
  color: #9F0610;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: 1.12px;
  padding: 0 120px 0 20px;
  display: flex;
  align-items: center;
}
.p-single-shops__kaitori .c-kaitori-flow .c-kaitori-flow__list .c-kaitori-flow__item .c-kaitori-flow__text {
  color: #333;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px; /* 180% */
  letter-spacing: 1.12px;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 550px);
}
@media screen and (max-width: 768px) {
  .p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__wrapper {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 20px;
  }
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__thead .c-market-jewelry__th {
  color: #488DA5;
  text-align: center;
  font-family: YuGothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 1px solid #DDD;
  background: #DFF2F8;
  padding: 25px 0;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__tr {
  width: 100%;
  border-left: 1px solid #ddd;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__tr .c-market-jewelry__th,
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__tr .c-market-jewelry__td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__tr .c-market-jewelry__th {
  width: 50%;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__tr .c-market-jewelry__td {
  vertical-align: middle;
  text-align: center;
  width: 50%;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__item {
  display: grid;
  grid-template-columns: 76px auto;
  align-items: center;
  gap: 26px;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  margin: 0 auto;
}
.p-single-shops__kaitori .c-market-jewelry .c-market-jewelry__text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.c-voice #mrTable04-layout .review-card:nth-child(n+4) {
  display: none !important;
}
.c-voice .c-voiceMore-btn {
  border-radius: 10px;
  background: #aaa;
  width: max-content;
  margin: 20px auto 0;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.c-voice .c-voiceMore-btn .c-voiceMore-btn__text {
  color: #fff;
  font-family: YuGothic;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.2px; /* 180% */
  letter-spacing: 1.12px;
}
.c-voice .c-voiceMore-btn .c-voiceMore-btn__icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: relative;
  display: block;
  background: #fff;
}
.c-voice .c-voiceMore-btn .c-voiceMore-btn__icon::before, .c-voice .c-voiceMore-btn .c-voiceMore-btn__icon::after {
  content: "";
  position: absolute;
  background-color: #aaa;
  width: 1px;
  height: 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-voice .c-voiceMore-btn .c-voiceMore-btn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-voice .c-voiceMore-btn.is-open .c-voiceMore-btn__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
