/* title */
.shop-title{display: flex;margin-left: 15px;margin-right: 15px;}
.shop-title .shop-title-img{box-sizing: border-box;border: 1px solid #838383;display: flex;align-items: center; width: 116px;margin-right: 20px;}
.shop-title .shop-title-img img{width: 100%;}
.shop-title .shop-title-info{flex:1;line-height: 1.4;}
.shop-title .shop-title-info__heading{font-size: 1.8rem;font-weight: 700;position: relative;padding-right: 48px;}
.shop-title .shop-title-info__heading a{position: absolute;top: 50%;right: 0;width: 28px;transform: translateY(-55%);}
.shop-title .shop-title-info__heading a img{width: 100%;}
.shop-title .shop-title-info__text{border-top: 1px dotted #c4c5c5;font-size: 1.0rem;margin-top: 7px;padding-top: 7px;}

/* slide */
.shop-slide{margin-left: 15px;margin-right: 15px;position: relative;}
.shop-slide img{width: auto;max-width: 100%;height: auto;}
.shop-slide .swiper-wrapper{align-items: center;}
.shop-slide .swiper-slide{display: flex;justify-content: center;}
.shop-slide .swiper-prev{background: url(/gourmetguide/shared/img/arw-slide-prev.svg) center center/cover no-repeat;display: none;cursor: pointer;width: 30px;height: 30px;position: absolute;top: calc(50% - 15px);left: -15px;z-index: +1;}
.shop-slide .swiper-next{background: url(/gourmetguide/shared/img/arw-slide-next.svg) center center/cover no-repeat;display: none;cursor: pointer;width: 30px;height: 30px;position: absolute;top: calc(50% - 15px);right: -15px;z-index: +1;}

/* guid */
.shop-guid{border-bottom: 1px dotted #c4c5c5;margin-left: 15px;margin-right: 15px;padding-bottom: 30px;}
.shop-guid .shop-guid-title{display: flex;}
.shop-guid .shop-guid-title__heading{font-size: 1.2rem;font-weight: 700;flex:1;}
.shop-guid .shop-guid-title__icon{display: flex;margin-left: 20px;}
.shop-guid .shop-guid-title__icon li+li{margin-left: 5px;}
.shop-guid .shop-guid-title__icon li img{width: 27px;}
.shop-guid .shop-guid-details{font-size: 1.2rem;margin-top: 15px;}
.shop-guid .shop-guid-details>*+*{margin-top: 1em;}

/* map */
.shop-map{margin-left: 0;margin-right: 0;}
.shop-map .shop-map-floor{background-color: #c4c5c5;position: relative;padding-bottom: 400px;}
.shop-map .shop-map-floor iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
