@charset "UTF-8";
#key {
  background-image: url("../img/add1/34320120_m.jpg");
  background-size: cover;
  background-position: 50%;
}

#sec1 {
  padding: 18vw 0 0;
}

#sec1 h2 {
  line-height: 40px;
  width: 80px;
  margin: 0 auto 8vw;
}

#sec1 h2 span {
  margin-top: 82px;
}

#sec1 .bg-para {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 168px 0 0;
  }
  #sec1 h2 {
    line-height: 50px;
    width: 100px;
    float: left;
    margin: 3px 0 0 134px;
  }
  #sec1 h2 span {
    margin-top: 107px;
  }
  #sec1 .txt {
    width: 698px;
    float: right;
  }
  #sec1 .bg-para {
    margin-top: 165px;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
  padding: 69vw 0 15vw;
}

#sec2:before {
  content: "";
  height: 80vw;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0.08));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec2 .coll h2 {
  position: relative;
  z-index: 1;
  margin-bottom: -4vw;
}

#sec2 .coll h2 .txt-latin {
  display: inline-block;
  font-size: 12vw;
  line-height: 1.05;
  letter-spacing: 0.06em;
  color: #1a2035;
}

#sec2 .coll .box {
  background: rgba(255, 255, 255, 0.6);
  padding: 10vw 4%;
}

#sec2 .coll .box dl {
  margin-top: 7vw;
}

#sec2 .colr {
  margin-top: 8vw;
  padding: 7vw 4%;
}

#sec2 .colr.bg2 {
  background: linear-gradient(180deg, rgba(25, 18, 15, 0.88), rgba(15, 22, 32, 0.92));
  border-radius: 4px;
  color: #e6e4d6;
}

#sec2 .colr.bg2 .txt,
#sec2 .colr.bg2 .note {
  color: #e6e4d6;
}

#sec2 .colr .note {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 130px 0 47px;
  }
  #sec2:before {
    height: 741px;
    background-position: 50%;
  }
  #sec2:after {
    content: "";
    width: 50%;
    background: linear-gradient(180deg, rgba(20, 10, 10, 0.55), rgba(20, 10, 10, 0.15));
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    z-index: -2;
  }
  #sec2 .coll {
    width: 564px;
    float: left;
    margin: 0 -25px 0 -44px;
  }
  #sec2 .coll h2 {
    margin-bottom: -25px;
  }
  #sec2 .coll h2 .txt-latin {
    font-size: 72px;
  }
  #sec2 .coll .box {
    width: 500px;
    padding: 78px 38px 75px 30px;
    margin-left: 27px;
  }
  #sec2 .coll .box .ttl {
    margin-bottom: 48px;
  }
  #sec2 .coll .box dl {
    margin-top: 37px;
  }
  #sec2 .coll .box dl dd {
    margin-top: -3px;
  }
  #sec2 .colr {
    width: 500px;
    float: right;
    text-align: center;
    margin-top: 315px;
    padding: 0;
    background: transparent;
  }
  #sec2 .colr.bg2 {
    background: linear-gradient(180deg, rgba(20, 10, 10, 0.72), rgba(15, 22, 32, 0.85));
    padding: 2em 2.5em;
    border-radius: 4px;
    color: #e6e4d6;
    position: relative;
    overflow: hidden;
  }
  #sec2 .colr.bg2::before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 260px;
    height: 260px;
    background: url("../img/add1/dinner-sec2-bg.png") no-repeat center/cover;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
  }
  #sec2 .colr.bg2 .txt,
  #sec2 .colr.bg2 .note {
    color: #e6e4d6;
    position: relative;
    z-index: 1;
  }
  #sec2 .colr .note {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  #sec2 .coll {
    margin-left: -74px;
  }
}

#sec4 {
  position: relative;
  z-index: 0;
  padding: 15vw 0;
}

