@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  /* background-color: #f1f1f1; */
  font-family: sans-serif;
  font-size: 0.8rem;   /* 0.875 -> 0.8 24/01/12 by akiho */
  color: #444;
}
ul {
  list-style: none;
}
img {
   max-width: 100%; /* TOPイメージが1920x800のため画像が切れる delete 20230616 by akiho */
   /* 全体の画像にかかっているくるため、復活 20230621 by ando */
  /* width: 100%; 追加 20230617 by akiho *//*コメントアウト 20230621 by ando*/
  
  /*vertical-align:bottom;    ←骨董でコメント　ボタンの位置を上げるため　20231222 by sunahara*/
}
a {
  text-decoration: none;
  color: #444;
}
p {
    font-size: 1.0rem;
    line-height: 1.7;
}

header {
  width: 100%;
  background-color: #fff;
}
h1 {
  height: 140px;
  line-height: 140px;
  font-size: 1.625rem;
  text-align: center;
}
section {
    padding: 0 4%;
}
.section-title {
    text-align: center;
    font-size: 2.0rem;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 390px) {
  .section-title {
    padding-top: 20px;
    font-size: 1.5rem;
    
  }
}

.text {
    padding-top: 40px;
    max-width: 600px;
    margin: 0 auto;
}
.button {
  padding-top: 20px;
    text-align: center;
}
.more-button {
    background-color: #5cbaac;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s;
  }
  
  .more-button:hover {
    background-color: #41847a;
  }
 /* topへ戻るボタン 20230809 by ando */
  .pagetop {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    color: #fff;
    background: #5cbaac;
    z-index: 999;
    border: 1px solid #5cbaac;
  /*   デフォルトは非表示 */
    opacity: 0;
  }
  .pagetop:hover {
    color: #38a078;
    background: #fff;
  }

   /*ここまで　topへ戻るボタン 20230809 by ando */
/* -------------ヘッダートップ-------------------------------- */
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 9999;
    top: 0;
  }
  }
.header-top-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    /*border-bottom: 2px solid #fff;*/
    /*background-color: #e6d69d*/
    background-image:url(/kagu/wp-content/themes/twentytwentythree-child/images/header-image.webp);
    background-size: 100%;    /*retoroでは画像にしたので追加　20231211 by sunahara */
      
  }

@media (max-width: 767px) {
  .header-top-inner {
    padding: 5px 10px;
  }
  .header-search {
    width: 241px;
    /*margin-left: 0 !important;*/     /*骨董でコメント化　sunahara*/
    
}
}

@media (max-width: 390px) {
  .header-top-inner {
    padding: 5px 10px;
  }
}

.site-logo img {
  max-width: 100%;
}

.site-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.site-util {
   margin-left: 4%;
}
.site-util:hover a {
  opacity: 0.7;
}
.site-util img{
  max-width: 100%;
}
.site-info .site-case{        /*骨董で追加　ハンバーガーメニューの下が切れていたため　sunahara*/
  display: flex;
}

/* --検索窓-- */

.header-search {
  display: flex;
  background-color: #fff;
  margin-left: 20px;
  border: 1px solid #5cbaac;
  text-align: center;
}

@media (max-width: 767px) {   /*骨董で追加　中央にするため　sunahara*/
  .header-search {
    margin:0 auto;
  }
}

.header-search input::placeholder {
  color: #38a078; 
  font-size: 0.8rem;
  text-align: center;
  
}
.header-search input[type="submit"] {
  background-color: #5cbaac;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-left: auto;
}
/* -----------------ドロップダウンメニュー ---------------------*/

.nav {
    width: 100%;
    background-color: #ebdead;
}
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.gnavi__lists {
    display: flex;
    background-color: #ebdead;
}

.gnavi__list {
  width: 20%;
  height: 60px;
  background-color: #ebdead;
  position: relative;
  transition: all .3s;
  margin: 0 auto;
}


