@charset "UTF-8";
.cmn-page-title {
  background: url(../images/shopguide/bg_title.jpg) no-repeat center;
  background-size: cover;
}

.cmn-gnav li.gnav-shopguide a {
  color: #8a9a00;
}

.cmn-gnav li.gnav-shopguide a:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*  カテゴリーナビ
-------------------------*/
.cmn-shopcategory-block {
  padding: 40px 0;
}

/*  ショップリスト
-------------------------*/
.shopguide-block {
  padding-top: 100px;
  margin-top: -70px;
}

.shopguide-list {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shopguide-list .list-item {
  position: relative;
  margin-right: 24px;
  margin-bottom: 40px;
  width: 262px;
}

.shopguide-list .list-item:nth-child(4n) {
  margin-right: 0;
}

.shopguide-list .list-item a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
}

.shopguide-list .logo-box {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  width: 262px;
  height: 182px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopguide-list .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shopguide-list .logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .more {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
}

.shopguide-list .more span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 203px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .21em;
}

.shopguide-list .info-box {
  background: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 26px 28px;
  font-size: 12px;
  font-size: 1.2rem;
  word-wrap: break-word;
}

.shopguide-list .floor {
  color: #a0a0a0;
}

.shopguide-list .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.857142857;
  padding: 2px 0;
}

.shopguide-list .category {
  color: #4a4a4a;
}

.shopguide-list .tel {
  margin-top: 6px;
  color: #a0a0a0;
}

.shopguide-list .list-item a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  opacity: 1;
}

.shopguide-list .list-item a:hover .logo-box {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .list-item a:hover .logo img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .list-item a:hover .more {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+1) {
  -webkit-animation: fadeup 1.5s ease 0s forwards;
  animation: fadeup 1.5s ease 0s forwards;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+2) {
  -webkit-animation: fadeup 1.5s ease .4s forwards;
  animation: fadeup 1.5s ease .4s forwards;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+3) {
  -webkit-animation: fadeup 1.5s ease .8s forwards;
  animation: fadeup 1.5s ease .8s forwards;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+4) {
  -webkit-animation: fadeup 1.5s ease 1.2s forwards;
  animation: fadeup 1.5s ease 1.2s forwards;
}

/*  キーワード検索
-------------------------*/
.keyword-form {
  width: 673px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 70px auto;
}

.keyword-form form {
  position: relative;
}

.keyword-form .inputText {
  width: 100%;
  padding: 25px 66px 25px 30px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  position: relative;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #d2d2d2;
}

.keyword-form .inputBtn {
  width: 29px;
  height: 27px;
  border: 0;
  background: url(/assets/images/common/icon_search_02.png) no-repeat center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -16px;
  z-index: 10;
}

.no-item-text {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

/*------------------------------------------
  フロアから探す
------------------------------------------*/
/*  フロア ナビ
-------------------------*/
.floor-nav-block .cmn-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.floor-nav-block .floor-nav {
  position: relative;
  width: 340px;
  text-align: center;
}

.floor-nav-block .floor-nav.box02 {
  left: -40px;
}

.floor-nav-block .floor-nav.box03 {
  margin-left: auto;
}

.floor-nav-block .floor-nav .ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .07em;
  margin-bottom: 20px;
  padding-left: 30px;
}

.floor-nav-block .floor-list {
  position: relative;
}

.floor-nav-block .floor-list li {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.floor-nav-block .floor-list li span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #9a9a9a;
  text-align: left;
  padding-left: 10px;
}

.floor-nav-block .floor-list li:nth-child(1) {
  z-index: 3;
}

.floor-nav-block .floor-list li:nth-child(2) {
  margin-top: -10px;
  z-index: 2;
}

.floor-nav-block .floor-list li:nth-child(3) {
  margin-top: -10px;
  z-index: 1;
}

.floor-nav-block .floor-list a {
  position: relative;
  width: 270px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.floor-nav-block .floor-list a:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background-color: #fff;
  content: "";
  border: 4px solid #f4f4f4;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floor-nav-block .floor-list a:hover:before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #c0d700;
}

.floor-nav-block .connection {
  position: absolute;
  bottom: 90px;
  right: 315px;
  color: #9a9a9a;
  font-size: 13px;
  font-size: 1.3rem;
  width: 188px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 6px solid;
}

.floor-nav-block .cmn-btn .inner {
  margin-top: 30px;
  width: 350px;
}

.floor-nav-block .cmn-btn.btn-keihan .inner {
  border: 1px solid #eb6da5;
  color: #eb6da5;
}

.floor-nav-block .cmn-btn.btn-keihan .inner:before {
  background: #eb6da5;
}

.floor-nav-block .cmn-btn.btn-keihan .inner:hover {
  color: #4a4a4a;
}

.BD-shopguide-floor .shopguide-block {
  padding-top: 100px;
  margin-top: -20px;
}

.BD-shopguide-floor .shopguide-block .ttl-ja {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}

.BD-shopguide-floor .shopguide-block .info-box {
  padding: 15px 28px 26px;
}

.BD-shopguide-floor .shopguide-block .name {
  padding-bottom: 5px;
}

/*------------------------------------------
  ショップ詳細
------------------------------------------*/
.BD-shopguide-detail .shopinfo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: .07em;
}

