@charset "UTF-8";
/*--------- loop-shop.php(single-shop.php)-------------- */

.item .section-title {
    padding-top: 80px;
    border-bottom: 2px solid #268d86;
}


.item-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* max-width:80% ; */
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}

@media(max-width:800px){
    .item-inner {
        display: flex;
        flex-flow: column;
        justify-content: center;
        /*align-items: flex-start; */
        width:100%;
        text-align: center;
        margin: 0 auto;
        padding-top: 80px;
        }

}

.item th,
.item td {
    display: block;
    
}
 /* 一旦コメントアウト　20230726　by　ando */
/* table {
    border-collapse: collapse;
    padding: 0 15px;
    width: 80%;
    margin:0 auto 10px;
} */

.item-pic,
.item-info{
    padding: 10px;
    width:100%;
}

.item-info table tr {
    border: none;
    text-align: left;
}

.item-info table th {
    background: #444;
    border-bottom: 2px solid #268d86;
    color: #fff;
    padding: 10px;
    
}

.item-info table td {
    padding: 10px;
    background: #FFFFE0;
    }

.item .item-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #807d7d;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-souba {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    margin-bottom: 20px;

}

.indent {
    font-size: 0.75rem;
    text-align: left;
}

.item .more-button a {
    color: #fff;
}

.button-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-line-btn {
    background-color:#29C926 ;
    width: 158px;
    margin-left: 10px;
}

.from-pc span {
    color: #E90841;
}

@media (max-width: 480px) {
    .button-area {
        flex-direction: column-reverse;
    }
}

/* 商品詳細説明　20230628_sunahara*/
 /* 一旦コメントアウト　20230726　by　ando */
/* .about-item {
    max-width: 75% ; 
    margin-left: 10%;
   
} */
.bg-1 {
     /* 一旦コメントアウト　20230726　by　ando */
    /* background-image: url("../images/back_01.png"); */
    /* background-repeat: repeat-y;   */
    /* background-size: 100%;   */
    background-color: #FFFFE0;
    margin: 0 auto; 
    /* max-width: 80%; */
}
.about-item {
    padding: 0;
}

.about-title {
    display: flex;
    margin: 20px 0;
    font-size: 1.3rem; 
    font-weight: bold;  
    color: #ffffff;
    background-color: #444;
    text-align: left;
    text-indent: 0.5rem;
    height: 45px;
    align-items:center ;
}

/*「製品の説明」の両サイドアイコン設置　20230704 by ando */
.about-title::before {
    display: inline-block;
    font-family: "Font Awesome 5 free";
    content: "\f15c";
    font-size: 1.2rem;
    margin-right: 5px;
}
/*.about-title::after {
    display: inline-block;
    font-family: "Font Awesome 5 free";
    content: "\f15c";
    font-size: 1.2rem;
    margin-left: 5px;
}
/*　ここまで「製品の説明」の両サイドアイコン設置　20230704 by ando */

.f-title{
    text-indent: 1rem;
    font-weight: bold;
}
.f {
    text-indent: 1rem;
    text-align: justify;
    padding: 0 30px 20px 30px;
}

@media (max-width: 767px) {
/*.bg-1 {
        /* max-width: 80%; 
    }
*/
    .item-info {
        padding: 0;
    }
}
/* ------------------single-customer.php------------------------------- */
.customer-section .section-title {
    padding-top: 80px;
    padding-bottom: 40px;
}
.customer-section {
    background-color: #eefaf8;
    max-width:80% ;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .customer-section {
        background-color: #FFFFE0;
        max-width:95% ;
        margin: 0 auto;
    }

    .customer-section table {
        background-color: #fff;
        padding: 10px 0;
    }

}

@media (max-width: 390px) {
    .customer-section table {
        background-color: #fff;
        padding: 10px 0;
    }

}

.customer-section-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.customer-section-info {
    margin-top: 40px;
    background-color: #fff;
}

.customer-section-title{
    background-color: #5cbaac;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.75rem;
}

