#underTop {
  position: fixed;
    z-index: 9100;
    top: 40px;
    width: 100%;
    padding: 8px 0;
    background-color: #f5f3ee;
}

#underTop .search-block{
  margin:0 auto;
  width:300px;
}
#underTop .search-block .form-group {
  position: relative;
  margin-bottom: 0;
}
#underTop .search-block .search-block-inner {
  width: 266px;
  float: right;
}
#underTop .search-block .search-block-input {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#underTop .search-block .search-block-btn {
  background-color: #e6b336;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  height: 34px;
}
#underTop .search-block .search-toggle-btn {
  background: url(/static/images/icon_map_gps.png) no-repeat #fff 6px 50%;
  color: #846506;
  cursor: pointer;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 25px;
  float: left;
  position: relative;
  right: inherit;
  bottom: inherit;
  margin: auto;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  padding: 0;
  border-radius: 8px 0 0 8px;
  border: none;
  background-position: 50%;
}
#underTop .search-toggle-btn.btn.active, .search-toggle-btn.btn:active {
  background: url(/static/images/icon_map_gps.png) no-repeat #fff 6px 50%;
}
#underTop .search-toggle-btn:hover {
  text-decoration: none;
}



/* パンくず */

.str-topicPath{
    background: #f5f5f5;
    width: 100%;
    padding: 0 15px;
}

.str-topicPath ol {
list-style: none;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
}

.str-topicPath ol li {
  color: #333;
  display: inline-block;
  padding: 10px 0 0;
}

.str-topicPath ol li:after {
  content: '>';
  color: #959fa5;
  display: inline-block;
  margin-left:5px;
}

.str-topicPath ol li:last-child {
  padding: 10px 15px;
}

.str-topicPath ol li:last-child:after {
  content: none;
}

.btn-intro {
  display: block;
  height: 36px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(60, 60, 57);
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 4px 0px;
  margin: 0px;
  padding: 8px 20px;
  background: rgb(250, 250, 250);
  border-radius: 36px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

/* ログインボタン */


@media (min-width: 768px){

  .pcNone{
      display:none !important;
  }

  .nav-center{
    position:absolute;
    left:0;
    right:0;
    top:0px;
    bottom:0;
    margin:auto;
    width:480px;
  }

  #underTop .search-block{
    margin-right: 10px;
  }
}
