@charset "UTF-8";
/*
Theme Name: 繁盛デザイン オリジナルテーマ
Theme URI: https://hanjo-design.com/
Author: 株式会社マルヤカンパニー
Author URI: https://hanjo-design.com/
Description: 飲食店開業のトータルパートナー「繁盛デザイン」の公式コーポレートサイト用オリジナルテーマです。ロゴの配色に合わせた重厚感のあるデザインと、レスポンス対応のワンストップフローが特徴です。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, featured-images, responsive-layout, theme-options
Text Domain: hanjo-design
*/

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  background-color: #fcfcfc;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
  color: #111111;
  letter-spacing: 0.03em;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #b3000f;
}

.tc { text-align: center; }
.tl { text-align: left; }

.text-highlight {
  color: #b3000f;
  font-weight: 700;
}

.btn {
  display: inline-block;
  background-color: #b3000f; 
  color: #fff;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(179, 0, 15, 0.2);
}

.btn:hover {
  background-color: #e62e2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(230, 46, 46, 0.3);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  color: #111;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.header-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
  height: auto; 
  width: 210px;
  object-fit: contain;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-phone {
  text-align: right;
}

.header-phone .phone-label {
  font-size: 11px;
  color: #111;
  display: block;
}

.header-phone .phone-number {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.header-phone .phone-number:hover {
  color: #e62e2e;
}

.header-btn {
  background-color: #b3000f;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 14px;
}

.header-btn:hover {
  background-color: #e62e2e;
}

.header-upper .nav-menu {
  display: none;
}

.header-nav {
  background-color: rgba(0, 0, 0, 0.9);
}

.pc-menu {
  display: flex;
  justify-content: center;
  height: 50px;
}

.pc-nav-item {
  flex: 1;
  text-align: center;
}

.pc-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.pc-nav-item:last-child a {
  border-right: none;
}

.pc-nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #e62e2e;
}

.menu-btn, #menu-toggle {
  display: none;
}

/* ==========================================================================
   MAIN VISUAL
   ========================================================================== */
.main-visual {
  background-color: #111111;
  position: relative;
  overflow: hidden;
  height: 540px;
}

.mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  background-size: cover;
  background-position: center;
}

.mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 0 20px;
}

.mv-tag {
  display: inline-block;
  background-color: #b3000f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 15px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  border-radius: 2px;
}

.mv-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.mv-title span {
  color: #e62e2e;
}

.mv-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #f0f0f0;
}

/* ==========================================================================
   CONCEPT & FLOW COMPARISON
   ========================================================================== */
.concept {
  padding: 90px 0;
  background-color: #fff;
}

.concept-brand {
  font-size: 22px;
  font-weight: 700;
  color: #b3000f;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.concept-lead {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
  line-height: 1.4;
}

.concept-text {
  max-width: 850px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #444444;
  text-align: left;
  background: #fdfefe;
  padding: 30px;
  border-left: 4px solid #b3000f;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.flow-comparison {
  margin-top: 50px;
  background: #fdfdfd;
  padding: 40px 30px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.flow-comp-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
}

.flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.flow-box {
  padding: 30px 20px;
  border-radius: 6px;
}

.flow-box.other {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
}

.flow-box.hanjo {
  background-color: #fff5f5;
  border: 2px solid #b3000f;
  position: relative;
}

.flow-box.hanjo .badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #b3000f;
  color: #fff;
  font-weight: 700;
  padding: 3px 14px;
  font-size: 12px;
  border-radius: 2px;
}