.BD-shopguide-detail .info-box {
  width: 572px;
  word-wrap: break-word;
}

.BD-shopguide-detail .info-box .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 35px;
}

.BD-shopguide-detail .info-box .logo {
  width: 220px;
  height: 153px;
}

.BD-shopguide-detail .info-box .info {
  width: 332px;
}

.BD-shopguide-detail .info-box .floor {
  color: #a0a0a0;
}

.BD-shopguide-detail .info-box .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.363636364;
  margin-top: 15px;
}

.BD-shopguide-detail .info-box .category {
  margin-top: 15px;
}

.BD-shopguide-detail .info-box .shop-description {
  line-height: 2;
  margin-bottom: 35px;
}

.BD-shopguide-detail .info-box .detail {
  margin-bottom: 40px;
}

.BD-shopguide-detail .info-box .detail dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.BD-shopguide-detail .info-box .detail dl:first-child {
  border-top: 1px solid #d9d9d9;
}

.BD-shopguide-detail .info-box .detail dl dt, .BD-shopguide-detail .info-box .detail dl dd {
  display: table-cell;
  padding: 19px 0;
}

.BD-shopguide-detail .info-box .detail dl dt {
  width: 110px;
  font-weight: bold;
}

.BD-shopguide-detail .info-box .detail dl .link {
  margin-bottom: 7px;
}

.BD-shopguide-detail .info-box .detail dl .link a {
  color: #8a9a00;
}

.BD-shopguide-detail .info-box .detail dl .link a:hover {
  text-decoration: underline;
}

.BD-shopguide-detail .info-box .restaurant-detail {
  margin-bottom: 40px;
}

.BD-shopguide-detail .info-box .restaurant-detail dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 0;
}

.BD-shopguide-detail .info-box .restaurant-detail dl:first-child {
  border-top: 1px solid #d9d9d9;
}

.BD-shopguide-detail .info-box .restaurant-detail dl dt, .BD-shopguide-detail .info-box .restaurant-detail dl dd {
  display: table-cell;
  padding: 19px 0;
}

.BD-shopguide-detail .info-box .restaurant-detail dl dt {
  width: 186px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  background: #eeeeee;
}

.BD-shopguide-detail .info-box .restaurant-detail dl dd {
  padding-left: 30px;
  background: #fff;
}

.BD-shopguide-detail .cmn-btn .inner {
  margin: 50px 0;
}

.BD-shopguide-detail .photo-box {
  width: 500px;
  text-align: center;
}

.BD-shopguide-detail .photo-box .photo {
  margin-bottom: 20px;
}

.BD-shopguide-detail .photo-box .photo img {
  width: 100%;
}

.BD-shopguide-detail .sec-shopnews {
  border-top: 1px solid #d9d9d9;
  margin-top: 80px;
  padding-top: 50px;
}
.BD-shopguide-detail .sec-shopnews .photo-box{
  width: 262px;
}
.BD-shopguide-detail .sec-shopnews .info-box{
  width: 262px;
  background: none;
}
.BD-shopguide-detail .sec-shopnews .info-box .name {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .07em;
  color: #a0a0a0;
  margin-top: 5px;
}
.BD-shopguide-detail .sec-shopnews .shopnews-more .inner {
  margin: 20px auto 30px;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
