@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.icon_set_202211_right {
  z-index: 9999;
  max-width: 16vw;
  position: fixed;
  bottom: 1%;
  right: 2vw;
  text-align: center; }
  .icon_set_202211_right div {
    margin: 2% auto 1%; }
  @media all and (max-width: 1024px) {
    .icon_set_202211_right {
      max-width: 17vw;
      bottom: 1%; } }
  @media all and (max-width: 640px) {
    .icon_set_202211_right {
      max-width: 24vw;
      bottom: 1%; } }
  @media all and (max-width: 320px) {
    .icon_set_202211_right {
      max-width: 20vw;
      bottom: 1%; } }

/* テイクアウトキャンペーン設定
.takeout2020 {
    
    z-index: 9999;
    position: fixed;
    bottom:19.5%;
    left: 1%;
    
    width:150px;
    
    background: url('../images/bottom_icon/icon_takeout2020.png') no-repeat center bottom;
    background-size: contain;
    
      animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%;
    
    
    img{
        width: 100%;
    }



		//タブレットの場合
		 @include media(tablet){
             width:15vw;
             bottom:18%;
    }
    
    		//スマートフォンの場合
		 @include media(sp){
             width:24%;
             bottom:11.4vh;               
    }
    
        
        		//ヨコの場合
         @media (orientation: landscape) and (max-width: 750px) {
            bottom:2%;
            left: 14%;
            width:14%;  

    }
	
	
}*/
/* 未来デパート設定
.mirai_depart {
    
    z-index: 9999;
    position: fixed;
    bottom:2%;
    left: 1%;
    
    width:150px;
    
    background: url('../images/bottom_icon/icon_mirai_depart.png') no-repeat center bottom;
    background-size: contain;
    
      animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%;
    
    
    img{
        width: 100%;
    }



		//タブレットの場合
		 @include media(tablet){
             width:15vw;
             bottom:1%;
    }
    
    		//スマートフォンの場合
		 @include media(sp){
             width:24%;
             bottom:1vh;


    }
    
        		//ヨコの場合
        @media (orientation: landscape) and (max-width: 750px) {
            bottom:2%;
            left: 26%;
            width:14%;  

    }

	
	
}*/
/* I'mDoraemon設定
.imDoraemon {
    
    z-index: 9999;
    position: fixed;
    bottom:37%;
    left: 1%;
    
    width:150px;
    
    background: url('../images/bottom_icon/icon_imdoraemon.png') no-repeat center bottom;
    background-size: contain;
    
  animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%;
    
    
    img{
        width: 100%;
    }



		//タブレットの場合
		 @include media(tablet){
             width:15vw;
             bottom:36%;
    }
    
    		//スマートフォンの場合
		 @include media(sp){
             width:24%;
              bottom:22vh;               
    }
    
        
        		//ヨコの場合
         @media (orientation: landscape) and (max-width: 750px) {
            bottom:2%;
            left: 2%;
            width:14%;  

    }
	
	
}*/
.clickfree {
  position: relative; }

/* ミュージアムECサイト設定
.museum_ec {
    
    z-index: 9999;
    position: fixed;
    bottom:2%;
    right: 1%;
    
    width:150px;
    
    background: url('../images/bottom_icon/icon_museum_ec.png') no-repeat center bottom;
    background-size: contain;
    
  animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%;
    
    
    img{
        width: 100%;
    }


		//タブレットの場合
		 @include media(tablet){
             width:15vw;
    }
    
    		//スマートフォンの場合
		 @include media(sp){
             width:24%;
    }
    
            		//ヨコの場合
         @media (orientation: landscape) and (max-width: 750px) {
            bottom:2%;
            right: 2%;
            width:14%;  

    }
	
	
}*/
@keyframes bounce_8897 {
  0% {
    transform: translateY(0); }
  5.55556% {
    transform: translateY(0); }
  11.11111% {
    transform: translateY(0); }
  22.22222% {
    transform: translateY(-15px); }
  27.77778% {
    transform: translateY(0); }
  33.33333% {
    transform: translateY(-15px); }
  44.44444% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

/*# sourceMappingURL=bottom_icon_221104.css.map */
