/* 共通スタイル */
body {
  margin: 0 auto;
font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  color: #1c1c1c;
  background-color: #f9f9f9;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  margin: 0 120px;
  padding: 60px 0;
  text-align: center;
}

h2 {
text-align: center;
  font-size: 2.3rem;
  margin-bottom: 40px;
  color: #652d90;
  line-height: 1.8;
}

.h2-sub {
  font-size: 1.3rem;     /* 一行目：小さめ */
  color: #652d90;
  display: block;
}

.h2-main {
  font-size: 2.0rem;   /* 二行目：大きめ */
  color: #652d90;
  font-weight: bold;
  display: block;
}
/* ヘッダー */
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding-top: env(safe-area-inset-top);
  position: relative;
}

.header-inner {
    background-color: #652d90;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap; /* 折り返し禁止 */
  gap: 40px;
  min-width: 0;
  overflow: visible;
}

.logo img {
  height: 50px;
}

.logo {
  flex-shrink: 0;
}

.global-nav {
flex-grow: 1;
  text-align: center;
  min-width: 0; /* はみ出さないように */
  white-space: nowrap; 
  min-width: 0;              /* 縮められるようにする */
  flex-shrink: 1;  
}

.global-nav ul {
    flex: 1;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 30px;
  justify-content: right; 
}

.global-nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  font-size: clamp(0.7rem, 1.5vw, 0.9rem);
}








.line-btn {
  display: inline-block;
  background-color: #00c300; /* LINE緑 */
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 3px;
  max-width: 100%; 
  justify-content: right;
}

.line-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; 
  padding-right: 10px;
}

.line-content img {
  width: 40px; /* アイコンサイズ調整 */
  height: auto;
  margin-right: 10px;
  flex-shrink: 0; 
}

.line-text p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}

.line-text span {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap; 
}



.line-btn-sp {
  display: inline-block;
  background-color: #00c300; /* LINE緑 */
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 3px;
  max-width: 100%; 
  justify-content: right;
}

.line-content-sp {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; 
  padding-right: 10px;
}

.line-content-sp img {
  width: 40px; /* アイコンサイズ調整 */
  height: auto;
  margin-right: 10px;
  flex-shrink: 0; 
}

.line-text-sp p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}

.line-text-sp span {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap; 
}






.Insta-btn {
  display: inline-block;
  background-color: #fff; /* LINE緑 */
  color: #333;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  max-width: 100%; 
  display: none;

}

.Insta-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; 
}

.Insta-content img {
  width: 40px; /* アイコンサイズ調整 */
  height: auto;
  margin-right: 10px;
  flex-shrink: 0;
}

.Insta-text p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap; 
}

.Insta-text span {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap;
}






.call-btn {
  display: inline-block;
  background-color: #fff; /* 赤色 */
  color: #333;
  text-decoration: none;
  border-radius: 10px;
  padding: 3px;
  border: 1px solid #800000; /* 濃いめの赤枠線 */
  max-width: 100%; /* 画面幅に合わせて縮小 */
  box-sizing: border-box;
}

.call-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* 改行しない */
}

.call-content img {
  width: 20px; /* アイコンサイズは好みで調整 */
  height: auto;
  margin-right: 10px;
  flex-shrink: 0; /* アイコンは縮小しすぎない */
}

.call-text p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap; /* 改行防止 */
}

.call-text span {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap; /* 改行防止 */
}




.call-btn-sp {
  display: inline-block;
  background-color: #fff; /* 赤色 */
  color: #333;
  text-decoration: none;
  border-radius: 10px;
  padding: 3px;
  border: 1px solid #800000; /* 濃いめの赤枠線 */
  max-width: 100%; /* 画面幅に合わせて縮小 */
  box-sizing: border-box;
}

.call-content-sp {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* 改行しない */
}

