#key-box {
  background: url("../img/lunch/key.jpg") no-repeat center/cover;
}

.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ob1 {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-parallax {
  position: relative;
}

.bg-parallax .img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.fnt-klee {
  font-family: 'Klee One', cursive;
}

.img {
  position: relative;
}

#lead {
  padding: 15vw 0;
}
#lead .img {
  margin: 0 -5.5% 10vw;
}
#lead .group h2 {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.26em;
  margin: 0 0 3vw;
}
#lead .group .txt {
  line-height: 2.8;
}
#lead .group .txt + .txt {
  margin-top: 20px;
}

#scene {
  margin: 0 0 20vw;
}
#scene .item + .item {
  margin-top: 12vw;
}
#scene .item .bg {
  margin: 5vw 5% 7vw;
}
#scene .item .bg h2 {
  font-size: 6vw;
  line-height: 1.5;
  padding: 0 0 5vw;
  position: relative;
}
#scene .item .bg h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  opacity: 0.5;
  width: 40px;
  background: #000;
}
#scene .item .bg .txt {
  margin: 5vw 0 0;
}

#link {
  background: url("../img/summer/bg2.jpg");
  color: #fff;
  padding: 10vw 5%;
}
#link .banner {
  position: relative;
  height: 90vw;
}
#link .banner + .banner {
  margin-top: 10vw;
}
#link .banner::before {
  content: '';
  position: absolute;
  border: 1px solid #cdcbca;
  top: -2vw;
  left: -2vw;
  right: -2vw;
  bottom: -3vw;
}
#link .banner .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#link .banner .img.off {
  z-index: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#link .banner .img.on {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#link .banner .img.on img {
  opacity: 1;
}
#link .banner .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15vw;
  background: url("../img/lunch/scene_deco.jpg") no-repeat top center/100% auto;
  height: 55vw;
  text-align: center;
  z-index: 3;
  font-size: 5vw;
  letter-spacing: 0.3em;
  line-height: 2.5;
}
#link .banner a {
  display: block;
  height: 100%;
  border: 2px solid #cdcbca;
  position: relative;
  overflow: hidden;
}
#link .banner a:hover .img.on {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#link .banner a:hover .img.off {
  opacity: 0;
}

#course {
  padding: 55vw 0 20vw;
  position: relative;
  background: url("../img/lunch/course_line.png") no-repeat center 70vw/250% auto;
}
#course .bg-parallax {
  min-height: 70vw !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#course .group-title {
  width: 40vw;
  height: 40vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: url("../img/summer/bg2.jpg");
}
#course .group-title::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.42);
}
#course .group-title h2 {
  font-size: 6vw;
  line-height: 2.3;
  letter-spacing: 0.2em;
}
#course .sub-txt {
  text-align: right;
  margin: 7vw 0;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#course .group {
  position: relative;
  margin: 0 0 12vw 5%;
}
#course .group h4 {
  position: absolute;
  top: -7vw;
  left: 7%;
  z-index: 2;
  background: #fff;
  border: 1px solid #6b6b6b;
  font-size: 5vw;
  letter-spacing: 0.26em;
  line-height: 1.3;
  padding: 3vw 0;
}
#course .group2 {
  position: relative;
}
#course .group2 .img {
  margin: 0 35% 0 -20%;
}
#course .group2 .img2 {
  position: absolute;
  top: 7vw;
  right: -30%;
  width: 60%;
}
#course .group2 .txt {
  margin: 7vw 35% 0 0;
  line-height: 2.8;
}
#course .group3 {
  margin: 10vw 0 0;
}
#course .group3 .right {
  margin: 7vw 0 0;
}
#course .group3 .right dl {
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding: 5vw 0 0;
}
#course .group3 .right dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: #813852;
}
#course .group3 .right dl dt {
  font-size: 5.5vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#course .group3 .right dl dd {
  font-size: 4vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 1vw 0 0;
}
#course .group3 .right dl dd span {
  display: inline-block;
  margin-left: 3%;
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#course .group3 .right .sub-tit {
  text-align: center;
  background: #813852;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.2em;
  margin: 25px 0 0;
}
#course .group3 .right .txt {
  margin: 5vw 0 0;
  letter-spacing: 0;
  line-height: 2.58;
}

