@charset "UTF-8";
.page-child header {
  background: none;
  height: auto;
}

.page-child h1 {
  color: #696969;
  font-size: 15px;
  line-height: 24px;
  padding: 20px 0 0 20px !important;
  background: url(../img/dinner/sec1_bg.jpg) repeat center;
}

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

#key-page::before {
  background: url(../img/dinner/sec1_bg.jpg) repeat center;
  width: 100%;
  height: 299px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

#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/dinner/key.jpg) no-repeat center;
  background-size: cover;
}

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

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

@media only screen and (max-width: 767px) {
  .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: 195px;
    left: 0%;
    width: 80%;
    z-index: 2;
  }
}

/*************common*************/
.bg-parallax {
  position: relative;
  z-index: 0;
}

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

.img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/*************sec1*************/
#sec1 {
  background: url(../img/dinner/set1_deco1.jpg) no-repeat bottom left, url(../img/dinner/sec1_bg1.jpg) no-repeat bottom center, url(../img/dinner/sec1_bg.jpg) repeat top center;
  color: #FFF;
  position: relative;
  padding: 75px 0 130px;
}

#sec1 .wrap::before {
  background: url(../img/dinner/set1_deco.jpg) repeat;
  width: 100%;
  position: absolute;
  top: 400px;
  bottom: -130px;
  right: 970px;
  content: "";
}

#sec1 .txt {
  width: 565px;
  margin: 0 0 380px 500px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

#sec1 .note {
  position: relative;
  z-index: 1;
}

#sec1 h2 {
  position: absolute;
  top: 0;
  left: 80px;
}

#sec1 .sp {
  display: none;
}

#sec1 dl {
  margin-top: 35px;
  font-size: 35px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
}

#sec1 dl dt span {
  position: relative;
  z-index: 1;
}

#sec1 dl dt span::before {
  background: rgba(83, 83, 83, 0.43);
  position: absolute;
  top: 13px;
  left: -2%;
  width: 102%;
  height: 34px;
  content: "";
  z-index: -1;
}

#sec1 dl dd span {
  font-size: 25px;
}

#sec1 .text {
  width: 320px;
  margin-top: 35px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#sec1 .text::before {
  background: #c3c3c3;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
  content: "";
}

@media only screen and (max-width: 767px) {
  #sec1 {
    background: url(../img/dinner/set1_deco1.jpg) no-repeat bottom left, url(../img/dinner/sec1_bg11.jpg) no-repeat top 170vw right, url(../img/dinner/sec1_bg.jpg) repeat top center;
    background-size: 100% auto, 130% auto, auto;
    color: #FFF;
    position: relative;
    padding: 70vw 0 60px;
  }
  #sec1 .wrap::before {
    background: url(../img/dinner/set1_deco.jpg) repeat-x bottom left;
    height: 100%;
    width: 15%;
    position: absolute;
    bottom: -20vw;
    left: 0;
    right: inherit;
    content: "";
  }
  #sec1 .txt {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: justify;
    position: relative;
    z-index: 1;
  }
  #sec1 .note {
    position: relative;
    z-index: 1;
  }
  #sec1 h2 {
    position: relative;
    top: 0;
    left: 0;
    width: 20%;
    margin: auto;
  }
  #sec1 .sp {
    display: block;
  }
  #sec1 dl {
    margin-top: 20px;
    font-size: 26px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 1;
  }
  #sec1 dl dt span {
    position: relative;
    z-index: 1;
  }
  #sec1 dl dt span::before {
    background: rgba(83, 83, 83, 0.43);
    position: absolute;
    top: 13px;
    left: -2%;
    width: 102%;
    height: 24px;
    content: "";
    z-index: -1;
  }
  #sec1 dl dd span {
    font-size: 22px;
  }
  #sec1 .text {
    width: 100%;
    margin-top: 25px;
    padding-top: 30px;
  }
}

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

#sec2::before {
  background: url(../img/dinner/sec2_deco.png) no-repeat center left;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
}