/* リストの左右の縦線 */
.gnavi__list {
  border-right: 2px solid #fff;
}
.gnavi__list:first-child {
 border-left: 2px solid #fff;
}

.gnavi__list:hover {
    background-color: #84837f;
}
.gnavi__list:hover .dropdown__lists {
  display: block;
}



.gnavi__list:hover::before {
    background-color: #84837f;
}
.gnavi__list a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
    border: #fff;
}
.gnavi__list:hover a {
    color: #fff;
}


.dropdown__lists {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0; 
    z-index: 999;
    padding: 0;
}

.gnavi__list:hover .dropdown__lists {
    display: block;
    visibility: visible; 
    opacity: 1;
 } 
.dropdown__list {
    background-color: #bbb9b0;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999892;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list a:hover {
    background-color: #999892;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}


/* // ハンバガーメニュー */

.hamburger  {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger::before {
  content: "menu";
  color: #666562;
  display: block;
  margin-top: 20px;   /*15px -> 20pxに変更 2025/01/25 sunahara*/
  margin-left: -1px;  /*-5px -> -1pxに変更 2025/01/25 sunahara*/
  
}

.hamburger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #787772;
    transition: all 0.3s;
}
 .hamburger span:first-child {
    top: 0;
 }

 .HamburgerIsOpen.hamburger span:first-child {
    transform: translateY(8.5px) rotate(45deg);
}

 .hamburger span:nth-child(2) {
    top: 8px;
 }
 .HamburgerIsOpen.hamburger span:nth-child(2) {
   opacity: 0;
}

.hamburger span:nth-child(3) {
    top: 16px;
 }

 .HamburgerIsOpen.hamburger span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
 }

.IsScrollAllowed {
    overflow: hidden;
}

/* // ドロワー */
.drawer-menu {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #ebdead;
  transform: translateX(100%);
  transition: all 0.3s;
}

.drawer-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
}

.drawer-menu__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 20px;
}

.drawer-menu__link {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #666562;
}

.drawer-menu__link:hover {
  border-bottom: 1px solid #666562;
}

.drawer-menu__contact {
  margin-top: 40px;
}

.DrawerIsOpen {
  transform: translateX(0);
}

/*.drawer-menu .site-info {
  padding-top: 40px;
}*/                           /*骨董で削除　ハンバーガーメニューの下が切れていたため　sunahara*/

.sp-show {
  display: none;
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sp-show{
    display: block;
  }
}
.drawer-menu .site-info {
  display: block;
  margin-top: 20px;        
}
.drawer-menu .site-util {
  /*margin-bottom: 20px; */   /*骨董でコメント化　以下2行追加 sunahara*/
  margin:0 auto;
  text-align: center;    
}
/* .drawer-menu__lists {
  display: none;
}
.drawer-menu__lists.DropdownIsOpen {
  display: block;
} */
.drawer-menu__list a{
  color: #666562;
}
/*  */
.drawer-menu__lists {
  display: none;
  text-align: center;
  padding-top: 10px;
}

.js-accordion-title.open + .drawer-menu__lists {
  display: block;
}

.js-accordion-title::after {
  content: '▼';
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
}

.js-accordion-title.open::after {
  transform: rotate(180deg);
}
/* -----------------メインヴィジュアル---------------------*/
.mainvisual {
  position: relative;
}

.top-pic img{
    width: 100%;
    margin: auto;/*中央にするため追加 20230926 by sunahara*/
    display:block; /*同上*/
    
    /*現時点で背景がないのでコメントアウトしました。20230926 by sunahara
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

@media (max-width: 767px) {

  .top-pic{
    /* max-width: 100%; */
  /*
  position:relative;
  top: calc(10% - 20px);
  */
 margin-top:60px; /*スマホで上部切れるため追加（他端末で問題ないか？）  ←50pxから60pxに骨董で変更20240104 by sunahara

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: contain;
  object-position: top center; /* 画像を上部中央に配置 */
  height: 100%; /* 必要に応じて高さを調整 */
  width: 100%; /* 必要に応じて幅を調整 */
}
}

