@charset "UTF-8";
/* ---------- TOP ---------- */

#shop-banner.slider {
    width: 90%;
    margin-bottom: 20px;
}
#shop-banner.slider .slick-arrow {
    background: none;
    border: none;
}

.slick-list{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.slick-initialized .slick-slide.slick-img{
    height: auto;
    width: auto;
    aspect-ratio: 3 / 2;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.slick-initialized .slick-slide.slick-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.shop-info-group {
    margin: 25px auto 20px;
}
.shop-info-group dt{
    width: 42%;
    padding:3px 4% 3px 0;
}
.shop-info-group dt .text{
    position: relative;
    padding: 5px 0px 5px 30px;
}
.shop-info-group dt .text:before{
   content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    width: 17px;
    max-width: 40px;
    margin: 0 auto;
}
.shop-info-group dt .icon-floor:before{
    background: url(../img/shop/icon_floor.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 15px;
}
.shop-info-group dt .icon-type:before{
    background: url(../img/shop/icon_type.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 14px;
}
.shop-info-group dt .icon-time:before{
    background: url(../img/shop/icon_time.svg) no-repeat center center;
    background-size: 100% auto;
}
.shop-info-group dt .icon-tel:before{
    background: url(../img/shop/icon_tel.svg) no-repeat center center;
    background-size: 100% auto;
    width: 19px;
}
.shop-info-group dt .icon-site:before{
    background: url(../img/shop/icon_site.svg) no-repeat center center;
    background-size: 100% auto;
}
.shop-info-group dt .icon-sns:before{
    background: url(../img/shop/icon_sns.svg) no-repeat center center;
    background-size: 100% auto;
}
.shop-info-group dt .icon-gourmet:before{
    background: url(../img/shop/icon_gourmet.svg) no-repeat center center;
    background-size: 100% auto;
    max-width: 14px;
}
.shop-info-group dt .icon-sns:before{
    background: url(../img/shop/icon_sns.svg) no-repeat center center;
    background-size: 100% auto;
}
.shop-info-group dt .icon-schedule:before{
    background: url(../img/shop/icon_schedule.svg) no-repeat center center;
    background-size: 100% auto;
    width: 19px;
}
.shop-info-group dt .icon-capacity:before{
    background: url(../img/shop/icon_capacity.svg) no-repeat center center;
    background-size: 100% auto;
    width: 21px;
}
.shop-info-group dt .icon-cost:before{
    background: url(../img/shop/icon_cost.svg) no-repeat center center;
    background-size: 100% auto;
    width: 19px;
}
.shop-info-group dt .icon-inquiry:before{
    background: url(../img/shop/icon_inquiry.svg) no-repeat center center;
    background-size: 100% auto;
}
.shop-info-group dt .icon img{
    height:100%;
    width: 100%;
}
.shop-info-group dd{
    width: 58%;
    word-break: break-all;
}
.shop-info-group dd.map-text{
    width: 38%;
}
.shop-info-group dd.map-icon{
    width: 20%;
    text-align: right;
}
.shop-info-group dd.map-icon img{
    max-width: 70px;
}
.shop-info-group dd.map-icon a,.sns-icon a{
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shop-info-group dd.map-icon a:hover img.icon,.sns-icon a:hover img.icon{
    display: none;
}
.shop-info-group dd.map-icon a img.icon_ov,.sns-icon a img.icon_ov{
   display:none;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shop-info-group dd.map-icon a:hover img.icon_ov,.sns-icon a:hover img.icon_ov{
   display: inline;
    opacity: 1;
}

.shop-info-group dd .sns-icon{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3px;
}
.shop-info-group dd .sns-icon li{
    height: 16px;
    max-width: 16px;
    margin-right: 13px;
}
.shop-info-group dd .sns-icon li:last-child{
    height: 19px;
    max-width: 19px;
    margin-right: 0px;
}
.shop-info-group dd .sns-icon li img{
    width: 100%;
    height: 100%;
}
.shop-item{
  width: 76%;
  margin: 10px auto 60px;
  font-size: 11px !important;
  font-weight: 400;
  line-height: 1.8em;
}
.shop-item p,
.shop-item span {
  font-size: 11px !important;
  font-weight: 400;
  line-height: 1.8em;
}
.shop-item p:nth-child(n+1) {
    margin-top: 1.5em;
}
.shop-item ul {
    margin-top: 0.5em;
}
.search-title {
  display: inline-block;
  margin: 30px auto 15px;
  font-size: 15px;
  color: #221714;
  position: relative;
  padding-top: 25px;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.search-title:before {
  content: '';
  position: absolute;
  height: 25px;
  top: 0;
  right: 0;
  left: 0;
  width: 12%;
  max-width: 90px;
  margin: 0 auto;
  background: url(../img/common/icon_search.svg) no-repeat;
  background-position: top center;
  background-size: 48% auto;
}

.shopsearch_purpose ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  width: 88%;
  margin: 10px auto 50px;
}
.shopsearch_purpose ul li {
  width: 31%;
    margin-right: 3.5%;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px 0 2px;
  position: relative;
    border: 1px solid #CEDEE7;
    display: table;
}
.shopsearch_purpose ul li:nth-child(3n) {
    margin-right: 0;
}
.shopsearch_purpose ul li span {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
  padding-top: 40px;
  height: 58px;
    display: table-cell;
    vertical-align: middle;
  
}


.shopsearch_purpose ul li span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  width: auto;
  height: 35px;
  max-width: 90px;
  margin: 0 auto;
  transition: all 0.5s;
}
.shopsearch_purpose ul li.no_smoking span::before {
  background: url(../img/shopsearch/gourmet/icon_no_smoking.svg) no-repeat center center;
  background-size: 48% auto;
}
.shopsearch_purpose ul li.kids_menu span::before {
  background: url(../img/shopsearch/gourmet/icon_kids_menu.svg) no-repeat center center;
  background-size: 48% auto;
}
.shopsearch_purpose ul li.kids_chair span::before {
  background: url(../img/shopsearch/gourmet/icon_kids_chair.svg) no-repeat center center;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.terrace span::before {
  background: url(../img/shopsearch/gourmet/icon_terrace.svg) no-repeat center bottom;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.room span::before {
  background: url(../img/shopsearch/gourmet/icon_room.svg) no-repeat center bottom;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.course span::before {
  background: url(../img/shopsearch/gourmet/icon_course.svg) no-repeat center bottom;
  background-size: 57% auto;
}
.shopsearch_purpose ul li.rental span::before {
  background: url(../img/shopsearch/gourmet/icon_rental.svg) no-repeat center center;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.morning span::before {
  background: url(../img/shopsearch/gourmet/icon_morning.svg) no-repeat center top;
  background-size: 60% auto;
}
.shopsearch_purpose ul li.cart span::before {
  background: url(../img/shopsearch/gourmet/icon_cart.svg) no-repeat center top;
  background-size: 60% auto;
}
.shopsearch_purpose ul li.wifi span::before {
  background: url(../img/shopsearch/gourmet/icon_wifi.svg) no-repeat center top;
  background-size: 60% auto;
}
.shopsearch_purpose ul li.consent span::before {
  background: url(../img/shopsearch/gourmet/icon_consent.svg) no-repeat center top;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.takeout span::before {
  background: url(../img/shopsearch/gourmet/icon_takeout.svg) no-repeat center top;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.reservation span::before {
  background: url(../img/shopsearch/gourmet/icon_reservation.svg) no-repeat center top;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.carry span::before {
  background: url(../img/shopsearch/gourmet/icon_carry.svg) no-repeat center top;
  background-size: 56% auto;
}
.shopsearch_purpose ul li.terrace span::before {
  background: url(../img/shopsearch/gourmet/icon_terrace.svg) no-repeat center top;
  background-size: 54% auto;
}

.shopsearch_purpose ul li.lead span::before {
  background: url(../img/shopsearch/gourmet/icon_lead.svg) no-repeat center top;
  background-size: 54% auto;
}
.shopsearch_purpose ul li.pet-not span::before {
  background: url(../img/shopsearch/gourmet/icon_not.svg) no-repeat center top;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.allergy span::before {
  background: url(../img/shopsearch/gourmet/icon_allergy.svg) no-repeat center top;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.vegan span::before {
  background: url(../img/shopsearch/gourmet/icon_vegan.svg) no-repeat center top;
  background-size: 58% auto;
}


.sec-title {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 2px;
    padding-bottom: 0px;
}
.picture {
  position: relative;
  overflow: inherit;
  margin-bottom: 0px;
}
.picture img{
    vertical-align: bottom;
}
.text {
  font-size: 11px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.new-icon {
  width: 40px;
  display: inline-block;
  padding: 5px 3px;
  color: #fff;
  background: url(../img/common/icon_new.svg) no-repeat center center;
  background-size: 100% auto;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
.text,.shop{
    font-size: 12px;
    margin-bottom: 5px;
}

.other-item {
    padding: 0 0px;
}