#sec3 {
  position: relative;
}

#sec3::before {
  background: url(../img/dinner/sec3_deco.png) no-repeat center left;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
}

#sec4 {
  position: relative;
}

#sec4::before {
  background: url(../img/dinner/sec4_deco.png) no-repeat center left;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
}

.box-par {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 95px;
  height: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-par .item {
  width: 430px;
  color: #FFF;
}

.box-par .item h2 {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.15em;
}

.box-par .item h2 span {
  display: block;
  font-size: 28px;
}

.box-par .item dl {
  margin-bottom: 45px;
}

.box-par .item dl dt {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.15em;
  padding: 20px 0 25px;
}

.box-par .item dl dt span {
  font-size: 25px;
}

.box-par .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #sec2 {
    position: relative;
  }
  #sec2::before {
    background: url(../img/dinner/sec2_deco.png) no-repeat top left;
    background-size: 80px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
  }
  #sec3 {
    position: relative;
  }
  #sec3::before {
    background: url(../img/dinner/sec3_deco.png) no-repeat top left;
    background-size: 80px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
  }
	#sec03 {
  position: relative;
}

#sec03::before {
  background: url(../img/dinner/sec3_deco.png) no-repeat center left;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
}
  #sec4 {
    position: relative;
  }
  #sec4::before {
    background: url(../img/dinner/sec4_deco.png) no-repeat top left;
    background-size: 80px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
  }
  .box-par {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 75vw;
  }
  .box-par .item {
    width: 100%;
    color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 20px;
    background: url(../img/dinner/sec1_bg.jpg) repeat;
  }
  .box-par .item h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.15em;
  }
  .box-par .item h2 span {
    display: block;
    font-size: 28px;
  }
  .box-par .item dl {
    margin-bottom: 25px;
  }
  .box-par .item dl dt {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.15em;
    padding: 10px 0 15px;
  }
  .box-par .item dl dt span {
    font-size: 20px;
  }
  .box-par .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
  .box-par .item ul li:first-child{
    margin-right: 6%;
  }
}

/*************sec5*************/
#sec5 {
  background: url(../img/dinner/sec5_bg.jpg) repeat center top;
  padding: 80px 0 120px;
}

#sec5 .box {
  padding-left: 680px;
}

#sec5 .box dl {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

#sec5 .box dl dt {
  padding: 20px 0;
}

#sec5 .box dl span {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  #sec5 {
    background: url(../img/dinner/sec5_bg.jpg) no-repeat left 20% top, url(../img/dinner/sp1_bg.jpg) repeat;
    background-size: 190% auto, auto;
    padding: 180px 0 50px;
  }
  #sec5 .box {
    padding-left: 0;
  }
  #sec5 .box dl {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.10em;
    margin-bottom: 10px;
  }
  #sec5 .box dl dt {
    padding: 5px 0;
  }
  #sec5 .box dl span {
    font-size: 20px;
  }
}

/*************sec6*************/
#sec6 {
  padding: 135px 0 110px;
}

#sec6 h2 {
  text-align: center;
  margin-bottom: 20px;
}

#sec6 .note {
  text-align: center;
  margin-bottom: 30px;
}

#sec6 .toggle .toggle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec6 .toggle .toggle-link span {
  width: 79px;
  height: 80px;
  background: url(../img/dinner/close.png) no-repeat center top;
  transition: 0.3s;
}
#sec6 .toggle .toggle-link span:hover {
  opacity: 0.7;
}
#sec6 .toggle .toggle-main {
  padding-top: 35px;
}

#sec6 .toggle.active .toggle-link span img {
  opacity: 0;
}

#sec6 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec6 .block .list {
  width: 300px;
}

#sec6 .block .list h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 35px;
}

#sec6 .block .list h3:first-child {
  padding-top: 0;
}

#sec6 .block .list h4 {
  border-bottom: 1px solid;
  line-height: 30px;
  padding: 10px 0;
}