.top-satei {
    position: absolute;
    max-width: 100%;
    display: flex;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10%);   /*kaguは変更　Y:-50% -> -10%　2024/05/17 by sunahara*/
}

.top-web img,
.top-line img {
  max-width: 100%;
}
/* コメントアウト 20230727 by ando */
/* .top-web:hover a,
.top-line:hover a{
  opacity: 0.7;
} */


/* -----------------メインヴィジュアル下お知らせ---------------------*/
.news {
    background-color: #ebdead;
    width: 100%;

}
.news-inner {
   padding: 10px;
   width: 100%;
}
.news dl {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    background-color: #fff;
    padding: 6px;
    border-radius: 6px;
    margin: 0 auto;
}
.news dt {
    color: #41b4a3;
    font-weight: bold;
    margin-right: 20px;
}
.news dd span {
   font-weight: bold;
   margin-right: 6px;
}
.news dd:hover a {
  opacity: 0.7;
  /* border-bottom:1px solid #444; */
  transition: all 0.3s;
}
.news dd.more a {
    background-color: #5cbaac;
    padding: 2px 8px;
    border-radius: 6px;
    color: #fff;
    margin-left: 10px;
    font-size: 0.7rem;
}

@media screen and (max-width: 920px) {
  .news {
    height:auto;
  }
  .news dl  {
    display: flex;
    /* flex-direction: column; */
    height: 40px; /*60px → 40pxに修正*/ max-width: 100%;
  }

  .news dt {
    color: #41b4a3;
    font-weight: bold;
    margin-right: 5px; /* 20 -> 5 24/01/12 by akiho*/
    width: 80px; /* 固定幅を指定 */      /*18% -> 80px 変更　2025/01/25 sunahara*/  
}
  .news dl dd {
    margin-left: 0;
  }
  .news p {
    font-size: 0.9rem;
  }
  .news dd.more  {        /*段が変わらないように追加　2024/01/23 sunahara*/
    width: 110px;         /*変更　60px-> 110px　2025/01/25 sunahara*/
  }
  .sp-none{         /*追加　2025/01/25 sunahara*/
    display: none;
  }
  .sp-show-news{         /*文字数が多い時お知らせ欄が崩れるため.sp-show-newsを追加し、お知らせ文2行分のみ表示　2025/01/25 sunahara*/ 
    min-width: 10em;    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数を指定 */
  }
}

@media (max-width:480px) {	/*390 -> 480px 変更　25/01/25 by sunahara*/
  .news dd.more a  {
    font-size: 0.5rem;
    padding: 2px;
  }
  .news dt {        /* 追加　固定幅を指定  24/01/23 by sunahara*/
    width:110px;      /*  機種によって段が変わるため変更　60 -> 110px  25/01/25 by sunahara*/
    font-size: 0.6rem; 
    }
    .news dd span{     /* 追加　日付を縮小  25/01/25 by sunahara*/
      font-size: smaller;
    }
}
/* -----------------キャンペーン---------------------*/
.campaign-inner {
    padding-top: 80px;
}
.section-title span {
    color: #e90841;
}
.campaign-info {
    max-width: 920px;
    margin: 40px auto;
    background-color: #ebdead;
    /*background-image: url(/wp-content/themes/twentytwentythree-child/images/campain02.jpeg); */
    border-radius: 70px;  /*6→70px*/
    padding: 1px;         /*8→1px*/
    /*border:5px solid #003558;*/
}
.campaign-info-title {                /*画像背景の色指定のためclass追加 sunahara*/
  background-color: #ffffcc;
  padding: 10px;
  border-top-right-radius: 71px;
  border-top-left-radius: 71px;
  border:5px solid #ebdead
}
.campaign-info dt img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 30px;  
}
.campaign-info-p {              /*キャンペーン文字画像追加のためclass追加 sunahara*/
  display: block ;
  text-align: center;
  margin:  1rem auto;
}
.campaign-info .timeline ul {
    background-color: #fff;
    border: 1px #cfc4c3 solid;
    border-radius: 6px;
    margin: 1rem;         
    padding: 2px;
}
.campaign-info .timeline ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0.5rem;
}
.campaign-info .timeline ul li+li {
    border-top: 2px #f6f4f4 solid;
    margin-top: 0.5em;
    padding-top: 0.5em;
}
.campaign-info .sns {
    color: #6b4c44;
    text-align: center;
}
.campaign-info .sns ul {
    display: flex;
    justify-content: center;
    max-width: 520px;
    margin: 0 auto;
}

