body{
    margin: 0px;
background-color: #fff9e4;
font-family: 'Cedarville Cursive', cursive;
font-family: 'Zen Maru Gothic', sans-serif;
}

.logo{
   padding-top: 0.4%;
   padding-bottom: 0.4%;
    width: 8%;
    display: inline-block;
   
   
        
}

.top_text{
    
    width: 100%;
  position: relative;
    background-color:#1e464e ;
overflow: hidden;
text-align: center;
}
.top_boxa{
    overflow: hidden;
    
    padding-top: 0.1%;
    padding-bottom: 0.1%;
}
.movet{
 
    font-size: 0.7em;
    margin: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  
display: inline-block;
    color:#fff9e4;
   
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.movet_left{
    left: -100%;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}




.head_w{
   width: 100%;
    text-align: center;
    
    
}
.logo_cate{
    display: inline-block;
    width: 96%;
    
    border-bottom: 1px solid #1e464e;
   
    vertical-align: top;
}

.right{
    vertical-align: top;
    padding: 1%;
   display: inline-block;
    width: 45%;
    height: 12vh;
    margin-right: 0px;
    padding-top: 0px;
    overflow: scroll;
    overflow-y: hidden;
    text-align: left;
    position: relative;
}
.c_img{
    display: inline-block;
    padding-top: 1.5%;
    width: 6%;
    margin-right: 2%;
}
.img_scroll{
    display: inline-block;
    position: absolute;
margin-right: 0px;
width: 200%;
text-align: left;
height: 10vh;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}

@keyframes fadeIn {
    0% {
      opacity: 0;
    margin-left: -100%;
    }
    100% {
      opacity: 1;
      margin-left: 0%;
    }
  }

.right::-webkit-scrollbar{
    display: none;
  }
  
  .c_box{
    display: inline-block;
     margin: 1%;
    height: 50%;
    margin-right: 1%;
    color: #fff9e4;
    padding: 2%;
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: 0px;
    text-align: center;
    background-color: #1e464e;
    border: 1px solid #1e464e;
   transition-duration: 0.2s;
   transition-property: all;
   transition-timing-function: ease-in-out;
}
.c_box:hover{
    background-color: #fff9e4;
    color: #1e464e;
    border: 1px solid #1e464e;

}
.eigo{
    font-family: 'Caveat', cursive;
}
.left{
    display: inline-block;
     width: 45%;
     padding: 1%;
     
     padding-bottom: 0px;
     padding-left: 0px;
     position: relative;
     text-align: left;
     height: 7vw;
    overflow: scroll;
    overflow-y: hidden;
 }
 .h_center{
     display: inline-block;
     height: 5vw;
     width: 2%;
     margin-right: 2%;

     border-right: 2px solid #1e464e;
 }
.img_scroll2{
   
  
    width: 150%;
height: 10vh;
margin-left:0%;
position: absolute;
text-align: left;
 /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
 -ms-overflow-style: none;
 /*Firefoxへの対応*/
 scrollbar-width: none;
 animation: fadeIn2 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.left::-webkit-scrollbar{
    display: none;
  }
 
  @keyframes fadeIn2 {
    0% {
      opacity: 0;
    margin-left: 100%;
    }
    100% {
      opacity: 1;
    margin-left: 0%;
    }
  }

.head_middle{
    height: 10px;
    overflow: hidden;

}
.content_w{
    display: inline-block;
    width: 96%;
    margin-left: 2%;
    text-align: left;
  
    }

.animation{
    display: block;
    animation: Contentf 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}


@keyframes Contentf {
    0% {
      opacity: 0;
    margin-top: 10%;
    }
    100% {
      opacity: 1;
    
    }
  }


.shop{
  text-align: left;
   width: 96%;
    margin: 0px;
padding: 0px;
margin-bottom: 3%;
margin-left: 2%;
margin-right: 0%;
    position: relative;
    border-bottom: 1px solid #444444;
    padding-bottom: 2%;
   
}

.shop2{
    text-align: left;
    width: 96%;
     margin: 0px;
 padding: 0px;
 margin-bottom: 10%;
 margin-left: 2%;
 margin-right: 0%;
     position: relative;
    
 }

.shopw{
    display: inline-block;
    width: 100%;
    text-align: center;
    column-count:2;
    page-break-inside: avoid;
    break-inside: avoid;
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}

.shopw2{
    display: inline-block;
    width: 100%;
    text-align: center;
    column-count:2;
    page-break-inside: avoid;
    break-inside: avoid;
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}


@keyframes Contentf2 {
    0% {
      opacity: 0;
    margin-top: 10%;
    }
    100% {
      opacity: 1;
    
    }
  }
.shopimg{
    width: 100%;
    border-radius: 10px;
   
transform: 0.5s;
}
.shopimg2{
    width: 100%;
    border-radius: 10px;
    padding-bottom: 0px;
transform: 0.5s;
}
.shop2:hover{
   
}
.shop:hover{
  
}
.shoptext{
position: absolute;
bottom: -0em;
    font-size: 0.8em;
    margin-top: 0px;
   width: 100%;
   color: #333333;
   text-align: left;
}

.shoptext2{
    position: absolute;
   top: 40%;
        font-size: 1.2em;
        margin-left: 10%;
        margin-top: 0px;
       width: 80%;
       color: white;
       text-align: center;
       
    }
.h1title{
    display: inline-block;
    width: 35%;
    color: #1e464e;
}
a{
    text-decoration: none;
    list-style: none;
    color: #fff9e4;
}
.t_menu{
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-right: 3%;
    display: inline-block;
    font-size: 1.5em;
    background-color: #1e464e;
    color: #fff9e4;
    text-align: center;
}
.t_menu_img{
    padding-top: 2%;
    width: 50%;
    display: inline-block;
}
.t_menu_img2{
    padding-top: 0%;
    width: 60%;
    display: inline-block;
}
.tmenu_w{
    display: inline-block;
    width: 60%;
    margin-left: 5%;
   text-align: right;

   float:right;
}
.instm{
width: 10%;
    display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0px;
  margin-left: 1%;
}
.instm2{
    display: none;
    }
.flogow{
    width: 25%;
    margin-right: 3%;
float: left;
text-align: center;
border-right: 1px solid #fff9e4;

}
.flogo{
    display: inline-block;
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
    vertical-align:middle;

}
.footer{
   width: 100%;
 background-color: #1e464e;
 margin-bottom: 1%;
 overflow: hidden;
 padding-top: 2%;
 padding-bottom: 2%;
 position: relative;
 animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}
.ftext{

    width: 69%;
    float: right;
    color: #fff9e4;
}
.listitle{
    color: #fff9e4;
font-size: 1.5em;
font-weight: 600;
display: inline-block;
margin: 0px;
border-bottom: 1px solid #fff9e4;
margin-bottom: 0.5em;
}
.flist{
    display: inline-block;
    width:60%;
}
.list{
    margin: 0px;
    display: inline-block;
    margin-right: 10%;
    
    padding-top: 1%;
    padding-bottom: 1%;

}
.right_ficon{
    display: inline-block;
 width: 10%;   
 vertical-align: top;
 margin-bottom: 3%;
}
.fotter_under{
    display: block;
    
}
.frimg{
    padding-top: 10%;
    display: inline-block;
    width: 30%;
}
.fotter_text{
    position: absolute;
    bottom: 2%;
    right: 2%;
    color: #fff9e4;
    font-size: 0.7em;
}

.black{
   
    display: none;
    left: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: black;
    
    z-index: 100;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;

}
.popup{
    border-radius: 10px;
    width: 30vw;
    margin-left: 35vw;
    text-align: center;
opacity: 0;
    position: fixed;
    top: 100vh;
z-index: 1500;
    background-color: rgb(255, 251, 244);
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
   
}

.popup2{
    width: 30vw;
    margin-left: 35vw;
    text-align: center;
opacity: 1;
    position: fixed;
    top: 100vh;
z-index: 1500;
    background-color: rgb(255, 251, 244);
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;

}

.ctitle{
    margin-top: 3%;
    width: 92%;
    margin-left: 4%;
    overflow: hidden;
    border-bottom: 1px solid #1e464e;
    font-size: 0.6em;
    
}
.cicon{
    width: 20%;
    margin-left: 1%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 1%;
    float: left;
}
.title_back{
    display: inline-block;
    background-color: #1e464e;
    color: white;
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 1%;
}
.ctitle_text{
    margin-top: 2%;
    color: #1e464e;
width: 100%;
text-align: left;
font-size: 0.9em;
}
.con2_img{
    position: relative;
}
.content2{
    width: 92%;
    margin-left: 4%;
}
.con2title{
    color: white;
    position: absolute;
    top: -2%;
    left: -2%;
    font-size: 1.1em;
    background-color: #1e464e;
}

.showp{
    opacity: 1;
    top: 3vh;
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.blackshow{
    top: 0vw;
    display: block;
    opacity: 0.7;
}

.popimg{
    padding: 0px;
    width:92%;
 margin-top: 2%;
 margin-bottom: 0%;
    
}
.shoptitle{
    margin: 0px;
    margin-bottom: 2%;
    font-size: 1.1em;
    text-align: center;
    color: #1e464e;
}
.shopc{
    width: 92%;
    margin-top: 1%;
    display: inline-block;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    background-color:#1e464e;
    font-size: 1em;
    color: #fff9e4;
    letter-spacing: 0.1em;
}
.close{
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    cursor: pointer;
    z-index: 1300;
}
.close2{
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    cursor: pointer;
    vertical-align: top;
}
.naname_text{
    font-size: 1.3em;
    font-family: 'Caveat', cursive;
    margin-top: 0.2em;
   margin-bottom: 0px;
 
}
.pop_text{
    line-height: 1.7em;
    display:inline-block;
    width: 92%;
   height: 26vh;
   overflow: scroll;
    margin-top: 0%;
    margin-bottom: 1%;
    padding-bottom: 2%;
    text-align: left;
    border-bottom: 1px solid #1e464e;
   
}
.icon_w{
    display: inline-block;
    width: 92%;
padding-top: 2%;
padding-bottom: 2%;
margin-top: 1%;
border-top: 1px solid #1e464e;

}
.icon4{
    
    width: 12%;
    padding-right: 5%;
    padding-left: 5%;
    border-right: 1px solid #1e464e;

}
.leftline{
    border-left: 1px solid #1e464e;
}
.close{
    
    color: #444444;
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 2%;
}
.close2{
    cursor: pointer;
    color: #444444;
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 2%;
}
.move_text{
    border-top: 1px solid #1e464e;
    margin-top: 0.5%;
    width: 92%;
    margin-left: 4%;
    height: 2em;
    position: relative;
   overflow: hidden;
}
.m_text{
   
    width: 100%;
    margin: 0px;
    opacity: 0;
    font-weight:bold;
    font-size: 1.3em;
    position: absolute;
    left: 0%;
    bottom: -100%;
    letter-spacing: 0.1em;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    color: #1e464e !important;
}
.mapb{
    font-size: 1em !important;
}
.m_after{
    opacity: 1;
    bottom: 6%;
}

.boldt{
    font-weight: bold;
    display: inline-block;
    color: #1e464e;
    
   
}
.boldt::before{
    content: "「";
    color: #333333;

}
.boldt::after{
    content: "」";
    color: #333333;
}


.cblack{
    border-radius: 10px;
    background-color: black;
    position: absolute;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.popicon{
    display: inline-block;
   width: 100%;
    color: #1e464e;
}
.popsns{
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
    margin-right: 1%;
    font-size: 0.8em;
    background-color: #1e464e;
color: #fff9e4;
}
.jusyo{
    font-size: 0.9em;
    color: #fff9e4;
    background-color: #1e464e;
    display: inline-block;
   padding-left: 2%;
   padding-right: 2%;
   margin-right: 3%;
}
.coupon{
    color: white;
    background-color:#8b0000;
    border-radius: 5px;
    padding: 2%;
    position: absolute;
    top: 5%;
    right: 7%;
    display: inline-block;
}


.pr_content{

    text-align: center;
    position: absolute;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #1e464e;
    z-index: 1200;
    top: -200vh;
    opacity: 0;
   border: 1px solid #1e464e;
   transition-property: all;
   transition-timing-function: ease-in-out;
   transition-duration: 0.5s;

}
.close2{
color: #fff9e4;

font-size: 1em;
border: 2px solid #fff9e4;
border-radius: 10px;
display: inline-block;
margin-top: 0%;
width: 24%;
padding-top: 1%;
padding-bottom: 2%;

}
.second_text{
    display: inline-block;
    background-color: #fff9e4;
    width: 90%;
    padding: 3%;
    height: 12vh;
    overflow: scroll;
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: left;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom:3%;

}
.pr_left{
    position: relative;
    width: 48%;
    display: inline-block;
}
.pr_right{
    width: 48%;
    display: inline-block;
}
.second_image{
    width: 96%;
    border-radius: 10px;
}
.coupon_btn{
vertical-align: middle;
    display: inline-block;
    color: #fa8072;
border: 2px solid #fa8072;
   cursor: pointer;
    border-radius: 10px;
    
    margin-top: 0%;
    width: 32%;
    padding-top: 1%;
padding-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 1em;
}
.before_page{
    vertical-align: top;
    
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
width: 32%;
display: inline-block;
border: 2px solid #fff9e4;
background-color: #fff9e4;
color: #1e464e;
margin: 0px;

}
.pr_title{
font-size: 1.5em;
color: #fff9e4;
display: inline-block;
border-bottom: 1px solid #fff9e4;
margin-top: 0%;
margin-bottom: 3%;
}
.pr_pimg{
    width: 48%;
}
.pr_pimg2{
    display: none;
}
.pr_movie{
    
    height: 190px;
    width: 100%;
}
.pr_show{
    display: block;
    width: 98%;
}
.pr_none{
    display: none;
    
}
.pr_yazi{
    position: absolute;
    width: 10%;
    bottom: -7%;
    left: 0%;
    background-color: #1e464e;
    color: #fff9e4;
    padding: 1%;
    margin-top: 3%;
    padding-bottom: 2%;

}
.before_yazi{
    position: absolute;
    display: inline-block;
    
    top: 5%;
    left: 2%;
   cursor: pointer;
    color: #fff9e4;
    padding: 1%;
    margin-top: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
background-color: #1e464e;

}
.second_show{
   top: 0px;
   opacity: 1;
   transition-duration: 1s;
   transition-property: all;
   transition-timing-function: ease-in-out;
}
.click_btn{
    background-color: #1e464e;
    color: #fff9e4;
    position: absolute;
    width: 100%;
    font-size: 0.7em;
    top: 40%;
    padding-bottom: 2%;
}
.c_movie{
    width: 100%;
}

.ktitle{
    text-align: left;
    width: 70%;
    padding: 0%;
   vertical-align: top;
   margin: 3%; 
   margin-left: 3%;
    display: inline-block;
    font-size: 3em;
    
}
.toptext{
    margin: 3%;
    margin-top: 0%;
    margin-left: 0%;
font-weight: 600;
    width: 100%;
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 0%;
}
.topic{
    padding: 2.5%;
    width: 8.5%;
    text-align: center;
    border-radius: 50%;
    color: #1e464e;
    display: inline-block;
    
    border: 1px solid #1e464e;
}
.ttbig{
    font-size: 2em;
    line-height: 0.8em;
    font-weight: 600;
}
.tr_btn{
    position: absolute;
    right: 3%;
    top: 3%;
    border-radius: 5px;
    padding: 2%;
    color:#fff9e4;
    background-color: #1e464e;
    
}
.ww-box{
    width: 140%;
}
.tmovie{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.tarticle{
    margin-top: 1%;
}
.movie_p{
    border-radius:10px 10px 0px 0px;
    position: absolute;
    top: -5%;
    padding: 2%;
    width: 96%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #1e464e;
    color: white;
    vertical-align: top;
    
}
.micon{
    width: 3%;
    vertical-align: bottom;
    margin-right: 1.5%;
    margin-left: 2%;
}

/* スライダー */
.swiper-container{
    width:100%;
   
    overflow:hidden;
    margin:0 auto;  
    margin-top: 3%;
    margin-bottom: 2%;
  }
  
  .swiper-container img {
    width:150%;
   float: right;
   padding-left: 30%;
  }
  
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: zoomUp 12s linear 0s 1 normal both; 
  }
  
  @keyframes zoomUp {
    0% {
      transform: scale(1);
      
    }
    100% {
      transform: scale(1.15);
      
    }
  }


/* レスポンシブデザイン */

@media screen and (max-width:500px){

    .tr_btn{
        font-size: 80%;
        position: absolute;
        right: 3%;
        top: 3%;
        border-radius: 5px;
        padding: 2%;
        color:#fff9e4;
        background-color: #1e464e;
        
    }
    .micon{
        width: 5%;
        vertical-align: bottom;
        margin-right: 2%;
    }
    .movie_p{
        
        position: absolute;
        top: -5.5%;
        padding: 2%;
        width: 94%;
        padding-top: 5%;
        padding-bottom: 5%;
        background-color: #1e464e;
        color: white;
        vertical-align: top;
        padding-left: 4%;
    }
    .ktitle{
        text-align: left;
        width: 70%;
        padding: 0%;
       vertical-align: text-bottom;
       margin: 2%; 
       margin-left: 3%;
        display: inline-block;
        font-size: 2em;
        
    }
    .topic{
        padding: 3%;
        width: 16%;
        text-align: center;
        border-radius: 50%;
        color: #1e464e;
        display: inline-block;
        
        border: 1px solid #1e464e;
    }
    .t_menu_img2{
        display: none;
    }
    .ww-box{
        width: 95%;
    }
    .shoptext2{
        position: absolute;
       top: 40%;
            font-size: 0.8em;
            margin-left: 5%;
            margin-top: 0px;
           width: 90%;
           color: white;
           text-align: center;
           
        }

    h1{
        font-size: 190%;
    }
    .pr_movie{
    
        height: 160px;
        width: 100%;
    }

    .second_show{
        top: 0px;
        opacity: 1;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
    .popsns{
        display: inline-block;
        padding-left: 0%;
        padding-right: 0%;
        margin-right: 1%;
        font-size: 0.8em;
        background-color: #1e464e;
    color: #fff9e4;
    }



    .instm2{
        width: 10%;
            display: inline-block;
          vertical-align: middle;
          text-align: left;
          margin: 0px;
          margin-left: 3%;
        }
.logo{
width: 27%;
margin-top: 1%;
margin-bottom: 1%;
}

.left{
    width: 95%;
    height: 10vh;
    padding-top: 2%;
    border-bottom: 1px dotted #1e464e;
}

.right{
    width: 95%;
    height: 10vh;
    padding-bottom: 1%;
}
.c_box{
    display: inline-block;
     margin: 1%;
    height: 30%;
    margin-right: 1%;
    color: #fff9e4;
    padding: 2%;
    padding-top: 1%;
    padding-bottom: 3%;
    margin-top: 0.8%;
    margin-bottom: 0px;
    text-align: center;
    background-color: #1e464e;
    border: 1px solid #1e464e;
    font-size: 0.8em;
   transition-duration: 0.2s;
   transition-property: all;
   transition-timing-function: ease-in-out;
}
.h_center{
    display: inline-block;
    height: 1vw;
    width: 95%;
    margin-right: 0%;
margin: 0px;
    border-right:none;
}
.h_center{
    display: none;
}

.h1title{
    display: inline-block;
    width: 96%;
    color:#fff9e4;
    background-color: #1e464e;
    margin-top: 1%;
    line-height: 1em;
    margin-bottom: 4%;
    padding: 2%;
    text-align: center;
    font-size: 1.4em;
}

.tmenu_w{
    display: none;
    width: 40%;
    margin-right: 4%;
    margin-left: 0%;
   text-align: right;
   float: right;
   vertical-align: middle;

}


.c_img{
    display: inline-block;
    padding-top: 1.2%;
    width: 7%;
    margin-right: 1%;
}
.img_scroll2{
   
  
    width: 200%;
height: 10vh;
margin-left:0%;
position: absolute;
text-align: left;
 /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
 -ms-overflow-style: none;
 /*Firefoxへの対応*/
 scrollbar-width: none;
 animation: fadeIn2 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.shopw{
    display: block;
    width: 100%;
    
    text-align: center;
    column-count:1;
   
    padding-bottom: 0px;
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    
}

.shopw2{
    display: inline-block;
    width: 100%;
    text-align: center;
    column-count:2;
    
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}


.shopimg{
    width: 100%;
    border-radius: 10px;
   
transform: 0.5s;

}

.shoptext{
    position: absolute;
    bottom: -0em;
        font-size: 0.7em;
        margin-top: 0px;
       width: 100%;
       height: 3em;
       overflow: hidden;
       color: #333333;
       text-align: left;
      
    }

    
    .popup{
        border-radius: 10px;
        width: 94vw;
        margin-left: 3vw;
        text-align: center;
    opacity: 0;
        position: fixed;
        top: 100vh;
    z-index: 1500;
        background-color: rgb(255, 251, 244);
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    
    }

    .popup2{
        width: 94vw;
        margin-left: 1vw;
        text-align: center;
    opacity: 0;
        position: fixed;
        top: 100vh;
    z-index: 1500;
        background-color: rgb(255, 251, 244);
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    
    }
    .showp{
        opacity: 1;
        top: 2vh;
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
.flogo{
   
    width: 60%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.list{
    font-size: 0.8em;
}
.flist{
    margin-bottom: 20%;
    width: 55%;
}
.fotter_text{
    right: 0px;
    width: 100%;
    text-align: center;
}

.frimg{
    width: 100%;
}

.boldt{
    font-weight: bold;
    display: inline-block;
    color: #1e464e;
    
   
}
.boldt::before{
    content: "「";
    color: #333333;

}
.boldt::after{
    content: "」";
    color: #333333;
}
}

@media screen and (max-width:350px){



    .shopimg{
        width: 100%;
        border-radius: 10px;
        padding-bottom: 4em;
    transform: 0.5s;
    }

}
