/* common */
.jtoc-contents {
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .h1-green {
    margin-top: 20px;
  }

  p.-last, .-last.p-mdl {
    margin-bottom: 20px;
  }

  main.defaulthead {
    margin-top: 0;
  }
}
/**/

.search-header {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .search-header {
    margin-bottom: 40px;
  }
}

.search-breadcrumb {
  display: flex;
  margin: 40px 16px 0;
}

@media only screen and (min-width: 768px) {
  .search-breadcrumb {
    margin: 80px 0 0;
  }
}

.search-breadcrumb .link-item {
  display: flex;
}

.search-breadcrumb .link-item::after {
  content: '>';
  font-size: 12px;
  margin: 0 5px;
}

.search-breadcrumb .link-item:last-child::after {
  content: none;
}

.search-breadcrumb .link-item.-current {
  font-size: 12px;
}

.search-breadcrumb .link-green .link-txt {
  font-size: 12px;
}

.search-btn-area {
  display: flex;
  justify-content: center;
  margin: 0 16px;
}

.search-btn {
  width: 49%;
}

.search-btn .btn-high {
  margin: 0;
}

.search-more {
  width: 49%;
}

.search-more-tit {
  background-color: #f4f4f4;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

.search-more-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.search-more-btns .search-btn {
  width: 48%;
}

.search-more-btns .search-btn .btn-high {
  border-radius: 4px;
  padding: 5px 13px;
}

.search-more-btns .search-btn .btn-high-txt {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .search-btn .btn-high {
    margin: 0 auto;
  }

  .search-more {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 320px;
  }

  .search-more-tit {
    background: none;
    border-bottom: 3px solid #cecece;
    font-size: 14px;
    width: 26.5%;
  }

  .search-more-btns {
    margin: 0;
    width: 70%;
  }

  .search-more-btns .search-btn .btn-high {
    border-radius: 8px;
    padding: 17px 13px;
  }

  .search-more-btns .search-btn .btn-high-txt {
    font-size: 16px;
  }
}

.search-counter-top {
  font-size: 20px;
  font-weight: bold;
  margin: 0 16px 16px;
  padding-left: 30px;
  position: relative;
}

.search-counter-top::before {
  background: url(../images/switch_button_icon_list.svg) 0 0/contain no-repeat;
  content: '';
  height: 23px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}

.search-counter {
  margin: 0 16px 20px;
}

.search-counter-txt {
  font-size: 14px;
}

.search-counter-num {
  color: #00935f;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .search-counter {
    margin-bottom: 40px;
  }

  .search-counter-txt {
    font-size: 16px;
  }

  .search-counter-num {
    font-size: 25px;
  }
}

.search-spot {
  margin-bottom: 40px;
}

.search-spot-item {
  background-color: white;
  border-top: 1px solid #cecece;
  display: block;
  overflow: hidden;
  padding: 20px 14px 20px;
  transition: .3s;
  width: 100%;
}

.search-spot-item:last-child {
  border-bottom: 1px solid #cecece;
}

.search-spot-item:hover {
  background-color: #f0f7f4;
  cursor: pointer;
}

.search-spot-link {
  display: block;
  position: relative;
}

