/*# sourceURL=shared/css/dinner.css */
/*@ sourceURL=shared/css/dinner.css */
#sec1 {
  position: relative;
}

#sec1 h2 {
  font-size: 7.5vw;
  line-height: 12vw;
  letter-spacing: 0.1em;
  color: #46190e;
  width: 22vw;
  height: 80vw;
  position: absolute;
  right: 6%;
  top: 7vw;
}

#sec1 h2 small {
  font-size: 6.5vw;
  display: block;
}

#sec1 .img1 {
  width: 75%;
  margin-left: -6%;
}

#sec1 .txt {
  background-image: url("../img/dinner/bg1.png");
  padding: 6vw;
  position: relative;
  z-index: 1;
  margin-top: -8vw;
  text-align: justify;
  box-shadow: 0px 0px 10px rgba(89, 41, 0, 0.23);
}

@media only screen and (min-width: 768px) {
  #sec1{
    
  margin-top: 123px;}
  #sec1 h2 {
    font-size: 55px;
    line-height: 80px;
    width: 155px;
    height: 530px;
    right: auto;
    left: 485px;
    top: 58px;
  }
  #sec1 h2 small {
    font-size: 45px;
    margin-left: 5px;
  }
  #sec1 .img1 {
    width: 671px;
    float: left;
    margin-left: -250px;
  }
  #sec1 .img2 {
    width: 552px;
    float: right;
    margin-right: -250px;
  }
  #sec1 .txt {
    width: 581px;
    padding: 52px 75px 60px 66px;
    margin: 0px 0 0 261px;
    box-shadow: 0px 0px 20px rgba(89, 41, 0, 0.23);
    box-sizing: border-box;
    top: -264px;
  }
}

@media only screen and (min-width: 1300px) {
  #sec1 h2 {
    left: 478px;
  }
}

#sec2 {
  margin-top: 15vw;
  position: relative;
  z-index: 0;
  padding-bottom: 50vw;
}

#sec2:after {
  content: '';
  height: 70vw;
  background-image: url("../img/dinner/s2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#sec2 .set1 h2 {
  font-size: 7.5vw;
  line-height: 12vw;
  letter-spacing: 0.1em;
  color: #46190e;
  width: 22vw;
  height: 80vw;
  position: absolute;
  right: 5%;
  top: -2vw;
}

#sec2 .set1 h2 small {
  font-size: 6.5vw;
  display: block;
}

#sec2 .set1 .img1 {
  width: 75%;
  margin-left: -3%;
}

#sec2 .set1 dl {
  margin-top: 8vw;
}

#sec2 .set1 dl dt {
  text-align: center;
  color: #dc5f36;
  letter-spacing: 0.1em;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 3vw;
}

#sec2 .set1 dl dd {
  text-align: justify;
}

#sec2 .set2 {
  margin-top: 15vw;
}

#sec2 .set2 h2 {
  font-size: 6.5vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  color: #46190e;
  width: 29vw;
  height: 55vw;
  margin: 0 auto;
}

#sec2 .set2 h2 small {
  background-image: url("../img/shared/header_deco.jpg");
  font-size: 4.8vw;
  line-height: 8vw;
  letter-spacing: 0.05em;
  display: table;
  padding: 2vw 0;
  margin: -1vw 0 0 1vw;
}

#sec2 .set2 h2 q {
  display: block;
  margin-top: 13vw;
}

#sec2 .set2 .img-grp {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding-bottom: 9vw;
}

#sec2 .set2 .img-grp:before {
  content: '';
  background-image: url("../img/dinner/s2-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: -6%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec2 .set2 .img-grp p {
  width: 46%;
  margin: 0 1.5%;
}

#sec2 .set2 .img-grp .img2 {
  margin-top: 19vw;
}

#sec2 .set2 .txt {
  text-align: justify;
}

#sec2 .set3 {
  margin-top: 15vw;
}

#sec2 .set3 .img {
  position: relative;
}

#sec2 .set3 .img span {
  display: block;
  color: #46190e;
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
  position: absolute;
  right: 7.5%;
  bottom: 1.6vw;
  z-index: 1;
  text-align: right;
}

#sec2 .set3 .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: -15px;
}

#sec2 .set3 .slick-dots li {
  width: 12px;
  height: 12px;
  line-height: 0;
  margin: 0 5px;
}