.call-content-sp img {
  width: 20px; /* アイコンサイズは好みで調整 */
  height: auto;
  margin-right: 10px;
  flex-shrink: 0; /* アイコンは縮小しすぎない */
}

.call-text-sp p {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap; /* 改行防止 */
}

.call-text-sp span {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap; /* 改行防止 */
}





.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 必要に応じて折り返し */
  position: fixed; /* 固定表示 */
  bottom: 0; 
  z-index: 9999;
  left: 50%; /* 画面左端から50%の位置 */
  transform: translateX(-50%);
  width: 70%;
  gap: 0;
background-color: rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}

.image-row a{
  display: block;
  width: 33%; 
  gap: 0;
}

.image-row img {
  width: 90%; /* 3つ並べてgapを考慮して約30% */
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  gap: 0;
  display: block;
  margin: 0 auto; 
}




.sns-btn {
  display: none;
}


.sns-icons-sp {
  display: none;
}

.sns-icons {
  display: flex;
  gap: 10px; 
  justify-content: center; /* 中央揃え */
  align-items: center;
}

.sns-icons img {
  width: 60px; 
  height: auto;
  transition: transform 0.3s;
}

.sns-icons img:hover {
  transform: scale(1.1); /* ホバー時に少し拡大 */
}

.header-contact {
  display: inline-block; /* ← ひとまとまりにする */
  font-size: 0.85rem;
  border-radius: 15px;
     white-space: nowrap;
      text-align: right;
      padding-right: 20px;
  font-size: 0.85rem;
  white-space: nowrap;
min-width: 0; /* はみ出さないように */
  white-space: nowrap; 
    min-width: 0;              /* 縮められるようにする */
  flex-shrink: 1;  
   flex: 0 1 auto; 
}


.header_tel img{
  height: 19px;
}
.header_tel {
  align-items: left;
  gap: 8px;
}
.tel_1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;  
  padding-right: 15px;
}
.time {
  color: #652d90;
  background-color: #fff;
    border-radius: 15px;
    padding: 2px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin: 6px auto;
    display: inline-block;
}

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  width: 45px;
  height: 30px;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  width: 100%; 
}





.container {
  padding: 20px;
  text-align: center;
  position: fixed; 
  bottom: 0;
  z-index: 9999; 
display: flex;
  flex-wrap: nowrap; 
}


.container a{
  text-decoration: none;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  
}

.btn {
  border-radius: 15px;
  padding: 15px;
  color: #fff;
  width: 220px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  box-sizing: border-box;
}

.btn {
  border-radius: 15px;
  padding: 10px; /* paddingも少し調整 */
  color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  box-sizing: border-box;
  min-width: 100px; /* これ以上小さくならないように設定（任意） */
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 10px; /* gapも減らすと収まりやすい */
  flex-wrap: nowrap; /* 改行させない */
}
.orange {
  background: #f39800;
}

.green {
  background: #009944;
}

.red {
  background: #c1272d;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 10px;
}

.icon {
  font-size: 36px;
}

.title {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.4;
}

.note {
  font-size: 14px;
  margin-top: 10px;
}

.top-label {
  background: #fff;
  color: #c1272d;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  width: 50px;
}

.right-text {
  text-align: left;
  color: #fff;
}

.time {
  font-size: 14px;
  margin: 0;
}

.red .title {
  font-size: 20px;
  margin: 5px 0;
}





/* メインビジュアル */
.mainvisual_sp{
  display: none;
}

.mainvisual_pc img{
width: 100%;
  height: auto;
  display: block; 
}
.kv-buttons button {
  margin: 5px;
  background: #fff;
  border: 2px solid #652d90;
  color: #652d90;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.section_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;     /* 中央寄せ */
  gap: 40px;          /* ブロック間のスペース */
  gap: clamp(0, 5vw, 20px);
  flex-wrap: wrap;
}