.sns-icon {
    margin-right: 10px;
}
.sns-icon:hover a {
  opacity: 0.7;
}

.sns-icon img {
  max-width: 100%;
  margin: 0 auto;
}

.sns-text {
    padding: 10px;
 }
 @media (max-width: 390px) {
  .campaign .section-title {
    text-align: left;
  .campaign-info-p img {
    width: 80%;
  }  
  }
  .campaign-inner {         /*追加　2024/01/23 sunahara*/
    padding-top: 40px;
 }
}
/* -----------------参考価格---------------------*/
.price-list {
  padding-top: 80px;
  padding-bottom: 20px; /*20230623追加*/
  /*background-image:url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_ptn.webp); *//*骨董は画像に変更　20231222 by sunahara*/
  /*background-repeat: repeat;*/
}
.price-list-text{
  text-align: center;       /*2024/05/15 追加　by sunahara*/
}

@media (max-width: 767px) {
  .price-list .card {
    width: 247px;
    height: 330px;
  }

  .price-list .card img {
    height: 126px;
  }

  .price-list .item-price .price {
    font-size: 1.5rem;
  }
}

/*20230605追加*/
/*
.price-list-style{
  border: 2px solid #004d80;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  border-radius: 5px;
}
*/

/* .price-list .card-wrapper li{
  border: 2px solid #004d80;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  border-radius: 5px;
} */

/*
.price-list .card-wrapper .card{
  position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border: 2px solid #004d80;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 300px;
}
*/


/* .card-wrapper li img {
  width: auto;
  height: 150px;
  margin: 0 auto;
  padding:5px;
} */


/*20230605追加ここまで*/

.card-wrapper {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr)); /* カラム数と最小幅を指定 */
  grid-gap: 10px;
  margin: 0 auto;
  /* justify-items: start;  */
 /*カードを左寄せに配置する*/
  }
  .card {
    position: relative;
    background-color: #fff; /*骨董で追加　20231222 by sunahara*/
    border: 2px solid #787772;
    box-shadow: 0 4px 8px rgba(181, 178, 178, 0.6);
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    width: 280px;
    height:380px;
  }


  .card img {
    display: block;
    width: auto;
    height: 150px;
    margin: 0 auto;
  }
  .card-content {
    padding: 1rem;
  }
  .card-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .category-title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5cbaac;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .item-price {
    padding-top:20px;
    text-align:center;
    color: #e90841;
  }
  .item-price .price {
    font-weight:bold;
    font-size:1.75rem;
  }
  
  @media (max-width: 920px) {
    .card-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      justify-items: center;  /*カードを中央寄せ_追加*/
    }
  }
  /* カードスタイル変更　20230726 by ando */
  @media (max-width: 390px) {
    .price-list .card,
    .shop_category .card {
      display: flex;
      width: 100%;
      height: auto;
    }

    .card img {
      padding-top: 30px;
      width: 120px;
      height: auto;
    }
    .item-price .price {
      font-size: 1.25rem;
    } 
    .card-content p {
      font-size: 0.9rem;
    }

  }
 /* ここまで　20230726 by ando */
  .price-list-comment {
    padding-top: 100px;
    height: 350px;
    background-image: url(/kagu/wp-content/themes/twentytwentythree-child/images/header-image.webp); 
   /* background-color: #b4d8c2;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  @media (max-width: 920px) {
    .price-list-comment {
     background-size: cover;
    }
  }
 .comment {
    padding-top: 40px;
    font-size: 1.75rem;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.7); /* 透過度を指定 */
    padding: 20px;
 }
 .comment span {
    color: #e90841;
    border-bottom: 1px solid #e90841;
 }

  /* スタイル変更　20230726　by　ando */
 @media (max-width: 390px) {
  .comment { font-size: 1.5rem;
  }
 }
  /* ここまで　スタイル変更　20230726　by　ando */
 /* -----------------買取一覧---------------------*/
 .hinmoku {
  position: relative;
    padding-top: 80px;
 }
 .hinmoku-text {
    text-align: center;
 }
 .hinmoku {
    /*background-image:url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_ptn.webp);*/ /*骨董は画像に変更　20231211 by sunahara*/
    /*background-repeat: repeat;*/
    padding: 60px 0;
  }
 .hinmoku .card-wrapper {
    max-width: 920px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    grid-gap: 20px; 
   
}
 .hinmoku .card {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
  } 

  .hinmoku .card-title {
    background-color: #5cbaac;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
  }

  
 .hinmoku .card img {
    margin-bottom: 20px;
    margin-top: 10px;
  }