#sec6 .block .list dl {
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 30px;
  padding: 10px 0;
}

#sec6 .block .list dl dd {
  min-width: 90px;
  text-align: right;
}


@media only screen and (max-width: 767px) {
  #sec6 {
    padding: 65px 0 50px;
  }
  #sec6 h2 {
    text-align: center;
    padding: 0 10%;
    margin-bottom: 20px;
  }
  #sec6 .note {
    text-align: center;
    margin-bottom: 20px;
  }
  #sec6 .toggle .toggle-main {
    padding-top: 10px;
  }
  #sec6 .toggle .toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec6 .toggle .toggle-link span {
    width: 70px;
    height: 90px;
    background: url(../img/dinner/close.png) no-repeat center top;
    background-size: 100% auto;
  }
  #sec6 .toggle.active .toggle-link span img {
    opacity: 0;
  }
  #sec6 .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;
  }
  #sec6 .block .list {
    width: 100%;
    margin-bottom: 40px;
  }
  #sec6 .block .list h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #sec6 .block .list h4 {
    border-bottom: 1px solid;
    line-height: 26px;
    padding: 10px 0;
  }
  #sec6 .block .list dl {
    border-bottom: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 26px;
    padding: 10px 0;
    position: relative;
  }
  #sec6 .block .list dl dt {
    max-width: 250px;
  }
  #sec6 .block .list dl dd {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

/*************sec7*************/
#sec7 {
  background: url(../img/dinner/sec7_bg.jpg) repeat top center;
  color: #FFF;
  padding-bottom: 400px;
  position: relative;
}

#sec7::before {
  background: url(../img/dinner/sec7_deco.jpg) repeat bottom left;
  height: 420px;
  width: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

#sec7 .photo {
  position: absolute;
  top: 0;
  left: -250px;
  z-index: 1;
}

#sec7 .photo1 {
  position: absolute;
  z-index: 2;
  top: 564px;
  left: -112px;
}

#sec7 .box {
  padding-left: 605px;
  position: relative;
  z-index: 2;
}

#sec7 .box h2 {
  font-size: 45px;
  line-height: 80px;
  padding: 110px 0 35px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.15em;
  width: 110%;
}

#sec7 .box .link-btn {
  margin: 55px 0 0 25px;
}

@media only screen and (max-width: 767px) {
  #sec7 {
    background: url(../img/dinner/sec7_bg.jpg) repeat top center;
    color: #FFF;
    padding-bottom: 12vw;
    position: relative;
  }
  #sec7::before {
    background: url(../img/dinner/sec7_deco.jpg) repeat bottom left;
    height: 50vw;
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
  #sec7 .photo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 106%;
    margin-left: -7%;
  }
  #sec7 .photo1 {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
  }
  #sec7 .box {
    padding-left: 0;
    position: relative;
    z-index: 2;
  }
  #sec7 .box h2 {
    font-size: 30px;
    line-height: 44px;
    padding: 25px 0 15px;
    letter-spacing: 0.15em;
    width: 110%;
  }
  #sec7 .box .link-btn {
    margin: 35px 25px 35px 25px;
  }
}

/*************sec8*************/
#sec8 {
  background: url(../img/dinner/sec8_bg.jpg) no-repeat top center, url(../img/dinner/sec8_bg_r.jpg) repeat;
  padding: 100px 0 130px;
  color: #FFF;
}

#sec8 .photo {
  width: 946px;
  margin-left: 220px;
  position: relative;
}

#sec8 .slide-box {
  position: absolute;
  width: 946px;
  height: 638px;
  top: 0;
  right: -170px;
}

#sec8 .slide-box::before {
  background: url(../img/dinner/set1_deco.jpg) repeat center left;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: 110px;
  content: "";
  z-index: 0;
}

#sec8 .slide-box .slick-slide li {
  background: url(../img/dinner/sec8_js01.jpg) no-repeat center;
  background-size: cover;
  width: 946px;
  height: 638px;
}

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

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

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

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

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

