@charset "utf-8";

.first-view {
  max-width: 1060px;
  height: calc(100vh - 620px);
  background-image: url(../images/conceptmain.jpg);
  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;
}

.concept/*,.menu,.shop*/{
  max-width: 900px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  height: 1310px;
  display: flex;
  justify-content: space-between;
}

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

.toptennai{
  margin-bottom: 100px;
}

.textleft{
  padding-top: 45px;
}

.concepttitle{
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.concepttitle 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.2em;
  padding:24px 0 3px;
}

.midashi02{
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.2em;
  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: -455px;
  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: 5px;
    font-size: 17px;
    letter-spacing: 0.11em;
    line-height: 1.4em;
    /* font-weight: 400; */
  }


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

.kichincar{
  max-width: 1005px;
  margin: 80px auto 80px;
  text-align: center;
}

.toptennai{
  margin-bottom: 130px;
}

.imageright02{
    padding-top: 36px;
}

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


.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:2.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
from {
  opacity: 0;
  transform: translateY(30px);
}
to {
  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;
  }
}