.hinmoku .card-description {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  @media (max-width: 767px) {
    .hinmoku .card {
      display: block;
      width: 260px;
      height: 300px;
      padding: 0 10px;
     
    }
  .hinmoku .card-title {
      font-size: 20px;
    }
  
  .hinmoku .card-button {
      font-size: 12px;
      padding: 6px 12px;
    }
    .hinmoku .card-description {
      font-size: 14px;
    }
  
  }
  @media (max-width: 390px) {
    .hinmoku .card-description {
      font-size: 12px;
    }

   }

   /* -----------------買取対処の家電メーカー---------------------*/
  .maker {                                  
    background-color: #eefaf8;
    padding-top: 60px;
    padding-bottom: 80px;
  }
 
  .maker-text {
    text-align: center;
  }
 .maker-list {
    background-color: #fff;
    border: 4px #666562 solid;
    max-width: 1080px;
    margin: 40px auto 0;
}
.maker-list dt {
  background-color: #666562;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fdfda9;
  text-align: center;
  padding: 10px;
}
.maker-list dd {
  max-height: 330px;
  margin: 0 0 1.5em;
  overflow: auto;
} 
.maker-list dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
}
.maker-list dd ul li {
  width: calc(25% - 10px);
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.0rem;
  text-align: center;
  transition: all 0.3s;
}
.maker-list dd ul li:hover {
  background-color: #7bceae;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .maker-list dd ul li {
    width: calc(50% - 10px); /* 幅を50%に変更 */
  }
}

@media screen and (max-width: 480px) {
  .maker-list dd ul li {
    width: 100%; /* 幅を100%に変更 */
  }
}

/*0522追加*/


.maker-list dd ul li:not(:has(a)):hover { 
  background-color: transparent; /* aタグがない場合の背景色を透明にする */
  color:#333;
}
.maker-list a {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fdfda9 20%);
            width: 350px;
}
.maker-list dd ul li a:hover {
  color: #fff;
}


/*0522追加ここまで*/

 /* -----------------お客様の声・実績---------------------*/

 .customer {
  /*max-width: 1080px; 骨董で背景を幅いっぱいにしたいため*/
  position: relative;
  margin: 0 auto;
  padding: 80px 50px;
  /*background-image:url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_blue_ptn.webp); 
  background-repeat:repeat ;*/
 }

 .customer-text {
  padding-bottom: 40px;
  text-align: center;
 }
 .swiper{
  max-width: 920px;
  height: auto;
}
 .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
 /* コメントアウト　20230728 by ando */
