<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
.key-img.img-object {
  overflow: hidden;
}

.key-img.img-object img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.note {
  display: flex;
  justify-content: center;
}

.note span {
  background: url(../img/lunch/bg_ttl.jpg) repeat;
  width: 134px;
  height: 32px;
  color: #c60000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.note span.cl {
  color: #000;
}

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

#sec1 h2 {
  margin: 0 14% 5vw;
}

#sec1 .text {
  text-align: center;
  margin-bottom: 14vw;
}

#sec1 .text span {
  color: #c60000;
}

#sec1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  background: url(../img/shared/bg_par1.jpg) repeat;
  z-index: -1;
}

#sec1 .bnr-arrow {
  width: 10px;
  margin: 5px auto 0;
}

@media only screen and (min-width: 768px) {
  .note span {
    width: 164px;
    font-size: 18px;
    line-height: 32px;
  }
  #sec1 {
    position: relative;
    z-index: 0;
    padding: 205px 0 190px;
    text-align: center;
  }
  #sec1 h2 {
    margin: 0 auto 45px;
    width: 370px;
  }
  #sec1 .text {
    text-align: center;
    margin-bottom: 105px;
    font-size: 20px;
    line-height: 45px;
  }
  #sec1::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 80px;
    width: calc(100% - 160px);
    height: calc(100% - 150px);
    background: url(../img/shared/bg_par1.jpg) repeat;
    z-index: -1;
  }
  #sec1 .bnr-arrow {
    width: 10px;
    margin: 5px auto 0;
  }
  #sec1 .bnr-global h2 {
    margin: 0 auto 15px;
    width: 206px;
  }
  #sec1 .bnr-global .inner {
    padding-top: 140px;
    box-sizing: border-box;
  }
}

#sec2 {
  margin-top: 15vw;
}

#sec2 h2 {
  filter: brightness(0);
  margin: 10vw 16% 1vw;
}

#sec2 .text {
  margin-top: 10vw;
}

#sec2 .text span {
  display: block;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    margin-top: 0;
    text-align: center;
  }
  #sec2 h2 {
    filter: brightness(1);
    margin: 0;
    padding-top: 173px;
  }
  #sec2 .text {
    margin-top: 65px;
    font-size: 17px;
    line-height: 35px;
    color: #FFF;
    padding-bottom: 115px;
  }
  #sec2 .text span {
    display: block;
    padding-top: 35px;
  }
}

#sec3 {
  position: relative;
  z-index: 1;
  padding: 22vw 5% 10vw;
}

#sec3::before {
  content: "";
  position: absolute;
  top: 40vw;
  left: 0;
  width: 95%;
  height: 48%;
  background: url(../img/shared/bg_par1.jpg) repeat;
  z-index: -1;
}

#sec3 .item {
  padding: 10vw 5% 0 0;
}

#sec3 .item h2 {
  font-size: 24px;
  text-align: center;
}

#sec3 .item h2 span {
  text-align: left;
}

#sec3 .item dl {
  padding: 3vw 0 10vw;
}

#sec3 .item dl dt {
  font-size: 17px;
  text-align: center;
  margin-bottom: 6vw;
}

#sec3 .item dl dt span {
  font-size: 14px;
}

#sec3 .box {
  padding-right: 5%;
}

#sec3 .box h3 {
  text-align: center;
  border-bottom: 1px solid #6f6963;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#sec3 .box ul {
  padding: 0 5%;
  display: flex;
}

#sec3 .box ul li {
  width: 50%;
}

#sec3 .photo-box {
  padding: 22vw 0 14vw;
}

#sec3 .photo-box .p1 {
  margin: 0 0 3vw 5%;
}

#sec3 .photo-box .p2 {
  margin-right: 5%;
}

#sec3 .text {
  background: url(../img/lunch/line.png) repeat-y;
  padding-left: 8%;
  font-size: 16px;
}

