#key,
#lead,
#sozai,
#reco,
#lunch,
#para,
#shopinfo {
  overflow: hidden;
}

.remodal-wrapper {
  padding: calc(5% + 65px) 5% 5%;
}

.remodal .close {
  position: sticky;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.remodal .close:hover {
  filter: invert(1);
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/shared/close.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-close::before {
  content: none;
}

.remodal-overlay {
  background: url(../img/shared/main_bg.jpg) repeat;
  background-position: center top;
}

.remodal {
  background: none;
  padding: 0;
}

.popup-content {
  padding: 0;
  margin-bottom: 0;
  color: #000;
}
.popup-content .popup {
  margin-top: 15vw;
  box-sizing: border-box;
  background: #e9e5dc;
  padding: 5vw 3% 5vw;
}
.popup-content h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #000;
  line-height: 1.6em;
  margin-bottom: 3vw;
}
.popup-content .sub {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5vw;
}
.popup-content .group {
  margin-bottom: 30px;
}
.popup-content .group:last-child {
  margin-bottom: 0;
}
.popup-content .item {
  margin-bottom: 30px;
}
.popup-content .item:last-child {
  margin-bottom: 0;
}
.popup-content .item .tit {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  letter-spacing: normal;
}
.popup-content .item .tit::before {
  content: "";
  position: absolute;
  background-color: #7a5740;
  width: 15px;
  height: 4px;
  left: -5px;
  top: 14px;
}
.popup-content .item .tit .small {
  font-size: 12px;
  letter-spacing: -0.05em;
}
.popup-content .item .quote {
  font-size: 16px;
  font-family: var(--zen-old);
  font-weight: bold;
  text-align: left;
}
.popup-content .item .dish {
  margin-bottom: 12px;
}
.popup-content .item .dish:last-child {
  margin-bottom: 0;
}
.popup-content .item .dish dl {
  font-size: 14px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #98948f;
  letter-spacing: normal;
}
.popup-content .item .dish dl dt {
  font-family: var(--zen-old);
  font-weight: 400;
  text-align: left;
}
.popup-content .item .dish dl dd {
  flex-shrink: 0;
  padding-left: 10px;
  font-family: var(--gothic);
  font-weight: bold;
  text-align: right;
}

#key .video-sec {
  height: 100%;
  width: 100%;
}

#lead {
  padding: 17.5vw 0 7.9vw;
  position: relative;
}
#lead::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg3.jpg) repeat;
  background-position: center top;
  height: 27.6vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
#lead::after {
  content: "";
  position: absolute;
  background: url(../img/index/lead_deco1.jpg) no-repeat;
  background-size: 200vw;
  bottom: 0;
  height: 12.4vw;
  left: 0;
  right: 0;
  z-index: -1;
}
#lead .wrap {
  padding: 0;
}
#lead h2 {
  width: 40.27vw;
  height: 53.87vw;
  font-weight: 500;
  font-size: 6.5vw;
  line-height: 2em;
  letter-spacing: 0.15em;
  margin: 0 auto -37.9vw;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
#lead .js-lead {
  height: 60.27vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -15vw;
}
#lead .js-lead .img-split {
  width: 100%;
  height: 100%;
  position: relative;
}
#lead .js-lead .img-split .left,
#lead .js-lead .img-split .right {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#lead .js-lead .img-split .left img,
#lead .js-lead .img-split .right img {
  object-position: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lead .js-lead .img-split .left img {
  clip-path: inset(0 100% 0 0);
}
#lead .js-lead .img-split .right img {
  clip-path: inset(0 0 0 100%);
}
#lead .js-lead .overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.3s ease;
}
#lead .js-lead .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lead .img {
  position: relative;
  z-index: 2;
  left: 3%;
  margin-bottom: 7.5vw;
  opacity: 0;
  visibility: hidden;
}
#lead .desc {
  width: 100%;
  box-sizing: border-box;
  padding: 0 8%;
  margin-bottom: 12.2vw;
}
#lead .desc .txt {
  line-height: 2em;
  margin-bottom: 30px;
}
#lead .desc .txt:last-child {
  margin-bottom: 0;
}
#lead .list {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 6.6% 0 3.5%;
}
#lead .list .img1 {
  margin-right: 6%;
}
#lead .list .img2 {
  margin-top: 9vw;
}