#sec4:before {
  content: "";
  width: 15%;
  background: linear-gradient(180deg, rgba(20, 10, 10, 0.55), rgba(20, 10, 10, 0.15));
  position: absolute;
  left: 0;
  top: 15vw;
  bottom: -1px;
  z-index: -1;
  opacity: 0;
}

#sec4:after {
  content: "";
  width: 90%;
  height: 80vw;
  background: radial-gradient(90% 90% at 40% 40%, rgba(61, 90, 108, 0.22), rgba(61, 90, 108, 0));
  position: absolute;
  right: -33%;
  top: -29vw;
  z-index: -2;
}

#sec4 h2 {
  padding-top: 55px;
  position: relative;
  line-height: 38px;
  width: 76px;
  margin: 0 auto;
}

#sec4 h2:before {
  content: "";
  height: 50px;
    background: linear-gradient(90deg, rgba(61, 90, 108, 0), rgba(61, 90, 108, 0.5), rgba(61, 90, 108, 0));
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}

#sec4 .note {
  margin: 6vw 0 15vw;
}

#sec4 .row1 {
  margin-bottom: 15vw;
}

#sec4 .row1 h3 {
  width: 90%;
  border-bottom: 1px solid #1a2035;
  line-height: 30px;
  padding-bottom: 8px;
  margin: 0 auto 6vw;
  position: relative;
}

#sec4 .row1 h3:after {
  content: "";
  width: 1px;
  height: 6vw;
  background: #1a2035;
  position: absolute;
  left: 50%;
  bottom: -6vw;
}

#sec4 .row1 ul {
  flex-wrap: wrap;
}

#sec4 .row1 ul li {
  width: 50%;
}

#sec4 .row {
  margin: 4vw 0;
}

#sec4 .row h3 {
  border-left: 1px solid #1a2035;
  padding: 2vw 0 2vw 2vw;
  order: 2;
  position: relative;
}

#sec4 .row h3:before {
  content: "";
  width: 7vw;
  height: 1px;
  background: #1a2035;
  position: absolute;
  left: -7vw;
  top: 50%;
}

#sec4 .row .s4-js,
#sec4 .row .img {
  width: 80%;
  order: 1;
  position: relative;
  z-index: 1;
  line-height: 0;
}

/* リゾットなどスライダー画像の縦横比を保持 */
#sec4 .row3 .s4-js img {
  width: 100%;
  height: auto !important;
}

#sec4 .row5 {
  margin: 15vw 0 0;
}

@media only screen and (max-width: 767px) {
  #sec4 .fz35 {
    font-size: 6.5vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 150px;
    margin-top: 200px;
  }
  #sec4:before {
    width: calc(50% - 222px);
    top: 263px;
    opacity: 1;
  }
  #sec4:after {
    width: 965px;
    height: 906px;
    right: calc(50% - 1154px);
    top: -432px;
  }
  #sec4 h2 {
    padding-top: 42px;
    line-height: 50px;
    width: 100px;
  }
  #sec4 h2:before {
    height: 20px;
    background-size: 58px;
  }
  #sec4 .note {
    margin: 37px 0 93px;
  }
  #sec4 .row1,
  #sec4 .row5 {
    margin-bottom: 0;
  }
  #sec4 .row1 h3,
  #sec4 .row5 h3 {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 11px;
    margin-bottom: 22px;
  }
  #sec4 .row1 h3:before,
  #sec4 .row5 h3:before {
    content: "";
    width: 238px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
  }
  #sec4 .row1 h3:after,
  #sec4 .row5 h3:after {
    height: 22px;
    bottom: -22px;
  }
  #sec4 .row1 h3 small,
  #sec4 .row5 h3 small {
    margin-bottom: 5px;
  }
  #sec4 .row {
    margin: 33px 0;
    justify-content: flex-start;
  }
  #sec4 .row h3 {
    padding: 0px 12px 0 7px;
    height: 340px;
  }
  #sec4 .row h3:before {
    width: 23px;
    left: -22px;
  }
  #sec4 .row .s4-js,
  #sec4 .row .img {
    width: 642px;
    margin-right: 22px;
  }
  #sec4 .row2 {
    padding-left: 302px;
  }
  #sec4 .row2 h3 {
    order: 1;
    border-left: none;
    border-right: 1px solid;
  }
  #sec4 .row2 h3:before {
    left: auto;
    right: -23px;
  }
  #sec4 .row2 .img {
    order: 2;
    margin: 0 0 0 22px;
  }
  #sec4 .row2 .img img {
    width: 100%;
    height: auto !important;
  }
  #sec4 .row5 {
    width: 900px;
    margin: -4px auto 0;
  }
  #sec4 .row5 h3 {
    max-width: 820px;
  }
  #sec4 .row5 h3:before {
    width: 188px;
  }
}

