@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f6ead6;
  font-family: sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
}

#suntory_contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

.search_header_breadcrumbs {
  display: none;
}

.search_header_wrap {
  padding: 3.33333vw 2vw 2.53333vw 4vw;
}
.search_header_wrap::after {
  display: table;
  clear: both;
  content: "";
}

.search_header_title {
  font-weight: bold;
  color: #3c2211;
  font-size: 3.73333vw;
  margin: 0 0 2.66667vw 0;
}

.search_header_result {
  float: left;
  font-size: 2.66667vw;
  color: #3c2211;
  padding-top: 2.66667vw;
}

.search_header_result_count {
  font-size: 3.73333vw;
  font-weight: bold;
  margin-right: 0.25em;
}

.search_header_switch {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 2.93333vw;
  background-color: #fff;
  width: 45.06667vw;
  margin: 0;
  padding: 0;
}

.search_header_switch li {
  width: 50%;
  font-size: 2.66667vw;
  background-repeat: no-repeat;
  background-position: 2.4vw center;
}

.search_header_switch li.active {
  width: 50%;
  font-size: 2.66667vw;
  background-repeat: no-repeat;
  background-position: 2.4vw center;
  background-color: #ff4400;
}

.search_header_switch li.active span,
.search_header_switch li.active a {
  color: #fff;
}

.search_header_switch li span,
.search_header_switch li a {
  color: #642;
}

.search_header_switch li span,
.search_header_switch li a {
  height: 6.93333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8.8vw;
}

.search_header_switch li.map {
  background-image: url("/webcommon/search/img/icon_search_head_map.svg");
  background-size: 4vw auto;
}

.search_header_switch li.map.active {
  background-image: url("/webcommon/search/img/icon_search_head_map_w.svg");
}

.search_header_switch li.list {
  background-image: url("/webcommon/search/img/icon_search_head_list.svg");
  background-size: 4vw auto;
}

.search_header_switch li.list.active {
  background-image: url("/webcommon/search/img/icon_search_head_list_w.svg");
}

.map_area {
  height: 100%;
  background: #ccc;
  position: relative;
}

.map_area .map {
  background-color: #fff;
}
.map_area .map #map{
  top:0;
  left:0;
  width: 100vw;
  height: 100%;
}

.map_area .map_pos_reset {
  position: absolute;
  width: 12.66667vw;
  height: 12.66667vw;
  top: 4vw;
  right: 4vw;
  border-radius: 3px;
  color: #fff;
  background: #ff4400 url("/webcommon/search/map/img/icon_location.svg") no-repeat center center;
  background-size: 6.66667vw auto, 100% 100%;
  border-radius: 2px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  color: #fff;
  text-indent: -100vw;
  overflow: hidden;
}

.map_area .map .shop_info {
  position: fixed;
  bottom: 100px;
  z-index: 10000;
  width: 100%;
  background: transparent;
}

.map_area .map .shop_info.list_closed {
  width: 100%;
  margin-left: 0;
}

.map_area .map .shop_info_page {
  z-index: 10000;
  top: -8.66667vw;
  left: 50%;
  width: 17.06667vw;
  height: 5.6vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.46667vw;
  font-weight: bold;
  border-radius: 4px;
}

.map_area .map .shop_info_page::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}

.map_area .map .shop_info_page_delimiter {
  margin: 0 0.3em;
}

.map_area .map .shop_info_carousel {
  width: 92vw;
  margin: 0 auto;
  border: 0;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 6px !important;
}

.map_area .map .shop_info_carousel.active {
  display: block;
}

.map_area .map .shop_info_close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 100;
  background-image: url(/webcommon/search/map/img/icon-close-slider.svg);
  background-position: 0 0;
  background-size: contain;
}

.map_area .map .shop_info .shop_data {
  padding: 4vw 5.33333vw calc(4vw + 30px);
  position: relative;
}

