@charset "UTF-8";
.page-child {
  background: url(../img/lunch/bg.jpg) repeat;
}

.page-child header {
  background: none;
  height: auto;
}

.page-child h1 {
  color: #696969;
  font-size: 15px;
  line-height: 24px;
  padding: 20px 0 0 20px !important;
}

#key-page {
  height: 740px;
  position: relative;
}

#key-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 740px;
  width: 100%;
}

#key-page ul .first {
  width: calc(50% + 30px);
  height: 100%;
  background: url(../img/takeout/key.jpg) no-repeat center;
  background-size: cover;
}

#key-page ul .last {
  width: calc(50% - 38px);
  height: 433px;
  background: url(../img/takeout/key1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#key-page ul .last span {
  position: absolute;
  top: 530px;
  left: 90px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .page-child {
    background: url(../img/lunch/bg.jpg) repeat;
  }
  .page-child header {
    background: none;
    height: auto;
  }
  .page-child h1 {
    display: none;
  }
  #key-page {
    height: auto;
    position: relative;
  }
  #key-page ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  #key-page ul .first {
    width: 95%;
    height: 300px;
    margin-right: 5%;
  }
  #key-page ul .last {
    width: 100%;
    height: 165px;
    position: relative;
    margin: 5vw 2% 0 5%;
  }
  #key-page ul .last span {
    position: absolute;
    top: 180px;
    left: 0%;
    width: 80%;
    z-index: 2;
  }
}

/*************sec1*************/
#sec1 {
  background: url(../img/takeout/sec1_bg.jpg) no-repeat bottom right;
  position: relative;
  padding: 0 0 380px;
}

#sec1 .txt {
  width: 435px;
  margin: 0 0 0 635px;
  padding-top: 15px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

#sec1 .photo {
  position: absolute;
  bottom: -230px;
  left: -60px;
}

#sec1 .photo::before {
  background: url(../img/dinner/sec7_deco.jpg) repeat center top;
  height: 428px;
  width: 606px;
  position: absolute;
  top: 35px;
  right: 35px;
  content: "";
}

#sec1 .photo::after {
  background: url(../img/takeout/sec1_deco.png) no-repeat center top;
  height: 286px;
  width: 580px;
  position: absolute;
  top: 228px;
  left: 530px;
  content: "";
}

@media only screen and (max-width: 767px) {
  #sec1 {
    background: url(../img/takeout/sec1_bg.jpg) no-repeat bottom right;
    position: relative;
    padding: 50vw 0 25vw;
  }
  #sec1 .txt {
    width: 100%;
    margin: 0 0 5vw;
    padding-top: 0;
    line-height: 28px;
  }
  #sec1 .photo {
    position: relative;
    bottom: 0;
    left: 0;
    width: 75%;
  }
  #sec1 .photo::before {
    background: url(../img/dinner/sec7_deco.jpg) repeat center top;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "";
  }
  #sec1 .photo::after {
    background: url(../img/takeout/sec1_deco.png) no-repeat right top;
    background-size: 100% auto;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 70%;
    left: 66%;
    content: "";
  }
}

/*************sec2 sec3 sec4*************/
#sec2 {
  position: relative;
  background: url(../img/takeout/sec2_bg.jpg) no-repeat top left, url(../img/dinner/sec1_bg.jpg) repeat top center;
  color: #FFF;
}

#sec2 h2 {
  text-align: center;
}

#sec2 .note {
  text-align: center;
  padding: 20px 0 125px;
}

#sec2 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}

#sec2 .block dl {
  width: 345px;
  padding-top: 35px;
}

#sec2 .block dl dt {
  font-size: 35px;
  line-height: 60px;
  margin-bottom: 30px;
}

#sec2 .slide-box {
  width: 765px;
  height: 532px;
  margin-right: -160px;
}

#sec2 .slide-box .slick-slide li {
  background: url(../img/takeout/sec2_js1.jpg) no-repeat center;
  background-size: cover;
  width: 765px;
  height: 532px;
}