/* .swiper-slide {
  margin-right: 20px;  */
 
  /* カードの右側に20pxのマージンを追加 */
  /* width: 100%;
} */

/* .swiper-slide:last-child { */
  /* margin-right: 0; 最後のカードの右側のマージンを0に設定 */
  /* 一旦コメントアウト　20230726　by　ando */
/* } */
 /* ここまで　コメントアウト　20230728 by ando */

.customer-card.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 393px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .customer-card.card {
   height: auto;
   margin: 0 auto;
}
}
/* サムネイル画像 */
.customer-card.card img {
  max-width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

/*0608追加
@media screen and (max-width: 920px) {
  .swiper-slide {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    max-width: 400px;
  }
}
*/
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #38a078 !important;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-pagination {
  position: initial !important;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url(/wp-content/themes/twentytwentythree-child/images/yajirushi-migi.png);
background-repeat: no-repeat;
background-position: center;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(/wp-content/themes/twentytwentythree-child/images/yajirushi-hidari.png);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}

.kaitori-day {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.kaitori-type {
  background-color: #444;
  color: #fff;
  padding: 2px;
  border-radius: 5px;
}
.shop-name {
  padding-top: 10px;
}
.shop-name {
  padding-top: 10px;
}

.customer-card a:hover {
  color: #38a078;
}

.customer-card a {
  transition: all 0.3s;
}
.customer-card a:hover {
  color: #38a078;
}


/* -------------買取方法エリア------------------------ */

.kaitori-info {
  max-width: 1080px;
  margin: 80px auto;
  background-color: #fff;
}

.tab-contents ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.tab-contents .card-description {
  padding: 5px 10px;
}

.tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-btween;
}

.tab-list-item {
  text-align: center;
  flex: 0 0 33.33333%;
  padding: 10px 0;
}
.tab-list-item {
  cursor: pointer;
  background-color: #444;
  color: #fff;
}

.tab-list-item.active {
  background-color: #5cbaac;
}


.tab-contents-title {
  font-size: 1.25rem;
  color: #3c756d;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.kaitori-info {
  padding: 0 5px;
}


.tab-contents-item {
  display: none;
}
.tab-contents-item.show {
  display: block;
}

.kaitori-info .card {
  max-width:250px; /* 4列 */
  height: auto;
  padding: 30px;
  margin: 5px;
  box-sizing: border-box;
}