.about_text{
  flex: 1 1 300px;
  box-sizing: border-box;
  text-align: left;              /* ←ここ重要 */
  display: flex;                 /* 縦に並べる */
  flex-direction: column;
  align-items: flex-start;       /* ←中の要素を左に寄せる */
  gap: 14px;                     /* 要素同士の間隔 */
}
.about_1{
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  font-weight: normal;
  line-height: 2.2;
  margin: 0;
}


.about-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;            /* スマホで折り返す */
  align-items: center;
    width: 100%;
    justify-content: center;  /* ←横並びのまま中央へ */
}

.about-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 25px;
  border-radius: 26px;        /* ←電話と同じ丸み */
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(1rem, 2vw, 1.2rem);
  white-space: nowrap;

  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.about-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.22);
  filter: saturate(1.05);
}

.about-tel{
  background-color: #5c9291;
  color: #fff;
  font-size: 21px;            /* 電話は数字大きめのまま */
  font-weight: 700;
}
.about-tel img{
  width: 20px;
  height: auto;
}
.pin-icon{
  width: 20px;      /* 電話アイコンと同じくらいに */
  height: auto;
  display: block;
}

/* 催事ボタンだけ色（形はabout-btn継承） */
.about-event{
  background-color: #652d90;
  color: #fff;
    font-size: 21px;            /* 電話は数字大きめのまま */

}
/* 催事ボタンにピンアイコン入れたいなら任意で */
.about-event::before{
  font-size: 1.1em;
  line-height: 1;
}


.about_syuttyou{
  font-weight: bold;
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  margin: 0;

  align-self: center;   /* ←これでこの要素だけ中央寄せ */
  text-align: center;  
}   
.tenpo1 {
  flex: 1 1 300px; 
  box-sizing: border-box;
}

.tenpo {
width: 100%;
  height: auto;
  max-width: 100%;   /* はみ出さない */
  display: block;
}




@media (max-width: 900px){
  .about-btn{
    padding: 10px 20px;
  }
}

/* スマホ：縦並び＋幅100%で押しやすく */
@media (max-width: 554px){
.about-actions{
    width: 100%;            /* ←これが超重要！ */
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
.about-btn{
    width: 100%;
    box-sizing: border-box; /* ←念のため */
    justify-content: center;
    font-size: 1.05rem;
    padding: 12px 16px;
    border-radius: 24px;
  }
  .about-tel{
    font-size: 22px;            /* 数字も少し小さく */
  }

  .tel-icon,
  .pin-icon{
    width: 18px;                /* アイコンも少しだけ縮小 */
  }
}

/* さらに小さい端末：文字と高さを少しだけ抑える */
@media (max-width: 360px){
  .about-btn{
    font-size: 0.98rem;
    padding: 11px 14px;
  }
  .about-tel{
    font-size: 20px;
  }
}




/* 強み */
.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.strength-item_sp{
  display: none;
}
.strength-item {
  position: relative;
  display: inline-block;
  text-align: center;
}

.strength-item img {
  display: block;
  width: 100%;
  height: auto;
}

.strength-item p {
  position: absolute;
  top: 80%; /* 垂直位置を調整（中央なら50%） */
  left: 50%; /* 水平位置を調整（中央なら50%） */
  transform: translate(-50%, -50%); /* 完全中央配置 */
  font-size: 2rem;
  font-weight: bold;
}

/* 買取品目 */
.items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.image-box {
  position: relative;
  display: inline-block;
}
.items-1 {
  margin-bottom: 30px;
}
.bg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f3e9; /* ← お好みの色 */
  z-index: 0;
  border-radius: 20px; /* 角丸もOK */
}
.image-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.items-grid p {
  font-size: 1rem;
  color: #333;
  margin: 0;
}
/* お客様の声 */
.voice-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}
.voice {
display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 真ん中揃え */
  gap: 24px;                /* カードの間隔 */
  padding: 20px;
}