#bento {
  margin: 0 0 15vw;
}
#bento .group {
  position: relative;
}
#bento .group::before {
  content: '';
  position: absolute;
  background: url("../img/summer/bg.jpg");
  width: 50vw;
  height: 50vw;
  top: -5vw;
  left: -6%;
}
#bento .group .txt1 {
  margin: 3vw 0 0;
  line-height: 2.8;
}
#bento .group .right {
  position: relative;
  z-index: 2;
  padding: 7vw 0 7vw;
}
#bento .group .right .img {
  margin: 0 -15% 0 30%;
}
#bento .group .left h2 {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: 5vw;
  left: 0;
}
#bento .group .left dl {
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding: 5vw 0 0;
}
#bento .group .left dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: #813852;
}
#bento .group .left dl dt {
  font-size: 5.5vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#bento .group .left dl dd {
  font-size: 4vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 1vw 0 0;
}
#bento .group .left dl dd span {
  display: inline-block;
  margin-left: 3%;
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#bento .group .left .sub-tit {
  text-align: center;
  background: #813852;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.2em;
  margin: 25px 0 0;
}
#bento .group .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2.57;
  margin: 5vw 10% 0;
  letter-spacing: 0;
}
#bento .group .left .txt {
  margin: 5vw 0 0;
  letter-spacing: 0;
  line-height: 2.3;
}

#dessert {
  position: relative;
}
#dessert h2 {
  font-size: 5.5vw;
  line-height: 2;
  width: 22vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
}
#dessert .img {
  margin: -3vw -10% -18vw;
  position: relative;
  z-index: 2;
}
#dessert .txt {
  position: relative;
  z-index: 3;
  line-height: 2.85;
  text-align: justify;
  margin: 7vw 0 0;
}

#daytime {
  margin: 20vw 0;
}
#daytime .group {
  padding: 15vw 0 0;
  position: relative;
}
#daytime .group::before {
  content: '';
  position: absolute;
  background: #b1b1b1;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
#daytime .group:after {
  content: '';
  position: absolute;
  background: url("../img/summer/icon2.png") no-repeat center/auto 100%;
  height: 8vw;
  top: -4vw;
  left: 0;
  right: 0;
}
#daytime .inn {
  position: relative;
}
#daytime .inn::before {
  content: '';
  position: absolute;
  background: url("../img/summer/bg.jpg");
  width: 50vw;
  height: 50vw;
  top: -7vw;
  left: -6%;
}
#daytime .inn .img {
  margin: 0 -35% 0 40%;
}
#daytime .inn .left {
  padding: 5vw 0 0;
}
#daytime .inn .left h2 {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: 3vw;
  left: 0;
}
#daytime .inn .left .txt {
  letter-spacing: 0;
  line-height: 2.8;
}
#daytime .inn .left .btn-cus {
  width: 100%;
  max-width: 80%;
  margin: 5vw auto 0;
}

#floor {
  margin: 0 0 20vw;
  position: relative;
  padding: 55vw 0 0;
}
#floor .bg-parallax {
  min-height: 70vw !important;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#floor .group-title {
  width: 40vw;
  height: 40vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: url("../img/summer/bg2.jpg");
}
#floor .group-title::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.42);
}
#floor .group-title h2 {
  font-size: 5.5vw;
  line-height: 2.3;
  letter-spacing: 0.2em;
}
#floor .group3 {
  margin: 10vw 0 0;
}
#floor .group3 .slide .slick-dots {
  position: absolute;
  bottom: 7vw;
  right: 5%;
  left: auto;
  width: auto;
}
#floor .group3 .slide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7.5px;
}
#floor .group3 .slide .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
#floor .group3 .slide .slick-dots li button::before {
  display: none;
}
#floor .group3 .slide .slick-dots li.slick-active button {
  background: #fff;
}
#floor .group3 .right {
  margin: 7vw 0 0;
}
#floor .group3 .right h3 {
  font-size: 5.5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#floor .group3 .right .txt {
  margin: 4vw 0 0;
  letter-spacing: 0;
  line-height: 2.85;
}
#floor .group3 .right .txt + .txt {
  margin-top: 20px;
}

#reserve {
  background: url("../img/lunch/reserve_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 20vw 5% 10vw;
  text-align: center;
}
#reserve .left h3 {
  font-size: 5vw;
  letter-spacing: 0.16em;
  line-height: 2.3;
  margin: 0 0 7vw;
}
#reserve .left .sub-tel {
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#reserve .left .tel {
  margin: 0 0 2vw;
  font-weight: 600;
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.5;
}
#reserve .left .tel span {
  margin-right: 3%;
  display: inline-block;
  line-height: 1;
  width: 5vw;
}
#reserve .left .tel span img {
  vertical-align: auto;
}
#reserve .left .sub-tel2 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 7vw;
}