#sec8 h2 {
  position: absolute;
  top: -100px;
  left: 130px;
  z-index: 3;
}

#sec8 .txt {
  color: #FFF;
  position: absolute;
  top: 105px;
  left: -10px;
}

#sec8 .box {
  padding-top: 750px;
}

#sec8 .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec8 .box dl dt {
  width: 260px;
  position: relative;
  font-size: 35px;
  line-height: 60px;
}

#sec8 .box dl dt::before {
  width: 1px;
  height: 255px;
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}

#sec8 .box dl dt i {
  font-size: 25px;
}

#sec8 .box dl dt span {
  line-height: 80px;
}

#sec8 .box dl dt small {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  background: #FFF;
  padding: 1px 40px;
  margin-top: 13px;
  line-height: 40px;
}

#sec8 .box dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 261px);
  padding-left: 65px;
}

#sec8 .box dl dd span {
  display: block;
  margin-bottom: 30px;
}

#sec8 .list {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec8 .list .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 412px;
  background: url(../img/dinner/bg_box.jpg) repeat;
  margin: 0 25px;
  text-align: center;
  padding: 60px 20px 40px;
}

#sec8 .list .item dl dt {
  font-size: 30px;
  line-height: 50px;
}

#sec8 .list .item dl dd {
  font-size: 35px;
  line-height: 70px;
}

#sec8 .list .item dl dd span {
  font-size: 25px;
}

#sec8 .list .item .number span {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  background: #FFF;
  padding: 1px 40px;
  line-height: 40px;
  margin-top: 16px;
}

#sec8 .list .item ul {
  padding-top: 35px;
}

#sec8 .list .item ul li {
  margin-bottom: 30px;
}

@media only screen and (min-width: 767px) {
#sec8 .add {
  text-align: center;
    margin-top: 70px;
    border: 1px solid;
    border-color: white;
    padding: 50px;
}
}


@media only screen and (min-width: 767px) {
    #sec8 .item .soon {
    position: relative;
    top: 30vw;
}
}

@media only screen and (max-width: 767px) {
  #sec8 {
    background: url(../img/dinner/sec8_bg.jpg) no-repeat top right, url(../img/dinner/sec8_bg_r.jpg) repeat;
    background-size: 100% auto, auto;
    padding: 60px 0 40px;
    color: #FFF;
  }
  #sec8 .slide-box {
    position: relative;
    width: 100%;
    height: 260px;
    top: 0;
    right: 0;
  }
  #sec8 .slide-box::before {
    background: url(../img/dinner/set1_deco.jpg) repeat center left;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -30px;
    left: 40px;
    content: "";
    z-index: 0;
  }
  #sec8 .slide-box .slick-slide li {
    background: url(../img/dinner/sec8_js01.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 260px;
  }
  #sec8 .slide-box .slick-slide li.slide2 {
    background: url(../img/dinner/sec8_js02.jpg) no-repeat center;
    background-size: cover;
  }
  #sec8 .slide-box .slick-slide li.slide3 {
    background: url(../img/dinner/sec8_js03.jpg) no-repeat center;
    background-size: cover;
  }
  #sec8 .slide-box .slick-dots {
    position: absolute;
    bottom: 22px;
    right: 22px;
  }
  #sec8 h2 {
    position: relative;
    top: 0;
    left: 0px;
    z-index: 3;
    padding: 10vw 10% 0;
  }
  #sec8 .txt {
    color: #FFF;
    position: relative;
    top: 0;
    left: 0px;
    font-size: 15px;
  }
  #sec8 .box {
    width: 114%;
    margin-left: -7%;
    padding-top: 30px;
    background: url(../img/dinner/sec8_bg.jpg) no-repeat top -50vw right;
    background-size: 170% auto;
  }
  #sec8 .box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 7%;
  }
  #sec8 .box dl dt {
    width: 100%;
    position: relative;
    font-size: 28px;
    line-height: 46px;
  }
  #sec8 .box dl dt::before {
    display: none;
  }
  #sec8 .box dl dt i {
    font-size: 25px;
  }
  #sec8 .box dl dt span {
    line-height: 40px;
    display: block;
    margin-bottom: -6vw;
  }
  #sec8 .box dl dt small {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    color: #000;
    background: #FFF;
    padding: 1px 40px;
    margin-top: 0;
    line-height: 40px;
  }
  #sec8 .box dl dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 0;
  }
  #sec8 .box dl dd span {
    display: block;
    margin-bottom: 0;
    padding-top: 20px;
  }
  #sec8 .list {
    padding-top: 40px;
    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;
  }
  #sec8 .list .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: url(../img/dinner/bg_box.jpg) repeat;
    margin: 0 0 25px;
    text-align: center;
    padding: 30px 20px 20px;
  }
  #sec8 .list .item dl dt {
    font-size: 24px;
    line-height: 40px;
  }
  #sec8 .list .item dl dd {
    font-size: 30px;
    line-height: 50px;
  }
  #sec8 .list .item dl dd span {
    font-size: 20px;
  }
  #sec8 .list .item .number span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #000;
    background: #FFF;
    padding: 1px 40px;
    line-height: 40px;
    margin-top: 16px;
  }
  #sec8 .list .item ul {
    padding-top: 15px;
  }
  #sec8 .list .item ul li {
    margin-bottom: 15px;
  }
    #sec8 .add {
  text-align: center;
    margin-top: 30px;
    border: 1px solid;
    border-color: white;
    padding: 20px;
    letter-spacing: 0;
}
}