#sec2 .set3 .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #593011;
  border-radius: 50%;
  padding: 0;
}

#sec2 .set3 .slick-dots li button:before {
  display: none;
}

#sec2 .set3 .slick-dots .slick-active button {
  background: #593011;
}

#sec2 .set3 .box {
  background-image: url("../img/dinner/bg1.png");
  padding: 6vw;
  box-sizing: border-box;
  margin-top: 3vw;
  box-shadow: 0px 0px 10px rgba(89, 41, 0, 0.23);
}

#sec2 .set3 .box dl {
  letter-spacing: 0.1em;
  line-height: 8vw;
  color: #46190e;
  text-align: center;
}

#sec2 .set3 .box dl dt {
  font-size: 6.5vw;
}

#sec2 .set3 .box dl dt small {
  font-size: 5.5vw;
  display: block;
}

#sec2 .set3 .box dl dd {
  font-size: 5vw;
  margin-top: 3vw;
}

#sec2 .set3 .box dl dd small {
  font-size: 4vw;
}

#sec2 .set3 .box .sttl {
  margin: 3vw 0;
  width: 100%;
  display: flex;
  align-items: center;
}

#sec2 .set3 .box .sttl span {
  word-break: keep-all;
  display: block;
}

#sec2 .set3 .box .sttl span:last-child {
  width: 100%;
  height: 1px;
  background: #421f09;
}

#sec2 .set3 .box ul {
  line-height: 20px;
}

#sec2 .set3 .box ul li span {
  color: #dc5f36;
  display: block;
}

#sec2 .set3 .box ul li + li {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    margin-top: -185px;
    padding-bottom: 379px;
  }
  #sec2:before {
    content: '';
    width: calc(50% - 390px);
    background-image: url("../img/shared/f_bg.jpg");
    position: absolute;
    right: 0;
    top: -143px;
    bottom: 0;
    z-index: -2;
  }
  #sec2:after {
    height: 756px;
  }
  #sec2 .set1 h2 {
    font-size: 55px;
    line-height: 80px;
    width: 155px;
    height: 530px;
    right: auto;
    left: 653px;
    top: 49px;
  }
  #sec2 .set1 h2 small {
    font-size: 45px;
    margin-left: 5px;
  }
  #sec2 .set1 .img1 {
    width: 731px;
    margin-left: -155px;
  }
  #sec2 .set1 dl {
    margin-top: 48px;
  }
  #sec2 .set1 dl dt {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin: 8px 0 0;
    width: 203px;
    float: left;
    padding-left: 54px;
    box-sizing: border-box;
  }
  #sec2 .set1 dl dd {
    text-align: left;
    width: 555px;
    float: left;
    padding-left: 60px;
    position: relative;
    letter-spacing: 0.1em;
  }
  #sec2 .set1 dl dd:before {
    content: '';
    width: 2px;
    background: #8f7b67;
    position: absolute;
    left: 0;
    top: -48px;
    bottom: 10px;
  }
  #sec2 .set2 {
    margin-top: 60px;
    position: relative;
  }
  #sec2 .set2 h2 {
    font-size: 45px;
    line-height: 75px;
    width: 212px;
    height: 400px;
    margin: 0;
    position: absolute;
    top: 108px;
    left: 56px;
    z-index: 1;
  }
  #sec2 .set2 h2 small {
    font-size: 30px;
    line-height: 54px;
    letter-spacing: 0.1em;
    padding: 15px 0;
    margin: -16px 0 0 14px;
  }
  #sec2 .set2 h2 q {
    margin-top: 98px;
  }
  #sec2 .set2 .img-grp {
    width: 644px;
    justify-content: space-between;
    padding-bottom: 75px;
    margin-left: 346px;
  }
  #sec2 .set2 .img-grp:before {
    left: -48px;
    right: -10px;
  }
  #sec2 .set2 .img-grp p {
    width: 313px;
    margin: 0;
  }
  #sec2 .set2 .img-grp .img2 {
    margin-top: 149px;
  }
  #sec2 .set2 .txt {
    width: 545px;
    text-align: left;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
    margin: -107px 0 0 62px;
  }
  #sec2 .set3 {
    margin-top: 83px;
  }
  #sec2 .set3 .s2-js {
    width: 580px;
    float: left;
    margin: -18px 0 0 -131px;
  }
  #sec2 .set3 .img {
    margin-top: 14px;
  }
  #sec2 .set3 .img span {
    font-size: 30px;
    line-height: 40px;
    right: 43px;
    bottom: 11px;
  }
  #sec2 .set3 .img img {
    box-shadow: 0px 0px 10px rgba(89, 41, 0, 0.23);
  }
  #sec2 .set3 .box {
    width: 500px;
    float: right;
    padding: 71px 30px 95px 51px;
    margin: 0 7px 0 0;
  }
  #sec2 .set3 .box dl {
    line-height: 50px;
    text-align: left;
    margin-left: 8px;
  }
  #sec2 .set3 .box dl dt {
    font-size: 46px;
    letter-spacing: 0.1em;
  }
  #sec2 .set3 .box dl dt small {
    font-size: 35px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  #sec2 .set3 .box dl dd {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 17px;
  }
  #sec2 .set3 .box dl dd small {
    font-size: 23px;
    letter-spacing: 0.1em;
  }
  #sec2 .set3 .box .sttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 36px 0 16px;
    padding-right: 46px;
    box-sizing: border-box;
  }
  #sec2 .set3 .box ul {
    line-height: 25px;
    letter-spacing: 0.1em;
    margin: 0 40px 0 13px;
  }
  #sec2 .set3 .box ul li + li {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1300px) {
  #sec2 .set1 h2 {
    left: 655px;
  }
}

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

