@charset "utf-8";
/* CSS Document */
/*トップ画面共通　写真のみ変更*/
.intro-top-img{
  width: 100%;
  height: 50vw;
  background: url("../images/menu-sengyo.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width:600px){
  .intro-top-img{
    background-position: -300px;
  }
}
/*料理紹介リード文共通*/
.section-lead{
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f3f0ea;
  display: flex;
  flex-direction: row-reverse;
}
.lead-assets1,.lead-assets2{
  width: 706px;
}
.lead-assets2{
  margin-top: 400px;
  transform: rotateZ(180deg);
}
.menu-lead-wrapper{
  padding-top: 175px;
  margin-left: 80px;
  margin-right: 80px;
  width: 420px;
  display: flex;
  flex-direction:row-reverse; 
  justify-content: center;
}
.menu-lead-title{
  writing-mode: vertical-rl;
}
.menu-lead-title h2{
  font-size: 3.2rem; 
  line-height: 5.0rem;
  letter-spacing: 1.0rem;
  font-weight: 400;
  text-align: left;
}
.menu-lead-text{
  margin: 90px 70px 0 0;
  width: 215px;
}
.menu-lead-text p{
  font-size: 1.8rem;
  line-height: 4.0rem;
  text-align: left;
}
@media(max-width:1000px) {
  .section-lead{
    padding-top: 0px;
    flex-direction: column;
  }
  .lead-assets1{
    width: 70vw;
    margin-left: auto;
  }
  .menu-lead-wrapper{
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 60vw;
    margin: 0 auto;
  }
  .menu-lead-title{
    writing-mode: horizontal-tb;
    width: 100%;
    flex: 1 1 auto;
  }
  .menu-lead-title h2{
    writing-mode: horizontal-tb;
    font-size: 2.4rem;
    line-height: 2;
    width: 100%;
    margin: 0 auto;
  }
  .menu-lead-text{
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    width: 55vw;
    flex: 1 1 auto;
  }
  .menu-lead-text p{
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .lead-assets2{
    width: 70vw;
    margin-right: auto;
    margin-top: 0;
  }
}
.menu1-contents{
  margin-top: 175px;
}
.menu1-wrapper{
  margin: 0 auto 295px;
  display: flex;
  justify-content: space-between;
  width: 830px;
}
.menu1-img{
  width: 525px;
  height: 630px;
}
.menu1-sushi-img,.menu1-tsukuri-img,.menu1-odoburu-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.menu1-text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu1-text h3{
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
}
.menu1-text p{
  height: 345px;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.8rem;
}
.odoburu-text{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.menu1-text span{
  padding-right: 100px;
  writing-mode: vertical-rl;
  text-align: right;
  font-size: 1.4rem;
}
@media(max-width:1000px){
  .menu1-contents{
    margin-top: 60px;
  }
  .menu1-wrapper{
    display: block;
    width: 278px;
    margin: 0 auto 70px;
  }
  .menu1-img{
    width: 100%;
    height: 382px;
  }
  .menu1-text{
    display: block;
    margin-top: 30px;
  }
  .menu1-text h3{
    font-size: 1.6rem;
    margin-bottom: 70px;
    margin-right: 0;
    margin-left: auto;
  }
  .menu1-text p{
    writing-mode: horizontal-tb;
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 25px;
    height: auto;
  }
  .odoburu-text{
    display: block;
  }
  .menu1-text span{
    display: block;
    writing-mode: horizontal-tb;
    font-size: 1.0rem;
    padding-top: 30px;
    padding-right: 20px;
  }
}

.menu-back-btn a{
  display: inline-block;
  width: 153px;
  padding-right: 12px;
  padding-bottom: 15px;
  border-bottom: solid 1px #999284;
}
.menu-back-btn a span{
  position: relative;
  padding-left: 35px;
}
.menu-back-btn a span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 75px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #999284;
  border-right: 1px solid #999284;
  transform: translate(0, -50%) rotate(45deg);
  transition: all .3s;
}
.menu-back-btn:hover a span::before{
  right: 90px;
}
.menu-back-btn a span p{
  padding-left: 45px;
}
@media(max-width:1000px){
  .menu-back-btn{
    margin-top: 130px;
  }
  .menu-back-btn a{
    width: 100px;
    padding-bottom: 10px;
  }
  .menu-back-btn a span{
    font-size: 1.2rem;
  }
  .menu-back-btn a span::before{
    right: 50px;
    width: 7px;
    height: 7px;
  }
  .menu-back-btn:hover a span::before{
    right: 50px;
  }
}

















