/* 買取実績ページ */
.single-section .section-in > div {
  padding: 0.5em;
  width: 100%;
}
.single-section .section-in > div:first-of-type > div {
  background-color: #fff;
  padding: 0.5em;
}
.single-section .from-shop {
  background-color: #729925;
  color: #fff;
  padding: 1em;
  font-weight: bold;
  display: inline-block;
}
.single-section h1 {
  font-size: 1.5em;
}
.single-section h1 + div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.single-section h1 + div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background-color: #fff;
}
.single-section .score-rank {
  margin-right: 0.5em;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
}
.single-section .score-tag {
  padding: 0.5em;
}
.single-section h2 {
  border-top: 3px solid #729925;
  border-bottom: 3px solid #729925;
  padding: 0.5em;
  background-color: #f4f4f4;
  text-align: left;
  margin: 2em 0 1em 0;
  position: relative;
}
.single-section h2:before {
  position: absolute;
  content: 'POINT';
  background: #729925;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 7px;
  font-size: 0.7em;
  line-height: 1;
}
.single-section h2.left-rim-belt-title {
  border-left: solid 5px #729925;
  padding: 10px;
  background-color: #e9f1e7;
  font-size: 1.5em;
  position: inherit;
  border-top: none;
  border-bottom: none;
  margin: 0;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2em;
  background-image: none;
  color: #222;
}
.single-section h2.left-rim-belt-title:before {
  content: "";
/* // bottom: 0; */
  padding: 0;
}
.single-section img {
  margin: 1em 0;
}
.single-section .product-image, .single-section .image-by-staff, .single-section .campaign-image {
  text-align: center;
}
.single-section .product-image img {
  max-height: 420px;
}
.single-section .score-footer {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #729925;
}
.single-section a {
  text-decoration: underline;
}
.single-section .link-button a {
  text-decoration: none;
}
.single-section p {
  text-align: left;
}
.single-section #mask-target, #shop-contents {
  position: relative;
  overflow: hidden;
  transition: 0.8s ease 0.1s;
}
.single-section #mask-target.mask:after {
  position: absolute;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255,0) 50%, rgba(255, 255, 255,1) 100%);  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);   /* IE6-9 */
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
}
.single-section #mask-target + .content-open-button {
  display: none;
}
.single-section #mask-target + .content-open-button > div {
  background-color: #729925;
  padding: 0.5em;
  color: #fff;
  width: 100px;
  text-align: center;
}
.single-section #mask-target.mask + .content-open-button {
  display: flex;
  justify-content: center;
}
.single-section #mask-target.mask + .content-open-button > div:before {
  content: '\7D9A\304D\3092\8AAD\3080'; /* 続きを読む */
}
@media only screen and (min-width: 768px) {
  .single-section h1 + div {
    flex-wrap: nowrap;
    margin-bottom: 1em;
  }
  .single-section .section-in > div {
    /* padding: 2em; */
  }
  .single-section .section-in > div:first-of-type > div {
    /* padding: 2em; */
  }
  .single-section .product-image > img, .single-section .image-by-staff > img, .single-section .campaign-image > img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1140px) {
  .single-section #mask-target {
    margin: 0 auto;
    max-width: 800px;
  }
}
.single-news-section h1 + div {
  padding: 1em;
  background-color: #fff;
}
.single-news-section p {
  text-align: left;
}
.single-news-section h1 + div > p {
  margin-top: 1em;
}
.single-news-section img {
  height: auto;
}
.single-news-section .post-link-container {
  margin-top: 2em;
}


