
#okw_contents {
  position: relative;
  z-index: 1;
}
#okw_footer_default {
  display: none;
}

/****************** helper ********************** */
/* デバイス切り替え*/
.hlp-sp-item {
  display: none;
}
.hlp-pc-item {
  display: block;
}
/****************** END helper ********************** */
/****************** 共通 ********************** */
#header,footer {
  * {
    box-sizing: border-box;
  }
  a {
    color: #333333;
  }
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  button {
    outline: none;
    border: none;
  }
  .hlp-noto_serif_jp_b {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
  }
  .hlp-sp {
    display: none;
  }
}
/****************** END 共通 ********************** */
/****************** ハンバーグ　ヘッダー ********************** */
#header {
  .top {
    font-size: 0;
    margin: 14px auto 0;
    width: 1160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_member_name {
    font-size: 13px;
    line-height: 1.07;
    margin: 0 24px 0 auto;
  }
  .top_other_list {
    li {
      display: inline-block;
      text-align: center;
      margin-right: 10px;
      a {
        color: #333333;
      }
      img {
        vertical-align: text-top;
      }
      p {
        font-size: 11px;
        padding-top: 10px;
        line-height: 1.25;
      }
    }
    li:last-child {
      margin-left: 10px;
      text-align: left;
      a {
        display: block;
        font-size: 12px;
        line-height: 1.15;
      }
      a:not(:last-child) {
        margin-bottom: 8px;
      }
    }
  }
  .header_nav {
    height: 60px;
    margin-top: 17px;
    background: linear-gradient(180deg,#E0BD67 0, #E0BD67 6px, #333333 6px, #333333 60px);
    position: relative;
  }
  .menu {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding-top: 13px;
    .menu__list {
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
    }
    .menu__list--tab {
      height: 40px;
      padding: 0px 20px;
      border-left: 1px solid #7C7C7C;
    }
    .menu__list--tab:nth-last-child(2) {
      border-right: 1px solid #7C7C7C;
    }
    .menu__list--search_box {
      float: right;
      input {
        border-radius: 170px;
        width: 370px;
        height: 30px;
        padding: 0 40px 0 20.5px;
        position: relative;
        border: unset;
        font-size: 14px;
      }
      input::placeholder {
        color: #CBCBCB;
      }
      .search_icon {
        content: "";
        background: url("https://hamburg-no-torico.jp/hb/images/pc/header/search.png")no-repeat;
        width: 19px;
        height: 18.5px;
        position: absolute;
        right: 13.5px;
        top: 50%;
        transform: translateY(-50%);
      }
    }
    .menu__title {
      color: #E0BD67;
    }
    .menu__title:hover {
      opacity: 0.7;
      cursor: pointer;
    }
    .menu__title--shop,
    .menu__title--brand,
    .menu__title--kodawari {
      position: relative;
      font-size: 14px;
      line-height: 1;
      padding-top: 3.8px;
      span {
        font-size: 20px;
        line-height: 1;
      }
    }
    .menu__title--shop::after,
    .menu__title--brand::after,
    .menu__title--kodawari::after {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      transform: rotate(-45deg);
      border-bottom: 2px solid #E0BD67;
      border-left: 2px solid #E0BD67;
      bottom: -6px;
      position: absolute;
      left: 50%;
      transform: rotate(-45deg) translateX(-50%);
    }
    .menu__title--toriko {
      font-size: 10px;
      line-height: 1.2;
      padding-top: 2px;
      text-align: center;
      a {
        color: #E0BD67;
        display: block;
      }
      span {
        font-size: 15px;
        line-height: 1.2;
      }
    }
  }
  .menu_second {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    padding: 34px 25px;
    background: #F5F4F1;
    width: 1160px;
    .menu_second__title {
      height: 26px;
      line-height: 1.4;
      background: #E9D194;
      margin-bottom: 8px;
      padding: 2px 10px;
      font-size: 16px;
    }
    .menu_second__innner_list {
      display: flex;
      flex-wrap: wrap;
      gap: 24px 20px;
      li {
        display: grid;
        align-content: center;
        border-bottom: 2px solid #CBCBCB;
        width: 168px;
        position: relative;
        a {
          padding: 15px 26px 14px 10px;
        }
        p {
          font-size: 15px;
          line-height: 1.4;
          color: #333333;
        }
      }
      li:after {
        content: "";
        position: absolute;
        right: 7.85px;
        top: 50%;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 7.5px 0 7.5px 11px;
        border-color: transparent transparent transparent #662F1D;
        pointer-events: none;
      }
      li:hover {
        opacity: 0.7;
        cursor: pointer;
      }
    }
  }
  .menu_second.shop {
    .menu_second__innner_list li {
      width: 206px;
    }
  }
  .menu_second.kodawari {
    .menu_second__list {
      width: 532px;
      display: inline-block;
    }
    .menu_second__list:nth-child(2n+1) {
      margin-right: 30px;
    }
    .menu_second__innner_list {
      gap: 16px 14px;
    }
  }
}
/****************** END ハンバーグ　ヘッダー ********************** */
/****************** ハンバーグ　フッター ********************** */
#footer {
  .footer {
    width: 1185px;
    margin: 0 auto;
  }
  .to-top {
    position: fixed;
    bottom: 120px;
    right: 32px;
    width: 80px;
    height: 80px;
    z-index: 999;
  }
  /* 「ハンバーグのとりことは
  -------------------------------------------------------------- */
  .footer_message {
    text-align: center;
    width: 100%;
    height: 298px;
    background: url("https://hamburg-no-torico.jp/hb/images/pc/header/bg_footer_img.jpg") center no-repeat;
    padding-top: 42px;
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    h2.footer_message_title {
      font-size: 28px;
      strong {
        font-size: 38px;
      }
    }
    .footer_message_text {
      width: 648px;
      margin: 22px auto 0;
      font-size: 18px;
      line-height: 1.7;
    }
    .footer_btn {
      margin: 22px auto 0;
      text-align: center;
    }
  }
    /* nav
  -------------------------------------------------------------- */
  nav {
    background-color: #333333;
    color: #FFFFFF;
    border-top: 6px solid #E0BD67;
    padding: 43px 0 23px;
    line-height: 2;
    .aside_menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0 20px;
      .aside_menu__title {
        border-bottom: 1px solid #E0BD67;
        font-size: 16px;
        font-weight: bold;
        background-color: #333333;
        margin-bottom: 12px;
      }
      .aside_menu__list {
        width: 216px;
        font-size: 14px;
        display: block!important;
      }
      a {
        color: #FFFFFF;
        padding-left: 16px;
      }
    }
  }
  .pmark_box {
    text-align: left;
    display: inline-block;
    width: 75px;
    height: 75px;
    a {
      padding-left: 0;
    }
    img {
      background-color: #FFFFFF;
      margin-top: 10px;
      width: 75px;
      height: 75px;
    }
  }
  .footer_us {
    background: #333333;
    color: #FFFFFF;
    padding: 16px 0;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    font-size: 15px;
    line-height: 1.4;
  }
}
/****************** END ハンバーグ　フッター ********************** */
/* 問い合わせフォームトップ用 */
.contact_box1 {
 background-color: #f0f0f0; /* 薄いグレーの背景色 */
  color: #000000; /* 文字色を黒に */
 border: 2px dotted #808080; /* グレーの点線の枠 */
  padding:20px; /* 内容と枠の間に余白を設ける */
  margin:10px; /* 要素の外側に余白を設ける */
}