.map_area .map .shop_info .shop_data_name {
  border-bottom: 1px solid #ccc;
  padding-bottom:0.5em !important;
  margin-bottom: 0.5em !important;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.map_area .map .shop_info .shop_data_name span {
  color: #ee2200;
  font-size: 3.46667vw;
  display: inline-block;
}

.map_area .map .shop_info .shop_data_name span.shop-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 80px);
  text-align:left;
  font-weight: bold;
}
.map_area .map .shop_info .shop_data_name span.shop-detail {
  position: relative;
  right: 1px;
  font-size: 12px;
  font-weight: normal;
  width: 70px;
  height: 22px;
  text-align: right;
  padding-right: 1.8em;
  background-image: url(/webcommon/search/map/img/icon-shop-detail-arrow.svg);
  background-position: right center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.map_area .map .shop_info .shop_data_type {
  color: #555555;
  font-size: 3.2vw;
  margin-bottom: 2.66667vw;
}

.map_area .map .shop_info .shop_data_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map_area .map .shop_info .shop_data_image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 21.6vw;
  margin-right: 4vw;
}

.map_area .map .shop_info .shop_data_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2vw;
  display: none;
}

.map_area .map .shop_info .shop_data_info_item.show-sp {
  display: block;
}

.map_area .map .shop_info .shop_data_info_label {
  display: none;
}

.map_area .map .shop_info .shop_data_info_value {
  line-height: 1.5;
}

.map_area .map .shop_info .shop-data_info_footer {
  background-color: rgba(246,234,214,.5);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 92vw;
  height: 29px;
  color: #ee2200;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  text-align: right;
  zoom: 1;
}

.map_area .map .shop_info .shop-data_info_footer span {
  font-size: 12px;
  line-height: 1.0em;
  position: relative;
  top: -2px;
  margin-right: 1em;
  color: #ee2200;
  width: 100px;
  height: 29px;
}