#sec3 .text span {
  color: #c60000;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    position: relative;
    z-index: 1;
    padding: 60px 20px 0;
    background: url(../img/lunch/sec3_bg.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  #sec3::before {
    content: "";
    position: absolute;
    top: 460px;
    left: 0;
    width: 50%;
    height: 615px;
    background: url(../img/shared/bg_par1.jpg) repeat;
    z-index: -1;
  }
  #sec3 .block {
    position: relative;
    max-width: 1400px;
    margin: 0 auto 65px;
    display: flex;
    justify-content: space-between;
    min-height: 630px;
  }
  #sec3 .block .photo {
    max-width: 1051px;
  }
  #sec3 .item {
    width: 349px;
    padding: 80px 20px 0;
    box-sizing: border-box;
  }
  #sec3 .item h2 {
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #sec3 .item h2 span {
    text-align: left;
  }
  #sec3 .item dl {
    padding: 35px 0 0;
  }
  #sec3 .item dl dt {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
  }
  #sec3 .item dl dt span {
    font-size: 20px;
  }
  #sec3 .item dl dd {
    text-align: center;
  }
  #sec3 .box {
    padding-right: 0;
    max-width: 1050px;
    margin: auto;
    position: relative;
    font-size: 20px;
    line-height: 40px;
  }
  #sec3 .box h3 {
    width: 445px;
    text-align: center;
    border-bottom: 1px solid #6f6963;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #sec3 .box ul {
    padding: 0;
    display: flex;
    width: 445px;
    margin-bottom: 200px;
  }
  #sec3 .box ul li {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
  }
  #sec3 .photo-box {
    padding: 0;
    position: absolute;
    top: 55px;
    left: 520px;
    width: 635px;
  }
  #sec3 .photo-box .p1 {
    margin: 0 0 20px 50px;
  }
  #sec3 .photo-box .p2 {
    margin-right: 50px;
  }
  #sec3 .text {
    padding-left: 52px;
    font-size: 20px;
    line-height: 45px;
  }
}

#sec4 {
  background: url(../img/lunch/sec4_bg.jpg) no-repeat bottom center;
  background-size: 150% auto;
  padding: 10vw 5% 20vw;
  position: relative;
}

#sec4 h2 {
  position: relative;
  margin-bottom: 5px;
}

#sec4 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #767676;
}

#sec4 h2 span {
  display: block;
  width: 35%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#sec4 .list {
  padding: 12vw 0 5%;
}

#sec4 .list .col {
  background: url(../img/shared/bg_par1.jpg) repeat;
  margin-bottom: 8vw;
  box-sizing: border-box;
  padding: 20px 20px 40px;
  text-align: center;
}

#sec4 .list .col h3 {
  font-size: 22px;
  padding: 6vw 0 0;
}

#sec4 .list .col .price {
  font-size: 17px;
  text-align: center;
}

#sec4 .list .col .price span {
  font-size: 14px;
}

#sec4 .list .col dl {
  border-top: 1px solid;
  margin-top: 4vw;
  padding-top: 4vw;
  font-size: 15px;
}

#sec4 .list .col dl dt {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    background: url(../img/lunch/sec4_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding: 195px 20px 150px;
    position: relative;
  }
  #sec4 .inner {
    max-width: 1230px;
    margin: auto;
  }
  #sec4 h2 {
    margin-bottom: 12px;
  }
  #sec4 h2 span {
    width: 128px;
  }
  #sec4 .list {
    padding: 100px 0 95px;
    display: flex;
    justify-content: space-between;
  }
  #sec4 .list .col {
    max-width: 600px;
    width: 49%;
    background: url(../img/shared/bg_par1.jpg) repeat;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 30px 35px 90px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #sec4 .list .col h3 {
    font-size: 36px;
    padding: 45px 0 0;
    line-height: 46px;
  }
  #sec4 .list .col .price {
    font-size: 26px;
    text-align: center;
  }
  #sec4 .list .col .price span {
    font-size: 20px;
  }
  #sec4 .list .col dl {
    border-top: 1px solid;
    margin: 20px 35px 0;
    padding-top: 22px;
    font-size: 20px;
    line-height: 40px;
  }
  #sec4 .list .col dl dt {
    margin-bottom: 10px;
  }
  #sec4 .btn-left {
    width: 312px;
    margin: auto;
  }
}

#sec5 h2 {
  padding: 25vw 20% 5px;
}

#sec5 .text {
  padding: 12vw 0 25vw;
  color: #FFF;
}

#sec5 .banner ul:nth-child(1) {
  display: flex;
}

#sec5 .banner ul:nth-child(1) li {
  position: relative;
  overflow: hidden;
}

/* #sec5 .banner ul:nth-child(1) li img {
  width: 130%;
  max-width: 130%;
  margin-left: -10%;
} */

#sec5 .banner ul:nth-child(1) li:nth-child(1) .price {
  position: absolute;
  bottom: 15px;
  left: 0;
}

