@charset "UTF-8";
#lead {
  position: relative;
  padding: 16vw 0px;
}
#lead .sec1-img1 {
  width: 92%;
  margin: 0px 0px 6vw auto;
}
#lead h2 {
  font-size: 7vw;
  line-height: 1.6;
  margin: 4vw 0px 2vw;
}
#lead h3 {
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 1.6;
}
#lead .sec1-txt2 {
  margin: 8vw 0px 10vw;
}
#lead .sec1-scroll {
  position: relative;
  margin-left: 6vw;
}
#lead .sec1-scroll ul {
  display: flex;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
}
#lead .sec1-scroll ul li {
  width: 40vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 114px 0px 135px;
  }
  #lead .sec1-img1 {
    width: 1113px;
    margin: 0px 0px 89px auto;
    height: 440px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #lead .sec1-img1 img{
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  #lead .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #lead .sec1-box1 {
    width: 400px;
  }
  #lead h2 {
    font-size: 51px;
    margin: 51px 0px 39px;
    line-height: 77px;
  }
  #lead h3 {
    font-size: 24px;
    line-height: 36px;
  }
  #lead .sec1-txt2 {
    width: 686px;
    margin: 105px 0px 0px 3%;
  }
  #lead .sec1-scroll {
    margin: 162px 0px 0px 8vw;
  }
  #lead .sec1-scroll ul li {
    width: 467px;
  }
}

#type {
  background: #65654d;
  color: #fff;
  padding: 16vw 4%;
}
#type h2 {
  font-size: 12vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
#type h2 span {
  font-size: 8vw;
}
#type .sec2-txt1 {
  font-size: 5vw;
  margin: 4vw 0px 8vw;
  line-height: 1.6;
}
#type .sec2-scroll .sec2-row {
  margin: 0px 0px 10vw;
}
#type .sec2-scroll .sec2-row .sec2-box1 {
  width: 75%;
  margin: 0px auto 6vw;
}
#type .sec2-scroll .sec2-row .sec2-box1 .sec2-txt2 {
  position: relative;
  font-size: 8vw;
  margin-left: -8vw;
  line-height: 1;
}
#type .sec2-scroll .sec2-row .sec2-box1 .sec2-txt2 span {
  font-size: 5vw;
  font-weight: 500;
  color: #c9c9b5;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#type .sec2-scroll .sec2-row .sec2-box1 .sec2-txt2 span::before {
  content: "";
  position: absolute;
  bottom: -1.5vw;
  left: -14px;
  width: 30px;
  height: 2px;
  background: #979786;
}
#type .sec2-scroll .sec2-row .sec2-box1 h3 {
  font-size: 6vw;
  margin: 4vw 0px;
  line-height: 1.8;
}
#type .sec2-scroll .sec2-row .sec2-box1 ul li {
  position: relative;
  font-size: 4vw;
  padding-left: 3vw;
}
#type .sec2-scroll .sec2-row .sec2-box1 ul li::before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}
#type .sec2-scroll .sec2-row .sec2-box2 {
  background: #2f2f29;
  padding: 10vw 5%;
}
#type .sec2-scroll .sec2-row .sec2-box2 .sec2-list dl {
  margin: 0px 0px 6vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#type .sec2-scroll .sec2-row .sec2-box2 .sec2-list dl dt {
  font-size: 5vw;
  margin: 0px 0px 3vw;
}
#type .sec2-scroll .sec2-row .sec2-box2 .sec2-list dl dd {
  padding-left: 3vw;
  letter-spacing: 0.1em;
}
#type .sec2-scroll .sec2-row .sec2-box2 .sec2-list .sec2-txt3 {
  font-size: 4vw;
}
#type .sec2-scroll .sec2-row .sec2-box2 .sec2-img {
  margin: 8vw 0px 0px;
}
@media only screen and (min-width: 768px) {
  #type {
    padding: 90px 0px 75px;
  }
  #type .sec2-box {
    margin-left: 8vw;
  }
  #type h2 {
    font-size: 120px;
  }
  #type h2 span {
    font-size: 80px;
  }
  #type .sec2-txt1 {
    font-size: 30px;
    line-height: 60px;
    margin: 40px 0px 103px;
  }
  #type .sec2-scroll {
    position: relative;
  }
  #type .sec2-scroll .sec2-row {
    margin: 0px 0px 81px auto;
    background: #2f2f29;
    width: 60%;
    padding: 121px 2% 116px;
  }
  #type .sec2-scroll .sec2-row .sec2-box1 {
    width: 350px;
    margin: 0px;
    position: absolute;
    top: 10px;
    left: 8vw;
    opacity: 0;
  }
  #type .sec2-scroll .sec2-row .sec2-box1 .sec2-txt2 {
    font-size: 60px;
    margin-left: -36px;
  }
  #type .sec2-scroll .sec2-row .sec2-box1 .sec2-txt2 span {
    font-size: 24px;
  }
  #type .sec2-scroll .sec2-row .sec2-box1 .sec2-txt2 span::before {
    bottom: -8px;
  }
  #type .sec2-scroll .sec2-row .sec2-box1 h3 {
    font-size: 40px;
    line-height: 70px;
    margin: 37px 0px 69px;
  }
  #type .sec2-scroll .sec2-row .sec2-box1 ul li {
    font-size: 20px;
    padding-left: 22px;
    line-height: 50px;
  }
  #type .sec2-scroll .sec2-row .sec2-box2 {
    padding: 0px;
    background: none;
    max-width: 650px;
    width: 95%;
    margin: 0px auto;
  }
  #type .sec2-scroll .sec2-row .sec2-box2 .sec2-list dl {
    margin: 0px 0px 49px;
    line-height: 36px;
  }
  #type .sec2-scroll .sec2-row .sec2-box2 .sec2-list dl dt {
    font-size: 24px;
    margin: 0px 0px 25px;
  }
  #type .sec2-scroll .sec2-row .sec2-box2 .sec2-list dl dd {
    padding-left: 40px;
  }
  #type .sec2-scroll .sec2-row .sec2-box2 .sec2-list .sec2-txt3 {
    font-size: 20px;
    line-height: 50px;
  }
  #type .sec2-scroll .sec2-row .sec2-box2 .sec2-img {
    margin: 121px 0px 0px;
  }
}