.map_area .map .shop_info .shop-data_info_footer span:before {
  content: '';
  display: inline-block;
  background-image: url(/webcommon/search/map/img/icon-to-app.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  margin-right: 0.5em;
}

.map_area .map .shop_info .flexslider {
  border-radius: 0;
}

.map_area .map .shop_info .flexslider:hover .flex-direction-nav .flex-prev {
  left: -20px;
}

.map_area .map .shop_info .flexslider:hover .flex-direction-nav .flex-next {
  right: -20px;
}

.map_area .map .shop_info .flex-direction-nav a {
  opacity: 1;
  width: 10.66667vw;
  height: 10.66667vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none;
  transition: none;
}

.map_area .map .shop_info .flex-direction-nav a:hover {
  opacity: 0.7;
}

.map_area .map .shop_info .flex-direction-nav a::before {
  content: "";
  width: 2.4vw;
  height: 2.4vw;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.map_area .map .shop_info .flex-direction-nav a.flex-prev {
  left: -5.33333vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map_area .map .shop_info .flex-direction-nav a.flex-next {
  right: -5.33333vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.map_area .map .shop_search_form {
  position: fixed;
  bottom: 34px;
  width: calc(92vw - 45px);
  left: 4vw;
  background: rgba(44,44,44,0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: flex;
  height: 43px;
}

.map_area .map .shop_search_form a {
  flex-grow: 1;
  vertical-align: baseline;
  width: calc(100% - 115px);
}

.map_area .map .shop_search_form a input {
  font-size: 14px;
  padding: 0 0 2px 34px;
  background:url("/webcommon/search/map/img/icon_search.svg") no-repeat 10px center;
  background-size: 15px auto;
  height:100%;
  color: #fff;
}

.map_area .map .shop_search_form input::-webkit-input-placeholder {
  line-height: normal !important;
  color: #fff;
}

.map_area .map .shop_search_form button {
  flex-shrink: 0;
  font-size: 14px;
  border-left: 1px solid #dedede;
  width: 115px;
  height: 100%;
  color: #fff;
  text-align: left;
  font-weight: 500;
  background: url("/webcommon/search/map/img/icon_search_by_criteria.svg") no-repeat 10px center;
  background-size: 22px auto;
  padding-left: 40px;
  padding-bottom: 2px;
  text-decoration: none !important;
}

.map_area .shop_list {
  display: none;
}

@media screen and (min-width: 768px) {
  .search_header {
    height: auto
  }
  .search_header_wrap {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 0 15px;
  }
  .search_header_breadcrumbs {
    display: block;
  }
  .search_header_breadcrumbs ol {
    display: block;
    max-width: 1164px;
    margin: 0 auto;
    padding: 7px 0 15px;
    text-align: left;
    overflow: hidden;
  }
  .search_header_breadcrumbs ol li {
    font-size: 13px;
    display: inline-block;
    color: #3c2211;
  }
  .search_header_breadcrumbs ol li:after {
    content: "＞";
    font-size: 12px;
    color: #3c2211;
    margin: 0 4px 0 10px;
    position:relative;
    top: 1px;
  }
  .search_header_breadcrumbs ol li:last-child::after {
    display: none;
  }
  .search_header_breadcrumbs ol li a {
    color: #e20;
    vertical-align: middle;
    font-weight: 400;
  }
  .search_header_breadcrumbs ol li a:hover {
    text-decoration: none;
    opacity: 0.7;
    zoom: 1;
  }
  .search_header_breadcrumbs ol li:last-child a {
    pointer-events: none;
    color:#3c2211;
  }
  .search_header_breadcrumbs ol li:last-child a:hover {
    opacity:1;
    zoom:1;
  }
  .header_inner_wrap{
    width:100%;
    display:flex;
    justify-content: space-between;
  }
  h2.search_header_title {
    float:none;
    font-size: 3rem;
    color: #3c2211;
    font-weight: bold;
    max-width: calc(100% - 260px);
    line-height: 1.5em;
    margin: 0;
    padding: 0;

  }
  h2.search_header_title::first-line{
    line-height: 1em;
  }
  .search_header_switch {
    float:none;
    border-radius: 15px;
    width: 240px;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  .search_header_switch li {
    font-size: 1.4rem;
    background-position: 18px center !important;
  }
  .search_header_switch li span,
  .search_header_switch li a {
    font-size: 1.4rem;
    height: 30px;
    padding-left: 45px;
  }
  .search_header_switch li.map {
    background-size: 18px auto;
  }
  .search_header_switch li.list {
    background-size: 18px auto;
  }
  .search_header_result {
    display: none;
  }
  .map_area {
    position: relative;
    text-align:right;
  }
  .map_area .map {
    width: calc(100% - 300px);
    height: 100%;
    background-color: #fff;
    position: relative;
    left: 300px;
  }
  .map_area.spreadwidth .map {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    left: 0;
  }
  .map_area .map #map{
    width: 100%;
    height: 100%;
  }
  .map_area .map_pos_reset {
    width: 230px;
    height: 44px;
    top: 39px;
    right: 22px;
    background-position: 14px center;
    background-size: 22px auto, 100% 100%;
    border-radius: 4px;
    font-size: 1.4rem;
    text-indent: 0;
    text-align: left;
    padding-left: 50px;
  }
  .map_area .map .shop_info {
    position: absolute;
    bottom: 0;
    z-index: 10000;
    background: transparent;
    padding: 10px 0 0 0;
    overflow: hidden;
  }
  .map_area .map .shop_info.list_closed {
    width: 100%;
    margin-left: 0;
  }
  .map_area .map .shop_info_page {
    z-index: 10000;
    top: -45px;
    left: 50%;
    width: 96px;
    height: 32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 4px;
  }
  .map_area .map .shop_info_page::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  }
  .map_area .map .shop_info_page_delimiter {
    margin: 0 0.3em;
  }
  .map_area .map .shop_info_carousel {
    max-width: 570px;
    margin: 0 auto;
    border: 0;
    display: none;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 0 !important;
    background: #fff;
  }
  .map_area .map .shop_info_carousel.active {
    display: block;
  }
  .map_area .map .shop_info_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 100;
    background: transparent;
  }
  .map_area .map .shop_info_close span {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #666;
  }
  .map_area .map .shop_info_close span:nth-child(1) {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .map_area .map .shop_info_close span:nth-child(2) {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .map_area .map .shop_info .shop_data {
    padding: 25px 20px;
    position: relative;
  }
  .map_area .map .shop_info .shop_data_name {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .map_area .map .shop_info .shop_data_name span {
    color: #ee2200;
    font-size: 1.5rem;
    display: inline-block;
  }

  .map_area .map .shop_info .shop_data_name span.shop-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align:left;
    font-weight: bold;
  }
  .map_area .map .shop_info .shop_data_name span.shop-detail {
    display: none;
  }
  .map_area .map .shop_info .shop_data_type {
    font-size: 1.2rem;
    color: #555555;
    margin-bottom: 20px;
    text-align: left;
  }
  .map_area .map .shop_info .shop_data_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .map_area .map .shop_info .shop_data_image {
    max-width: 130px;
    margin-right: 10px;
  }
  .map_area .map .shop_info .shop_data_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 1.3rem;
    width: 380px;
    overflow:hidden;
  }
  .map_area .map .shop_info .shop_data_info_item.show-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .map_area .map .shop_info .shop_data_info_label {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #f6ead6;
    width: 80px;
    height: 100%;
    text-align: center;
    margin-right: 20px;
    padding: 4px;
  }
  .map_area .map .shop_info .shop_data_info_value {
    text-align: left;
    line-height: 1.5;
    width: calc(100% - 70px);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .map_area .map .shop_info .shop_data_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ff4400;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 260px;
    height: 44px;
  }
  .map_area .map .shop_info .shop_data_link:hover {
    opacity: 0.7;
  }
  .map_area .map .shop_info .flexslider {
    border-radius: 0;
  }
  .map_area .map .shop_info .flexslider:hover .flex-direction-nav .flex-prev {
    left: -20px;
  }
  .map_area .map .shop_info .flexslider:hover .flex-direction-nav .flex-next {
    right: -20px;
  }
  .map_area .map .shop_info .flex-direction-nav a {
    opacity: 1;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: none;
    transition: none;
  }
  .map_area .map .shop_info .flex-direction-nav a:hover {
    opacity: 0.7;
  }
  .map_area .map .shop_info .flex-direction-nav a::before {
    content: "";
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .map_area .map .shop_info .flex-direction-nav a.flex-prev {
    left: -20px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .map_area .map .shop_info .flex-direction-nav a.flex-prev::before {
    margin-top: -2px;
  }
  .map_area .map .shop_info .flex-direction-nav a.flex-next {
    right: -20px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .map_area .map .shop_info .flex-direction-nav a.flex-next::before {
    margin-top: -2px;
  }
  .map_area .map .shop_search_form {
    display: none;
  }
  .map_area .shop_list {
    z-index: 10000;
    width: 300px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map_area .shop_list.close {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .map_area .shop_list_toggle {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 11px;
    left: 300px;
    background: transparent;
    cursor: pointer;
  }

  .map_area .map .shop_info .shop-data_info_footer {
    display: none;
  }

  .map_area .shop_list .shop_list_toggle .close{
    display: block;
  }
  .map_area .shop_list .shop_list_toggle .open{
    display: none;
  }

  .map_area .shop_list.close .shop_list_toggle .close{
    display: none;
  }
  .map_area .shop_list.close .shop_list_toggle .open{
    display: block;
  }

  .map_area .shop_list_header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(16, 12, 13, 0.15);
            box-shadow: 0px 3px 5px 0px rgba(16, 12, 13, 0.15);
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 10px;
  }

  .map_area #list-updating {
    width: 100px;
    height: 100px;
    margin: 30px auto;
    padding: 0;
  }
  .map_area #list-updating.loading {
      display: block;
  }
  .map_area #list-updating:not(.loading) {
    display: none;
  }
  .map_area .shop_list_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .map_area .shop_list_body .nodata{
    margin-top:10px;
    margin-left:10px;
    text-align:left;
  }
  .map_area .shop_list_body .nodata p {
    line-height: 1.4em;
  }
  .map_area .shop_list_footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(16, 12, 13, 0.15);
            box-shadow: 0px -3px 5px 0px rgba(16, 12, 13, 0.15);
    height: 56px;
  }
  .map_area .search_result_summary {
    font-size: 1.6rem;
  }
  .map_area .search_result_count {
    font-size: 2rem;
  }
  .map_area .btn_search_criteria {
    color: #826445;
    font-size: 1.4rem;
    line-height:1em;
    border-radius: 15px;
    border: 1px solid #dedede;
    padding: 11px 15px 10px 44px;
    background: url("/webcommon/search/map/img/icon_search_by_criteria.svg") no-repeat 10px center;
    background-size: 26px 18px;
  }
  .map_area .btn_search_criteria:hover {
    text-decoration:underline;
  }
  .map_area .shop_item {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #f1f1f1;
  }
  .map_area .shop_item a:hover img {
    opacity: 0.7;
  }
  .map_area .shop_item_name {
    color: #ff4400;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
    text-align: left;
  }
  .map_area .shop_item_type {
    margin-bottom: 5px;
    color: #a67e4b;
    font-size: 1.2rem;
    text-align: left;
  }
  .map_area .shop_item_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #667788;
    font-size: 1.2rem;
    text-align: left;
  }
  .map_area .shop_item_image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .map_area .shop_item_image img {
    max-width: 90px;
    height: auto;
  }
  .map_area .shop_item_status {
    width: 50%;
  }
  .map_area .shop_item_access {
    background: url("/webcommon/search/img/icon-access.svg") no-repeat 0 0;
    background-size: 12px 12px;
    padding-left: 17px;
  }
  .map_area .shop_item_access p {
    line-height: 1.4em;
  }
  .map_area .shop_item_access p::first-line {
    line-height: 1.0em;
  }
  .map_area .shop_pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px;
    width: 300px;
    box-sizing:border-box;
    overflow: hidden;
  }
  .map_area .shop_pager li {
    color: #3c2211;
  }
  .map_area .shop_pager_number {
    height: 30px;
    flex-grow: 1;
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    background: #f6ead6;
    border-radius: 15px;
    box-sizing: border-box;
  }
  .map_area .shop_pager_next,
  .map_area .shop_pager_prev {
    font-size: 1.6rem;
    color: #5b5b5b;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.05em;
    visibility: hidden;
    width: 90px;
    box-sizing: border-box;
  }
  .map_area .shop_pager_next.active,
  .map_area .shop_pager_prev.active {
    visibility: visible;
  }
  .map_area .shop_pager_next:hover,
  .map_area .shop_pager_prev:hover {
    opacity: 0.7;
  }
  .map_area .shop_pager_prev {
    text-align: left;
    background: url("/webcommon/search/map/img/icon-arrow-prev-single.svg") 0 center no-repeat;
  }
  .map_area .shop_pager_prev span {
    padding-left: 23px;
    position:relative;
    top:1px;
  }
  .map_area .shop_pager_next {
    text-align: right;
    background: url("/webcommon/search/map/img/icon-arrow-next-single.svg") 80px center no-repeat;
  }
  .map_area .shop_pager_next span {
    padding-right: 23px;
    position:relative;
    top:1px;
  }
}

@media screen and (max-width: 767px) {

  .map_area .map .shop_info .shop_data_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px
  }

}