/* ーーーーーーーーーーーーーーーーーーーーヘッダー */
/* =========================
  上部固定トップバー（ロゴ＋電話）
  画像の見た目に寄せる
========================= */

:root{
  --otk-topbar-h: 96px;     /* PCの高さ */
  --otk-topbar-h-sp: 78px;  /* SPの高さ */
}

/* 固定バー */
.otk-topbar{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 99999;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* 管理バー対応 */
body.admin-bar .otk-topbar{ top: 32px; }
@media (max-width: 782px){
  body.admin-bar .otk-topbar{ top: 46px; }
}

/* 中身：左ロゴ / 右電話 */
.otk-topbar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* 左ロゴ */
.otk-topbar__left{
  display: flex;
  align-items: center;
}

.otk-topbar__logo{
  display: inline-block;
  text-decoration: none;
}

.otk-topbar__logo img{
  width: 150px; /* PC：150px */
  height: auto;
  display: block;
}

/* 右 */
.otk-topbar__right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 1.15;
  white-space: nowrap;
}

/* 電話リンク */
.otk-topbar__tel{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
  color: #d60000;
  font-size: 2rem; /* PC：2rem */
}

.otk-topbar__tel:visited{
  color: #d60000;
}

.otk-topbar__tel-icon{
  font-size: 1.6rem;
  line-height: 1;
}

.otk-topbar__hours{
  margin: 6px 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}

/* 固定バー分、本文を下げる */
body{
  padding-top: var(--otk-topbar-h);
}

/* =========================
  スマホ
========================= */
@media (max-width: 639px){
  body{
    padding-top: var(--otk-topbar-h-sp);
  }

  .otk-topbar__inner{
    padding: 10px 12px;
    gap: 10px;
  }

  .otk-topbar__logo img{
    width: 110px; /* SP：110px */
  }

  .otk-topbar__tel{
    font-size: 1.25rem; /* SP */
    gap: 6px;
  }

  .otk-topbar__tel-icon{
    font-size: 1.1rem;
  }

  .otk-topbar__hours{
    font-size: .85rem;
    margin-top: 4px;
  }
}
/* ーーーーーーーーーーーーーーーーーー買取価格帯 */
.price .smb-tabs__tab[aria-selected="true"] {
  background-color: var(--accent-color);
  color: #fff;
}


/* ーーーーーーーーーーーーーーーーーー安心訴求 */
.safe__icon {
  color: var(--accent-color);
  font-size: 3rem;
}



/* ーーーーーーーーーーーーーーーーー買取の流れ */
.flow .smb-tabs__tab[aria-selected="true"] {
  background-color: var(--accent-color);
  color: #fff;
}
/* ーーーーーーーーーーーーーーーーーよくある質問 */