.customer-section table {
    background-color: #fff;
    padding: 10px 0;
}

.customer-section tr:not(:first-child) {
    border-top: 1px solid #807d7d;
}

.customer-section th{
    padding: 10px 0;
    width:20%
}

.customer-section td {
    padding: 10px 0;
    padding-left: 10px;
}


.customer-section .kakaku {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background-color: #fdfdd4;
}

@media (max-width: 767px) {
    .customer-section .kakaku {
        flex-direction: column-reverse; 
    }
  }
  

.customer-section .taten,
.customer-section .shopeibui {
    margin: 0 auto;
}

.customer-section .taten {
    padding: 20px;
    font-weight: bold;
    color: #444;
}

.customer-section .taten-kumo {
    max-width: 80px;
}

.customer-section .shopeibui {
    color: #E90841;
    font-size: 1.75rem;
    font-weight: bold;
}

.customer-section .shopeibui .label {
    background-color: #fff;
    padding: 2px;
    border-radius: 30px;
}
@media (max-width: 480px) {
    .customer-section .kakaku  {
        padding: 5px 0;
    }
    .customer-section .taten {
        margin: 0 ;
        padding: 10px 0 0;
    } 
    .customer-section .shopeibui {
        font-size: 1.25rem;
    }
  }
  
.customer-section .indent {
    padding: 10px;
}


.thumbnail-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media(max-width:599px){
    .thumbnail-gallery {
        display: block;
    } 
  }
  
  .main-image {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .main-image img {
    height: 400px;
    max-width: 100%;
  }
  
  .js-sub-img {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .js-sub-img li {
    max-width: 100%;
    height: auto;
  } 

  @media(max-width:599px){
    .main-image img {           /*比率のため追加　sunahara*/
        height: auto;
      }
    .js-sub-img li img {
        max-width: 100%;
        object-fit: cover;      /*追加　sunahara*/
        height: 70px;           /*80→70px 変更　sunahara*/
    }
  }


 


  /* .js-sub-img li {
    flex: 1;
  } */
  
 .js-sub-img img {
    width: 100%;
    height: 150px;
  }

/* -------------------single-customer.php------------------------------ */

  /* お客様・担当スタッフの声エリア */

.customer-staff-voice {
        padding-top: 80px;
    } 

.customer-staff-voice-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
.customer-box,
.staff-box {
    border: 2px solid #5cbaac;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 40px;

}  
.voice-box {
    padding-bottom: 40px;
}  
.voice-title {
    text-align: center;
    margin-bottom: 40px;
}
.voice-box {
    display: flex;
    align-items: center;
}
.voice-text {
  max-width: 580px;
}
.voice-box img {
    width: 200px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .voice-box {
        flex-direction: column;
    }
    .voice-box.box-2 {
        flex-direction: column-reverse;
    }
    .voice-box img {
        margin-bottom: 20px;
    }
}

/*loop-other-customer.php*/
.not_exist_text{
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b2b2b;
}

.achive_not_exist{
    text-align: left;
    margin-bottom: 2rem;
    padding: 2rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color:#fdfda9 ;*/
    /*background-image: url(/retro/wp-content/themes/twentytwentythree-child/images/nisshou.webp);*/
    /*background-size: cover;*/
  }

.achive_not_exist img {
    width: 10%;
  }

@media(max-width:760px){

.achive_not_exist img {
    width: 20%;
  }
}

/* 買取エリア用スタイル追加　deveibuiallよりコピー　2023/10/12 Add by sunahara */
.single-customer-area section {
    /*max-width:920px;*/
    margin:60px auto;
    padding:0;
}

.sub-news-text{
    max-width:920px;
    margin:60px auto;
    padding:0;
}

.customer-area-top-pic img{
    width: 100%;
    margin: auto;
    display:block; 
}

@media(max-width:760px){

    .single-customer-area section {
        margin:20px auto;                   /*上下の各間隔が広くなるので追加　2023/11/14 by sunahara*/
        padding:5%
      }
    }