/*************sec9*************/
#sec9 {
  background: url(../img/dinner/sec9_bg.jpg) no-repeat top center;
  position: relative;
  padding: 80px 0 115px;
}

#sec9::before {
  background: url(../img/dinner/sec7_deco.jpg) repeat center left;
  width: calc(50% - 590px);
  height: 790px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}

#sec9 .slide-box {
  position: absolute;
  width: 808px;
  height: 622px;
  top: 0;
  left: -180px;
}

#sec9 .slide-box .slick-slide li {
  background: url(../img/dinner/sec9_js1.jpg) no-repeat center;
  background-size: cover;
  width: 808px;
  height: 622px;
}

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

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

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

#sec9 .slide-box .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;
}

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

#sec9 .text {
  margin-left: 680px;
  padding-top: 104px;
  width: 120%;
}

#sec9 .text h2 {
  margin-bottom: 30px;
  padding-top: 50px;
  background: url(../img/dinner/sec9_ttl.png) no-repeat top left;
  font-size: 50px;
  line-height: 80px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.12em;
}

#sec9 .text dl dt {
  letter-spacing: 0.15em;
  font-size: 35px;
  padding: 6px 0 30px;
}

#sec9 .text dl dd {
  width: 330px;
  min-height: 212px;
}

#sec9 .list {
  padding-top: 90px;
  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;
}

#sec9 .list .item {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 53px 20px 32px;
}

#sec9 .list .item dl dt {
  font-size: 30px;
  line-height: 50px;
}

#sec9 .list .item dl dd {
  font-size: 35px;
  line-height: 70px;
}

#sec9 .list .item dl dd span {
  font-size: 25px;
}

#sec9 .list .item .number span {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 1px 40px;
  line-height: 40px;
  margin-top: 16px;
}

#sec9 .list .item ul {
  padding-top: 35px;
}

#sec9 .list .item ul li {
  margin-bottom: 30px;
}

#sec9 .drink-box {
  position: relative;
  margin-top: 165px;
}

#sec9 .drink-box::before {
  background: url(../img/dinner/sec9_deco.png) no-repeat;
  width: 471px;
  height: 214px;
  content: "";
  position: absolute;
  left: 267px;
  top: -147px;
}