.search-spot-link::after {
  background: url(//clubjt.developweb.biz/assets/images/common/ico-arrow-right.svg) no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.search-spot-item:hover .search-spot-link {
  color: inherit;
  text-decoration: none;
}

.search-spot-tag {
  display: flex;
  margin-bottom: 1em;
}

.search-spot-tag .tag {
  background-color: #fff;
  border: #00935f 2px solid;
  border-radius: 6px;
  color: #00935f;
  font-size: 11px;
  padding: 3px;
}

.search-spot-tag .tag + .tag {
  margin-left: 5px;
}

.search-spot-body {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
  width: 100%;
}

.search-spot-body:last-child {
  margin: 0;
}

.search-spot-icon {
  color: #fff;
  flex-shrink: 0;
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

.search-spot-icon.other {
  height: 0;
  margin-right: 0;
  width: 0;
}

.search-spot-icon.cafe {
  background-image: url(../images/spot_icon_cafe.svg);
}

.search-spot-icon.restaurant {
  background-image: url(../images/spot_icon_restaurant.svg);
}

.search-spot-icon.izakaya {
/* 居酒屋スポットはレストランアイコンへ統合 */
  background-image: url(../images/spot_icon_restaurant.svg);
}

.search-spot-icon.smoking {
  background-image: url(../images/spot_icon_smoking_area.svg);
}

.search-spot-icon.amusement {
  background-image: url(../images/spot_icon_amusement.svg);
}

.search-spot-icon.bar {
  background-image: url(../images/spot_icon_bar.svg);
}

.search-spot-icon.club {
  background-image: url(../images/ico-map-club-category.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto!important;
}

.search-spot-icon.shisha {
  background-image: url(../images/spot_icon_shisha.svg);
}

.search-spot-name {
  font-size: 18px;
}

.search-spot-shopinfo {
  font-size: 12px;
}

.search-pagination {
  display: flex;
  margin: 0 16px 40px;
}

@media only screen and (min-width: 768px) {
  .search-pagination {
    justify-content: center;
    margin: 0 0 40px;
  }
}

.search-pagination .link-item {
  margin-right: 10px;
}

.search-pagination .link-item.-current .btn-small-high {
  border: 1px solid #00935f;
  margin: 0;
  min-width: 31px;
}

.search-pagination .link-item .btn-small-normal {
  margin: 0;
  min-width: 31px;
}

.search-keywords-block + .search-keywords-block {
  margin-top: 40px;
}

.search-keywords-tit {
  color: #00935f;
  font-size: 16px;
  font-weight: bold;
  margin: 0 16px;
  margin-bottom: 16px;
}

.search-keywords {
  background-color: #f4f4f4;
  overflow: hidden;
  padding-top: 20px;
}

.search-keywords strong {
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
}
.search-keywords strong:first-child {
  margin-top: 0;
}

.bnr-campaign {
  background-color: #f4f4f4;
  margin: 20px 0;
  padding: 20px 40px;
}

.bnr-campaign img {
  max-width: 100%;
}

.bnr-coupon {
  margin: 30px 0;
}

.bnr-coupon .bnr-coupon-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.bnr-coupon .bnr-coupon-link img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .bnr-campaign {
    margin: 40px 16px;
    padding: 40px 120px;
    position: relative;
  }

  .bnr-campaign::before {
    background-color: #f4f4f4;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    width: 100vw;
  }

  .bnr-campaign a {
    position: relative;
    z-index: 1;
  }

  .bnr-coupon .bnr-coupon-link img {
    max-width: 385px;
  }
}

/* 210528追記 */
.header_btn {
  display: block;
  width: 100%;
}

.header_btn:nth-of-type(2) a {
  color: #409063;
  background-color: #fff;
  border: 1px solid #409063;
}

.header_btn:nth-of-type(2) a .btn-high-txt {
  color: #409063;
}

.search-header-map {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.search-header-map::before {
  background: url(../images/ico-map.svg) 0 0/contain no-repeat;
  content: '';
  height: 27px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
}

.header_btn_area {
  margin-bottom: 20px;
}

.search_map_desc {
  font-size: 12px;
  margin-bottom: 5px;
}

.search_map_desc_bold {
  font-weight: bold;
}

.search_map_method_search {
  display: flex;
  flex-wrap: wrap;
  margin: 0 16px 15px 16px;
  width: auto;
}

.search_map_method_search .item {
  background-color: #fff;
  background-position: center left 10px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border: 1px solid #cecece;
  border-radius: 20px;
  border-radius: 20px;
  color: #000;
  display: block;
  line-height: 32px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.search_map_method_search .item.icon {
  padding-left: 40px;
  padding-right: 15px;
}

.search_map_method_search .item.icon.smoking {
  background-image: url(../images/spot_icon_smoking_area.svg);
}

.search_map_method_search .item.icon.izakaya {
  background-image: url(../images/spot_icon_izakaya.svg);
}

.search_map_method_search .item.icon.cafe {
  background-image: url(../images/spot_icon_cafe.svg);
}

.search_map_method_search .item.icon.restaurant {
  background-image: url(../images/spot_icon_restaurant.svg);
}

.search_map_ploom {
  display: block;
  margin-bottom: 20px;
}

.search_map_ploom img {
  width: 100%;
}

.search-spot-tag .tag.tobacco {
  border: 2px solid #000;
  color: #000;
}

.search-spot-tag .tag.coupon {
  height: 21px;
  padding: 0;
  padding-left: 22px;
  color: #ff7832;
  line-height: 21px;
  background-color: transparent;
  background-image: url(../images/icon_hascoupon.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px auto !important;
  border: none;
}

@media only screen and (min-width: 768px) {
  .header_btn {
    display: inline-block;
    width: 49%;
  }

  .search_map_desc {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }

  .search_map_desc_bold {
    font-size: 18px;
    text-align: center;
  }

  .search_map_method_search {
    margin: 0 16px 20px;
    width: auto;
  }

  .search_map_method_search .item {
    font-size: 14px;
    margin-right: 10px;
  }
}