#sec2 .slide-box .slick-slide li.slide2 {
  background: url(../img/takeout/sec2_js2.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-slide li.slide3 {
  background: url(../img/takeout/sec2_js3.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-slide li.slide4 {
  background: url(../img/takeout/sec2_js4.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-slide li.slide5 {
  background: url(../img/takeout/sec2_js5.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-slide li.slide6 {
  background: url(../img/takeout/sec2_js6.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-dots {
  position: absolute;
  bottom: 22px;
  left: 22px;
}

#sec2 .list {
  position: relative;
  width: 1150px;
  margin-left: -75px;
  padding-bottom: 30px;
}

#sec2 .list .item {
  margin-bottom: 120px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#sec2 .list .item.is-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#sec2 .list .item.is-item .photo {
  position: absolute;
  top: -30px;
  right: 35px;
  left: inherit;
}

#sec2 .list .item .photo {
  position: absolute;
  top: -30px;
  left: 35px;
}

#sec2 .list .item .text {
  min-height: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 530px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec2 .list .item .text dl {
  width: 345px;
}

#sec2 .list .item .text dl dt {
  font-size: 35px;
  line-height: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #sec2 {
    position: relative;
    background: url(../img/takeout/sec2_bg.jpg) no-repeat top left, url(../img/dinner/sec1_bg.jpg) repeat top center;
    background-size: 170% auto, auto;
    color: #FFF;
  }
  #sec2 h2 {
    text-align: center;
    margin: auto;
    width: 60%;
  }
  #sec2 .note {
    text-align: center;
    padding: 10px 0 25px;
    font-size: 14px;
    line-height: 26px;
  }
  #sec2 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10vw;
  }
  #sec2 .block dl {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 25px;
    margin-bottom: 2vw;
  }
  #sec2 .block dl dt {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #sec2 .slide-box {
    width: 100%;
    height: 260px;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec2 .slide-box .slick-slide li {
    background: url(../img/takeout/sec2_js1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 260px;
  }
  #sec2 .slide-box .slick-slide li.slide2 {
    background: url(../img/takeout/sec2_js2.jpg) no-repeat center;
    background-size: cover;
  }
	#sec2 .slide-box .slick-slide li.slide3 {
    background: url(../img/takeout/sec2_js3.jpg) no-repeat center;
    background-size: cover;
  }
	#sec2 .slide-box .slick-slide li.slide4 {
    background: url(../img/takeout/sec2_js4.jpg) no-repeat center;
    background-size: cover;
  }
	#sec2 .slide-box .slick-slide li.slide5 {
    background: url(../img/takeout/sec2_js5.jpg) no-repeat center;
    background-size: cover;
  }
	#sec2 .slide-box .slick-slide li.slide6 {
    background: url(../img/takeout/sec2_js6.jpg) no-repeat center;
    background-size: cover;
  }
  #sec2 .slide-box .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 12px;
  }
  #sec2 .list {
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 30px;
  }
  #sec2 .list .item {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec2 .list .item.is-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sec2 .list .item.is-item .photo {
    position: relative;
    top: 0;
    right: 0;
    left: inherit;
  }
  #sec2 .list .item .photo {
    position: relative;
    top: 0px;
    left: 0px;
  }
  #sec2 .list .item .text {
    min-height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec2 .list .item .text dl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7vw 5% 6vw;
  }
  #sec2 .list .item .text dl dt {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

/*************sec3*************/
#sec3 {
  padding: 125px 0 175px;
  background: url(../img/takeout/sec3_bg.jpg) no-repeat top center, url(../img/dinner/sec1_bg.jpg) repeat top center;
  background-size: 100% auto;
  color: #FFF;
}

#sec3 h2 {
  text-align: center;
  position: relative;
  font-size: 38px;
  margin-bottom: 70px;
  letter-spacing: 0.15em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#sec3 h2::before {
  background: currentColor;
  position: absolute;
  top: -160px;
  left: 50%;
  width: 1px;
  height: 100px;
  content: "";
}

#sec3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 65px;
}

#sec3 .list .item {
  width: 470px;
}

#sec3 .list .item h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 12px;
}

#sec3 .list .item ul {
  margin-bottom: 80px;
}

#sec3 .list .item ul li {
  padding: 14px 0;
  border-bottom: 1px solid;
}

#sec3 .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin-left: -100px;
}

@media only screen and (max-width: 767px) {
  #sec3 {
    padding: 125px 0 75px;
    background: url(../img/takeout/sec3_bg.jpg) no-repeat top center, url(../img/dinner/sec1_bg.jpg) repeat top center;
    background-size: 100% auto;
    color: #FFF;
  }
  #sec3 h2 {
    text-align: center;
    position: relative;
    font-size: 8vw;
    margin-bottom: 70px;
    letter-spacing: 0.15em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec3 h2::before {
    background: currentColor;
    position: absolute;
    top: -160px;
    left: 50%;
    width: 1px;
    height: 100px;
    content: "";
  }
  #sec3 .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15px;
  }
  #sec3 .list .item {
    width: 470px;
  }
  #sec3 .list .item h3 {
    font-size: 18px;
  }
  #sec3 .list .item ul {
    margin-bottom: 35px;
  }
  #sec3 .list .item ul li {
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px solid;
  }
  #sec3 .photo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
  }
  #sec3 .photo ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}