.red {
 color: red; /* 赤文字にする */
}

/* **************テスト（曽我部）************** */
#okw_contents {
  background: #FFF;
  margin: 0 auto;
  width: 1225px;
  padding: 10px;
}

#okw_contents_base {
  padding-right: 0px;
  width: 1225px;
  background: none;
  background-color: #fff;
}

#okw_contents_inner {
  background: none;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
}

#okw_center.okw_side {
  width: 950px;
  text-align: left;
}

#okw_footer_default {
  background: #E8E7EF;
  border-top: solid 10px #1B1464;
  margin-top: 2px;
}

.icoQ_sml {
  background: transparent url("../images/front/ico_qst_s.gif") no-repeat scroll 0% 4px;
  padding: 0 0 0 25px;
}

.icoA_sml {
  background: transparent url("../images/front/ico_ans_s.gif") no-repeat scroll 0% 2px;
  padding: 0 0 0 25px;
  font-size: 13px;
  letter-spacing: 0.1px;
  display: none;
}

#fontCol {
  display: none;
}

.colArea {
  margin-bottom: 30px;
}

.ttl_col {
  background: none;
  height: 100%;
  padding: 0;
}

.ttl_bg {
  background-image: url("/usr/file/attachment/title_bk.jpg");
  background-position: 0;
  background-repeat: no-repeat;
  height: 33px;
  padding: 2px 0 0 20px;
}

.keyword_frm {
  border-width: 1px;
}

.search_frmArea .keyword_frmbtn, .keyword_frmbtn {
  height: 30px !important;
  margin-left: 10px;
  cursor: pointer;
}

.qaList {
  margin: 15px 10px 10px 25px;
}
.qaList li {
  background: transparent url("../images/front/marker_arrow.gif") no-repeat scroll left 4px;
}

.cate_middle {
  padding: 13px 5px 0 21px;
  font-size: 15px;
  height: 50px;
}
.cate_icon {
  float: left;
  margin-right: 5px;
  width: 45px;
}

.cate_small {
  display: inline-block;
  padding: 0px 5px 0 15px;
  font-size: 15px;
}
.category_tree {
  margin: 10px 0 5px;
}

.icocate_tree {
  background: none;
  padding: 12px 0 0;
  text-align: center;
}

.attention_keyword_list {
  margin: 10px 20px;
}

.questioner_btn {
  height: 30px !important;
}

.search_list_inner {
  border-bottom: none;
}

li.search_list_inner:hover {
  background-color: #FFF;
}

.search_list_bg1 {
  padding: 10px;
}

.search_list_bg2 {
  background-color: #fff;
  padding: 10px;
}

.search_qattl {
  margin-bottom: 5px;
}

