.shufoo-chirashi,
.minichira-asp {
  display: none !important;
}
#chat_frame {
  height   : 28% !important;
}
.home-shufoo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 668px){
  /* チャット部 */
  #chat_frame {
      height   : 95% !important;
  }
  .home-shufoo {
    display: flex;
    flex-direction: row;
  }
}

.btn-digital.btn[target='_blank']:not([href*='.pdf']) {
  padding-right: 0;
  background-image: none;
  background-repeat: no-repeat;
}

.btn-pdf.btn[href*='.pdf']:before {
  content: '';
  display: inline-block;
  vertical-align: -.35em;
  margin-right: .5em;
  width: 1.25em;
  height: 1.56em;
  background: url(../img/common/icon_pdf.png) no-repeat 50% 50%;
  background-size: contain;
}


/*------------------------
  動画
------------------------*/
@media screen and (min-width: 668px){
.movienav {
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .movienav iframe {
      display: block;
	  width: 260px;
	  height: 146.88px;
  }
}
@media screen and (max-width: 667px){
  .move {
      position: relative;
      width: 95%;
      padding-top: 53.25%;
      margin: 10px auto;
  }

  .move iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }
}
/*------------------------
  フロアマップのタブが4件以上の時
------------------------*/
@media screen and (min-width: 668px){
  .floormap.full {
      position: relative;
      padding-top: 5.5rem;
  }
  .floormap.full.himeji .tab {
    min-width: 168px;
  }
}

/*------------------------
  多言語用のナビ追加
------------------------*/
@media screen and (max-width: 667px){
  .language {
    margin: 1em auto 0;
    font-size: .875em;
  }
  .language.only-sm a {
    position: relative;
    margin-left: 0;
  }
  .language.only-sm a.header__subnav__item:after {
    content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #c32780;
    border-right: 2px solid #c32780;
    margin-left: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: .15em;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -1em;
  }
}

/*------------------------
  テナント区分(下松)
------------------------*/
.icon-izumi {
    background: url(https://www.izumi.jp/kudamatsu/shop/img/icon-youme.png) no-repeat;
    background-position: right 0.5em;
}

.icon-plaza {
    background: url(https://www.izumi.jp/kudamatsu/shop/img/icon-plaza.png) no-repeat;
    background-position: right 0.5em;
}
@media screen and (max-width: 667px){
	.icon-izumi,.icon-plaza{
		background-size: 45px;
	}
	
	.icon-izumi .shopsearch-list__item__info .shopdata__category__name,.icon-plaza .shopsearch-list__item__info .shopdata__category__name{
		margin-right: 48px;
	}
	
	.icon-izumi .shopdata__category span,.icon-plaza .shopdata__category span {
    margin-bottom: 3px;
}
	.shopdata__body.icon-izumi .shopdata__subcategory__name,.shopdata__body.icon-plaza .shopdata__subcategory__name{
		margin-right: 48px;
	}
}