#sec3:before {
  content: '';
  width: 80%;
  height: 100vw;
  background-image: url("../img/dinner/s3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec3 h2 {
  width: 27vw;
  height: 60vw;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  color: #46190e;
  text-align: left;
  margin: 0 auto;
}

#sec3 h2 small {
  display: block;
  letter-spacing: 0.1em;
  font-size: 3vw;
  line-height: 7vw;
  font-weight: 600;
  color: #dc5f36;
}

#sec3 h2 q {
  display: block;
  letter-spacing: 0.1em;
}

#sec3 h2 q.line {
  position: relative;
  font-size: 5vw;
}

#sec3 h2 q.line:before {
  content: '';
  width: 1px;
  background: #46190e;
  height: 10vw;
  position: absolute;
  left: 50%;
  bottom: 1vw;
}

#sec3 h2 q.mt {
  margin-top: 11vw;
}

#sec3 .img {
  margin: 0 -4%;
  position: relative;
  z-index: 0;
}

#sec3 .img:before {
  content: '';
  width: 70%;
  height: 54vw;
  background-image: url("../img/dinner/bg2.jpg");
  position: absolute;
  bottom: 3vw;
  right: 0;
  z-index: -1;
}

#sec3 dl {
  letter-spacing: 0.1em;
  line-height: 7vw;
  color: #46190e;
  text-align: center;
  position: relative;
  z-index: 1;
}

#sec3 dl dt {
  font-size: 6.5vw;
line-height: 34px;}

#sec3 dl dt small {
  font-size: 5.5vw;
  display: block;
}

#sec3 dl dd {
  font-size: 5vw;
  margin-top: 3vw;
}

#sec3 dl dd small {
  font-size: 4vw;
}

#sec3 .txt {
  text-align: justify;
  margin-top: 4vw;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 139px 0 118px;
  }
  #sec3:before {
    width: calc(50% + 209px);
    height: 656px;
  }
  #sec3 h2 {
    width: 210px;
    height: 500px;
    font-size: 55px;
    line-height: 50px;
    margin: 0 0 0 76px;
  z-index: 10;position: relative;}
  #sec3 h2 small {
    font-size: 20px;
    line-height: 30px;
    margin-left: 22px;
  }
  #sec3 h2 q.line {
    font-size: 35px;
    margin-left: 25px;
  }
  #sec3 h2 q.line:before {
    height: 103px;
    bottom: 12px;
  }
  #sec3 h2 q.mt {
    margin-top: 78px;
  }
  #sec3 .img {
    margin: 0;
    position: absolute;
    top: -87px;
    right: -187px;
  }
  #sec3 .img:before {
    width: 609px;
    height: 642px;
    bottom: -178px;
  right: -2px;}
  #sec3 dl {
    line-height: 50px;
    text-align: left;
    margin: 71px 0 0 -3px;
  }
  #sec3 dl dt {
    font-size: 46px;
    letter-spacing: 0.1em;
  line-height: 50px;}
  #sec3 dl dt small {
    font-size: 35px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  #sec3 dl dd {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 17px;
  }
  #sec3 dl dd small {
    font-size: 23px;
    letter-spacing: 0.1em;
  }
  #sec3 .txt {
    margin-top: 36px;
    width: 493px;
    letter-spacing: 0.1em;
  }
}