.flow-box-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.flow-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.step-item {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.flow-box.hanjo .step-item {
  background: #b3000f;
  color: #fff;
  border: none;
}

.flow-box.hanjo .step-item.highlight-step {
  background: #e62e2e;
}

.step-arrow {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  flex-shrink: 0;
}

.flow-box.hanjo .step-arrow {
  color: #b3000f;
}

/* ==========================================================================
   STRENGTH (3つの理由)
   ========================================================================== */
.strength {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.strength-card {
  background-color: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.strength-num {
  background-color: #111111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 15px;
  display: inline-block;
  letter-spacing: 0.05em;
}

.strength-card:nth-child(odd) .strength-num {
  background-color: #b3000f;
}

.strength-body {
  padding: 30px 25px 35px;
}

.strength-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111111;
  font-weight: 700;
  line-height: 1.4;
}

.strength-card h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-top: 5px;
}

.strength-card p {
  font-size: 14.5px;
  color: #444;
  margin-bottom: 15px;
}

.strength-card ul {
  text-align: left;
  background: #fdf6f6;
  padding: 15px 20px;
  border-radius: 4px;
}

.strength-card ul li {
  font-size: 13.5px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
  color: #333;
}

.strength-card ul li:last-child {
  margin-bottom: 0;
}

.strength-card ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #b3000f;
  font-weight: bold;
}

/* ==========================================================================
   NUMBERS (実績)
   ========================================================================== */
.numbers-section {
  padding: 70px 0;
  background-color: #111111;
  color: #ffffff;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.num-card {
  text-align: center;
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.num-card:last-child {
  border-right: none;
}

.num-label {
  font-size: 13px;
  color: #cccccc;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.num-count {
  font-size: 32px;
  font-weight: 700;
  color: #e62e2e;
}

.num-unit {
  font-size: 14px;
  color: #ffffff;
  margin-left: 2px;
}

/* ==========================================================================
   WORKS (施工事例)
   ========================================================================== */
.works {
  padding: 90px 0;
  background-color: #ffffff;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.works-card {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

.works-img {
  width: 100%;
  height: 220px;
  background-color: #eee;
  object-fit: cover;
}

.works-body {
  padding: 20px;
}

.works-body h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* ==========================================================================
   CTA AREA
   ========================================================================== */
.cta-section {
  padding: 70px 0;
  background-color: #111111;
  color: #fff;
  border-top: 4px solid #b3000f;
}

.cta-section h2 {
  font-weight: 700;
}

/* ==========================================================================
   POLICY & VOICE / COLUMN
   ========================================================================== */
.policy {
  padding: 90px 0;
  background-color: #ffffff;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fafafa;
  padding: 40px;
  border: 1px solid #eeedec;
  border-radius: 8px;
}

.policy-content p {
  margin-bottom: 20px;
}

.two-column-section {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.voice-list, .column-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-item-card {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  gap: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  border: 1px solid #eee;
}

.list-item-thumb {
  width: 80px;
  height: 80px;
  background: #eee;
  flex-shrink: 0;
  border-radius: 4px;
}

/* ==========================================================================
   AREA SECTION
   ========================================================================== */
.area-section {
  padding: 90px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eeedec;
}

.area-lead {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 15px;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.area-block {
  background: #ffffff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #eef0f2;
  box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}

.area-block h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  border-left: 4px solid #b3000f;
  padding-left: 12px;
  line-height: 1.2;
}

.area-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.area-link-item {
  display: block;
  font-size: 13px;
  color: #555;
  background: #fafafa;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #e4eaf0;
}

.area-link-item:hover {
  background: #b3000f;
  color: #ffffff;
  border-color: #b3000f;
  transform: translateX(3px);
}

/* ==========================================================================
   COMPANY
   ========================================================================== */
.company {
  padding: 90px 0;
  background-color: #fff;
}

.company-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.company-table th, .company-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #eeedec;
}

.company-table th {
  width: 25%;
  text-align: left;
  background-color: #fafafa;
  color: #111111;
  font-weight: 700;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: #111111;
  color: #dddddd;
  padding: 60px 0 30px;
  font-size: 14px;
  border-top: 1px solid #222222;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  margin-bottom: 30px;
}

.footer-logo img {
  max-height: 80px; 
  width: auto;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.footer-info-text {
  font-size: 13px;
  color: #aaaaaa;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.footer-links a {
  color: #cccccc;
  font-size: 13px;
}

.footer-links a:hover {
  color: #e62e2e;
  text-decoration: underline;
}

.copyright {
  text-align: center;
  border-top: 1px solid #222222;
  padding-top: 25px;
  font-size: 12px;
  color: #777777;
}

.sp-floating-cta {
  display: none;
}

/* ==========================================================================
   RESPONSIVE DESIGN (992px以下)
   ========================================================================== */
@media (max-width: 992px) {
  body {
    padding-bottom: 75px;
  }

  .header {
    height: 70px;
  }

  .header-upper {
    height: 100%;
    padding: 0 15px;
    border-bottom: none;
    position: relative;
  }

  .header-logo img {
    width: 180px !important;
  }

  .header-phone, .header-btn, .header-nav {
    display: none; 
  }

  /* スマホメニューの制御 */
  .menu-btn {
    display: block;
    font-size: 28px; 
    cursor: pointer;
    color: #111;
    padding: 10px; 
    z-index: 2001;
  }

  .header-upper .nav-menu {
    display: flex; 
    position: fixed;
    top: 70px; 
    left: 100%; 
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #111111;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 2000;
    visibility: hidden;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .nav-item a {
    display: block;
    padding: 18px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
  }
  
  #menu-toggle:checked ~ .nav-menu {
    left: 0;
    visibility: visible;
  }

  /* 他社比較フローのスマホ改行崩れ対策 */
  .flow-steps {
    flex-direction: column;
    gap: 10px;
  }

  .step-item {
    width: 100%;
    flex: none;
    padding: 10px;
  }

  .step-arrow {
    transform: rotate(90deg);
    margin: 2px 0;
    display: inline-block;
  }

  /* その他各種要素のレスポンシブ化 */
  .main-visual { height: 460px; }
  .mv-title { font-size: 28px; }
  .mv-lead { font-size: 15px; }
  .concept-lead { font-size: 22px; }
  
  .strength-grid, 
  .works-grid, 
  .two-column-grid, 
  .area-grid, 
  .area-links { 
    grid-template-columns: 1fr; 
  }

  .numbers-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px; 
  }

  .num-card { 
    border-right: none; 
    background: rgba(255,255,255,0.05); 
    padding: 15px 10px; 
    border-radius: 4px; 
  }
  
  .sp-floating-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.95); 
    padding: 10px 15px;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.3);
    z-index: 2000;
  }

  .floating-btn {
    display: block;
    background-color: #b3000f;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .company-table th, 
  .company-table td { 
    display: block; 
    width: 100%; 
  }

  .company-table th { 
    border-bottom: none; 
    padding-bottom: 5px; 
  }
}