@media (max-width: 1079px) {  /* pixel 3a の画面サイズは1080x2340 なので1080px -> 1079px とした 2023/06/05 by akiho */
  /* 画面幅が1080px以下の場合は4列から2列に変更 */
  .kaitori-info .card {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* 画面幅が767px以下の場合は2列から1列に変更 */
  .kaitori-info .card {
    width: 100%;
    display: block;
  }
}

/* -----------------出張買取対応エリア/
出張買取エリア一覧---------------------*/

.area {
  /*background-image:url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_ptn.webp);*/ /*骨董は画像に変更　20231222 by sunahara*/
  /*background-repeat: repeat;*/
  padding: 3% ; /* 両サイドのpadding　設定を削除した 24/01/12 by akiho*/
}

.area .text-red {
  color: #e90841;
  font-weight: bold;
}

.map-area  {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-area img {
  width: 50%;
}
.area-plus {
  padding-top: 40px;
  padding-bottom: 40px;
}
.area-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px; /* 任意の最大幅を指定 */
  margin: 0 auto; /* 中央揃えするために必要 */
  padding: 40px;
  border: 6px solid #006836;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.area-lists li {
  width: 20%; /* 4列に均等に表示されるように幅を指定 ※deveibuiall同様 23→20へ変更　2023/10/15 by sunahara*/
  margin-bottom: 20px;
}
.area-lists li a:hover {
  border-bottom: 1px solid #38a078;
  color: #38a078;
}
@media screen and (max-width: 767px) {
  .area-lists li {
    width: 25%; /* スマートフォンなどの小さい画面では、2列に表示するように幅を変更 */  /*３列に変更　30 ->25% 2024/01/23 sunahara*/
  }
}

/*エリア名タブ化に伴い追加*/
.area-tab-contents {
  display: none;
}

.area-tab-contents.show {
  display: block;
}

.area-media-list > .area-tab-list.active {
 background-color: #E5F0F8;
}

/*0523追加*/
.area-lists li a{
  font-weight: bold;
}
/*0523追加ここまで*/

.area-media-text {
  padding-top: 20px;
  text-align: center;
}

.area-media-text span {
  font-weight: bold;
}

/* -----------------よくある質問セクション--------------- */
.q_a {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eefaf8;
  /*background-image: url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_blue_ptn.webp);
  background-repeat: repeat;*/
}
.q_a .section-title {
  padding-bottom: 20px;
}
.details-content {
  max-width: 920px;
  background-color: #fff;
  border:2px solid #999892;
  padding: 20px 40px 40px 40px;
  border-radius: 16px;
  margin: 0 auto;
}
.details {
  color:#444;
  font-weight: bold;
  line-height: 2;
  max-width:100%;
  margin: 0 auto;
}

.details__summary {
  position: relative;
  display: block;
  background: #fff;;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 52px;
  overflow: hidden;
  border-bottom: 1px solid #999892;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__summary::before {
  background: #5cbaac;
    border-radius: 5px;
    content: "Q";
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0.1rem 0.3rem;
    position: absolute;
    left: 0;
    width: 2rem;
}



.details__summary::after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #787772;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}

.details[open] .details__summary::after {
  transform: rotate(-90deg);
}

.details__content {
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
  position: relative;
}

.details__content::before {
  background: #ebdead;
  border-radius: 5px;
  content: "A";
  color: #555;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  text-align: center;
  padding: 5px 5px;
  position: absolute;
  top: 1em;
  left: 0;
  width: 2rem;
  position: absolute;
}

.details__content p,
.details__content ul {
  color: #444;
  font-weight: 400;
  padding-left:34px;
}

.details__content > * {
  margin: 0;
  padding-top: 16px;
}

.details__content > *:last-child {
  padding-bottom: 16px;
}
/* -----------------バナーセクション---------------------*/
.banner-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {  /*骨董は追加 sunahara*/
  .banner-section { 
    padding-top: 60px; 
    padding-bottom: 60px; 
}
}

.banner-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.banner-section-pic {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-btn {
position: absolute;
top: 50%;                   
left: 0;
cursor: pointer;
}

.line-btn:hover {
  opacity: 0.8;
}
.line-btn img {
display: block;
max-width:60%;    
margin: 0 auto;      
}
@media (max-width: 767px) { /*骨董は追加 sunahara*/
  .line-btn img { 
  margin: 1rem auto;  
}
}

.banner-section-satei {
display: flex;
justify-content: center;
align-items: center;
bottom: 0;
}
.banner-section-web img,
.banner-section-tell img {
 display: block;
 max-width: 325px;
 margin-top: -40%;
}

.banner-section-web:hover a,
.banner-section-tell:hover a{
  opacity: 0.8;
}


@media screen and (min-width: 767px) {

.banner-section-tell:hover a{
  opacity: 1.0;
}
}


.banner-section-satei {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  bottom: 0;
  }
  

.banner-section-web img,
.banner-section-tell img {
 display: block;
 max-width: 100%;
 margin-top: -35%;         /*骨董は-28→-35% sunahara*/
}





/* -----------------フッター---------------------*/
.footer-inner {
  padding: 40px;
  max-width: 100%;
  min-height: 600px;
  background-image: url(/kagu/wp-content/themes/twentytwentythree-child/images/footer-pc.webp);
  background-position: center;
  background-size: cover;
   /*background-repeat: repeat;*/
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-inner{
    display: block;
  }
}


.footer-menu {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  /* max-width: 1200px; */

}
.footer-menu-items {
  margin-right: 20px;
}
.menu-top {
  font-size: 1.0rem;
  font-weight: bold;
  color: #666562;
}
.sub-menu {
  margin: 0;
  padding: 0;
}
.sub-menu li {
  margin: 10px 0;
}
.sub-menu li a{
  color: #666562;
}
.sub-menu li:hover a {
  border-bottom: 1px solid #003558;
  color: #003558;
  transition: all 0.5s;
}

@media (max-width: 920px) {
  .footer-menu {
    max-width: 100%;
  }
  .footer-menu-items {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-pic {
    height: 300px;
  }
}

small {
  display: block;
  background-color: #5cbaac;
  color: #fff;
  text-align: center;
}
.footer-company-info {
  border: 2px solid #787772;
  max-width: 480px;
  height: 420px;
  padding: 10px 20px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .footer-company-info {
    height: auto;
  }
}
.footer-title {
  margin-bottom: 20px;
  color: #666562;
  font-size: 1.25rem;
  font-weight: bold;
}
.info-text {
  color: #666562;
}


/*以下固定バナー*/

#footer-bar {
  display: none;
}

/* SP 固定の問い合わせバナー */
  #footer-bar-sp {
    background: #ebdead;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding: 10px 5px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }
  #footer-bar-sp * {
    color: #333333;
  }
  #footer-bar-sp > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 5px;
  }
  #footer-bar-sp > div + div {
    border-left: 1px #333333 solid;
  }
  #footer-bar-sp > div > a,
  #footer-bar-sp > div > span {
    line-height: 1em;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
  }
  #footer-bar-sp > div > span a {
    display: block;
  }
  #footer-bar-sp > div i {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #footer-bar-sp > div i.fa-phone-square {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  body {
    padding-bottom: 100px; /* コピーライトが下段に隠れるため change 70 -> 100 by akiho 2023/11/16 */
  }