#sec4 {
  position: relative;
  z-index: 0;
  padding: 58vw 0 10vw;
  background: black;
  color: #fff;
}

#sec4:before {
  content: '';
  height: 70vw;
  background-image: url("../img/dinner/s4-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 97%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec4:after {
  content: '';
  height: 1.5vw;
  background-image: url("../img/shared/f_bg.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

#sec4 .blk {
  padding: 0 5%;
}

#sec4 h2 {
  font-size: 6vw;
  line-height: 12vw;
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
}

#sec4 h2 span {
  font-size: 9vw;
}

#sec4 h2 small {
  font-size: 4vw;
  font-weight: 600;
}

#sec4 .txt {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 0;
  }
  #sec4:before {
    height: 100%;
    background-position: 50%;
    bottom: 0;
  }
  #sec4:after {
    height: 10px;
  }
  #sec4 .blk {
    width: 519px;
    padding: 180px 59px 155px 51px;
    background: rgba(0, 0, 0, 0.34);
    box-sizing: border-box;
  }
  #sec4 h2 {
    font-size: 33px;
    line-height: 69px;
    margin-bottom: 15px;
  }
  #sec4 h2 span {
    font-size: 55px;
    letter-spacing: 0.1em;
  }
  #sec4 h2 small {
    font-size: 20px;
    letter-spacing: 0.12em;
    position: relative;
    top: 2px;
    margin-left: 23px;
  }
  #sec4 .txt {
    letter-spacing: 0.1em;
  }
}

#sec5 {
  padding: 15vw 0;
  background-image: url("../img/dinner/bg3.jpg");
  color: #fff;
}

#sec5 .toggle .toggle-link {
  font-size: 8vw;
  line-height: 9vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #b88c57;
  text-align: center;
  position: relative;
  padding-bottom: 6vw;
}

#sec5 .toggle .toggle-link:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 2vw 0 2vw;
  border-color: #b88c57 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sec5 .toggle .toggle-main p.note {
  text-align: center;
  margin: 10px 0 15px;
}

#sec5 .toggle .toggle-main .blk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec5 .toggle .toggle-main .blk .list {
  width: 100%;
}

#sec5 .toggle .toggle-main .blk .item {
  margin-bottom: 10vw;
}

#sec5 .toggle .toggle-main .blk h3 {
  font-size: 18px;
  border-bottom: 2px solid #dc5f36;
  margin-bottom: 10px;
}

#sec5 .toggle .toggle-main .blk dl {
  display: table;
  width: 100%;
  line-height: 20px;
  border-bottom: 1px solid #e5e2de;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sec5 .toggle .toggle-main .blk dl dt {
  display: table-cell;
}

#sec5 .toggle .toggle-main .blk dl dd {
  display: table-cell;
  text-align: right;
  width: 70px;
}

#sec5 .active .toggle-link:before {
  border-width: 0 2vw 2.5vw 2vw;
  border-color: transparent transparent #b88c57 transparent;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 134px 0 116px;
  }
  #sec5 .toggle .toggle-link {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 27px;
    pointer-events: none;
  }
  #sec5 .toggle .toggle-link:before {
    display: none;
  }
  #sec5 .toggle .toggle-main {
    display: block;
  }
  #sec5 .toggle .toggle-main p.note {
    margin: 0px 0 52px;
    letter-spacing: 0.1em;
  }
  #sec5 .toggle .toggle-main .blk {
    padding: 0 28px;
  }
  #sec5 .toggle .toggle-main .blk .list {
    width: 450px;
  }
  #sec5 .toggle .toggle-main .blk .item {
    margin-bottom: 35px;
  }
  #sec5 .toggle .toggle-main .blk h3 {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  #sec5 .toggle .toggle-main .blk dl {
    display: table;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #e5e2de;
    padding-bottom: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #sec5 .toggle .toggle-main .blk dl dt {
    display: table-cell;
  }
  #sec5 .toggle .toggle-main .blk dl dd {
    display: table-cell;
    text-align: right;
    width: 70px;
  }
  #sec5 .active .toggle-link:before {
    border-width: 0 2vw 2.5vw 2vw;
    border-color: transparent transparent #fff transparent;
  }
}