@media only screen and (min-width: 768px) {
  .ob {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #lead {
    padding: 152px 0 123px;
    background: url("../img/lunch/lead_deco.png") no-repeat bottom center;
  }
  #lead .img {
    margin: 0 -100px 107px;
  }
  #lead .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 470px;
  }
  #lead .group h2 {
    font-size: 30px;
    margin: 0 13px 0 63px;
  }
  #lead .group .txt {
    margin: 6px 0 0;
    line-height: 3.14;
  }
  #lead .group .txt + .txt {
    margin-right: 44px;
    margin-top: 0;
  }

  #scene {
    margin: 0 0 192px;
  }
  #scene .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #scene .item::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    background: rgba(0, 0, 0, 0.66);
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  #scene .item:hover::before {
    width: 150%;
    left: -46%;
    opacity: 1;
    visibility: visible;
  }
  #scene .item:hover h3 {
    opacity: 0;
    -webkit-transform: translate(-45px, 0);
            transform: translate(-45px, 0);
  }
  #scene .item:hover .bg {
    opacity: 1;
    visibility: visible;
  }
  #scene .item h3 {
    width: 323px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 80px 0 0 44px;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  #scene .item h3::before {
    content: '';
    position: absolute;
    top: 58px;
    width: 81px;
    height: 1px;
    left: 44px;
    background: #000;
  }
  #scene .item .img {
    position: relative;
    height: 600px;
    width: calc(100% - 323px);
  }
  #scene .item + .item {
    margin-top: 4px;
  }
  #scene .item .bg {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    top: 180px;
    left: 460px;
    color: #fff;
    z-index: 4;
    margin: 0;
  }
  #scene .item .bg h2 {
    font-size: 30px;
    padding: 0 0 40px;
  }
  #scene .item .bg h2::before {
    background: #fff;
    width: 81px;
  }
  #scene .item .bg .txt {
    margin: 40px 0 0;
  }

  #link {
    padding: 99px 51px 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #link .banner {
    width: 48%;
    height: 615px;
  }
  #link .banner + .banner {
    margin-top: 0;
  }
  #link .banner::before {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -12px;
  }
  #link .banner .title {
    top: 114px;
    height: 423px;
    font-size: 28px;
  }

  #course {
    padding: 540px 0 65px;
    position: relative;
    background: url("../img/lunch/course_line.png") no-repeat center 660px, url("../img/lunch/course_deco2.png") no-repeat center 1665px;
  }
  #course .bg-parallax {
    min-height: 660px !important;
  }
  #course .group-title {
    width: 274px;
    height: 274px;
  }
  #course .group-title::before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
  #course .group-title h2 {
    font-size: 26px;
  }
  #course .sub-txt {
    margin: 64px 87px 45px 0;
  }
  #course .group {
    position: relative;
    margin: 0 0 119px 80px;
  }
  #course .group .img {
    position: relative;
    height: 722px;
  }
  #course .group h4 {
    top: -48px;
    left: 76px;
    font-size: 30px;
    padding: 19px 0 17px;
  }
  #course .group2 {
    min-height: 746px;
  }
  #course .group2 .img {
    margin: 0 0 0 -128px;
  }
  #course .group2 .img2 {
    position: absolute;
    top: 132px;
    right: -125px;
    width: auto;
  }
  #course .group2 .txt {
    margin: 85px 0 0 9px;
    line-height: 3.14;
  }
  #course .group3 {
    margin: 74px -39px 0 -203px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #course .group3 .right {
    width: 400px;
    margin: 20px 0 0;
  }
  #course .group3 .right dl {
    padding: 31px 0 0;
  }
  #course .group3 .right dl::before {
    width: 88px;
  }
  #course .group3 .right dl dt {
    font-size: 30px;
  }
  #course .group3 .right dl dd {
    font-size: 18px;
    margin: 3px 0 0;
  }
  #course .group3 .right dl dd span {
    margin-left: 20px;
    font-size: 24px;
  }
  #course .group3 .right .txt {
    margin: 40px -50px 0 -5px;
  }

  #bento {
    margin: 0 0 102px;
  }
  #bento .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -148px 0 -52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #bento .group::before {
    width: 344px;
    height: 344px;
    top: 0;
    left: -13px;
  }
  #bento .group:after {
    content: '';
    position: absolute;
    background: url('../img/lunch/course_deco.png') no-repeat center / 100% auto;
    width: 316px;
    height: 305px;
    top: 0;
    left: -118px;
  }
  #bento .group .txt1 {
    position: absolute;
    top: 118px;
    left: 434px;
    width: 520px;
    z-index: 2;
    margin: 0;
  }
  #bento .group .right {
    width: 782px;
    padding: 325px 0 0;
  }
  #bento .group .right .img {
    margin: 0;
  }
  #bento .group .left {
    width: 343px;
    position: relative;
    z-index: 2;
    padding: 107px 0 0;
  }
  #bento .group .left h2 {
    font-size: 30px;
    width: 120px;
    text-align: center;
    margin: 0 0 163px 98px;
    position: static;
  }
  #bento .group .left dl {
    padding: 31px 0 0;
  }
  #bento .group .left dl::before {
    width: 88px;
  }
  #bento .group .left dl dt {
    font-size: 30px;
  }
  #bento .group .left dl dd {
    font-size: 18px;
    margin: 3px 0 0;
  }
  #bento .group .left dl dd span {
    margin-left: 20px;
    font-size: 24px;
  }
  #bento .group .left ul {
    margin: 32px 55px 0 21px;
  }
  #bento .group .left .txt {
    margin: 30px -12px 0;
  }

  #dessert::before {
    content: '';
    position: absolute;
    background: url("../img/lunch/course_deco3.png") no-repeat top center;
    width: 282px;
    height: 317px;
    top: -102px;
    left: calc(50% + 373px);
  }
  #dessert h2 {
    font-size: 30px;
    line-height: 2;
    width: auto;
    position: absolute;
    top: 29px;
    right: 113px;
    margin: 0;
  }
  #dessert .img {
    position: absolute;
    top: 215px;
    right: -250px;
    z-index: 1;
    margin: 0;
  }
  #dessert .img2 {
    margin: 0 0 0 -106px;
  }
  #dessert .txt {
    width: 435px;
    margin: 66px 0 0 3px;
  }

  #daytime {
    margin: 180px 0 220px;
  }
  #daytime .group {
    padding: 94px 0 0;
    margin: 0 -276px 0 -18px;
  }
  #daytime .group::before {
    left: -39px;
    right: 29px;
  }
  #daytime .group:after {
    height: 43px;
    top: -20px;
    left: 0;
    right: 68px;
  }
  #daytime .inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #daytime .inn::before {
    content: '';
    position: absolute;
    background: url("../img/summer/bg.jpg");
    width: 344px;
    height: 344px;
    top: 0;
    left: -34px;
  }
  #daytime .inn:after {
    content: '';
    position: absolute;
    background: url("../img/lunch/daytime_deco.png") no-repeat center/100% auto;
    width: 244px;
    height: 344px;
    top: 0;
    left: 144px;
  }
  #daytime .inn .img {
    margin: 116px 0 0;
  }
  #daytime .inn .left {
    width: 336px;
    position: relative;
    z-index: 2;
    padding: 108px 0 0;
  }
  #daytime .inn .left h2 {
    font-size: 30px;
    width: 180px;
    margin: 0 0 187px 46px;
    position: static;
  }
  #daytime .inn .left .txt {
    width: 320px;
    margin: 0 0 0 8px;
  }
  #daytime .inn .left .btn-cus {
    max-width: 100%;
    margin: 91px 0 0;
  }

  #floor {
    margin: 0 0 174px;
    position: relative;
    padding: 536px 0 0;
    background: url("../img/lunch/floor_deco.png") no-repeat center 660px;
  }
  #floor .bg-parallax {
    min-height: 660px !important;
  }
  #floor .group-title {
    width: 274px;
    height: 274px;
  }
  #floor .group-title::before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
  #floor .group-title h2 {
    font-size: 26px;
  }
  #floor .group3 {
    margin: 111px -11px 0 -303px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #floor .group3 .slide {
    width: 794px;
  }
  #floor .group3 .slide .slick-dots {
    bottom: 45px;
    right: 40px;
  }
  #floor .group3 .right {
    width: 443px;
    margin: 77px 0 0;
  }
  #floor .group3 .right h3 {
    font-size: 30px;
  }
  #floor .group3 .right .txt {
    margin: 39px 3px 0;
  }
  #floor .group3 .right .txt + .txt {
    margin-top: 41px;
  }

  #reserve {
    padding: 136px 0 88px 204px;
    text-align: left;
  }
  #reserve .left h3 {
    font-size: 26px;
    margin: 0 0 44px;
  }
  #reserve .left .sub-tel {
    font-size: 18px;
  }
  #reserve .left .tel {
    margin: 0 0 10px;
    font-size: 42px;
  }
  #reserve .left .tel span {
    margin-right: 20px;
    width: auto;
  }
  #reserve .left .sub-tel2 {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0 0 48px;
  }
  #reserve .left .txt {
    line-height: 2.85;
  }
}
@media only screen and (min-width: 1300px) {
  #floor .group3 {
    margin: 111px -111px 0 -203px;
  }

  #daytime .group {
    margin: 0 -176px 0 -118px;
  }

  #floor .group3 .slide .slick-dots li:hover button {
    background: #fff;
  }
}