.result-single__comment-detail .link-button {
  background-color: #729925;
  color: #fff;
  cursor: pointer;
  padding: 1em;
  max-width: 400px;
}
.result-single__comment-detail .link-button:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}
.result-single__comment-detail .link-button a {
  color: #fff;
  display: block;
  text-align: center;
}
.result-single__comment-detail .jump-button {
  background-color: #eeede6;
  cursor: pointer;
  padding: 1em;
}
.result-single__comment-detail .jump-button:hover {
  color: #729925;
}
.result-single__comment-detail .jump-button p {
  text-align: center !important;
}
.result-single__comment-detail .jump-button i {
  display: block;
  text-align: center;
}
.result-single__comment-detail .side-open-button {
  background-color: #eeede6;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 1em;
}
.result-single__comment-detail .side-open-button:hover {
  color: #729925;
}
.result-single__comment-detail .side-open-button.mark:after {
  content: '';
  position: absolute;
  top: calc(100% - 0.6em);
  right: 0;
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid #729925;
  border-bottom: 0.3em solid #729925;
  border-left: 0.3em solid transparent;
}
.result-single__comment-detail .open .side-open-button.mark:after {
  border-right-color: #999;
  border-bottom-color: #999;
}
.result-single__comment-detail .tile-result-contents h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #729925;
  color: #fff;
  margin: 0;
  padding: 0.5em;
}
.result-single__comment-detail .tile-result-contents p {
  text-align: left;
}
.result-single__comment-detail .tile-result-contents p a {
  text-decoration: underline;
}
.result-single__comment-detail .delimiter-list {
  display: block !important;
}
.result-single__comment-detail .delimiter-list > li {
  display: inline-block !important;
  padding: 0 10px;
  border: none !important;
  border-right: 1px solid #999 !important;
}
.result-single__comment-detail .delimiter-list > li:last-child {
  border-right: none !important;
}
.result-single__comment-detail .space-list {
  display: block !important;
  word-break: break-all;
}
.result-single__comment-detail .space-list > li {
  display: inline !important;
  margin-left: 0 !important;
  margin-right: 0.5em !important;
  border: none !important;
}
.result-single__comment-detail .space-list > li:last-child {
  margin-right: none;
}
.result-single__comment-detail .check-list {
  /* display: block !important; */
  display: block;
}
.result-single__comment-detail .check-list > li {
  /* display: inline-block !important; */
  display: inline-block;
  margin-right: 1em !important;
}
.result-single__comment-detail .check-list i {
  margin-right: 0.5em;
  color: #b59a63;
}
.result-single__comment-detail .delighter {
  transition: all .3s ease-out;
  opacity: 0.5;
}
.result-single__comment-detail .delighter.started {
  transform: none;
  opacity: 1;
}
.result-single__comment-detail .delighter.ended {
  transform: none;
  opacity: 0.5;
}



/* ブログカード */
.linkcard {
  margin-left: 0;
  margin-right: 0;
}

.lkc-title {
  margin-bottom: 14px;
}

.lkc-url {
  display: none;
}

.lkc-excerpt {
  display: block !important;
}

.lkc-thumbnail {
  width: 25%;
  min-width: 150px;
  margin: 0;
  margin-right: 20px;
  max-width: 100%;
  max-height: 100%;
}

.lkc-thumbnail-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.lkc-content {
  margin-top: 0;
  height: 100%;
  padding: 15px;
}

.lkc-card{
  margin: 0;
}