#sozai .row-para {
  position: relative;
}
#sozai .row-para .bg {
  min-height: 64vw;
  position: relative;
}
#sozai .row-para .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
#sozai .row-para .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#sozai .row-para h2 {
  font-size: 6.8vw;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  line-height: 2em;
  position: absolute;
  bottom: 5.7vw;
  left: 7%;
  z-index: 2;
}
#sozai .row-para h2::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 7.2vw;
  bottom: 0;
  left: -13%;
  right: -7%;
  z-index: -1;
}
#sozai .row-para h2 .num {
  position: relative;
  font-size: 16.27vw;
  font-weight: 400;
  font-family: var(--amiri);
  left: -4.2%;
  top: 1.2vw;
  letter-spacing: -0.07em;
}
#sozai .row {
  padding: 15vw 0 8vw;
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
#sozai .row::before {
  content: "";
  position: absolute;
  background: url(../img/index/sozai_map.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1279/1336;
  width: 170vw;
  height: auto;
  top: -9vw;
  right: -21%;
  z-index: -1;
}
#sozai .row .wrap-row .desc {
  width: 100%;
  box-sizing: border-box;
  padding: 0 8%;
  margin-bottom: 9.6vw;
}
#sozai .row .wrap-row .desc p {
  margin-bottom: 30px;
}
#sozai .row .wrap-row .desc p:last-child {
  margin-bottom: 0;
}
#sozai .row .wrap-row h3 {
  text-align: center;
  font-size: 6.67vw;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5.1vw;
}
#sozai .row .wrap-row h3 span {
  position: relative;
}
#sozai .row .wrap-row h3 span::before, #sozai .row .wrap-row h3 span::after {
  position: absolute;
  content: "";
  background-color: #b1896e;
  height: 1.07vw;
  top: 4.7vw;
}
#sozai .row .wrap-row h3 span::before {
  left: -24%;
  right: 103%;
}
#sozai .row .wrap-row h3 span::after {
  right: -24%;
  left: 103%;
}
#sozai .row .wrap-row .img {
  padding: 0 3%;
  margin-bottom: 9.8vw;
}
#sozai .row .slide-infinity {
  display: flex;
}
#sozai .row .slide-infinity li {
  width: 34.13vw;
}