/*************sec4*************/
#sec4 {
  position: relative;
}

#sec4 .box {
  background: url(../img/takeout/sec4_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#sec4 .block {
  background: url(../img/takeout/sec5_ttl.jpg) no-repeat center top;
  padding: 95px 0 80px;
}

#sec4 .block h2 {
  text-align: center;
  margin-bottom: 20px;
}

#sec4 .block .txt {
  text-align: center;
  margin-bottom: 48px;
}

#sec4 .block .txt span{
  text-align: center;
	color: #A81416;
	font-weight: bold;
}

#sec4 .block .box-time {
  width: 640px;
  margin: auto;
  border: 1px solid;
  padding: 28px;
  text-align: center;
}

#sec4 .block .box-time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 40px;
}

#sec4 .block .box-time dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #810000;
  margin-right: 15px;
}

#sec4 .block ul {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec4 .block ul li {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  #sec4 {
    position: relative;
    padding-bottom: 20px;
  }
  #sec4 .box {
    padding: 20px 0 25px;
  }
  #sec4 .box h2 {
    margin: 0 20%;
  }
  #sec4 .block {
    background: url(../img/takeout/sec5_ttl.jpg) no-repeat center top;
    padding: 45px 0 40px;
  }
  #sec4 .block h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #sec4 .block .txt {
    text-align: justify;
    margin-bottom: 28px;
    font-size: 15px;
  }
  #sec4 .block .box-time {
    width: 100%;
    margin: auto;
    border: 1px solid;
    padding: 20px 20px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec4 .block .box-time dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #sec4 .block .box-time dl dt {
    font-weight: bold;
    font-size: 16px;
    color: #810000;
    margin-right: 0;
  }
  #sec4 .block ul {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec4 .block ul li {
    margin: 0;
    width: 48%;
  }
}

/*************sec5*************/
#sec5 {
  background: url(../img/lunch/sec2_bg.jpg) repeat center bottom;
  padding: 70px 0 50px;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 50px;
}

#sec5 .box {
  margin: 0 100px 110px;
}

#sec5 .box h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 42px;
  letter-spacing: 0.15em;
}

#sec5 .box h3 span {
  padding-right: 40px;
  background: url(../img/lunch/sec2_bg.jpg) repeat center bottom;
  display: inline-block;
  position: relative;
  z-index: 2;
}

#sec5 .box h3::after {
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

#sec5 .box dl {
  margin-bottom: 28px;
}

#sec5 .box dl dt {
  margin-bottom: 12px;
  background: url(../img/takeout/icon_q.png) no-repeat 45px 18px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px 65px 20px 90px;
}

#sec5 .box dl dd {
  background: url(../img/takeout/icon_a.png) no-repeat 44px 20px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 40px;
  padding: 19px 65px 19px 90px;
}

#sec5 .box dl dd span{
  color: #A81416;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #sec5 {
    background: url(../img/lunch/sec2_bg.jpg) repeat center bottom;
    padding: 50px 0 30px;
  }
  #sec5 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #sec5 .box {
    margin: 0 0 50px;
  }
  #sec5 .box h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 0.15em;
  }
  #sec5 .box h3 span {
    padding-right: 20px;
    background: url(../img/lunch/sec2_bg.jpg) repeat center bottom;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  #sec5 .box h3::after {
    width: 100%;
    height: 1px;
    background: currentColor;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
  }
  #sec5 .box dl {
    margin-bottom: 25px;
  }
  #sec5 .box dl dt {
    margin-bottom: 12px;
    background: url(../img/takeout/icon_q.png) no-repeat 15px 12px rgba(255, 255, 255, 0.5);
    font-size: 20px;
    padding: 10px 25px 10px 60px;
  }
  #sec5 .box dl dd {
    background: url(../img/takeout/icon_a.png) no-repeat 14px 12px rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 30px;
    padding: 10px 25px 10px 60px;
  }
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 9px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  background: url(../img/dinner/dot.png) no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: url(../img/dinner/dot_ac.png) no-repeat;
}

.button2{
	padding-top: 20px;
}