.lkc-internal-wrap {
  max-width: 100%;
}
.postid-157561 ul.accordion-wrapper {
  width: 100%;
  padding-left: 15px;
}
.postid-157561 img {
  height: 100%;
}
.flex {
  display: flex;
}
.fot_group {
  align-items: center;
  justify-content: center;
}
.fot_group span {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.fot_group {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.fot_group li {
  margin: 0 25px;
  position: relative;
}
.fot_group li a::after {
  content: "";
  background-image: url(https://re-musubi.jp/wp-content/themes/kaitori-musubi-renew/img/home/outlink.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: -18px;
}
.fot_group.flex a {
  text-decoration: none;
}
.fot_group ul {
  justify-content: center;
}
.fot_group a {
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px){
.fot_group {
  justify-content: unset;
  flex-wrap: wrap;
}
.fot_group, .fot_group .flex {
  display: block;
}
.fot_group span {
  margin-right: 0;
}
.fot_group .flex {
  line-height: 2;
}
.fot_group li {
  margin: 0;
}
.fot_group.flex a {
  position: relative;
}
.fot_group li a::after {
  top: 3px;
  right: -20px;
}
}





/*--------------------------------------20240314追加-----------------------------------------*/
/*--目次 start--*/
span.toc_depth_1::after {
  content: "";
  border: 1px solid #729925;
  margin: 0 5px 0 10px;
}
ul.toc_list a {
  font-size: 15px;
color: #484848;
}
span.toc_brackets, span.toc_toggle a {
  font-size: 12px;
}
ul.toc_list > li > ul > li > a {
  font-size: 12px;
}
span.toc_number.toc_depth_2 {
  margin-right: 5px;
}
.c-single01 #toc_container .toc_list > li ul {
padding-left: 0px;
}
.c-single01 #toc_container .toc_title {
  color: #484848;
}
.no_bullets {
  margin: auto;
}
/*--目次 end--*/
/*--スクロールトップ start--*/
#pagetop__a {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 140px;
  background: rgba(255, 255, 255, 0.5);
  border: solid 2px #729925;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 25;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #729925;
  border-right: 3px solid #729925;
  transform: translateY(20%) rotate(-45deg);
}
/*
#pagetop__a {
opacity: 0;
transform: translateY(20px);
transition: all 0.5s ease-in-out;
}

#pagetop__a.show {
opacity: 1;
transform: translateY(0);
}
*/
@media screen and (max-width: 768px) {
#pagetop__a {
  right: 20px;
  bottom: 80px;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #729925;
  border-right: 3px solid #729925;
  transform: translateY(20%) rotate(-45deg);
}
}
/*--目次 end--*/

/*--------------------------------------20240321追加-----------------------------------------*/
/*ショップ一覧レイアウト変更*/
.shoplist02__item_box {
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-template-areas: "thum tit" "thum note" "thum meta";
}
p.c-shoplist02__note {
    padding-left: 20px;
    grid-area: note;
    font-size: 12px;
    margin-top: -10px;
}
.shoplist02__item_thum {
  width: 270px;
  height: 270px;
  grid-area: thum;
}
.shoplist02__item_box h3, li.c-shoplist02__item.is-future h3 {
  font-size: 22px;
  color: #729925;
  margin-bottom: 15px;
  line-height: 1;
}
.shoplist02__item_box h3 {
  padding-left: 20px;
  grid-area: tit;
}
.shoplist02__item_meta {
  padding-left: 20px;
  grid-area: meta;
}
.shoplist02__item_meta dt { 
  background: #f1f5e9;
  width: 75px;
  border: 1px solid #729925;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.shoplist02__item_meta dl {
  padding: 13px 0;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.shoplist02__item_meta dd {
  padding: 0 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
li.c-shoplist02__item_wrap {
  padding: 30px 0;
  border-bottom: 1px solid #c5c5c5;
}
a.c-shoplist02__item_a {
  width: 200px;
  background: #729925;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  font-weight: 700;
}
a.c-shoplist02__item_a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
a.c-shoplist02__item_a.googlemaplink {
  background: #4285f4;
}
.c-shoplist02_link {
  display: flex;
  justify-content: space-evenly;
  padding-top: 15px;
}
dd.tel_pad {
  padding: 0 30px 0 15px;
}
.shoplist02__item_thum img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.c-shoplist02__item.is-future {
  text-align: center;
}
.c-shoplist02__item-info {
  justify-content: center;
  font-weight: bold;
}
dl.shoplist02__item_ad dd {
  width: calc(100% - 75px);
}
div#post h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
div#post h4::before {
  border-left: 5px solid #729925;
  content: "";
  margin-right: 10px;
}
@media screen and (max-width:768px) {
.postid-157561 .flex {
    flex-wrap: wrap;
}
.postid-157561 img {
  margin: auto;
}
.postid-157561 ul.accordion-wrapper {
  padding-left: 0;
}
}
@media screen and (max-width:600px) {
.shoplist02__item_box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "tit"
      "note"
      "thum"
      "meta";
}
p.c-shoplist02__note {
    padding-left: 0;
    grid-area: note;
    margin: -5px 0 5px;
    text-align: center;
}
.shoplist02__item_thum {
  width: 100%;
  height: 220px;
  background-size: 100% auto;
  margin-bottom: 15px;
}
.shoplist02__item_meta {
  width: 100%;
  padding-left: 0;
}
dl.shoplist02__item_tel_time {
  padding: 0 0 15px 0;
}
.shoplist02__item_box h3, li.c-shoplist02__item.is-future h3 {
  font-size: 20px;
  text-align: center;
}
.shoplist02__item_meta dd {
  font-size: 14px;
  padding: 0 10px;
}
dl.shoplist02__item_tel_time dd {
  letter-spacing: -1px;
}
.shoplist02__item_meta dt {
  font-size: 13px;
}
a.c-shoplist02__item_a {
  width: 46%;
  font-size: 13px;
  
}
.c-shoplist02__item_a span {
    letter-spacing: -0.5px;
}
dd.tel_pad {
  padding: 0 20px 0 10px;
}
.shoplist02__item_thum img {
  height: 220px;
}
.shoplist02__item_box h3 {
  padding-left: 0;
}
.shoplist02__item_meta dl {
  padding: 10px 0;
}
.c-shoplist02_link {
  padding-top: 10px;
}
li.c-shoplist02__item_wrap {
  padding: 25px 0;
}
}
@media screen and (max-width:400px) {
.shoplist02__item_meta dd {
padding: 0 10px;
}

dl.shoplist02__item_tel_time {
  padding: 0 0 12px 0;
}
a.c-shoplist02__item_a {
  width: 48%;
}
div#post h4 {
  font-size: 16px;
}
}
@media screen and (max-width:370px) {
.shoplist02__item_meta dd {
  padding: 0 10px;
  font-size: 13px;
  }
  .shoplist02__item_meta dt {
    font-size: 12px;
  }
}
/**  20240406  **/
.c-single01 p {
  color: #000000;
}

