@charset "UTF-8";
html,
body {
  height: calc(100% - 108px);
}
html div#main_wrapper,
body div#main_wrapper {
  background-color: #ffffff;
}
html div#main_wrapper div#contents_wrapper,
body div#main_wrapper div#contents_wrapper {
  width: 100%;
  height: 100%;
  background-color: #e7ede6;
}
html div#main_wrapper div#contents_wrapper div#spot_screen,
body div#main_wrapper div#contents_wrapper div#spot_screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 画像エリア */
  /* 観光スポット名エリア */
  /* SNSエリア */
  /* タブエリア */
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area {
  width: 100%;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list {
  position: relative;
  margin: 0 auto 20px auto;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list div.slick-slide,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list div.slick-slide {
  overflow: hidden;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list li.list_item,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list li.list_item {
  height: 100%;
  max-height: 180px;
  width: 100vw;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list li.list_item img.spot_image,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area ul#image_list li.list_item img.spot_image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin: auto;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area div#favorite,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area div#favorite {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area div#favorite img,
body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area div#favorite img {
  width: 100%;
  object-fit: contain;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area,
body div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area {
  margin: 0 10px 10px 10px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #656271;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > p,
body div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > p {
  font-size: 15px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > h1,
body div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > h1 {
  font-size: 17px;
  font-weight: bold;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  padding: 10px 0;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper {
  text-align: center;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a {
  text-decoration: none;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook {
  color: #1877f2;
  margin-right: 30px;
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook:hover,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook:hover {
  color: rgba(24, 119, 242, 0.5);
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook:before,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook:before {
  content: "";
  display: inline-block;
  background-image: url(/img/ic_facebook.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook:hover:before,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#facebook:hover:before {
  background-image: url(/img/ic_facebook_hover.png);
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter {
  color: #1da1f2;
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter:hover,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter:hover {
  color: rgba(29, 161, 242, 0.5);
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter:before,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter:before {
  content: "";
  display: inline-block;
  background-image: url(/img/ic_twitter.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter:hover:before,
body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area div#sns_area_inner_wrapper a span#twitter:hover:before {
  background-image: url(/img/ic_twitter_hover.png);
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 50px;
  /* タブメニュー */
  /* タブコンテンツ */
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li {
  flex-grow: 1;
  padding: 10px 0;
  word-wrap: break-word;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li a,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li a {
  vertical-align: middle;
  color: #b9b7be;
  font-size: 14px;
  text-decoration: none;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li.active,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li.active {
  border-bottom: 3px solid #ec99a8;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li.active a,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li.active a {
  color: #ec99a8;
  font-weight: bold;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content {
  font-size: 16px;
  /* 概要 */
  /* 住所等 */
  /* クーポン */
  /* MAP */
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div.tab-pane,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div.tab-pane {
  padding: 10px 0;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary {
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary p,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary p {
  line-height: 25px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary a,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary a {
  position: relative;
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  border: 1px solid #ec99a8;
  color: #ec99a8;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary a:after,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary a:after {
  content: "";
  background-image: url(/img/ic_arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 9px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address dt,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address dt {
  font-weight: bold;
  font-size: 14px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address dt#dt_tel,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address dt#dt_tel {
  margin-top: 20px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address dd,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_address dd {
  padding: 5px 0;
  margin-top: 5px;
  word-break: break-all;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_coupon,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_coupon {
  padding-bottom: 50px;
  text-align: center;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_coupon > img,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_coupon > img {
  width: 100vw;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map {
  /* 所要時間 */
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_car,
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#info_window_walk,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_car,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#info_window_walk {
  display: none;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_car > p.required_time,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_car > p.required_time {
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_car > p.required_time:before,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_car > p.required_time:before {
  content: "";
  display: inline-block;
  background-image: url(/img/ic_car_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_walk > p.required_time,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_walk > p.required_time {
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_walk > p.required_time:before,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map div#info_window_walk > p.required_time:before {
  content: "";
  display: inline-block;
  background-image: url(/img/ic_walk_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  /* 車 */
  /* 徒歩 */
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking_area:hover,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking_area:hover {
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car {
  position: relative;
  float: left;
  height: 30px;
  width: 45%;
  border: 1px solid #ec99a8;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car > img,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  vertical-align: middle;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car.selected,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car.selected {
  background-color: #ec99a8;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car.selected > span,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car.selected > span {
  color: #066ee5;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car:hover,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#car:hover {
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking {
  position: relative;
  float: left;
  height: 30px;
  width: 45%;
  border: 1px solid #ec99a8;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking > img,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  vertical-align: middle;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking.selected,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking.selected {
  background-color: #ec99a8;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking.selected > span,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking.selected > span {
  color: #066ee5;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking:hover,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area > div#walking:hover {
  cursor: pointer;
}
html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#google_map,
body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#google_map {
  width: 100%;
  height: 300px;
}
html div#main_wrapper div#footer_area,
body div#main_wrapper div#footer_area {
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 1280px) {
  html,
  body {
    min-height: 100% !important;
  }
  html div#main_wrapper,
  body div#main_wrapper {
    background-color: #ffffff;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen,
  body div#main_wrapper div#contents_wrapper div#spot_screen {
    /* 画像エリア */
    /* SNSエリア */
    /* タブエリア */
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#image_area img,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#image_area img {
    max-height: 500px !important;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > p,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > p {
    font-size: 20px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > h1,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#spot_name_area > h1 {
    font-size: 20px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area {
    padding: 20px 0;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area span#twitter,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#sns_area span#twitter {
    margin-left: 150px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area {
    /* タブメニュー */
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li a,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area ul#tab_menu li a {
    font-size: 20px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content {
    font-size: 20px !important;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div.tab-pane,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div.tab-pane {
    padding: 20px 0;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary p,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary p {
    line-height: 30px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary > a,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_summary > a {
    width: 50% !important;
    margin: 40px auto;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area {
    height: 70px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#car,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#car {
    width: 300px;
    height: 50px;
    border-radius: 25px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#car img,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#car img {
    height: 25px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#walking,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#walking {
    width: 300px;
    height: 50px;
    border-radius: 25px;
  }
  html div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#walking img,
  body div#main_wrapper div#contents_wrapper div#spot_screen div#tab_area div.tab-content div#tab_map > div#transportation_area div#walking img {
    height: 25px;
  }
}