ul.search_dateNo {
  display: none;
}

.search_dateNo li {
  font-size: 11px;
}

.pg_col_top {
  margin: 15px 0 10px;
}

.okw_sort_select {
  width: 140px;
}

.sort_arrow {
  padding-top: 6px;
}

.cateList_area ul li {
  /*background-image: url("/usr/file/attachment/arrow_03.jpg");*/
  background-position: 0 4px;
  background-repeat: no-repeat;
}

/* ------------------------------
 *    arts
 *------------------------------ */
body {
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", MSPGothic, Helvetica, sans-serif, Osaka;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.faq_cate_col {
  display: none;
}

div.title_box .bg_title h2 {
  border-left: 6px solid #333333;
  font-size: 126%;
  font-weight: 700;
  line-height: 130%;
  margin-top: 1px;
  padding: 3px 0 0 4px;
  text-align: left;
}

a:hover {
  text-decoration: none;
}
.font_20 {
  font-size: 20px;
}
.red {
  color: red !important;
}


/****************** head_navi ********************** */

/****************** side ********************** */
.gf_leftnavi {
  padding-top: 0!important;
}


/****************** container ********************** */


/****************** bottom_menu ********************** */
#bottom_menu hr {
  border: 2px solid #999;
  margin-bottom: 40px;
}

/****************** sitemap ********************** */


/****************** お問い合わせフォーム ********************** */
.hdq_confirm_btn_c {
  margin: 0;
  /* 次へ 中央画像のずれを修正 */
}

#inquiry {
  padding: 0;
  margin: 0;
}
/****************** 検索 カテゴリー ********************** */
form#advanced_search_form .keyword_frm {
  height: 15px;
}
.search_category_wrapper.clearfix label {
  padding-top: 13px;
}

.search_category_wrapper .combo .combo-text {
  width: 410px;
}
.search_category_wrapper .dropdownCheckComboboxWapper {
  width: 429px;
}

/****************** タイトルの作成190412【全箇所】 ********************** */
.title_box_qa_top {
  background: #F6F6F6;
  padding: 5px 0;
  border: 1px solid #666666;
  border-radius: 4px;
  font-weight: bold;
  font-size: 160%;
  line-height: 1;
  color: #333333;
}
.title_box_qa_top::before {
  content: "▮";
  display: inline-block;
  font-size: 150%;
  color: rgba(102, 102, 102, 0.5);
  text-shadow: 5px 0px 3px #fff, 0 0 0 #000;
  transform: scale(0.35, 1);
  padding: 5px 0;
  line-height: 1;
}
.ttl_col {
  height: auto;
  padding: 0;
  background: none;
}
.ttl_col .ttl_bg {
  height: auto;
  background: #F6F6F6;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 110%;
  font-weight: bold;
}
.ttl_col .ttl_bg .icoHot,
.ttl_col .ttl_bg .icoKeyword,
.ttl_col .ttl_bg .icoQa,
.ttl_col .ttl_bg .icoResult,
.ttl_col .ttl_bg .icoCate,
.ttl_col .ttl_bg .icoFaq {
  height: auto;
  padding: 0 0 0 40px;
  background-position: left center;
}
.okw_hdq_form_area {
  text-align: left;
}
.okw_hdq_form_area .ttl_col {
  width: 800px;
  margin: 0 auto 10px;
}
.okw_hdq_form_area .ttl_col .ttl_bg {
  padding: 0;
  border: 0;
  background: no-repeat;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
}
.okw_hdq_form_area .ttl_col .ttl_bg .icoHdquestion {
  line-height: 40px;
  height: auto;
  padding: 0 0 0 20px;
}
/****************** 非表示にするパーツ ********************** */
.okw_hdq_form_area .siteLink {
  display: none;
}
/* ******< 20190423 >***** */
div#okw_center a:hover {
  opacity: 0.7;
}
.search_frmArea .keyword_frm,.keyword_frmbtn {
  padding: 0px;
}

.icoPickup {
float: none;
padding: 0 0 0 40px;
background-position: left center;
font-size: 94%;
line-height: 2.5;
font-weight: bold;
}
.icoNew {
float: none;
padding: 0 0 0 40px;
background-position: left center;
font-size: 94%;
line-height: 2.5;
font-weight: bold;
}

.okw_parts_favorite_faq .list, .okw_parts_pickup_faq .list, .okw_parts_mypage_list .list {
    margin-top: 0px;
}

.ttl_col .ttl_bg .icoHot,
.ttl_col .ttl_bg .icoKeyword,
.ttl_col .ttl_bg .icoQa,
.ttl_col .ttl_bg .icoResult,
.ttl_col .ttl_bg .icoCate,
.ttl_col .ttl_bg .icoFaq,
.ttl_col .ttl_bg .icoPickup,
.ttl_col .ttl_bg .icoInf {
height: auto;
padding: 0 0 0 40px;
background-position: left center;
}
/*Info＆Newsトップ画面日時非表示*/
.newsList li .datetime {
display: none;
}


/*公開日時・更新日時を非表示*/
.faq_date { display:none !important; }