/**  20240406  **/
.c-single01__content table p {
  margin-bottom: 0;
}
/**20240726追加**/
p.p-country-name {
  display: none;
}

/*-------------------------------------------店舗ページ　親・子両方 start--------------------------------------------------*/
.shoplist02__item_box h3 a {
  text-decoration: none;
}
li#splide01-slide01 img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
li#splide01-slide01 {
    text-align: center;
}
/*タブ*/ 
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #4e6a15;
    display: block;
    order: -1;
}
.tab-label {
    color: #000000;
    background: #f1f5e9;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
	line-height: 1.3;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #82965a;
	color: #ffffff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/*/タブ*/

/*スライダー*/
/* Add numbers to pagination buttons by CSS */
.splide__pagination {
  counter-reset: pagination-num;
}

.splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter( pagination-num );
}

.slide_box {
    text-align: center;
}
.slide_box img {
    display: block;
    margin: 0 auto 15px;
}
section#access .splide__pagination__page {
    background: #e1e1e1;
    color: #000000;
    border-radius: 3px;
    height: 30px;
    margin: 3px;
    opacity: 1;
    width: 30px;
}
section#access .splide__pagination__page.is-active {
    background: #729925;
    color: #ffffff;
    transform: none;
    z-index: 1;
}
.slide_box {
    text-align: center;
    padding-bottom: 10px;
}
section#access .splide__pagination {
    position: relative;
    bottom: 0;
}
section#access .splide__arrow {
    background: #729925;
	border-radius: 0;
    opacity: 1;
}
section#access .splide__arrow svg {
    fill: #fff;
}
section#access .splide__arrow {
    top: calc(50% - 40px);
}