/* 終わり：SP 固定の問い合わせバナー */

/*※768px*/

@media screen and (min-width: 48em) {

#footer-bar {
  background-image: url(/kagu/wp-content/themes/twentytwentythree-child/images/header-image.webp);
  background-size: 100%;    } /*retoroでは画像にしたので追加　20231211 by sunahara */
#footer-bar * {
  color: #EEE;
}


#footer-bar {
  display: block;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
#footer-bar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#footer-bar > div > div {
  padding: 0 0.5em;
}

#footer-bar img {
  max-height: 80px;
}


#footer-bar > div > div.image {
  align-self: end;
}
#footer-bar > div > div.image img {
  max-height: 154px;
  vertical-align: bottom;
}
}

@media screen and (min-width: 55em) {

  /* SP 固定の問い合わせバナー */
  #footer-bar-sp {
    display: none;
  }
  
  /*
  body {
    padding-bottom: 0;
  }
  */

}


/*20230622_追加*/
/*.h2_title_link{
  text-decoration: underline solid #268d86;
}*/

.h2_title_link :hover{
  color: #268d86;
}

/*20230622_追加ここまで*/

.frontpage-section-title {      
  height: 50px;
  line-height: 50px;
  margin-bottom: 6.5rem;
  font-weight: 600;
}
.frontpage-section-title span {
  color: #e90841;
}
@media (max-width: 480px) { 
  .frontpage-section-title {
     font-size: 1.2rem;
     line-height: 30px;
     margin-bottom: 6rem;
     text-align: left;
  }
}

/*タイトル下に飾り罫線追加　2024/05/14 by sunahara*/
#item:after, #price:after,#maker:after,#customer:after,#area:after,#q_a:after{
  content: "";
  background-image: url(/kagu/wp-content/themes/twentytwentythree-child/images/title_line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  right: 0;
  bottom: -8px;
  left: 0;
  margin: 0 auto;
  height: 17px;
  width: 220px;
}