h2.h2img img{
width: 50px;
}
h2.h2img{margin-bottom:1em;}
h2.h2img:before {
  display: none;
}

#reslist{
    display: flex;
    flex-wrap: wrap;
}
.tel{
    margin-right:1.5em;
}
.to-mail a{
    transition: .5s;
    margin-right: 1em;
    display: block;
   padding:0.5em 2em;
    border: 1px solid;
}
.to-mail a:hover{
    background: #4e4852;
    color: #fff;
}
/*----------  tab nav */
.all_area{
    display: flex;
    width: 100%;
}
.all_area #tabmenu{

    width: 30%; 
}
.all_area #tabmenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.all_area ul.tab_area li{
    display: block;
    border-bottom: 0;
    text-decoration: none;
    padding: 3%;
    cursor: pointer;
  
}
.all_area ul.tab_area li.select{    
    color:#FF0004;
}
.all_area div#tabcontents{
    display: block;   
     width:64%;   
    padding: 10px 3% 3% 3%;
  border-radius: 0 10px 10px 0;
}

.all_area { 
 overflow: hidden;
 } 
.hide{display:none;}

/*---------- shopdate */
dl.shopdate dt{
    margin-bottom: 1em;
    padding-bottom: 1em;
    float: left;
    clear: left;
     width:3.5em; }
dl.shopdate dd::before{
    content: "/　"
}
dl.shopdate dd{
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
     padding-left: 4em; /* dtの幅以上のpaddingをとる*/}
dl.shopdate dd:last-child{
    border: none;
}
ul.only{
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    display: flex;
}
ul.only li{
    text-align: center;
    margin: 0 1em 0 0;
    padding: 1em;
    border: 1px solid;
}
ul.only li span{
    font-size:1.3em;
}

 .css-fade5--in {
  
    animation-name: fade-in5;
    animation-duration: 1s;
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }

  @keyframes fade-in5 {
    0% {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

/*---------- reserve */
.tel{
    font-size:1.6em;
    line-height: 1.6;
}
.tel a{
    border-bottom: none;
}
.tel i,.tel span{
    font-size:0.6em;
}

/*---------- menu */
.pricebox {
  display: flex;
flex-wrap: wrap;

}
.pbox1{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
.pbox2{
    margin-bottom: 1em;
    }
.pricebox ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricebox ul li{
        margin: 0;
    padding: 0;
}
.list1 {
    background: #ebe7df;
  width: 30%;
}
.pricebox ul.list1 li{
    padding:0.5em 1em;
}
.pricebox ul.list2 li{
    padding:0.5em 1em;
}
.list2 {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.list2 li {
    width: 50%;

}
.siharai{
	
	font-size: 0.8em;
}
@media (max-width: 480px){
.pbox1{
    border-bottom: none;
    }    
.list1 {

  width: 100%;
}
.list2,.list3 {
  width: 100%;
}
}
@media (min-width: 480px){
    br.sp{
        display: none;
    }
}
		
	

		@media screen and (max-width: 736px) {
h2.h2img{margin-top:1em;}
/*---------- vertical tab nav */
.all_area{
    display: block;
    width: 100%;
}
.all_area #tabmenu{
   width: 100%;
}
.all_area #tabmenu ul.tab_area{
    background: #fff; 
    display: flex;
flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
    overflow: hidden;    
    justify-content: space-around;
  
}



.all_area #tabmenu ul.tab_area li a{
    display: block;
    border-bottom: 0;
    text-decoration: none;
    padding: 3%;
  
}

.all_area div#tabcontents{
    display: block;   
     width:100%;   
    padding: 10px 3% 3% 3%;
  border-radius: 0 10px 10px 0;
}



ul.only li span{
    font-size:1em;
}
            
       table.pricemenu th{
    display: block;
    width: 100%;    
}            
            
            
			
		}