#sec6 .set1 {
  padding: 18vw 0;
  position: relative;
  z-index: 0;
}

#sec6 .set1:before {
  content: '';
  width: 100%;
  height: 20vw;
  background-image: url("../img/dinner/s5-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec6 .set1:after {
  content: '';
  height: 88vw;
  background-image: url("../img/dinner/s6-bg-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
}

#sec6 .set1 h2 {
  font-size: 7vw;
  line-height: 12vw;
  letter-spacing: 0.1em;
  color: #46190e;
  width: 36vw;
  height: 60vw;
  margin: 0 auto;
}

#sec6 .set1 h2 small {
  font-size: 6vw;
  display: block;
}

#sec6 .set1 h3 {
  text-align: center;
  color: #dc5f36;
  font-size: 3.5vw;
  line-height: 5vw;
  font-weight: 600;
  margin: 3vw 0;
}

#sec6 .set1 .note {
  text-align: center;
}

#sec6 .set1 .img-grp {
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}

#sec6 .set1 .img-grp p {
  width: 49%;
}

#sec6 .set1 .img-grp .img2 {
  margin-top: 10vw;
}

#sec6 .set2 {
  position: relative;
  z-index: 1;
}

#sec6 .set2 h2 {
  font-size: 6.5vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  color: #46190e;
  width: 29vw;
  height: 55vw;
  margin: 0 auto;
}

#sec6 .set2 h2 small {
  background-image: url("../img/shared/header_deco.jpg");
  font-size: 4.8vw;
  line-height: 8vw;
  letter-spacing: 0.05em;
  display: table;
  padding: 2vw 0;
  margin: -1vw 0 0 1vw;
}

#sec6 .set2 h2 q {
  display: block;
  margin-top: 13vw;
}

#sec6 .set2 .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: -15px;
}

#sec6 .set2 .slick-dots li {
  width: 40px;
  height: 5px;
  margin: 0 5px;
}

#sec6 .set2 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #b88c57;
}

#sec6 .set2 .slick-dots li button:before {
  display: none;
}

#sec6 .set2 .slick-dots .slick-active button {
  background: #3e250b;
}

#sec6 .set2 dl {
  letter-spacing: 0.1em;
  line-height: 7vw;
  color: #46190e;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 6vw 0 8vw;
}

#sec6 .set2 dl dt {
  font-size: 6.5vw;
}

#sec6 .set2 dl dt small {
  font-size: 5.5vw;
  display: block;
}

#sec6 .set2 dl dd {
  font-size: 5vw;
  margin-top: 3vw;
}

#sec6 .set2 .txt {
  background-image: url("../img/dinner/bg1.png");
  padding: 5vw;
  box-shadow: 0 0 17px rgba(89, 41, 0, 0.23);
  text-align: justify;
}

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

#sec6 .set3:before {
  content: '';
  background-image: url("../img/dinner/bg4.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: -10vw;
  bottom: 10vw;
  z-index: -1;
  box-shadow: 0 -20px 30px rgba(51, 34, 7, 0.1), 0 20px 30px rgba(51, 34, 7, 0.1);
}

#sec6 .set3 h2 {
  color: #46190e;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec6 .set3 .img {
  margin: 0 -10%;
}

#sec6 .set3 .box {
  background-image: url("../img/scene/bg1.png");
  padding: 7vw 5vw;
  box-shadow: 0 0 17px rgba(89, 41, 0, 0.23);
  text-align: justify;
  letter-spacing: 0.1em;
}

#sec6 .set3 .box h3 {
  color: #46190e;
  font-size: 6.5vw;
  line-height: 8.5vw;
  letter-spacing: 0.1em;
}

#sec6 .set3 .box .price {
  color: #46190e;
  font-size: 5vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
  margin: 3vw 0 5vw;
}

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

