#key-box {
  background-image: url("../img/lunch/key.jpg");
  background-size: cover;
  background-position: 50%;
}

#sec1 {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  padding-bottom: 90px;
}

#sec1:before {
  content: '';
  background: #f4ebd6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 14px;
  z-index: -1;
}

#sec1 h2 {
  width: 728px;
  float: left;
  margin: 0 -150px;
  position: relative;
  z-index: 2;
}

#sec1 .img {
  width: 795px;
  float: right;
  margin: 136px -248px 0 0;
  position: relative;
  z-index: 1;
}

#sec1 .txt {
  width: 650px;
  float: left;
  box-sizing: border-box;
  background: #10285d;
  color: #fff;
  padding: 61px 65px 75px 70px;
  margin: -179px 0 0 -169px;
  line-height: 32px;
  font-weight: 400;
}

#sec2 {
  padding: 120px 0 96px;
}

#sec2 h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-right: 4px;
}

#sec2 .note {
  text-align: center;
  margin: 13px 0 51px 7px;
  position: relative;
  z-index: 1;
}

#sec2 dl {
  margin-bottom: 45px;
}

#sec2 dl dt {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#sec2 dl dd {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 39px;
}

#sec2 .txt {
  line-height: 32px;
  font-weight: 400;
  margin-left: 2px;
}

#sec2 .set {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

#sec2 .set1 {
  margin-bottom: 155px;
}

#sec2 .set1:before {
  content: '';
  background-image: url("../img/lunch/sec2_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 934px;
  height: 904px;
  position: absolute;
  left: calc(50% - 841px);
  top: -162px;
  z-index: -1;
}

#sec2 .set1 dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

#sec2 .set1 dl dd {
  margin-top: 7px;
}

#sec2 .set1 .col {
  width: 355px;
  margin: 200px 0 0 -52px;
}

#sec2 .set1 .img {
  width: 810px;
  margin-right: -182px;
}

#sec2 .set1 .txt {
  margin-left: 2px;
}

#sec2 .set2 {
  margin-bottom: 103px;
}

#sec2 .set2:before {
  content: '';
  background-image: url("../img/lunch/sec2_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 779px;
  height: 643px;
  position: absolute;
  left: calc(50% - 31px);
  top: -58px;
  z-index: -1;
}

#sec2 .set2 .col {
  width: 395px;
  margin: 140px -68px 0 0;
}

#sec2 .set2 .img {
  width: 718px;
  margin-left: -100px;
}

#sec2 .set3 {
  margin-bottom: 124px;
}

#sec2 .set3:before {
  content: '';
  background-image: url("../img/lunch/sec2_deco3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 625px;
  height: 690px;
  position: absolute;
  left: calc(50% - 632px);
  top: -31px;
  z-index: -1;
}

#sec2 .set3 .col {
  width: 395px;
  margin: 140px 0 0 -53px;
}

#sec2 .set3 dl dd {
  margin-right: 13px;
}

#sec2 .set3 .img {
  width: 718px;
  margin-right: -100px;
}

.remodal-close.close1 {
  background: transparent;
  position: sticky;
  top: 0;
  margin-left: auto;
  margin-right: calc(-50vw + 52%);
  margin-bottom: 25px;
}

.remodal-close.close2 {
  top: auto;
  bottom: 100px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  width: 107px;
  height: 19px;
}

.remodal-close {
  z-index: 2;
  transition: 0.3s all ease-in-out;
}

.remodal-close:hover {
  opacity: 0.8;
}

.remodal {
  padding: 0;
  max-width: 1250px;
  background: transparent;
}

#lunch_list {
  background: #f4ebd6;
  color: #1c1c1c;
}

#lunch_list h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 98px;
}

#lunch_list .block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 153px;
}

#lunch_list .note {
  text-align: center;
  line-height: 32px;
  padding: 42px 0 75px;
}

#lunch_list .list {
  display: flex;
  justify-content: space-between;
}

#lunch_list .list .item {
  width: 473px;
}

#lunch_list .list .item h3 {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #3e4f75;
  padding-bottom: 16px;
}

#lunch_list .list .item .box {
  padding-bottom: 55px;
}

#lunch_list .list .item .note2 {
  text-align: right;
  font-weight: 400;
  line-height: 32px;
  margin: 20px -8px 0 0;
}

#lunch_list .list .item dl {
  border-bottom: 1px solid #3e4f75;
  padding: 10px 2px 15px 9px;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  font-weight: 400;
}

#lunch_list .list .item dl dd {
  text-align: right;
}

#lunch_list .list .item .big {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #10285d;
  padding: 2px 0px 16px 0;
  margin-bottom: 23px;
}

#lunch_list .list .item .set {
  padding-left: 12px;
  text-align: left;
}

#lunch_list .list .item .set .ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #c1000e;
  margin-bottom: 5px;
}

#lunch_list .list .item .set ul {
  line-height: 35px;
  font-weight: 400;
}

#lunch_list .list .item .icon {
  text-align: center;
  margin: 13px 0 29px;
}

#lunch_list .list .item .set .df {
  display: flex;
}

#lunch_list .list .item .set .df ul {
  width: 52%;
}

#lunch_list .list .item .set .df ul + ul {
  width: 48%;
}

#lunch_list .list .item .set.last {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

#sec3 {
  padding: 103px 20px 52px;
  background: #f4ebd6;
}

#sec3 .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

#sec3 .col {
  max-width: 700px;
  width: 49%;
}

#sec3 .s3-js {
  border: 6px solid #000;
  line-height: 0;
}

#sec3 .s3-js img {
  width: 100%;
  height: 448px;
  object-fit: cover;
  object-position: 50%;
}

#sec3 .ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -68px;
}

#floor {
  padding: 169px 0 41px;
}

#floor h2 {
  text-align: center;
}

#floor .photo {
  position: absolute;
  top: 141px;
  right: -63px;
}

#floor .photo1 {
  position: absolute;
  top: 510px;
  right: -159px;
}

#floor .map {
  margin-left: 18px;
  padding: 63px 0 44px;
}

#floor p.txt {
  width: 385px;
  margin-left: 16px;
  letter-spacing: 0.075em;
  min-height: 330px;
  text-align: justify;
  line-height: 32px;
}

@media screen and (max-width: 1300px) {
  #sec1 h2 {
    margin: 0 -300px 0 -90px;
  }
  #sec1 .img {
    margin-right: -306px;
  }
  #sec1 .txt {
    margin-left: -110px;
  }
}

@media screen and (max-width: 1199px) {
  #sec1 h2 {
    margin: 0 -300px 0 -45px;
  }
  #sec1 .img {
    margin-right: -350px;
  }
  #sec1 .txt {
    margin-left: -60px;
  }
}
