@charset "utf-8";
/* CSS Document */
  /* -----------------------------------------------------------
    #Header
     ヘッダー2025/3リニューアル
  ----------------------------------------------------------- */
  /* ヘッダーコンテナ */
  #Header {
    width: 100%;
    position: relative;
  }

  /* ヘッダー最上部エリア */
  .H_topArea {
    background: #f1f1f1;
  }

  /* ヘッダー最上部コンテナ */
  .H_topArea_inner {
    width: 1050px;
    margin: 0 auto;
    position: relative;
    font-size: 0.75em;
    display: flex;
    justify-content: space-between;
  }

  /* ヘッダー最上部H1テキスト */
  .H_topArea_inner h1 {
    padding: 0.5em;
    font-weight: normal;
    color: #666666;
  }

  /* ヘッダー最上部ガイド・ログインメニュー */
  .H_topArea_inner ul {
    width: 295px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  .H_topArea_inner li {
    width: 100%;
  }
  .H_topArea_inner li a {
    color: #4a0115;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 3px 0;
  }

  .H_topArea_inner li.loginbe,.H_topArea_inner li.loginaf {
    background-color: #FFAA5F;
  }

  .H_topArea_inner li.loginbe a::before ,.H_topArea_inner li.loginaf a::before{
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 14px;
    position: relative;
    top: 2px;
    background: url(https://gigaplus.makeshop.jp/thsfood/images/header/i-login.png) no-repeat left center;
  }

  .H_topArea_inner li.shopGuide {
    position: relative;
    width: 156px;
  }
  .H_topArea_inner li.shopGuide > a{
    border-left: 1px solid #dadada;
    width: 156px;
  }
  .H_topArea_inner li.shopGuide > a::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 14px;
    position: relative;
    top: 3px;
    background: url(https://gigaplus.makeshop.jp/thsfood/images/header/i-guide.png) no-repeat left center;
  }

  /* ショッピングガイドドロップダウン */
  .shopGuide a + .shopGuide_inner > ul{
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .shopGuide .shopGuide_inner {
  top: 20px;
  left: 0px;
  position: absolute;
  height: 15px;
  width: 156px;
  display: block;
  z-index: 2;
}

.shopGuide:hover .shopGuide_inner > ul{
  top: 10px;
  left: 0px;
    position: absolute;
  z-index: 2;
  padding: 8px 10px;
  width: 156px;
    background-color: #ffffff;
    border: 2px solid #4a0115;
    box-sizing: border-box;
    display: block;
  opacity: 1;
 visibility: visible;
}
.shopGuide:hover .shopGuide_inner::before{
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  border: 10px solid transparent;
  border-bottom: 9px solid #ffffff;
  z-index: 3;
  margin-left: -10px;
}
.shopGuide:hover .shopGuide_inner::after{
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  display: block;
  border: 14px solid transparent;
  border-bottom: 12px solid #4a0115;
  z-index: 2;
  margin-left: -14px;
}
.shopGuide_inner > ul li a{
  padding: 5px 0px 5px 15px;
  text-align: left;
  background: url(https://gigaplus.makeshop.jp/thsfood/images/contents/yaji2.png) no-repeat left center;
}

  /* ヘッダーメインエリア */
  .H_mainArea {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto;
    padding: 10px 0;
    gap: 20px;
    align-items: end;
  }

  .H_mainArea a {
    color: #6c1f34;
  }

  /* ロゴブロック */
  .H_mainArea .H_mainArea_home {
  }

  /* 問い合わせブロック */
  .H_mainArea .H_mainArea_contact {
    width: 300px;
    margin-bottom: 3px;
  }

  /* 電話 */
  .H_mainArea_contact .telArea {
    display: flex;
    align-items: end;
  }

  /* TEL見出し */
  .H_mainArea_contact .telArea span.tel {
    display: inline-block;
    background-color: #6c1f34;
    color: #FFF;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 85%;
  }

  /* 電話番号 */
  .H_mainArea_contact .telArea span.number {
    color: #6c1f34;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
  }

  /* 営業時間 */
  .H_mainArea_contact .telArea span.hours {
    display: inline-block;
    margin-left: 5px;
    font-size: 75%;
    color: #666666;
  }

  /* フォーム */
  .H_mainArea_contact .formArea {
    display: flex;
    margin-top: 5px;
  }

  /* 問い合わせ */
  .H_mainArea_contact .formArea .toiawase {
    background: url(https://gigaplus.makeshop.jp/thsfood/images/header/i-toiawase.png) no-repeat 12px center;
    padding: 6px 14px 6px 34px;
    border-right: 1px solid #adadad;
  }

  /* 見積もり */
  .H_mainArea_contact .formArea .mitsumori {
    background: url(https://gigaplus.makeshop.jp/thsfood/images/header/i-mitsumori.png) no-repeat 14px center;
    padding: 6px 14px 6px 34px;
  }

  .H_mainArea_contact .formArea a:hover {
    background-color: #fde499;
  }

  /* ログイン名 */
  .H_loginname {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  }
  /* サービスブロック */
  .H_mainArea .H_mainArea_service ul {
    display: flex;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 13px;
    width: 230px;
    text-align: center;
    justify-content: space-evenly;
  }

  /* 税込テキスト */
  .H_mainArea_service li .small {
    font-size: 0.7em;
  }

  /* メニューブロック */
  .H_mainArea .H_mainArea_menu ul {
  width: 320px;
    display: flex;
    justify-content: space-between;
  }
  .H_mainArea_menu li {
    text-align: center;
  }
  
  .H_mainArea .H_mainArea_menu img {
    margin-bottom: 4px;
  }

/* 検索エリア */
.H_searchArea{
   background-color: #490115;
   color: white;
}
.H_searchArea_inner{
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto;
		font-size: 0.85em;
}
.refine-search a{
    display: inline-block;
    background-color: #F86B27;
    padding: 5px 20px;
    color: white;
}

/* 検索ボックス */
.search-btn{
height: 30px;
border: none;
font-size: 0;
box-shadow: none;
letter-spacing: -.4em;
width: 300px;
}
.search-btn input {
  height: 30px;
  border: none;
  margin: 0;
  border-radius: 4px;
  width: 90%;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0px 10px;
  line-height: 30px;
  margin-bottom: 10px;
}

#MakeShopTopSearchButton{
  display: inline-block;
  position: relative;
  right: 2px;
  top: 3px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* よく検索されるキーワード */
#hotkeywords {
    width: 320px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
}
#hotkeywords a{
    color: white;
    text-decoration: underline;
}



/* グロナビ表示遅延処理 */
#M_grobalNav li:hover .menu_wrap {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  animation-delay: 0.8s;
}
/* グロナビ */
#M_grobalNav a {
	font-size: 12px;
	color: #4a0115;
}