.voice-box {
  background: #fff;
  border-radius: 12px;
  margin: 0 auto 40px;
  text-align: left;
  flex: 1 1 300px;          /* 最小300pxで縮むけど、広がる！ */
  max-width: 320px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.voice-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  justify-content: flex-start;
   position: relative;
}
.voice-icon {
    flex-shrink: 0;
    width: 50px;              /* 幅はお好みで調整可 */
  aspect-ratio: 1 / 1;      /* 正方形を保ちつつ、画像は縦横比そのまま */
  object-fit: cover;        /* 縦横比を維持しつつ、枠にフィットさせる */
  border-radius: 50%;       /* 丸く切り抜き */
  overflow: hidden;
  display: block;
 }

.voice-age-gender {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #5c9291;
position: absolute;
  left: 0;
  right: 0;
  text-align: center;}

.voice-heading {
  font-weight: bold;
  text-align: center;
    font-size: 18px;
  margin-bottom: 10px;

}

.voice-text {
  line-height: 1.7;
    font-size: 16px;
  font-weight: normal;
  padding: 0 15px 20px;

}


/* 店舗情報 */
.section_4 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.access_left {
  flex: 1 1 300px;
  box-sizing: border-box;
}
.access-info {
    list-style: none;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 30px;
  flex: 1 1 300px;
  font-size: 1rem;
  font-size: clamp(0.5rem, 1.5vw, 1rem);
}
.access-info li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #52a;
  white-space: nowrap;
  text-align: center;
}
.access-info .access_lavel{
  width: 100px; 
  text-align: left;
  padding: 15px 0;
  margin-right: clamp(0, 5vw, 50px);  
  font-weight: bold;
  font-size: clamp(0.5rem, 1.5vw, 1rem);
  width: clamp(50px, 10vw, 100px);
}
.access-info .access_text{
  font-weight: normal;
  flex: 1;
  text-align: center;
   padding-right: clamp(5px, 5vw, 40px);
}
.access-info img {
  height: 20px;
  padding: 20px 10px;
}
.map {
  overflow: hidden; /* 念のため余分なはみ出しを防止 */
  flex: 1 1 300px;
   box-sizing: border-box;
}
.map iframe {
      margin-left: auto;
  margin-right: 0;
  width: 90%;
  height: auto; 
  border: 0;
  display: block;
  height: 350px;
  max-width: 100%;
}

.booth-link {
  text-align: right;
  margin-top: 10px;
  margin-right: 5%;
}

.booth-link a {
  font-size: 0.95rem;
  color: #555;
  text-decoration: underline;
}

.booth-link a:hover {
  color: #000;
}

/* フッター */
.site-footer {
  background-color: #652d90;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  padding-bottom: 140px;
}

.footer-inner {
position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 20px;
  }
  .footer-logo {
  flex-shrink: 0;
  margin-left: 2rem;
  margin-right: 10px; /* ロゴと中央要素の間を空けたい */
  flex: 0 0 150px;
}
.footer_center {
  display: flex;
  flex-direction: column;
    flex: 1;
  min-width: 0;
  flex-grow: 1;
  flex-direction: column;
  }
  .footer-nav {
  left: 50%;
   margin-bottom: 20px; 
}
  .footer-nav ul{
    list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  gap: 50px;
  font-weight: bold;
  flex-wrap: wrap; 
  flex-wrap: nowrap; /* ←改行しないようにする */
  white-space: nowrap; /* ←文字の折り返しも防ぐ */
  overflow-x: auto; /* ←はみ出たら横スクロール（必要に応じて） */
  }
  .footer-nav a{
    text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
  }
  .footer-last {
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 20px;
  left: 50%;
  }
  .footer-last a {
    text-decoration: none;
    color: #fff;
  }
  .footer-border {
    border-left: 1px solid #fff;
  padding-left: 8px;
  margin-left: 8px;
  font-size: 0.5rem;
  color: #fff;
  }