#voice {
  padding: 16vw 0px;
}
#voice h2 {
  font-size: 13vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
}
#voice .sec3-txt1 {
  font-size: 5vw;
  margin: 4vw 0px 6vw;
}
#voice .sec3-row {
  margin: 0px 0px 10vw;
}
#voice .sec3-row .sec3-txt2 {
  text-align: center;
  font-size: 8vw;
  margin: 0px 0px 8vw;
  line-height: 1;
  font-style: italic;
}
#voice .sec3-row .sec3-txt2 span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-style: italic;
  color: #717167;
  margin-right: 3vw;
  letter-spacing: 0;
  font-size: 5vw;
}
#voice .sec3-row .sec3-txt2 span::before {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: -10px;
  width: 28px;
  height: 2px;
  background: #c3c3be;
}
#voice .sec3-row .sec3-img1 {
  position: relative;
  z-index: 1;
}
#voice .sec3-row .sec3-box {
  box-sizing: border-box;
  background: #4b4b49;
  padding: 16vw 4% 12vw;
  margin: 8vw 0px 0px;
  position: relative;
  color: #fff;
}
#voice .sec3-row .sec3-box h3 {
  font-size: 4.5vw;
  padding-bottom: 3vw;
  border-bottom: 2px solid #888884;
  margin: 0px 0px 6vw;
  line-height: 1.6;
}
#voice .sec3-row .sec3-box h3 span {
  font-size: 3.5vw;
}
#voice .sec3-row .sec3-box .sec3-slide1 .sec3-box2 .sec3-txt3 {
  position: relative;
  padding-left: 5vw;
  font-size: 4vw;
  margin: 0px 0px 4vw;
}
#voice .sec3-row .sec3-box .sec3-slide1 .sec3-box2 .sec3-txt3 span {
  position: absolute;
  top: 0;
  left: 0;
}
#voice .sec3-row .sec3-box .sec3-slide1 .slick-arrow {
  position: absolute;
  bottom: -18vw;
  right: 0px;
  transform: none;
  top: auto;
  left: auto;
}
#voice .sec3-row .sec3-box .sec3-slide1 .slick-arrow.slick-prev {
  right: 45px;
}
#voice .sec3-row .sec3-box .slider-counter {
  font-size: 5vw;
  margin: 6vw 26vw 0px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-style: italic;
  letter-spacing: 0.2em;
  font-family: "Amiri", serif;
}
#voice .sec3-row .sec3-box .slider-counter .current {
  font-size: 7vw;
}
@media only screen and (min-width: 768px) {
  #voice {
    padding: 140px 0px 3px;
  }
  #voice .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #voice h2 {
    font-size: 120px;
  }
  #voice .sec3-txt1 {
    font-size: 30px;
    margin: 25px 0px 0px;
  }
  #voice .sec3-row {
    margin: 0px 0px 113px;
  }
  #voice .sec3-row .sec3-row2 {
    flex-direction: row-reverse;
  }
  #voice .sec3-row .sec3-txt2 {
    font-size: 60px;
    margin: 0px 0px 17px 60px;
  }
  #voice .sec3-row .sec3-txt2 span {
    font-size: 24px;
    margin-right: 16px;
  }
  #voice .sec3-row .sec3-txt2 span::before {
    bottom: -7px;
  }
  #voice .sec3-row .sec3-img1 {
    width: 543px;
    margin: -119px -75px 0px 0px;
    height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  #voice .sec3-row .sec3-img1 img{
    width: 100%;
    height: 780px;
    object-fit: cover;
  }
  #voice .sec3-row .sec3-box {
    width: 878px;
    margin: 0px -140px 0px 0px;
    padding: 109px 100px 35px;
  }
  #voice .sec3-row .sec3-box h3 {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0px 0px 63px;
    width: 540px;
    line-height: 40px;
  }
  #voice .sec3-row .sec3-box h3 span {
    font-size: 18px;
  }
  #voice .sec3-row .sec3-box .sec3-slide1 .sec3-box2 {
    width: 540px !important;
  }
  #voice .sec3-row .sec3-box .sec3-slide1 .sec3-box2 .sec3-txt3 {
    font-size: 20px;
    padding-left: 24px;
    margin: 0px 0px 44px;
  }
  #voice .sec3-row .sec3-box .sec3-slide1 .slick-arrow {
    bottom: -101px;
    right: -10px;
  }
  #voice .sec3-row .sec3-box .sec3-slide1 .slick-arrow.slick-prev {
    right: 48px;
  }
  #voice .sec3-row .sec3-box .slider-counter {
    width: 540px;
    margin: 63px 0px 0px;
    font-size: 17px;
  }
  #voice .sec3-row .sec3-box .slider-counter .current {
    font-size: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #voice .sec3-row .sec3-img1 {
    margin: -119px -180px 0px -60px;
  }
}