#sec5 .banner ul:nth-child(1) li:nth-child(2) .price {
  position: absolute;
  top: 15px;
  right: 0;
}

#sec5 .banner ul:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}

#sec5 .banner ul:nth-child(2) li {
  width: 50%;
  position: relative;
}

#sec5 .banner ul:nth-child(2) li:last-child {
  width: 100%;
  height: 50vw;
  position: relative;
  overflow: hidden;
}

#sec5 .banner ul:nth-child(2) li:last-child::before {
  border: 1px solid;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  z-index: 1;
}

#sec5 .banner ul:nth-child(2) li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#sec5 .banner ul:nth-child(2) li:last-child a img {
  position: absolute;
  top: 0;
  left: 0;
  /* object-fit: cover; */
}

#sec5 .banner ul:nth-child(2) li:last-child span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 22px;
  background: url(../img/lunch/plus.png) no-repeat center bottom;
  background-size: 35px auto;
  text-align: center;
  padding-bottom: 45px;
}

#sec5 .banner ul:nth-child(2) li:nth-child(1) .price {
  position: absolute;
  bottom: 15px;
  right: 0;
}

#sec5 .banner ul:nth-child(2) li:nth-child(2) .price {
  position: absolute;
  top: 15px;
  left: 0;
}

#sec5 .banner .price {
  background: url(../img/lunch/bg_price.png) repeat;
  padding: 2px 12px;
  font-size: 18px;
}

#sec5 .banner .price i {
  font-size: 15px;
  margin-left: 8px;
}

#sec5 .banner .price i small {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  #sec5 h2 {
    padding: 320px 0 0;
    width: 206px;
    margin: auto;
  }
  #sec5 .text {
    padding: 55px 0 185px;
    color: #FFF;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
  }
  #sec5 .banner ul:nth-child(1) {
    display: flex;
  }
  #sec5 .banner ul:nth-child(1) li {
    position: relative;
    overflow: hidden;
    height: 549px;
  }
  #sec5 .banner ul:nth-child(1) li img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    object-fit: cover;
  }
  #sec5 .banner ul:nth-child(1) li:nth-child(1) {
    width: calc(50% + 147px);
  }
  #sec5 .banner ul:nth-child(1) li:nth-child(1) .price {
    position: absolute;
    bottom: 52px;
    left: 0;
  }
  #sec5 .banner ul:nth-child(1) li:nth-child(2) {
    width: calc(50% - 147px);
  }
  #sec5 .banner ul:nth-child(1) li:nth-child(2) .price {
    position: absolute;
    top: 52px;
    right: 0;
  }
  #sec5 .banner ul:nth-child(2) {
    display: flex;
    flex-wrap: inherit;
  }
  #sec5 .banner ul:nth-child(2) li {
    width: 33.33333334%;
    position: relative;
    height: 456px;
  }
  #sec5 .banner ul:nth-child(2) li img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    object-fit: cover;
  }
  #sec5 .banner ul:nth-child(2) li:last-child {
    width: 33.33333334%;
    height: 456px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #sec5 .banner ul:nth-child(2) li:last-child:hover {
    opacity: 0.7;
  }
  #sec5 .banner ul:nth-child(2) li:last-child::before {
    border: 1px solid;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    z-index: 1;
  }
  #sec5 .banner ul:nth-child(2) li:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
  }
  #sec5 .banner ul:nth-child(2) li:last-child a img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  #sec5 .banner ul:nth-child(2) li:last-child span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 25px;
    background: url(../img/lunch/plus.png) no-repeat center bottom;
    background-size: auto;
    text-align: center;
    padding: 65px 0;
    cursor: pointer;
    letter-spacing: 0.15em;
  }
  #sec5 .banner ul:nth-child(2) li:nth-child(1) .price {
    position: absolute;
    bottom: 45px;
    right: 0;
  }
  #sec5 .banner ul:nth-child(2) li:nth-child(2) .price {
    position: absolute;
    top: 42px;
    left: 0;
  }
  #sec5 .banner .price {
    background: url(../img/lunch/bg_price.png) repeat;
    width: 326px;
    height: 77px;
    padding: 5px 35px 0 40px;
    font-size: 30px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  #sec5 .banner .price i {
    font-size: 26px;
    margin-left: 15px;
  }
  #sec5 .banner .price i small {
    font-size: 20px;
  }
}
</pre></body></html>