#sec5 {
  padding: 60px 0 15vw;
  position: relative;
  z-index: 1;
}

#sec5:before {
  content: "";
  height: 380px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0.10));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec5:after {
  content: "";
  width: 100%;
  height: 87vw;
  background: radial-gradient(90% 90% at 35% 20%, rgba(61, 90, 108, 0.18), rgba(61, 90, 108, 0));
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#sec5 h2 {
  line-height: 40px;
  width: 120px;
  margin: 0 auto 20px;
}

#sec5 .txt {
  margin: 6vw 0 20px;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 186px 0 87px;
  }
  #sec5:before {
    height: 641px;
    background-position: 50%;
  }
  #sec5:after {
    width: 639px;
    height: 448px;
  }
  #sec5 h2 {
    line-height: 50px;
    width: 150px;
    margin: 0 auto 30px;
  }
  #sec5 .s5-js {
    width: 566px;
    float: left;
    margin-left: -66px;
  }
  #sec5 .s5-js .slick-dots {
    right: 21px;
    bottom: 32px;
  }
  #sec5 .col {
    width: 520px;
    float: right;
    margin: 116px -46px 0 0px;
  }
  #sec5 .col .txt {
    margin: 0 0 38px;
  }
}

#sec6 {
  position: relative;
  z-index: 0;
  padding: 10vw 0 15vw;
}

#sec6:before {
  content: "";
  height: 70vw;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.22) 55%, rgba(255, 255, 255, 0.08));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec6 h2 {
  position: relative;
  margin-bottom: 10vw;
}

#sec6 h2:before {
  content: "";
  width: 1px;
  height: 17vw;
  background: #fff;
  position: absolute;
  left: 11px;
  top: -20vw;
}

#sec6 .col {
  margin: 10vw 0;
}

#sec6 .col h3 {
  margin-bottom: 6vw;
}

#sec6 .s6-js {
  line-height: 0;
}

#sec6 .s6-js .slick-dots {
  right: auto;
  left: 2vw;
}

#sec6 .row {
  margin-top: 15vw;
}

#sec6 .row h4 {
  border-right: 1px solid #fff;
  padding: 8vw 1vw 8vw 0;
  position: relative;
}

#sec6 .row h4:after {
  content: "";
  width: 5vw;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -5vw;
}

#sec6 .row .s6-js2 {
  width: 84%;
  position: relative;
  z-index: 1;
  line-height: 0;
}

#sec6 .row .s6-js2 .slick-dots {
  right: auto;
  left: 2vw;
}

#sec6 .row h5 {
  margin: 8vw 0 5vw;
}