/* レスポンシブ */
@media (max-width: 1130px) {
    .hamburger {
  top: 20px; 
  right: 20px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;   
  align-items: center;
}
.global-nav ul {
     list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 14px;
  }
.global-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: normal;
}
.global-nav.open {
    display: flex;
  }

.global-nav {  
    display: none;
    flex-direction: column;
    background-color: #652d90;
    position: absolute;
    top: 60px;
    right: 0;
    width: 150px;
    padding: 60px 1px;
    text-align: center;
    padding: 40px 20px;
  }
  .global-nav li {
    margin: 0;
      border-bottom: 1px dashed #fff;
      line-height: 3;
  }

  .header-contact {
   display: none;
  }
  
  .header-inner {
  gap: 5px;
    display: flex;
    justify-content: space-between; 
}



    .sns-icons {
    display: none;
  }

.sns-icons-sp {
  display: flex;
  justify-content: flex-end;
width: 100%; 
}

.sns-btn {
  display: flex;
  gap: 10px; /* LINEと電話ボタンの間隔 */
  justify-content: flex-end; /* 右寄せ */
}

.line-btn-sp {
  display: block; /* ブロック要素にする */
  max-width: 100%; /* 画面幅に収まる */
  box-sizing: border-box; /* paddingを含めたサイズ計算 */
  margin: 0 auto;
  padding: 10px;
}

.line-text-sp p {
  font-size: 15px;
}
.line-text-sp span {
  font-size: 10px;
}
.call-text-sp p {
  font-size: 15px;
}
.call-text-sp span {
  font-size: 10px;
}

.line-content-sp img {
  width: 20px;
  height: auto;
  margin-right: 0;
}

.call-content-sp img {
  width: 15px;
  height: auto;
  margin-right: 0;
}

.call-btn-sp {
  display: block; /* ブロック要素にする */
  max-width: 100%; /* 画面幅に収まる */
  box-sizing: border-box; /* paddingを含めたサイズ計算 */
  padding: 10px;
}

.call-btn {
  display: none;
}
.line-btn {
  display: none;
}



}

@media (max-width: 1000px) {
  /*しをん屋について*/
   .section_1 {
    flex-direction: column;
    gap: 40px;
  }
.about-tel {
    font-size: 20px; 
    padding: 8px 12px;
  }
  .tel {
  word-break: break-word;
  white-space: normal;
}
  .about_text {
    width: 100%;
    text-align: center;
  }
  .about_1 {
    text-align: center;
    font-size: 1rem;
  }
.about_syuttyou{
  font-size: 1rem;
}
  /*マップ*/
  .access-info {
    max-width: 100%;
width: 90%;
  margin: 0 auto 30px; /* ← autoで中央に配置！ */
  padding: 0;
  }
  .access_left {
    justify-content: center;
  }
  .access-info li {
  padding-left: 0; /* 念のため追加 */
  white-space: normal;
    flex-wrap: wrap; /* 念のため追加 */
}
.access-info .access_lavel {
  width: 80px;
  margin-right: 30px;
  padding: 10px 0;
  font-size: 1rem;
}
    .access-info .access_text {
    padding: 0;
    text-align: left;
    flex: 1;
    font-size: 1rem;

  }
   .access-info img {
    padding: 0 5px;
  }
.map {
  width: 100%;
  max-width: 100%; /* はみ出し防止 */
  min-height: 15rem;
  overflow: hidden; /* 念のため余分なはみ出しを防止 */
}
.map iframe {
  width: 100%;
  height: 20rem;
  border: 0;
  display: block;
}
.section_4 {
  flex-direction: column;
}

}


