/*
Theme Name: BISTRO
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


body::before {
  background:url('https://shibuyageijutsu.com/ristoro/wp-content/uploads/sites/2/2023/08/002.jpg') no-repeat left center;
 
background-position:  center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size:cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  
  width: 100vw;
 height: 100vh;
 
  content: "";
  z-index: -1;


}





.pc {}
.sp {display: none;}

.top {padding-top:15vh; }
.top h1 {font-size:2vw; }
.top h2 {font-size:1vw; font-weight:normal; line-height:2;}



.foot {float:right; display:flex; gap:20px; line-height:1.5;}
.fitem {background:rgba(0, 0, 0, 0.5); padding:5px 10px;}


table,td,th {border: none!important}



ul {margin: 0; margin-bottom: 10px;}



select,input,textarea {
  max-width: 90%;
  min-width: 0%;}

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


.pc {display: none;}
.sp {display: block;}

.top {padding-top:10vh; }
.top h1 {font-size:6vw!important }
.top h2 {font-size:4vw; }

.foot {display:block; float:none;}

}