#sec9 .drink-box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec9 .drink-box .block .item {
  width: 445px;
  background: url(../img/dinner/sec9_bg_box.jpg) repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 58px 20px 44px;
  text-align: center;
}

#sec9 .drink-box .block .item:nth-child(1) {
  width: 530px;
  padding: 58px 20px 44px;
}

#sec9 .drink-box .block .item dl {
  font-weight: 500;
  margin-bottom: 10px;
}
#sec9 .drink-box .block .item .width {
  width: 350px;
    margin: 0 auto;
}

#sec9 .drink-box .block .item dl dt {
  font-size: 30px;
  line-height: 50px;
}

#sec9 .drink-box .block .item dl dt span {
  font-size: 40px;
}

#sec9 .drink-box .block .item dl dd {
  font-size: 25px;
  line-height: 50px;
}

#sec9 .drink-box .block .item dl dd span {
  font-size: 35px;
}

#sec9 .drink-box .block .item .txt span {
  display: block;
  padding-bottom: 30px;
}

#sec9 .drink-box .note {
  text-align: center;
  padding: 80px 0 63px;
}

#sec9 .drink-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}

#sec9 .drink-box ul li {
  margin: 0 30px;
}

@media only screen and (max-width: 767px) {
  #sec9 {
    background: url(../img/dinner/sec9_bg.jpg) no-repeat top right 13%;
    background-size: 220% auto;
    position: relative;
    padding: 60px 0 65px;
  }
  #sec9::before {
    background: url(../img/dinner/sec7_deco.jpg) repeat center left;
    width: calc(50% - 590px);
    height: 790px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
  }
  #sec9 .slide-box {
    position: relative;
    width: 100%;
    height: 280px;
    top: 0;
    left: -10%;
  }
  #sec9 .slide-box .slick-slide li {
    background: url(../img/dinner/sec9_js1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 280px;
  }
  #sec9 .slide-box .slick-slide li.slide2 {
    background: url(../img/dinner/sec9_js2.jpg) no-repeat center;
    background-size: cover;
  }
  #sec9 .slide-box .slick-slide li.slide3 {
    background: url(../img/dinner/sec9_js3.jpg) no-repeat center;
    background-size: cover;
  }
  #sec9 .slide-box .slick-dots {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  #sec9 .slide-box .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;
  }
  #sec9 .slide-box .slick-dots li.slick-active button {
    background: url(../img/dinner/dot_ac.png) no-repeat;
  }
  #sec9 .text {
    margin-left: 0px;
    padding-top: 30px;
    width: 100%;
  }
  #sec9 .text h2 {
    margin-bottom: 20px;
    padding-top: 40px;
    background: url(../img/dinner/sec9_ttl.png) no-repeat top left;
    background-size: 120px auto;
    font-size: 30px;
    line-height: 46px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.12em;
  }
  #sec9 .text dl dt {
    letter-spacing: 0.15em;
    font-size: 25px;
    padding: 1px 0 10px;
  }
  #sec9 .text dl dd {
    width: 100%;
    min-height: auto;
  }
  #sec9 .list {
    padding-top: 40px;
    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;
  }
  #sec9 .list .item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 25px 20px 22px;
    margin-bottom: 25px;
  }
  #sec9 .list .item dl dt {
    font-size: 26px;
    line-height: 40px;
  }
  #sec9 .list .item dl dd {
    font-size: 30px;
    line-height: 50px;
  }
  #sec9 .list .item dl dd span {
    font-size: 20px;
  }
  #sec9 .list .item .number span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 1px 40px;
    line-height: 40px;
    margin-top: 16px;
  }
  #sec9 .list .item ul {
    padding-top: 25px;
  }
  #sec9 .list .item ul li {
    margin-bottom: 15px;
  }
  #sec9 .drink-box {
    position: relative;
    margin-top: 95px;
  }
  #sec9 .drink-box::before {
    background: url(../img/dinner/sec9_deco.png) no-repeat top center;
    background-size: 230px auto;
    width: 100%;
    height: 214px;
    content: "";
    position: absolute;
    left: 0px;
    top: -67px;
  }
  #sec9 .drink-box .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec9 .drink-box .block .item {
    width: 100%;
    background: url(../img/dinner/sec9_bg_box.jpg) repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 20px 14px;
    margin-bottom: 25px;
    text-align: center;
  }
  #sec9 .drink-box .block .item:nth-child(1) {
    width: 100%;
    padding: 45px 20px 14px;
  }
  #sec9 .drink-box .block .item dl {
    font-weight: 500;
    margin-bottom: 10px;
  }
  #sec9 .drink-box .block .item dl dt {
    font-size: 26px;
    line-height: 40px;
  }
  #sec9 .drink-box .block .item dl dt span {
    font-size: 30px;
  }
  #sec9 .drink-box .block .item dl dd {
    font-size: 20px;
    line-height: 40px;
  }
  #sec9 .drink-box .block .item dl dd span {
    font-size: 25px;
  }
  #sec9 .drink-box .block .item .txt {
    font-size: 14px;
    letter-spacing: 0;
    width: 290px;
  }
  #sec9 .drink-box .block .item .txt span {
    display: block;
    padding-bottom: 20px;
  }
  #sec9 .drink-box .note {
    text-align: center;
    padding: 20px 0 33px;
  }
  #sec9 .drink-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec9 .drink-box ul li {
    margin: 0 5% 25px;
    width: 100%;
  }
}