@media (max-width: 859px) {
  
  /*フッター*/
  

  .site-footer {
  padding-bottom: 100px;
}

.footer-nav ul{
    list-style: none;
  padding: 0;
  display: block;
  justify-content: center;
  font-weight: bold;
  flex-wrap: wrap; 
  flex-direction: column;
  }
  .footer-nav ul li {
    padding: 0 0 20px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .footer-logo {
    text-align: center;
      margin: 0;
  padding: 0;
  flex: 0 0 130px;
  }

  .footer-logo img {
    height: 60px;
  }
  .footer_center {
    width: 100%;
    align-items: center;
  }




      .sns-icons {
    display: none;
  }

.sns-icons-sp {
  display: flex;
  justify-content: flex-end;
width: 100%; 
}

.sns-btn {
  display: flex;
  gap: 10px; /* LINEと電話ボタンの間隔 */
  justify-content: flex-end; /* 右寄せ */
}

.line-btn-sp {
  display: block; /* ブロック要素にする */
  max-width: 100%; /* 画面幅に収まる */
  box-sizing: border-box; /* paddingを含めたサイズ計算 */
  margin: 0 auto;
}

.line-text-sp p {
  font-size: 10px;
}
.line-text-sp span {
  font-size: 7px;
}
.call-text-sp p {
  font-size: 10px;
}
.call-text-sp span {
  font-size: 7px;
}

.line-content-sp img {
  width: 20px;
  height: auto;
  margin-right: 0;
}

.call-content-sp img {
  width: 15px;
  height: auto;
  margin-right: 0;
}

.call-btn-sp {
  display: block; /* ブロック要素にする */
  max-width: 100%; /* 画面幅に収まる */
  box-sizing: border-box; /* paddingを含めたサイズ計算 */
  padding:  10px;
}

.call-btn {
  display: none;
}
.line-btn {
  display: none;
}

}

@media (max-width: 768px) {
body {
  overflow-x: hidden;
}
h2 {
  font-size: 25px;
}

.h2-sub {
  font-size: 15px;
}
  .section {
  margin: 0 30px;
  padding: 60px 0;
}

    .hamburger {
  top: 20px; 
  height: 30px;
}


  /*メインビジュアル*/
.mainvisual_sp{
    display: block;
    width: 100%;
  height: auto;
  position: relative;
  display: inline-block; 
  }

.mainvisual_pc{
    display: none;
  }


  .image-row {
    width: 100%;
}
.image-row img {
  width: 95%; /* 3つ並べてgapを考慮して約30% */
}


/*強み*/
.strength-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
    gap: 5px;
}
.strength-item {
  display: none;
}

.strength-item_sp {
      display: block;
    width: 100%;
  height: auto;
}

/*買取品目*/

.items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
.section_4 {
    flex-direction: column;
  }
/*お客様の声*/
   .voice-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    position: static;
  }

  .voice-age-gender {
    position: static;
    transform: none;
    background: none;
    padding: 0;
  }
  



    .sns-icons {
    display: none;
  }

.sns-icons-sp {
  display: flex;
  justify-content: flex-end;
width: 100%; 
}

.sns-btn {
  display: flex;
  gap: 10px; /* LINEと電話ボタンの間隔 */
  justify-content: flex-end; /* 右寄せ */
}

.line-btn-sp {
  display: block; /* ブロック要素にする */
  max-width: 100%; /* 画面幅に収まる */
  box-sizing: border-box; /* paddingを含めたサイズ計算 */
  margin: 0 auto;
  padding-right: 10px;
}

.line-text-sp p {
  font-size: 9px;
}
.line-text-sp span {
  font-size: 7px;
}
.call-text-sp p {
  font-size: 9px;
}
.call-text-sp span {
  font-size: 7px;
}

.line-content-sp img {
  width: 20px;
  height: auto;
  margin-right: 0;
}

.call-content-sp img {
  width: 15px;
  height: auto;
  margin-right: 0;
}

.call-btn-sp {
  display: block; /* ブロック要素にする */
  max-width: 100%; /* 画面幅に収まる */
  box-sizing: border-box; /* paddingを含めたサイズ計算 */
}

.call-btn {
  display: none;
}
.line-btn {
  display: none;
}


}
@media (max-width: 600px) {

.logo img {
  height: 40px;
}
}