ul.guidance__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
li.pc_slide {
    margin: 0 10px;
    position: relative;
	overflow: hidden;
}
.slide_box img {
    margin-bottom: 5px;
}
.slide_box {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
	color: #000000;
    position: relative;
}
.silde_sp::before {
    content: "";
    border-top: 80px solid #729925;
    border-right: 80px solid #729925;
    transform: rotate(-45deg);
    transform-origin: top right;
    box-sizing: border-box;
    top: -55px;
    left: -80px;
    position: absolute;
}
li.pc_slide span {
    position: absolute;
    width: 25px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
	z-index: 50;
}
li.pc_slide::before {
    content: "";
    border-top: 60px solid #729925;
    border-right: 60px solid #729925;
    transform: rotate(-45deg);
    transform-origin: top right;
    box-sizing: border-box;
    top: -45px;
    left: -60px;
    position: absolute;
	z-index: 30;
}
.silde_sp span {
    position: absolute;
    color: #ffffff;
    width: 35px;
    text-align: center;
    font-weight: 500;
    top: 5px;
    font-size: 18px;
}
.splide__slide img {
    width: 100%;
}
span.h1_top {
    font-size: 21px;
}
.reserve_attention2 {
    padding: 15px;
    border: 1px solid;
    font-weight: 600;
}
.reserve_attention2 span {
    color: red;
}
.reserve_attention {
    background: #4e6a15;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    font-size: 18px;
    margin: 40px 0 0;
}
/*/スライダー*/
@media screen and (max-width: 600px) {
section#access .splide__arrow--prev {
    left: -10px;
}
section#access  .splide__arrow--next {
    right: -10px;
}
section#access .splide__arrow {
    top: calc(50% - 50px);
}
span.h1_top {
    font-size: 14px;
}
.c-shop-single__title {
    line-height: 1.3;
    font-size: 18px;
}
}
@media screen and (max-width: 370px) {
.c-shop-single__title {
    font-size: 16px;
}
}
/*-------------------------------------------店舗ページ　親・子両方 end--------------------------------------------------*/

/*ブログカード style追加*/
.linkcard {
  position: relative;
  padding: 5px 0 0 0;
}
.linkcard::before {
  content: "あわせて読みたい";
  background: #d6e5b4;
  padding: 1px 15px;
  position: absolute;
  font-size: 14px;
  color: #4e6a15;
  font-weight: 600;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 125px;
  text-align: center;
}
.lkc-internal-wrap {
  border: 1px solid #729925!important;
}
@media screen and (max-width:500px) {
.linkcard::before {
  font-size: 12px;
  width: 100px;
  top: -15px;
  border-radius: 5px 5px 0px 0px;
}
.c-single01__content h3 {
  font-size: 14px;
}
}

/*-------------------------------------------お知らせ 箇所 -------------------------------------------------*/

.attention_txt_left {
    background: #729925!important;
}
.attention_txt_left span {
    color: #729925!important;
}
.attention_txt_right::after {
    background: #729925!important;
}
.attention_txt_box a {
    background: #f7f7f7!important;
}
.attention_txt_box a {
    color: #000000!important;
}
.attention_txt_left {
    padding: 3px 20px 3px 20px!important;
}



/*----------------------------宅配買取削除----------------------------*/
.popup_button2, p.c-kaitori01__btn.btn03, .takuhai-kaitori, .cta_box2 {
    display: none;
}
.c-cta02__item {
    width: calc(50% - 6.67px);
}
.purchase-intro__anchor-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.c-cta02__item-link {
    align-items: center;
}
.c-cta02__item-sub {
    width: 100px;
    margin: 0 15px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popup_button_wrap {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}
.back_green {
    line-height: 1.2;
}
.popup_button_wrap {
    justify-content: space-evenly!important;
}
.l-nav-sp__area02-btn {
    width: calc(50% + 1px);
    margin: 0 -1px;
}
@media screen and (max-width:768px) {

.popup_content {
    bottom: 0;
    top: 0;
    margin: auto;
}
.popup_button1 {
    margin-bottom: 10px;
}
}
@media screen and (max-width:600px) {
}



.c-shoplist02__item_a span {
    font-size: 10px;
    display: block;
    line-height: 1;
}
.c-shoplist02__item_a.googlemaplink {
    display: flex;
    align-items: center;
    justify-content: center;
  }