.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/lunch/dot.png) no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

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

.remodal-overlay {
  background: transparent;
}

.sec7-popup {
  max-width: 1200px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 200px;
  background: rgba(0, 0, 0, 0.9);
}

.sec7-popup .remodal-close {
  bottom: 48px;
  top: auto;
  width: 56px;
  height: 78px;
  left: calc(50% - 28px);
}

#popup-sec7 {
  color: #fff;
}

#popup-sec7 .note {
  margin-bottom: 85px;
}

#popup-sec7 .list-pp .item {
  width: 300px;
  text-align: left;
}

#popup-sec7 .list-pp .item h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 35px;
  text-align: center;
}

#popup-sec7 .list-pp .item h4 {
  text-align: center;
  border-bottom: 1px solid;
  line-height: 30px;
  font-size: 17px;
  padding: 10px 0;
}

#popup-sec7 .list-pp .item p {
  line-height: 30px;
  padding: 15px 0 0;
}

#popup-sec7 .list-pp .item dl {
  border-bottom: 1px solid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 30px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0;
}

#popup-sec7 .list-pp .item dl dd {
  min-width: 90px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 0;
  }
  .sec7-popup {
    padding: 10vw 5% 30vw;
    margin-bottom: 0;
  }
  .sec7-popup .remodal-close {
    bottom: 2vw;
    width: 30%;
    left: 35%;
  }
  #popup-sec7 .note {
    margin-bottom: 3vw;
  }
  #popup-sec7 .list-pp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #popup-sec7 .list-pp .item {
    width: 100%;
  }
  #popup-sec7 .list-pp .item h3 {
    font-size: 5.5vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    padding-top: 5vw;
  }
  #popup-sec7 .list-pp .item h4 {
    line-height: 2;
    padding: 3vw 0;
  }
  #popup-sec7 .list-pp .item p {
    line-height: 2;
    padding: 2vw 0 0;
  }
  #popup-sec7 .list-pp .item dl {
    line-height: 2;
    padding: 2vw 0;
  }
}

.info_txt{
	font-size: 80%;
	display: block;
	color: #870507;
	margin: 10px auto;
	letter-spacing: 0px;
	font-weight: bold;
}

/* Fix error span on IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  #sec8 span, #sec8 small, #sec9 span {    
      padding-top: 9px !important;
  }
}

.sm_txt{
    font-size: 80%;
    display: block;
}