/* sidebar styling */
.sidebar { display: flex; flex-direction: column; gap: 40px; }
.widget-block { background: #fff; border: 1px solid #eeedec; border-radius: 4px; overflow: hidden; }
.widget-title { background: #111; color: #fff; font-size: 15px; font-weight: 700; padding: 12px 20px; letter-spacing: 0.05em; border-left: 4px solid #b3000f; }
.widget-body { padding: 20px; font-size: 14px; }
.widget-link { display: inline-block; margin-top: 10px; color: #b3000f; font-weight: 700; text-decoration: underline; }
.widget-link:hover { color: #e62e2e; }
.widget-list li { border-bottom: 1px solid #eeedec; }
.widget-list li:last-child { border-bottom: none; }
.widget-list a { display: block; padding: 15px 20px; font-size: 14px; font-weight: 500; color: #333; }
.widget-list a:hover { background: #fff5f5; color: #b3000f; }
.widget-banner { background: linear-gradient(135deg, #111 0%, #222 100%); color: #fff; padding: 30px 20px; text-align: center; border-radius: 4px; border-top: 4px solid #b3000f; }
.widget-banner h4 { font-size: 18px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.widget-banner h4 span { color: #e62e2e; }
.widget-banner p { font-size: 12px; color: #ccc; margin-bottom: 20px; }
.widget-banner a { display: block; background: #b3000f; color: #fff; font-weight: 700; padding: 12px; border-radius: 4px; font-size: 14px; }
.widget-banner a:hover { background: #e62e2e; }

/* Sub Page Common & Single/Archive Layout */
.sub-page-header { background: linear-gradient(135deg, #070707 0%, #1c1c1c 100%); padding: 50px 0; color: #fff; text-align: center; margin-bottom: 60px; border-bottom: 4px solid #b3000f; }
.sub-header-tag { display: inline-block; background: #b3000f; font-size: 12px; font-weight: 700; padding: 3px 12px; margin-bottom: 10px; border-radius: 2px; }
.sub-header-title { font-size: 26px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.4; }
.sub-page-container { display: grid; grid-template-columns: 2.5fr 1fr; gap: 50px; margin-bottom: 90px; align-items: start; }
.entry-card { background: #fff; border: 1px solid #eeedec; padding: 40px; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,0.01); }
.entry-header { margin-bottom: 30px; border-bottom: 1px solid #eeedec; padding-bottom: 15px; font-size: 13px; color: #666; display: flex; gap: 15px; }
.entry-content { line-height: 1.8; font-size: 16px; }
.entry-content h2 { font-size: 22px; font-weight: 700; border-left: 4px solid #b3000f; padding-left: 15px; margin: 40px 0 20px; color: #111; }
.entry-content h3 { font-size: 18px; font-weight: 700; margin: 30px 0 15px; color: #111; }
.entry-content p { margin-bottom: 20px; }

@media (max-width: 992px) {
  .sub-page-container { grid-template-columns: 1fr; gap: 40px; }
  .entry-card { padding: 25px; }
  .sub-header-title { font-size: 20px; }
}

/* Page Standard Layout (No Sidebar) */
.page-single-content { max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid #eeedec; padding: 50px 40px; border-radius: 6px; }
.margin-bottom-90 { margin-bottom: 90px; }
@media (max-width: 992px) { .page-single-content { padding: 30px 20px; } }

/* LP Template Full Width styling */
.lp-main-container { width: 100%; overflow: hidden; }
.lp-content-builder .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }

/* Archive list custom styling */
.archive-list-wrapper { display: flex; flex-direction: column; gap: 25px; }
.archive-item { align-items: center; border: 1px solid #eeedec; transition: all 0.3s ease; }
.archive-item:hover { border-color: #b3000f; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.04); }
.archive-item-body { display: flex; flex-direction: column; gap: 8px; text-align: left; width: 100%; }
.archive-item-date { font-size: 12px; color: #777; }
.archive-item-title { font-size: 18px; font-weight: 700; color: #111; line-height: 1.4; }
.archive-item-title a:hover { color: #b3000f; }
.archive-item-excerpt { font-size: 14px; color: #555; line-height: 1.6; }
/* Pagination styling */
.pagination-wrapper { margin-top: 40px; display: flex; justify-content: center; gap: 8px; }
.pagination-wrapper .page-numbers { display: inline-block; padding: 8px 16px; background: #fff; border: 1px solid #eeedec; color: #111; font-weight: 700; border-radius: 4px; }
.pagination-wrapper .page-numbers.current { background: #b3000f; color: #fff; border-color: #b3000f; }
.pagination-wrapper a.page-numbers:hover { background: #111; color: #fff; border-color: #111; }

/* 404 Page styling */
.error-404-section { padding: 120px 0; background: #ffffff; }
.error-num { font-size: 82px; font-weight: 700; color: #eeedec; display: block; line-height: 1; margin-bottom: 20px; letter-spacing: 0.05em; }
.error-title { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 25px; }
.error-text { max-width: 700px; margin: 0 auto 40px; font-size: 15px; color: #555; line-height: 1.8; }
.error-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.btn-secondary { display: inline-block; background-color: #111; color: #fff; font-weight: 700; padding: 16px 50px; border-radius: 4px; font-size: 16px; }
.btn-secondary:hover { background-color: #333; transform: translateY(-2px); }

/* Search form styling */
.search-form { width: 100%; margin-bottom: 30px; }
.search-box-inner { display: flex; border: 1px solid #eeedec; border-radius: 4px; overflow: hidden; }
.search-field { flex: 1; padding: 12px 15px; border: none; font-size: 14px; outline: none; background: #fff; }
.search-submit { background: #111; color: #fff; border: none; padding: 0 20px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.3s; }
.search-submit:hover { background: #b3000f; }