@charset "UTF-8";

.sec-contents {
    width: 88%;
}
.search-list img {
  width: 100%;
  vertical-align: bottom;
    
}
.search-list ul.two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-list ul.two-column li {
  width: 47%;
    padding-top: 15px;
  margin-bottom: 15px;
    position:relative;
}

.search-list ul.two-column li:nth-child(n+9) {
  opacity: 0;
    transform: translate(0,30px);
    transition: all 2.0s;
}
.search-list ul.two-column li.scrollin:nth-child(n+9) {
    opacity: 1 !important;
  transform: translate(0,0);
}


.search-list .picture {
  overflow:hidden;
  
  margin-bottom: 8px;
   width: 100%;
    min-height: 106px;
    aspect-ratio: 5 / 3;
    border: 1px solid #CEDEE7;
    display: flex;
    justify-content: center ;
    align-items: center;
}
.search-list .picture img {
  vertical-align: middle;
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    /*max-height: 100%;*/
}
.search-list .title {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 3px;
  color: #14628D;
}
.search-list .shop, .search-list .floor {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 3px;
}
.search-list .picture .new {
  width: 40px;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 1;
  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;
}
.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: 45px;
  margin: 0 auto;
  background: url(../img/common/icon_search.svg) no-repeat;
  background-position: top center;
  background-size: 48% auto;
}
.shopsearch_nav ul {
  width: 88%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopsearch_nav ul li {
  width: 50%;
  margin-bottom: 15px;
  border-left: 2px #C2C4C3 dotted;
}

.shopsearch_nav ul li:last-child {
  width: 100%;
  margin-bottom: 15px;
  border-left: 2px #C2C4C3 dotted;
  border-right: 2px #C2C4C3 dotted;
}
.shopsearch_nav.genre_nav ul li {
  text-align: center;
}
.shopsearch_nav.genre_nav ul li a{
  width:88%;
    margin: 0 auto;
  display: block;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shopsearch_nav.genre_nav ul li a:hover {
    opacity: 1;
    background: #F3FBFD;
}
.shopsearch_nav.genre_nav ul li a span{
  text-align: center;
  padding: 10px 0 10px 35px;
  position: relative;
  width: auto;
  display: inline-block;
    
}
.shopsearch_nav.genre_nav ul li a span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 30px;
  height: 36px;
  max-width: auto;
  margin: 0 auto;
}
.shopsearch_nav ul li a span{
  font-weight: 400;
  text-align: left;
  font-size: 10px;
  display: block;
    margin-left: 8px;
    margin-right: 8px;
  padding: 10px 0 10px 40px;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shopsearch_nav ul li a:hover {
  opacity: 1;
}
.shopsearch_nav ul li a span:hover,.shopsearch_nav ul li a.is-active span {
  opacity: 1;
    background: #F3FBFD;
}
.shopsearch_nav ul li:last-child a {
  text-align: center;
  font-size: 10px;
  display: block;
  margin-left: 2%;
  margin-right: 2%;
  padding: 10px 8px 10px 8px;
}
.shopsearch_nav ul li a.link_result {
  cursor:pointer
}

.select-btn ul li a.is-active{
  background: #F3FBFD;
}

.shopsearch_nav.genre_nav ul li:last-child {
  width: 50%;
}
.shopsearch_nav.genre_nav ul li:last-child a {
  margin-left: 6%;
  margin-right: 6%;
}

.shopsearch_nav ul li:nth-child(2n) {
  border-right: 2px #C2C4C3 dotted;
}
.shopsearch_nav ul li a span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 15%;
  max-width: 27px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shopsearch_nav ul li.fashion a span:before {
  background: url(../img/shopsearch/category/icon_fashion.svg) no-repeat center center;
  background-size: 100% auto;
}
.shopsearch_nav ul li.interior a span:before {
  background: url(../img/shopsearch/category/icon_interior.svg) no-repeat center center;
  background-size: 100% auto;
}
.shopsearch_nav ul li.beauty a span:before {
  background: url(../img/shopsearch/category/icon_beauty.svg) no-repeat center center;
  background-size: 100% auto;
}
.shopsearch_nav ul li.medical a span:before {
  background: url(../img/shopsearch/category/icon_medical.svg) no-repeat center center;
  background-size: 100% auto;
}
.shopsearch_nav ul li.food a span:before {
  background: url(../img/shopsearch/category/icon_food.svg) no-repeat center center;
  background-size: 70% auto;
}
.shopsearch_nav ul li.wedding a span:before {
  background: url(../img/shopsearch/category/icon_wedding.svg) no-repeat center center;
  background-size: 80% auto;
}
.shopsearch_nav ul li.restaurant span:before {
  background: url(../img/shopsearch/gourmet/icon_restaurant.svg) no-repeat center center;
  background-size: 100% auto;
}
.shopsearch_nav ul li.cafe span:before {
  background: url(../img/shopsearch/gourmet/icon_cafe.svg) no-repeat center center;
  background-size: 100% auto;
}
.shopsearch_nav ul li.snacks span:before {
  background: url(../img/shopsearch/gourmet/icon_snacks.svg) no-repeat center center;
  background-size: 100% auto;
}

.search-result {
  width: 100%;
  text-align: center;
  border-bottom: 2px #79A5BE dotted;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.result-text {
  font-size: 12px;
  font-weight: 400;
}
.shopsearch_purpose ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  justify-content: space-between;
  width: 88%;
  margin: 10px auto;
}
.shopsearch_purpose ul li{
  width: 31%;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.shopsearch_purpose ul li a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  border-left: 1px solid #CEDEE7;
  border-top: 1px solid #CEDEE7;
  width: 100%;
  display: block;
  height: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shopsearch_purpose ul li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-right: 1px solid #CEDEE7;
  border-bottom: 1px solid #CEDEE7;
  width: 100%;
  display: block;
  height: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shopsearch_purpose ul li a:hover::after,.shopsearch_purpose ul li a.is-active::after {
  border-right: 1px solid #00AEEB;
  border-bottom: 1px solid #00AEEB;
}
.shopsearch_purpose ul li a:hover::before,.shopsearch_purpose ul li a.is-active::before {
  border-left: 1px solid #00AEEB;
  border-top: 1px solid #00AEEB;
}
.shopsearch_purpose ul li a span{
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
  padding-top: 46px;
  height: 65px;
  border-left: 1px solid #CEDEE7;
  border-right: 1px solid #CEDEE7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.shopsearch_purpose ul li a:hover span,.shopsearch_purpose ul li a.is-active span{
  opacity: 1;
  color: #00AEEB;
  border-left: 1px solid #00AEEB;
  border-right: 1px solid #00AEEB;
}
.shopsearch_purpose ul li:nth-child(2) a span, .shopsearch_purpose ul li:nth-child(4) a span{
  padding-top: 38px;
}
.shopsearch_purpose ul li a 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.kids_menu a span::before {
  background: url(../img/shopsearch/gourmet/icon_kids_menu.svg) no-repeat center center;
  background-size: 48% auto;
}
.shopsearch_purpose ul li.terrace a span::before {
  background: url(../img/shopsearch/gourmet/icon_terrace.svg) no-repeat center bottom;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.room a span::before {
  background: url(../img/shopsearch/gourmet/icon_room.svg) no-repeat center bottom;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.course a span::before {
  background: url(../img/shopsearch/gourmet/icon_course.svg) no-repeat center bottom;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.rental a span::before {
  background: url(../img/shopsearch/gourmet/icon_rental.svg) no-repeat center center;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.morning a span::before {
  background: url(../img/shopsearch/gourmet/icon_morning.svg) no-repeat center top;
  background-size: 60% auto;
}
.shopsearch_purpose ul li.kids_menu:hover a span::before,.shopsearch_purpose ul li.kids_menu a.is-active span::before {
  background: url(../img/shopsearch/gourmet/icon_kids_menu_ov.svg) no-repeat center center;
  background-size: 48% auto;
}
.shopsearch_purpose ul li.terrace:hover a span::before,.shopsearch_purpose ul li.terrace a.is-active span::before {
  background: url(../img/shopsearch/gourmet/icon_terrace_ov.svg) no-repeat center bottom;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.room:hover a span::before,.shopsearch_purpose ul li.room a.is-active span::before {
  background: url(../img/shopsearch/gourmet/icon_room_ov.svg) no-repeat center bottom;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.course:hover a span::before,.shopsearch_purpose ul li.course a.is-active span::before {
  background: url(../img/shopsearch/gourmet/icon_course_ov.svg) no-repeat center bottom;
  background-size: 50% auto;
}
.shopsearch_purpose ul li.rental:hover a span::before,.shopsearch_purpose ul li.rental a.is-active span::before {
  background: url(../img/shopsearch/gourmet/icon_rental_ov.svg) no-repeat center center;
  background-size: 45% auto;
}
.shopsearch_purpose ul li.morning:hover a span::before,.shopsearch_purpose ul li.morning a.is-active span::before {
  background: url(../img/shopsearch/gourmet/icon_morning_ov.svg) no-repeat center top;
  background-size: 60% auto;
}
.other-list dl{
    margin-bottom: 20px;
    
}

.other-list dl dt{
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #14628D;
    
}
.other-list dl dd{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    
}
/*フロアマップ*/
.floor-title{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    
    
}
.floor_nav ul {
  width: 88%;
  margin: 30px auto 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor_nav ul li {
  width: 25%;
  margin-bottom: 15px;
  border-left: 2px #C2C4C3 dotted;
    text-align: center;
    box-sizing: border-box;
}
.floor_nav ul li.current a{
    background: #F3FBFD;
    width: 88%;
    margin: 0 auto;
    pointer-events: none;
}

.floor_nav ul li:nth-child(4),.floor_nav ul li:nth-child(8) {
  margin-bottom: 15px;
  border-left: 2px #C2C4C3 dotted;
  border-right: 2px #C2C4C3 dotted;
}

.floor_nav ul li a {
  text-align: center;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  padding: 6px 0 6px 0px;
  position: relative;
  display: block;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.floor_nav ul li a:hover {
    background: #F3FBFD;
    opacity: 1;
    
}
.outer {
    position: relative;
    width: 98%;
    margin: 10px auto;
    aspect-ratio: 3 / 3;
    /*
    width: clamp(300px, 100%, 600px);*/
    overflow: auto;
    padding: 5px 5px;
    scrollbar-width: thin;
  scrollbar-color: #14628D #F7FCFE;;
}
.outer::-webkit-scrollbar {
  background: #F7FCFE;
  width: 5px;
  height: 5px;
}

.outer::-webkit-scrollbar-thumb {
  background-color: #F7FCFE;
}
.outer #panzoom {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
    margin: 5px auto;
    padding: 0px 5px;
}
.outer #panzoom img {
  width: 100%;
  height: auto;
}
.floor-map,.floor-info {
    width: 88%;
    margin: 10px auto 10px;
}
.floor-map {
    width: 94%;
}
.floor-map img,.floor-info img{
    width: 100%;
}
.floor-info p{
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

.floor-map {
  position: relative;
  
}

.floor-map .floor-map-shops {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.floor-map .floor-map-shops svg path,
.floor-map .floor-map-shops svg polygon,
.floor-map .floor-map-shops svg polyline,
.floor-map .floor-map-shops svg rect,
.floor-map .floor-map-shops svg circle {
  fill: #6d6c6c;
  opacity: 0;
  stroke-width: 0;
  -webkit-transition: fill 0.3s, opacity 0.3s;
  transition: fill 0.3s, opacity 0.3s;
}
.floor-map .floor-map-shops svg a:hover path,
.floor-map .floor-map-shops svg a:hover polygon,
.floor-map .floor-map-shops svg a:hover polyline,
.floor-map .floor-map-shops svg a:hover rect,
.floor-map .floor-map-shops svg a:hover circle {
  opacity: 0.3;
}
.floor-map .floor-map-shops svg a.-js-current path,
.floor-map .floor-map-shops svg a.-js-current polygon,
.floor-map .floor-map-shops svg a.-js-current polyline,
.floor-map .floor-map-shops svg a.-js-current rect,
.floor-map .floor-map-shops svg a.-js-current circle {
  fill: #6d6c6c;
  -webkit-animation: 0.5s ease-in-out infinite alternate blinking;
  animation: 0.5s ease-in-out infinite alternate blinking;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@media screen and (max-width: 980px) and (min-width: 760px) {}
@media screen and (max-width:750px) {}
@media screen and (max-width:750px) {}
.insta-inner {
  width: 88%;
  margin: 0 auto;
  height: 220px;
  overflow: hidden;
}