#point {
  padding-top: 6vw;
  position: relative;
  z-index: 1;
}
#point::before {
  content: "";
  position: absolute;
  background: url(../img/index/point_deco1.jpg) no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  height: 6vw;
  top: 0;
  z-index: -1;
}
#point .row {
  min-height: 100vh;
  position: relative;
  color: #fff;
  z-index: 1;
}
#point .row .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#point .row .img img {
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#point .row .desc {
  position: absolute;
  bottom: calc(16vw + 180px);
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8% 0 9%;
  z-index: 2;
}
#point .row .desc .tit {
  font-size: 12vw;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 12.6vw;
}
#point .row .desc .sub {
  font-size: 7.2vw;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 9.2vw;
  letter-spacing: 0.12em;
}
#point .row1 {
  position: sticky;
  top: 0;
}
#point .row2 {
  z-index: 2;
}
#point .row2 .desc .sub {
  letter-spacing: 0.05em;
  margin-right: -3%;
}
#point .row3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/shared/main_bg.jpg) repeat;
  background-position: center top;
  z-index: 3;
}
#point .row3 .photo-zoom {
  position: relative;
  width: 50%;
  height: 50%;
  transition: all 1s ease;
}
#point .row3 .img {
  opacity: 0;
  visibility: hidden;
  z-index: unset;
  transition: all 1s;
}
#point .row3 .img.active {
  opacity: 1;
  visibility: visible;
}
#point .row3 .img.img1 {
  opacity: 1;
  visibility: visible;
}
#point .row3 .desc {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.h2-all {
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 7.7vw;
  letter-spacing: 0.05em;
  padding-top: 12.9vw;
  position: relative;
}
.h2-all::before {
  content: "";
  position: absolute;
  background: url(../img/shared/title_icon1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8.13vw;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

#reco {
  padding-top: 16.27vw;
}
#reco .note {
  font-size: 13px;
  line-height: 2.1em;
  margin: 0 1% 13.2vw 4%;
  padding-left: 10px;
}
#reco .note .ic {
  margin-left: -10px;
}
#reco .scroll-slider {
  margin-bottom: 4.1vw;
}
#reco .scroll-slider .box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 7% 0 9%;
  margin-bottom: 8vw;
}
#reco .scroll-slider .box:last-child {
  margin-bottom: 0;
}
#reco .scroll-slider .box .photo {
  margin: 0 -11% 11.3vw;
  height: 96vw;
}
#reco .scroll-slider .box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reco .scroll-slider .box h3 {
  font-size: 9.33vw;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0;
}
#reco .scroll-slider .box h3 .medium {
  font-size: 6.67vw;
}
#reco .scroll-slider .box h3 .small {
  display: block;
  font-size: 5.33vw;
  margin-top: 0.9vw;
}
#reco .scroll-slider .box .price {
  text-align: right;
  font-size: 6.67vw;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 9vw;
  letter-spacing: 0.12em;
}
#reco .scroll-slider .box .price .small {
  font-size: 4vw;
  letter-spacing: normal;
}
#reco .scroll-slider .box .txt {
  text-align: justify;
  margin-bottom: 10vw;
  padding-right: 2%;
  letter-spacing: normal;
}
#reco .scroll-slider .box .img {
  width: 70vw;
  margin: 0 auto;
}
#reco .scroll-slider .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#lunch {
  padding: 19.6vw 0 9.8vw;
}
#lunch .h2-all {
  margin-bottom: 8.6vw;
}
#lunch .row {
  padding: 0 4% 0 4%;
  margin-bottom: 17vw;
}
#lunch .row:last-child {
  margin-bottom: 0;
}
#lunch .row .img {
  margin-bottom: 6vw;
}
#lunch .row .desc h3 {
  font-size: 8vw;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 7.2vw;
}
#lunch .row .desc .txt {
  letter-spacing: normal;
  margin-bottom: 31px;
}
#lunch .row .desc .note {
  font-size: 13px;
  line-height: 2.1em;
  margin-bottom: 9vw;
}
#para .bg {
  min-height: 64vw;
  position: relative;
}
#para .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
#para .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#shopinfo {
  display: flex;
  flex-direction: column-reverse;
  padding: 15vw 8.66% 11.33vw;
}
#shopinfo .left iframe {
  width: 100%;
  height: 66.67vw;
  margin-bottom: 7.2vw;
}
#shopinfo .right {
  margin-bottom: 9.6vw;
}
#shopinfo .right .shopinfo-logo {
  width: 45.87vw;
  margin: 0 auto 5vw;
}
#shopinfo .right .slg {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 5.7vw;
}
#shopinfo .right .box-tel {
  padding: 1vw 4% 3vw;
  text-align: center;
  color: #fff;
  background: url(../img/shared/btn_bg.jpg) repeat;
  background-position: center top;
  margin-bottom: 9vw;
}
#shopinfo .right .box-tel dt {
  font-size: 8.13vw;
  font-weight: 400;
  font-family: var(--amiri);
  letter-spacing: -0.03em;
  line-height: 1.1em;
}
#shopinfo .right .box-tel dt .tit {
  font-family: var(--ship);
  font-size: 3.2vw;
  letter-spacing: normal;
}
#shopinfo .right .box-tel dt .tel-icon {
  position: relative;
  padding-left: 6%;
}
#shopinfo .right .box-tel dt .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  aspect-ratio: 26/42;
  width: 3.2vw;
  height: auto;
  filter: brightness(0) invert(1);
  top: 4.1vw;
  left: 1.5%;
}
#shopinfo .right .box-tel dd {
  font-size: 2.67vw;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: normal;
}
#shopinfo .right .info {
  margin-bottom: 12.5vw;
}
#shopinfo .right .info dl {
  font-size: 16px;
  line-height: 1.55em;
  border-bottom: 1px dotted #7f6f5e;
  padding: 9px 0;
  letter-spacing: 0.08em;
}
#shopinfo .right .info dl dd {
  padding: 0 18px;
}
#shopinfo .right .box-recruit {
  text-align: center;
  border: 1px solid #8c8780;
  padding: 5.4vw 5%;
  margin-bottom: 13.2vw;
}
#shopinfo .right .box-recruit .tit {
  margin-bottom: 14px;
}
#shopinfo .right .box-recruit .tit span {
  padding: 0 10px;
  position: relative;
  background: url(../img/shared/main_bg.jpg) repeat;
}
#shopinfo .right .box-recruit .tit span::before {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  left: -30px;
  right: -30px;
  z-index: -1;
}
#shopinfo .right .box-recruit .pos {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
#shopinfo .right .box-recruit .txt {
  text-align: center;
}
#shopinfo .right .box-recruit .txt1 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 13px;
}
#shopinfo .right .box-recruit .txt2 {
  margin-bottom: 7px;
}
#shopinfo .right .box-recruit .tel {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#shopinfo .right .box-recruit .tel .ic {
  position: relative;
}
#shopinfo .right .box-recruit .tel .ic::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  aspect-ratio: 26/42;
  width: 13px;
  height: auto;
  top: 10px;
  left: -18px;
}
#shopinfo .right .box-recruit .tel a {
  font-size: 100%;
}
#shopinfo .right #fb .fb_iframe_widget_fluid span {
  width: 100% !important;
  height: 59.73vw !important;
}
#shopinfo .right #fb .fb_iframe_widget_fluid span iframe {
  width: 100% !important;
  height: 100% !important;
}
#shopinfo .btn-map a {
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  width: 310px;
  height: 62px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#shopinfo .btn-map a .ic {
  position: relative;
  padding-left: 19px;
}
#shopinfo .btn-map a .ic::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: contain;
  aspect-ratio: 34/42;
  width: 18px;
  height: auto;
  top: 3px;
  left: -11px;
  filter: brightness(1) invert(1);
}