@media only screen and (max-width: 767px) {
  #sec6 .row h4 {
    font-size: 7vw;
    line-height: 9vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 130px 0 138px;
  }
  #sec6:before {
    height: 684px;
  }
  #sec6 h2 {
    margin: 0 0 157px -7px;
  }
  #sec6 h2:before {
    height: 182px;
    left: 17px;
    top: -205px;
  }
  #sec6 .col {
    width: 610px;
    margin: 0;
  }
  #sec6 .col h3 {
    margin-bottom: 65px;
  }
  #sec6 .col .txt span {
    display: block;
    margin-bottom: 20px;
  }
  #sec6 .img {
    position: absolute;
    right: -33px;
    top: -91px;
  }
  #sec6 .img img {
    width: 100%;
    height: auto !important;
  }
  #sec6 .s6-js {
    width: 492px;
    position: absolute;
    right: -90px;
    top: 324px;
  }
  #sec6 .s6-js .slick-dots {
    left: 20px;
  }
  #sec6 .row {
    margin-top: 144px;
    position: relative;
  }
  #sec6 .row .df {
    justify-content: flex-start;
  }
  #sec6 .row h4 {
    padding: 0 11px 0 0;
    margin: 0 23px 0 182px;
    height: 414px;
  }
  #sec6 .row h4:after {
    width: 22px;
    right: -23px;
  }
  #sec6 .row .s6-js2 {
    width: 683px;
  }
  #sec6 .row .s6-js2 .slick-dots {
    left: 20px;
  }
  #sec6 .row h5 {
    margin: 0;
    position: absolute;
    left: 63px;
    top: 51px;
  }
  #sec6 .row .txt {
    width: 530px;
    margin: 43px 0 0 273px;
  }
}

@media only screen and (min-width: 1200px) {
  #sec6 .s6-js {
    right: -136px;
  }
}

/* 共通（menu.php 内の #lunch 用） */
#lunch {
  position: relative;
  z-index: 0;
  padding: 60vw 0 15vw;
}

/* 独立した Lunch ページでは余白を小さくしてすぐ本題に入る */
body.page-lunch #lunch {
  padding: 22vw 0 15vw;
}

#lunch:before {
  content: "";
  height: 70vw;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0.10));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#lunch .img {
  margin: 0 -2%;
}

#lunch .img img {
  width: 100%;
  height: auto;
}

#lunch h2 {
  margin-top: -10vw;
}

#lunch h2 .txt-latin {
  display: inline-block;
  font-size: 12vw;
  line-height: 1.05;
  letter-spacing: 0.06em;
  color: #1a2035;
}

#lunch .coll {
  margin: 2vw 0 10vw;
  position: relative;
  padding-bottom: 10vw;
}

#lunch .coll:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -5%;
  right: 0%;
  top: -25vw;
  bottom: 0;
  z-index: -1;
}

#lunch .coll h3 {
  margin: 0 auto;
}

#lunch .coll dl {
  margin-top: 7vw;
}

#lunch .colr .note {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5vw 0;
  margin-top: 8vw;
}

#lunch .colr .note li {
  position: relative;
  padding-left: 15px;
}

#lunch .colr .note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  #lunch {
    padding: 590px 0 121px;
  }
  #lunch:before {
    height: 684px;
  }
  #lunch .img {
    margin: 0 -83px;
    position: relative;
    z-index: 1;
  }
  #lunch h2 {
    margin: -127px 0 0 81px;
    position: relative;
    z-index: 2;
  }
  #lunch h2 .txt-latin {
    font-size: 72px;
  }
  #lunch .coll {
    width: 522px;
    float: left;
    margin: 90px 0 0;
    padding-bottom: 104px;
  }
  #lunch .coll:before {
    width: 726px;
    left: -228px;
    right: auto;
    top: -204px;
  }
  #lunch .coll h3 {
    margin: 0 auto 70px;
  }
  #lunch .coll dl {
    margin-top: 38px;
  }
  #lunch .coll dl dd {
    margin-top: -4px;
  }
  #lunch .colr {
    width: 457px;
    float: right;
    margin-top: 200px;
  }
  #lunch .colr .txt {
    padding-left: 7px;
  }
  #lunch .colr .note {
    padding: 41px 0 36px 10px;
    margin-top: 34px;
  }
  #lunch .colr .note li {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #shopinfo {
    padding: 159px 0 114px;
  }
}