#sec6 .set4:before {
  content: '';
  height: 100vw;
  background-image: url("../img/dinner/s6-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#sec6 .set4 .img {
  width: 82%;
  margin-left: -3%;
}

#sec6 .set4 h2 {
  font-size: 6vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  color: #46190e;
  width: 20vw;
  height: 80vw;
  position: absolute;
  right: 2%;
  top: -4%;
  z-index: 1;
}

#sec6 .set4 dl {
  color: #46190e;
  line-height: 8vw;
  text-align: center;
  margin: 8vw 0 6vw;
}

#sec6 .set4 dl dt {
  letter-spacing: 0.1em;
  font-size: 6vw;
}

#sec6 .set4 dl dd {
  letter-spacing: 0.1em;
  font-size: 5vw;
}

#sec6 .set4 .txt {
  box-sizing: border-box;
  padding: 5vw;
  text-align: justify;
  box-shadow: 0 0 17px rgba(89, 41, 0, 0.23);
  letter-spacing: 0.1em;
  background-image: url("../img/dinner/bg1.png");
}

@media only screen and (min-width: 768px) {
  #sec6 .set1 {
    padding: 230px 0 71px;
  }
  #sec6 .set1:before {
    width: 1179px;
    height: 158px;
    left: calc(50% - 402px);
    right: auto;
  }
  #sec6 .set1:after {
    height: 791px;
  }
  #sec6 .set1 h2 {
    font-size: 55px;
    line-height: 80px;
    width: 240px;
    height: 470px;
    margin: 0 auto;
  }
  #sec6 .set1 h2 small {
    font-size: 45px;
  }
  #sec6 .set1 h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin: 54px 0 31px;
  }
  #sec6 .set1 .note {
    letter-spacing: 0.1em;
  }
  #sec6 .set1 .img-grp {
    display: block;
    margin-top: 0;
  }
  #sec6 .set1 .img-grp p {
    width: 347px;
    position: absolute;
  }
  #sec6 .set1 .img-grp .img1 {
    top: -58px;
    left: -54px;
  }
  #sec6 .set1 .img-grp .img2 {
    margin-top: 0;
    top: 70px;
    right: -87px;
  }
  #sec6 .set2 h2 {
    font-size: 55px;
    line-height: 75px;
    width: 212px;
    height: 490px;
    margin: 0;
    position: absolute;
    top: 124px;
    left: 729px;
    z-index: 1;
  }
  #sec6 .set2 h2 small {
    font-size: 30px;
    line-height: 54px;
    letter-spacing: 0.1em;
    padding: 20px 0;
    margin: -20px 0 0 20px;
  }
  #sec6 .set2 h2 q {
    margin-top: 122px;
  }
  #sec6 .set2 .s6-js {
    margin-left: -133px;
  }
  #sec6 .set2 .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 16px 0 0 127px;
  }
  #sec6 .set2 .slick-dots li {
    display: block;
    width: 84px;
    height: 11px;
    margin: 0 6px;
  }
  #sec6 .set2 dl {
    width: 490px;
    float: left;
    line-height: 50px;
    margin: 116px 0 0 -3px;
    text-align: left;
  }
  #sec6 .set2 dl dt {
    font-size: 46px;
    letter-spacing: 0.1em;
  }
  #sec6 .set2 dl dt small {
    font-size: 35px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  #sec6 .set2 dl dd {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 17px;
  }
  #sec6 .set2 .txt {
    width: 591px;
    float: right;
    background-image: url("../img/dinner/bg1.png");
    padding: 75px 85px 54px 65px;
    margin: 41px -84px 0 0;
    box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  #sec6 .set3 {
    padding: 36px 0 0;
  }
  #sec6 .set3:before {
    top: -40px;
    bottom: 113px;
    z-index: -1;
    box-shadow: 0 -27px 50px rgba(51, 34, 7, 0.06), 0 27px 50px rgba(51, 34, 7, 0.06);
  }
  #sec6 .set3 h2 {
    font-size: 55px;
    line-height: 80px;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-left: 9px;
  }
  #sec6 .set3 .img {
    width: 880px;
    margin: 0;
    position: absolute;
    top: -3px;
    left: 309px;
    z-index: 0;
  }
  #sec6 .set3 .box {
    width: 565px;
    position: relative;
    z-index: 1;
    padding: 66px 63px 61px 62px;
    margin: 74px 0 0 -62px;
    box-sizing: border-box;
  }
  #sec6 .set3 .box h3 {
    font-size: 46px;
    line-height: 70px;
    margin-left: 4px;
  }
  #sec6 .set3 .box .price {
    font-size: 30px;
    line-height: 40px;
    margin: 22px 0 42px 6px;
  }
  #sec6 .set4 {
    padding: 0 0 127px;
    margin: 115px 0 0;
  }
  #sec6 .set4:before {
    width: 1015px;
    height: 538px;
  }
  #sec6 .set4 .img {
    width: 738px;
    margin-left: -67px;
  }
  #sec6 .set4 h2 {
    font-size: 45px;
    line-height: 90px;
    width: 180px;
    height: 500px;
    right: 79px;
    top: 42px;
  }
  #sec6 .set4 dl {
    width: 500px;
    float: left;
    line-height: 70px;
    margin: 66px 0 0;
    text-align: left;
  }
  #sec6 .set4 dl dt {
    font-size: 46px;
  }
  #sec6 .set4 dl dd {
    font-size: 30px;
    margin-top: 6px;
  }
  #sec6 .set4 .txt {
    width: 570px;
    float: left;
    padding: 60px 61px 70px 69px;
    margin: 90px -70px 0 0;
  }
}

