html{
  font-size: 10px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
a{
  font-size: 1.6rem;
  line-height: 1.5;
}
h1{
  font-size: 3.6rem;
  margin-right: 30%;
}
h2{
  font-size: 3.0rem;
  line-height: 1.5;
}
p{
  font-size: 1.5rem;
  line-height: 1.5;
}
.flex{
  display: flex;
}

body{
  width: 100%;
  /* position: relative; */
  box-sizing: border-box;
  background-color: #321900;
}

section:not(.mv){
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 0;
}
.wrap{
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
header{
  width: 100%;
  height: 110px;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: auto;
}
header ul{
  align-items: center;
  color: #F2F1EF;
  display: flex;
}
header ul li{
  padding: 0 20px;
}
header ul li:first-of-type{
  padding-left: 0;
}
header ul li:last-of-type{
  padding-right: 0;
}

.mv{
  width: 100vw;
  height: 800px;
  background-image: url("img/背景なし和牛.png");
  background-position: center;
  z-index: -1;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
}
.mv h2{
  font-size: 5.4rem;
  color: #F2F1EF;
  color:  #3B2920;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.mv p{
  font-size: 2.3rem;
  margin-top: 20px;
  color: #F2F1EF;
  /* text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0-1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF; */
}
.about{
  justify-content: space-around;
  background-color: #C9581C;
  border-radius: 50%;
  color: #3B2920;;
}
.about div{
  width: 80%;
  justify-content: space-between;
}
.about div{
  width: 45%;
  max-width: 435px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.about div h2{
  padding-bottom: 33px;
  margin-left: 50px;
}
.about div p{
  font-size: 1.4rem;
  margin-left: 75px;
}
.about img{
  width: 45%;
  max-width: 538px;
  text-align: right;
  border-radius: 30px;
  margin-right: 50px;
}
section.service,section.employee{
  max-width: inherit;
  background-color: #F2F1EF;
}
section.service p,section.service h2,section.employee p,section.service h2{
  color: #3B2920;;
}
.service h2{
  text-align: center;
}
/* ホバー時に文字拡大 */
.service_h2 {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
  /* background: linear-gradient(transparent 50%, #e4dddd 50%); */
}
.service_h2:hover {
	cursor: pointer;
	transform: scale(1.2);
}
.service_h2 a{
  font-size: 3.0rem;
  line-height: 1.5;
}
.service div{
  display: flex;
  align-items: center;
}
.service img{
  width: 25%;
}
.service ul{
  flex-wrap: wrap;
}
.service ul li{
  width: 30%;
  padding: 34px 20px;
}
.service ul li p{
  margin-left: 80px;
}
.service div h2{
  margin-left: 24px;
  font-size: 3rem;
}
/* ふわっとアニメーション*/
section:not(.mv) {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s;
}
section:not(.mv).scrollin {
  opacity: 1;
  transform: translateY(0);
}


.guide{
  justify-content: space-around;
  background-color: #C9581C;
  border-radius: 50%;
  flex-direction: row-reverse;
}
.guide div{
  width: 80%;
  justify-content: space-between;
}
.guide div{
  width: 45%;
  max-width: 435px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.guide div h2{
  padding-bottom: 33px;
  margin-left: 50px;
}
.guide div p{
  font-size: 1.4rem;
  margin-left: 75px;
}
.guide img{
  width: 45%;
  max-width: 538px;
  text-align: right;
  border-radius: 30px;
}

.info{
  max-width: inherit;
  background-color: #F2F1EF;
}
.info_flex{
  display: flex;
  justify-content: space-around;
}
.info h2{
  text-align: center;
  padding: 50px;
  color:  #3B2920;
}
.info h3{
 text-align: center;
 font-size: 2.0rem;
 padding: 20px;
 color:  #3B2920;
}
.info_user{
  font-size: 2.0rem;
  margin-left: 50px;
}
.info_user li{
  margin-bottom: 20px;
  color:  #3B2920;
}
.info iframe{
  border-radius: 50px;
}


.tel{
  font-size: 3.5rem;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.tel p {
  font-size: 3.0rem;
  padding: 10px;
}
.tel a {
  font-size: 3.0rem;
  padding: 10px;
}

footer{
  height: 150px;
  background-image: url(img/usi2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.footer {
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a{
  padding: 30px;
}


/* food.html */
.menu_body{
  width: 100%;
  box-sizing: border-box;
  background-color: #F2F1EF;
  color: #3B2920;
}
.menu_body ul{
  color: #3B2920;
}
.menu{
  max-width: 700px;
  margin: 0 auto;
  font-size: 1,125rem;
  padding: 40px 0;
}
.menu_title{
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 35px;
}
.menu_title h3 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.menu_title h3:before, .menu_title h3:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.menu_title h3:after {
  margin-left: 1em; /* 文字の左隣 */
}

.menu_title img{
  width: 50%;
  border-radius: 50%;
}
.menu dl {
  display: table;
  width: 100%;
  border: solid #e4e4e4;
  border-width: 1px 0;
  font-size: 2.0rem;
}
.menu dt{
  display: table-cell;
  padding:0.4rem;
  margin: 10px;
}
.menu dd{
  text-align: right;
  display: table-cell;
  padding:0.4rem;
}
.menu dd:after{
  display: inline-block;
  content: "";
  width: 1em;
  font-size: 0.7em;
}
.menu dd.from:after {
  content: "~";
}
.notes{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.notes p{
  flex-direction: column;
}
.food_img{
  width: 40%;
}

/* wine.html */
.wine_img{
  width: 40%;
}
.wine_info{
  font-size: 2.5rem;
  margin: 10px;
  background: linear-gradient(transparent 50%, #f48888 50%);
  width: 39%;
}

/* lunch.html */
.lunch_img{
  width: 40%;
}

/* takeout.html */
.takeout_img{
  width: 40%;
}

/* party.html */
.party_img{
  width: 40%;
}
.party_ul{
  font-size: 1.5rem;
  margin-top: 10px;
}
.party_ul li{
  margin-bottom: 5px;
}
.party_info{
  font-size: 2.5rem;
  margin: 10px;
  background: linear-gradient(transparent 50%, #f48888 50%);
  width: 39%;
}





@media screen and (max-width: 780px){
  header{
    width: 100%;
    height: 110px;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  header ul li:first-of-type{
    padding-left: 20px;
  }

  .nav_ul{
    display: block;
 }

.nav{
    position: fixed;
    width: 200px;
    top: 0;
    right: -200px;
    background-color: #3B2920;
    height: 100%;
    padding-top: 60px;
    opacity: 0.9;
    z-index: 1;
  }

.nav ul li{
  width: 100%;
  margin-bottom: 10px;
 }

.nav ul li a{
    color: #F2F1EF;
    padding-left: 20px;
  }

.btn_navi{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition:all 400ms;
  }

.btn_navi span {
      position: absolute;
      width: 30px;
      height: 4px;
      background: #c3bfbf;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      transition: all 400ms
  }

.btn_navi span:nth-child(1){
    top: 0;
  }

.btn_navi span:nth-child(2){
    top: 10px;
  }

.btn_navi span:nth-child(3){
    top: 20px;
  }

.btn_navi.hb-open{
    transform: rotate(180deg);
    -webkit-transform:rotate(180deg);
  }

.btn_navi.hb-open span{
    background: #fff;
  }

.btn_navi.hb-open span:nth-child(1){
    width: 24px;
    transform: translate(-7px,17px) rotate(45deg);
    -webkit-transform: translate(-7px,17px) rotate(45deg);
  }

.btn_navi.hb-open span:nth-child(3){
    width: 24px;
    transform: translate(-7px,-17px) rotate(-45deg);
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
  }


  .about{
      display: block;
      text-align: center;
    }
  .about div{
    margin: 0 auto;
  }
  .about img{
    margin: 0 auto;
  }
  .about div p{
    margin: 0;
    padding-bottom: 10px;
  }

  .service div {
    display: flex;
    align-items: flex-start;
  }
  .service_h2{
    position: relative;
    font-size: 18px;
  }
  
  .service_h2:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #C9581C;
    border-bottom: solid 2px ;
    animation: border_anim 3s linear forwards;
  }
  
  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }
  .guide{
    display: block;
    text-align: center;
  }
  .guide div{
    margin: 0 auto;
  }
  .guide img{
    margin: 0 auto;
  }
  .guide div p{
    margin: 0;
    padding-bottom: 10px;
 }

 
 .info div{
  text-align: center;
  margin: 15px;
 }
 .tel a {
  font-size: 2.9rem;
 }

 footer{
  height: 100px;
 }

 a[href^="tel:"]{
  pointer-events: none;
 }
}

@media screen and (max-width: 430px) {
  h1 {
    width: 70%;
  }
  h1 img{
    width: 100%;
  }
  .mv h2 {
    font-size: 4.4rem;
  }
  .mv p {
    font-size: 1.6rem;
  }
  .about div h2 {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 2.0rem;
  }
  
  .service{
    display: flex;
    flex-direction: column;
  }
  .service ul li {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .service div h2 {
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 2.5rem;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .service img {
    width: 20%;
  }
  .guide div h2{
    font-size: 2.5rem;
    margin: 0 auto;
  }
  .info_flex {
    display: flex;
    flex-direction: column;
  }
  .info iframe {
    width: 100%;
  }
  .info_user {
    font-size: 1.5rem;
    margin: 0;
  }
  .tel p {
    font-size: 2.5rem;
    padding: 10px;
    margin-left: 50px;
  }

  /* food.html */
 .menu_title {
    font-size: 2.3rem;
    margin: 50px;
    display: block;
 }
 .menu_title h3{
  margin-top: 80px;
 }  
 .menu_title img{
  margin-top: 50px;
  margin-left: 15vw;
 }
 .menu dl{
  font-size: 1.5rem;
 }
 .notes{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
 }
 .notes p{
  margin: 5px;
 }
 .food_img{
  width: 100%;
}

 /* drink.html */
 .wine_img{
  width: 100%;
}
.wine_info{
  background: linear-gradient(transparent 60%, #f48888 50%);
  width: 63%;
}

/* lunch.html */
.lunch_img{
  width: 100%;
}

/* takeout.html */
.takeout_img{
  width: 100%;
}

.party_img{
  width: 100%;
}
}