@charset "utf-8";

.first-view {
  max-width: 1060px;
  height: calc(100vh - 630px);
  background-image: url(../images/menumain01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: -35px 5% 0;
  position: relative;
}

.header-tsuyaya {
  /* width: 100%; */
  /* max-width: 1200px; */
  /* margin-left: auto; */
  /* padding-left: 50%; */
  /* margin-right: 100px; */
  /* padding-left: 40px; */
  /* padding-bottom: 80px; */
  max-width: 1200px;
  min-width: 300px;
  position: absolute;
  right: -55px;
  bottom: 0;
}

.menu{
  max-width: 900px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  height: 580px;
  display: flex;
  justify-content: space-between;
}

.conceptdownine,.toptennai,.conceptdownine{
  padding-bottom: 130px;
}

.toptennai{
  margin-bottom: 100px;
}

.textleft{
  padding-top: 105px;
}

.menutitle{
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.menutitle h2{
    padding-top: 10px;
}

.fleximgtext{
  display: flex;
}

.title{
  padding: 10px;
  font-weight: lighter;
  /* font-weight: 500; */
}

.midashi01{
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.15em;
  padding:24px 0 3px;
}

.midashi02{
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.13em;
  padding: 8px 0 24px;
}

.midashi11{
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.2em;
    padding: 55px 0 3px;
}
  
.midashi12{
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.18em;
    padding: 8px 0 24px;
}

.midashi03{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.15em;
  padding: 8px 0 36px;
  line-height: 0.8em;
}

.mojikan01{
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0em;
}

.backimage01{
  position: relative;
  top: -295px;
  left: 115px;
  z-index: -10;
}

.comment01{
  padding-top: 5px;
  font-size: 17px;
  letter-spacing: 0.11em;
  line-height: 1.4em;
  font-weight: 500;
}

.comment02{
    padding-top: 24px;
    font-size: 17px;
    letter-spacing: 0.11em;
    line-height: 1.4em;
    /* font-weight: 400; */
  }


.conceptdownine,.conceptdownine,
.toptennai{
  max-width: 1200px;
  margin: 0 auto;
}



.imageright02{
    padding-top: 36px;
}

.imageright03{
    position: relative;
    bottom: 70px;
    left: 135px;
}

.menu-list{
    width: 1060px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit,300px);
    column-gap: 52px;
    row-gap: 52px;
    justify-content: center;
}

.menu-list section{
    position: relative;
}

.menu-text{
    display: flex;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.menu-text p{
    text-shadow: 0px 0px 5px #fcfcfc,0px 0px 5px #fcfcfc,0px 0px 8px #fcfcfc,0px 0px 10px #fcfcfc,0px 0px 14px #fcfcfc,0px 0px 16px #fcfcfc;
    font-size: 1.25em;
}

.other{
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    height: 50px;
    margin-top: 60px;
    margin-bottom: 120px;
    /* vertical-align: middle; */
    /* margin: auto 0; */
}

.misosoup{
    /* text-align: left; */
    padding-left: 150px;
    font-size: 1.2em;
    width: 400px;
}

.tax{
    /* text-align: right; */
    padding-right: 40px;
    font-size: 1.2em;
    margin-right: 0;
    /* justify-content: flex-end; */
    width: 400px;
    text-align: right;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
from {
  opacity: 0;
  transform: translateY(30px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

.fadeUp01 {
  animation-name: fadeUpAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
0% {
  opacity: 0;
  transform: translateY(30px);
}
40% {
  opacity: 0;
  transform: translateY(0);
}
90% {
  opacity: 1;
  transform: translateY(0);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}

.fadeUp02 {
  animation-name: fadeUpAnime;
  animation-duration:4.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
0% {
  opacity: 0;
  transform: translateY(30px);
}
90% {
  opacity: 1;
  transform: translateY(0);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}



@media (max-width: 800px) {
  /* .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/main.jpg);
    align-items: flex-start;
  } */

  .header-tsuyaya {
    /* width: 100%; */
    /* max-width: 1200px; */
    /* margin-left: auto; */
    /* padding-left: 50%; */
    /* margin-right: 100px; */
    /* padding-left: 40px; */
    /* padding-bottom: 80px; */
    /* max-width: 1200px;
    min-width: 300px;
    position: absolute; */
    right: -10px;
    /* bottom: 0; */
    margin-top: -70px;
  }


  .link-button-area1{
    text-align: center;
    /* margin-top: 40px; */
    position: relative;
    bottom: 30%;
    right: 0px;
  }
  
  .link-button1 {
    background-color: #2e2e2e62;
    display: inline-block;
    padding-top: 240px;
    padding-bottom: 52px;
    /* border-radius: 24px; */
    font-family: 'Montserrat', sans-serif;
  }
  
  .link-button1:hover {
    background-color: #ffffff00;
  }
  
  .instalink{
    height: 430px;
  }




  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }
}