#sec7 {
  padding: 15vw 0;
  background-image: url("../img/dinner/bg3.jpg");
  color: #fff;
  position: relative;
  z-index: 0;
}

#sec7:before {
  content: '';
  background-image: url("../img/dinner/s7-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec7 .toggle .toggle-link {
  font-size: 6.5vw;
  line-height: 9vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #b88c57;
  text-align: center;
  position: relative;
  padding-bottom: 6vw;
}

#sec7 .toggle .toggle-link:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 2vw 0 2vw;
  border-color: #b88c57 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sec7 .toggle .toggle-main p.note {
  text-align: center;
  margin: 10px 0 15px;
}

#sec7 .toggle .toggle-main .blk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec7 .toggle .toggle-main .blk .list {
  width: 100%;
}

#sec7 .toggle .toggle-main .blk .item {
  margin-bottom: 10vw;
}

#sec7 .toggle .toggle-main .blk h3 {
  font-size: 18px;
  border-bottom: 2px solid #dc5f36;
  margin-bottom: 10px;
}

#sec7 .toggle .toggle-main .blk dl {
  display: table;
  width: 100%;
  line-height: 20px;
  border-bottom: 1px solid #e5e2de;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sec7 .toggle .toggle-main .blk dl dt {
  display: table-cell;
}

#sec7 .toggle .toggle-main .blk dl dd {
  display: table-cell;
  text-align: right;
  width: 70px;
}

#sec7 .active .toggle-link:before {
  border-width: 0 2vw 2.5vw 2vw;
  border-color: transparent transparent #b88c57 transparent;
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 134px 0 116px;
  }
  #sec7:before {
    width: 1408px;
    height: 682px;
    right: auto;
    top: auto;
  }
  #sec7 .toggle .toggle-link {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 27px;
    pointer-events: none;
  }
  #sec7 .toggle .toggle-link:before {
    display: none;
  }
  #sec7 .toggle .toggle-main {
    display: block;
  }
  #sec7 .toggle .toggle-main p.note {
    margin: 0px 0 52px;
    letter-spacing: 0.1em;
  }
  #sec7 .toggle .toggle-main .blk {
    padding: 0 28px;
  }
  #sec7 .toggle .toggle-main .blk .list {
    width: 450px;
  }
  #sec7 .toggle .toggle-main .blk .item {
    margin-bottom: 35px;
  }
  #sec7 .toggle .toggle-main .blk h3 {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  #sec7 .toggle .toggle-main .blk dl {
    display: table;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #e5e2de;
    padding-bottom: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #sec7 .toggle .toggle-main .blk dl dt {
    display: table-cell;
  }
  #sec7 .toggle .toggle-main .blk dl dd {
    display: table-cell;
    text-align: right;
    width: 70px;
  }
  #sec7 .active .toggle-link:before {
    border-width: 0 2vw 2.5vw 2vw;
    border-color: transparent transparent #fff transparent;
  }
}