#flow {
  padding: 16vw 0px;
  border-top: 1px solid #a6a5a4;
}
#flow h2 {
  font-size: 6vw;
  line-height: 1.2;
  margin: 0px 0px 10vw;
}
#flow h2 span {
  font-size: 12vw;
  font-weight: 500;
  letter-spacing: 0;
}
#flow .sec4-row {
  margin: 0px 0px 10vw;
}
#flow .sec4-row .sec4-icon {
  width: 40%;
  margin: 0px auto 8vw;
}
#flow .sec4-row dl {
  padding: 8vw 4% 0px;
  border-top: 1px solid #cccbc9;
}
#flow .sec4-row dl dt {
  font-size: 5.5vw;
  line-height: 1;
}
#flow .sec4-row dl dt span {
  color: #56563f;
  font-size: 6vw;
  position: relative;
  display: inline-block;
  margin-right: 10vw;
}
#flow .sec4-row dl dt span::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -4vw;
  height: 100%;
  width: 1px;
  background: #969b87;
}
#flow .sec4-row dl dd {
  width: 90%;
  margin: 4vw 0px 0px auto;
}
#flow .sec4-row dl dd span {
  color: #959d7c;
}
@media only screen and (min-width: 768px) {
  #flow {
    width: 96%;
    margin: 0px auto;
    padding: 129px 0px 120px;
  }
  #flow .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #flow h2 {
    font-size: 30px;
    line-height: 70px;
    margin: 0px 0px 90px;
  }
  #flow h2 span {
    font-size: 120px;
  }
  #flow .sec4-row {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 49px;
  }
  #flow .sec4-row .sec4-icon {
    width: 238px;
    margin: 0px;
  }
  #flow .sec4-row dl {
    width: calc(100% - 312px);
    margin: 11px 0px 0px;
    padding: 47px 36px 0px 0px;
  }
  #flow .sec4-row dl dt {
    font-size: 30px;
    line-height: 26px;
  }
  #flow .sec4-row dl dt span {
    font-size: 36px;
    margin-right: 70px;
  }
  #flow .sec4-row dl dt span::before {
    right: -27px;
  }
  #flow .sec4-row dl dd {
    width: 520px;
    margin: 41px 0px 0px auto;
  }
}

.sec-contact {
  box-sizing: border-box;
  padding: 16vw 2%;
  background: #65654d;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.sec-contact .contact-txt {
  line-height: 1.8;
}
.sec-contact .contact-btn a {
  text-align: center;
  margin: 10vw auto 0px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .sec-contact {
    padding: 98px 0px 116px;
    width: 100%;
    max-width: 1410px;
    margin: 0px auto 200px;
  }
  .sec-contact .contact-txt {
    font-size: 20px;
    line-height: 46px;
  }
  .sec-contact .contact-btn a {
    width: 545px;
    margin: 70px auto 0px;
  }
  .sec-contact .contact-btn a:hover p {
    transform: none;
  }
}/*# sourceMappingURL=restaurant.css.map */