@media only screen and (min-width: 768px) {
  main {
    overflow: visible;
  }
  #lead {
    padding: 159px 0 120px;
  }
  #lead::before {
    height: 420px;
  }
  #lead::after {
    height: 187px;
    background-size: cover;
  }
  #lead h2 {
    margin: 0 auto -194px;
    font-size: 40px;
    width: 216px;
    height: 322px;
    line-height: 1.8em;
  }
  #lead .js-lead {
    margin: 0 -200px -356px;
    height: 600px;
  }
  #lead .img {
    text-align: center;
    left: 0;
    margin-bottom: 51px;
  }
  #lead .desc {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 802px;
    padding: 0;
    margin: 0 auto 78px;
    height: 373px;
  }
  #lead .desc .txt {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 2.78em;
    letter-spacing: 0.15em;
    margin-bottom: 0;
  }
  #lead .list {
    padding: 0;
  }
  #lead .list .img1 {
    margin-left: -204px;
    margin-right: 80px;
  }
  #lead .list .img2 {
    margin-top: 136px;
    margin-right: -159px;
  }
  #sozai .row-para .bg {
    min-height: 792px;
  }
  #sozai .row-para .wrap {
    width: 100%;
  }
  #sozai .row-para h2 {
    font-size: 50px;
    bottom: 116px;
    left: 153px;
  }
  #sozai .row-para h2::before {
    height: 53px;
    left: -153px;
    right: -32px;
    bottom: -4px;
  }
  #sozai .row-para h2 .num {
    font-size: 120px;
    left: -18px;
    top: 9px;
  }
  #sozai .row {
    padding: 108px 0 164px;
  }
  #sozai .row::before {
    width: 1279px;
    top: 0;
    right: 0;
  }
  #sozai .row .wrap-row .desc {
    text-align: center;
    padding: 0;
    margin-bottom: 154px;
  }
  #sozai .row .wrap-row .desc p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 2.78em;
    letter-spacing: 0.05em;
  }
  #sozai .row .wrap-row h3 {
    font-size: 39px;
    margin-bottom: 43px;
  }
  #sozai .row .wrap-row h3 span::before, #sozai .row .wrap-row h3 span::after {
    height: 8px;
    width: 315px;
    top: 30px;
  }
  #sozai .row .wrap-row h3 span::before {
    left: -343px;
  }
  #sozai .row .wrap-row h3 span::after {
    right: -343px;
  }
  #sozai .row .wrap-row .img {
    text-align: center;
    padding: 0;
    margin-bottom: 150px;
  }
  #sozai .row .slide-infinity li {
    width: 532px;
  }
  #point {
    padding-top: 0;
  }
  #point::before {
    content: none;
  }
  #point .row .desc {
    width: 388px;
    bottom: 176px;
    left: 148px;
    right: 0;
    padding: 0;
  }
  #point .row .desc .tit {
    font-size: 60px;
    margin-bottom: 76px;
  }
  #point .row .desc .sub {
    font-size: 30px;
    margin-bottom: 37px;
    letter-spacing: 0.12em;
  }
  #point .row .desc .txt {
    width: 100%;
    letter-spacing: normal;
  }
  #point .row3 .desc {
    width: 410px;
  }
  #point .row3 .desc .sub {
    letter-spacing: 0.05em;
  }
  .h2-all {
    font-size: 50px;
    margin-bottom: 27px;
    padding-top: 92px;
  }
  .h2-all::before {
    width: 61px;
  }
  #reco {
    overflow: visible;
    padding-top: 121px;
  }
  #reco .note {
    text-align: center;
    font-size: 14px;
    line-height: 2.1em;
    margin: 0 0 117px;
  }
  #reco .scroll-slider {
    display: flex;
    justify-content: center;
    margin-right: 53px;
    margin-bottom: 183px;
  }
  #reco .left {
    position: sticky;
    height: fit-content;
    top: 100px;
    left: 0;
    z-index: 2;
  }
  #reco .left .list .photo:not(:first-child) {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 9;
  }
  #reco .left .list .photo.show {
    opacity: 1;
  }
  #reco .left .list .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #reco .right {
    flex-shrink: 0;
    margin-left: 25px;
    width: 525px;
    position: relative;
    z-index: 3;
  }
  #reco .right .box {
    margin-bottom: 45px;
    padding: 31px 0 0;
  }
  #reco .right .box:last-child {
    margin-bottom: 0;
  }
  #reco .right .box .grp {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  #reco .right .box .photo {
    display: none;
  }
  #reco .right .box h3 {
    font-size: 48px;
    line-height: 1.3em;
    margin-bottom: 13px;
  }
  #reco .right .box h3 .medium {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
  #reco .right .box h3 .small {
    margin-top: 0;
    font-size: 28px;
  }
  #reco .right .box .price {
    font-size: 36px;
    line-height: 1.1em;
    letter-spacing: 0.15em;
    margin-bottom: 42px;
  }
  #reco .right .box .price .small {
    font-size: 20px;
  }
  #reco .right .box .txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 69px;
  }
  #reco .right .box .img {
    width: unset;
    text-align: center;
  }
  #reco .btn-all a {
    width: 900px;
    height: 120px;
  }
  #reco .btn-all a::before {
    top: 54px;
  }
  #lunch {
    padding: 180px 0 149px;
  }
  #lunch .h2-all {
    margin-bottom: 122px;
  }
  #lunch .row {
    display: flex;
    padding: 0;
    margin-bottom: 180px;
    margin-left: -250px;
    margin-right: -100px;
  }
  #lunch .row.reverse {
    flex-direction: row-reverse;
    margin-left: -100px;
    margin-right: -250px;
  }
  #lunch .row.reverse .img {
    margin-right: 0;
    margin-left: 120px;
  }
  #lunch .row.reverse .desc {
    margin-top: 96px;
  }
  #lunch .row.reverse .desc h3 {
    margin-bottom: 52px;
  }
  #lunch .row.reverse .desc .note {
    letter-spacing: -0.05em;
  }
  #lunch .row .img {
    margin-bottom: 0;
    margin-right: 97px;
    height: 560px;
  }
  #lunch .row .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #lunch .row .desc {
    margin-top: 32px;
    max-width: 445px;
  }
  #lunch .row .desc h3 {
    font-size: 44px;
    margin-bottom: 40px;
    padding-left: 13px;
  }
  #lunch .row .desc .txt {
    margin-bottom: 44px;
    padding-left: 13px;
    letter-spacing: normal;
  }
  #lunch .row .desc .note {
    font-size: 14px;
    margin-bottom: 53px;
    padding-left: 13px;
  }
  #lunch .row .desc .note .pc {
    display: inline;
  }
  #para .bg {
    min-height: 800px;
  }
  #shopinfo {
    position: relative;
    overflow: visible;
    padding: 0;
    flex-direction: row;
  }
  #shopinfo .left {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100vh;
  }
  #shopinfo .left iframe {
    margin-bottom: 0;
    height: 100%;
  }
  #shopinfo .left.fixed {
    position: fixed;
    top: 80px;
    left: auto;
    right: calc(50% - 1px);
    max-width: calc(100% - 629px);
  }
  #shopinfo .left.end {
    top: auto;
    bottom: 0;
  }
  #shopinfo .right {
    width: 50%;
    margin: 0 0 0 auto;
    padding-bottom: 90px;
  }
  #shopinfo .right .wrap-right {
    width: 500px;
    margin: 0 auto;
    padding-top: 95px;
  }
  #shopinfo .right .shopinfo-logo {
    width: 277px;
    margin: 0 auto 26px;
  }
  #shopinfo .right .slg {
    font-size: 14px;
    margin-bottom: 45px;
  }
  #shopinfo .right .box-tel {
    padding: 8px 20px 21px;
    margin-bottom: 49px;
  }
  #shopinfo .right .box-tel dt {
    font-size: 41px;
    margin-bottom: 5px;
  }
  #shopinfo .right .box-tel dt .tit {
    font-size: 16px;
  }
  #shopinfo .right .box-tel dt .tel-icon {
    padding-left: 26px;
  }
  #shopinfo .right .box-tel dt .tel-icon::before {
    width: 16px;
    top: 23px;
    left: 0px;
  }
  #shopinfo .right .box-tel dd {
    font-size: 12px;
  }
  #shopinfo .right .info {
    margin-bottom: 59px;
  }
  #shopinfo .right .info dl {
    display: flex;
    font-size: 16px;
    padding: 11px 6px 11px;
  }
  #shopinfo .right .info dl dt {
    width: 100px;
    flex-shrink: 0;
  }
  #shopinfo .right .info dl dd {
    padding: 0 18px;
  }
  #shopinfo .right .box-recruit {
    padding: 18px 20px 22px;
    margin-bottom: 77px;
  }
  #shopinfo .right .box-recruit .tit {
    font-size: 18px;
    margin-bottom: -3px;
  }
  #shopinfo .right .box-recruit .tit span::before {
    left: -20px;
    right: -20px;
  }
  #shopinfo .right .box-recruit .pos {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #shopinfo .right .box-recruit .txt1 {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 18px;
  }
  #shopinfo .right .box-recruit .txt2 {
    font-size: 14px;
    margin-bottom: -7px;
  }
  #shopinfo .right .box-recruit .tel {
    font-size: 26px;
  }
  #shopinfo .right .box-recruit .tel .ic::before {
    width: 15px;
    top: 9px;
    left: -20px;
  }
  #shopinfo .right #fb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 86px;
    width: 490px;
    height: 360px;
  }
  #shopinfo .right .btn-map {
    margin-bottom: 12px;
  }
  #shopinfo .right .btn-map a {
    width: 100%;
    height: 100px;
    font-size: 24px;
    border-width: 2px;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  #shopinfo .right .btn-map a .ic {
    padding-left: 19px;
  }
  #shopinfo .right .btn-map a .ic::before {
    width: 29px;
    top: 3px;
    left: -29px;
  }
  #shopinfo .right .btn-map a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/shared/main_bg.jpg) repeat;
    background-position: center top;
    background-size: 50px;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease-out;
    z-index: -1;
  }
  #shopinfo .right .btn-map a:hover::after {
    transform: scale(2);
  }
  #shopinfo .right .list {
    display: flex !important;
    justify-content: flex-end;
    margin-right: 9px;
  }
  #shopinfo .right .list .btn-all2 {
    margin-right: 30px;
  }
  #shopinfo .right .list .btn-all2:last-child {
    margin-right: 0;
  }
  #shopinfo .right .list .btn-all2 a,
  #shopinfo .right .list .btn-all2 .copy {
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid #7d7d7d;
  }
  #shopinfo .right .list .btn-all2 a .ic,
  #shopinfo .right .list .btn-all2 .copy .ic {
    padding-left: 5px;
    padding-right: 23px;
    position: relative;
  }
  #shopinfo .right .list .btn-all2 a .ic::before,
  #shopinfo .right .list .btn-all2 .copy .ic::before {
    content: "";
    position: absolute;
    background: url(../img/shared/btn_icon2.png) no-repeat;
    background-size: contain;
    aspect-ratio: 27/5;
    width: 15px;
    height: auto;
    right: 6px;
    top: 11px;
  }
  #shopinfo .right .list .btn-all2 a:hover {
    opacity: 0.8;
  }
  #shopinfo .right .list .btn-all2 .copy.copied:hover {
    opacity: 1;
    cursor: default;
  }
  .remodal {
    max-width: 1200px;
  }
  .remodal-wrapper {
    padding: 6% 5% 5%;
  }
  .remodal .close:hover {
    opacity: 0.8;
  }
  .remodal-close {
    width: 59px;
    height: 59px;
  }
  .popup-content .popup {
    margin-top: 80px;
    padding: 85px 100px 123px;
  }
  .popup-content h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .popup-content .sub {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 77px;
  }
  .popup-content .list {
    display: flex;
    justify-content: center;
  }
  .popup-content .group {
    width: 470px;
    margin-bottom: 0;
    margin-right: 60px;
  }
  .popup-content .group:last-child {
    margin-right: 0;
  }
  .popup-content .item {
    margin-bottom: 52px;
  }
  .popup-content .item .tit {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 1.6em;
  }
  .popup-content .item .tit::before {
    width: 20px;
    left: -30px;
    top: 11px;
  }
  .popup-content .item .tit .small {
    font-size: 12px;
  }
  .popup-content .item .quote {
    font-size: 16px;
  }
  .popup-content .item .dish {
    margin-bottom: 12px;
  }
  .popup-content .item .dish dl {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.8em;
  }
  .popup-content .item .dish dl dd {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .popup-content .popup {
    padding: 85px 40px 123px;
  }
  #lunch .row {
    margin-right: 0;
  }
  #lunch .row .img {
    margin-right: 55px;
  }
  #lunch .row.reverse {
    margin-left: 0;
  }
  #lunch .row.reverse .img {
    margin-left: 50px;
  }
}
