#key {
  position: relative;
  width: 100%;
  height: 92vw;
  background: url(../img/menu/key.jpg) no-repeat top/cover;
}
#key .txt-key {
  color: #fff;
  padding: 10px 20px;
  font-size: 32px;
  line-height: 40px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}
#key .txt-key small {
  font-size: 22px;
}
#key .txt-key span {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  #key {
    position: relative;
    width: calc(100% - 100px);
    margin: 0 50px;
    position: relative;
    height: 750px;
  }
  #key .txt-key {
    padding: 35px 50px;
    font-size: 53px;
    line-height: 70px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1em;
  }
  #key .txt-key small {
    font-size: 36px;
  }
  #key .txt-key span {
    font-size: 40px;
  }
}

main.ovh {
  overflow: visible;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------
  common
--------------------------------------*/
.fz36 {
  font-size: 5.7333333333vw;
  line-height: 1.52;
}

.fz30,
.price {
  font-size: 5.3333333333vw;
  line-height: 1.52;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.red {
  color: #870c18;
}

.btn-cus {
  width: 86vw;
  margin: 0 auto;
}
.btn-cus a {
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 17px;
  color: #fff;
  background: #38201b;
  z-index: 1;
}
.btn-cus a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 18px;
  height: 16px;
  background: url('../img/menu/icon_popup.png') no-repeat;
  background-size: 100% auto;
}
.btn-cus a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/shared/bg_re.jpg') repeat;
  z-index: -1;
}
.btn-cus a span {
  display: block;
}

@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.02em;
  }
  header:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 194px;
    background: url('../img/menu/header_deco.png') no-repeat center;
    background-size: auto 100%;
    z-index: -1;
  }
  .fz36 {
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 55px;
  }
  .fz30,
  .price {
    font-size: 25px;
  }
  .price small {
    font-size: 20px;
    margin-left: 4px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .row {
    flex-direction: row;
  }
  .btn-cus {
    width: 460px;
  }
  .btn-cus a {
    font-size: 22px;
    padding: 32px 0 38px;
    transition: all 0.3s ease;
  }
  .btn-cus a:hover {
    color: #dda733;
  }
  .btn-cus a:hover:before {
    background: url(../img/menu/icon_popup_on.png) no-repeat;
    background-size: 100% auto;
    right: 22px;
  }
  .btn-cus a:hover:after {
    opacity: 0;
  }
  .btn-cus a:before,
  .btn-cus a:after {
    transition: all 0.3s ease;
  }
  .btn-cus a:before {
    width: 25px;
    height: 21px;
    right: 41px;
  }
}
/*--------------------------------------
  sec1
--------------------------------------*/
#sec1 {
  padding: 13vw 0 0;
  background: url('../img/index/bg_r1.jpg') repeat;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}
#sec1 .bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
  box-shadow: 7px 11px 13px 0px rgba(0, 0, 0, 0.2);
}
#sec1 .bg p {
  height: calc(100vh - 55px);
  width: 50%;
}
#sec1 .bg p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec1 h3 {
  margin-top: calc(-100vh + 100px);
}
#sec1 h2 {
  margin: 2vw auto 8vw;
  width: 74%;
}
#sec1 .txt {
  text-align: left;
}
#sec1 .row {
  flex-direction: row;
  gap: 5vw;
  margin-top: 7vw;
  padding-bottom: 33vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 129px;
    padding-bottom: 40px;
  }
  #sec1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 180px;
    background: url('../img/menu/s1_d1.png') no-repeat center top;
    width: 144px;
    height: 130px;
    background-size: contain;
  }
  #sec1 .wrap {
    max-width: 1012px;
  }
  #sec1 .bg {
    top: 98px;
  }
  #sec1 .bg p {
    height: calc(100vh - 98px);
  }
  #sec1 h3 {
    margin-top: calc(-100vh + 240px);
  }
  #sec1 h2 {
    margin: 2px auto 41px;
    width: 409px;
  }
  #sec1 .txt {
    text-align: center;
  }
  #sec1 .row {
    justify-content: space-between;
    padding-bottom: 284px;
  }
  #sec1 .row li a {
    display: block;
    height: 100%;
  }
  #sec1 .row li a:hover {
    background: url('../img/menu/s1_btn1_on.png') no-repeat center;
    background-size: cover;
  }
  #sec1 .row li a:hover img {
    opacity: 0;
  }
  #sec1 .row li:nth-child(2) a:hover {
    background: url('../img/menu/s1_btn2_on.png') no-repeat center;
    background-size: cover;
  }
  #sec1 .row li:nth-child(2) a:hover img {
    opacity: 0;
  }
}

/*--------------------------------------
  sec2
--------------------------------------*/
#sec2 {
  padding: 23vw 0 13vw;
}
#sec2 h2 {
  margin: 0 auto;
  width: 62%;
  position: relative;
  z-index: 1;
}
#sec2 h2:before {
  content: '';
  position: absolute;
  top: -7vw;
  right: -20vw;
  width: 39.7vw;
  height: 39.7vw;
  background: url('../img/menu/c_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
}
#sec2 h3 {
  font-size: 8.15vw;
  line-height: 13.13vw;
  margin: 5.8vw 0 6.8vw 9.6%;
  letter-spacing: 0.07em;
}
#sec2 h3 span span {
  letter-spacing: 0.07em;
  font-size: 10.4vw;
}
#sec2 .sl-fade .slick-dots {
  text-align: center;
  justify-content: center;
  position: static;
  margin-top: 21px;
}
#sec2 .sl-fade .slick-dots li {
  background: #eacf96;
  padding: 0;
  border-color: transparent;
}
#sec2 .sl-fade .slick-dots li.slick-active button {
  background: url('../img/shared/bg_ft.jpg') repeat;
}
#sec2 h4 {
  font-size: 19px;
  margin-bottom: 7px;
}
#sec2 .row2 {
  margin: 0 -1%;
}
#sec2 .row2 .content {
  margin: 5vw 4% 0;
}
#sec2 .row3 {
  margin: 10.8vw 3% 0;
  gap: 5vw;
}
#sec2 .row3 .content {
  margin: 0 7%;
}
@media screen and (min-width: 768px) {
  #sec2 {
    position: relative;
    padding: 282px 0 70px;
  }
  #sec2 .wrap {
    max-width: 1098px;
  }
  #sec2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: url('../img/menu/s2_deco.png') no-repeat center;
    width: 100%;
    height: 194px;
    background-size: auto 100%;
  }
  #sec2:after {
    content: '';
    position: absolute;
    top: 149px;
    right: calc(50% - 697px);
    background: url('../img/menu/s2_d1.png') no-repeat center top;
    background-size: contain;
    width: 397px;
    height: 328px;
    z-index: -1;
  }
  #sec2 .row1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #sec2 .row1 h2 {
    width: auto;
    margin-left: 1px;
    margin-right: 0;
  }
  #sec2 .row1 h2:before {
    width: 298px;
    height: 298px;
    right: auto;
    left: -113px;
    top: 87px;
  }
  #sec2 .row1 h2:after {
    content: '';
    position: absolute;
    top: -196px;
    left: -251px;
    background: url('../img/menu/s2_d2.png') no-repeat center top;
    width: 585px;
    height: 691px;
    background-size: contain;
    z-index: -2;
  }
  #sec2 .row1 h3 {
    font-size: 47px;
    line-height: 76px;
    margin: 1px 0 0 64px;
  }
  #sec2 .row1 h3 span span {
    font-size: 60px;
  }
  #sec2 h4 {
    font-size: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 36px;
  }
  #sec2 .sl-fade .slick-dots {
    justify-content: start;
    margin-top: 28px;
    gap: 14px;
  }
  #sec2 .sl-fade .slick-dots li:hover {
    opacity: 0.8;
  }
  #sec2 .row2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
  }
  #sec2 .row2 .s2-js1 {
    width: 65.5737704918%;
    margin: -144px -103px 0 0;
  }
  #sec2 .row2 .content {
    width: 390px;
    min-width: 390px;
    margin: 63px 0 0 19px;
  }
  #sec2 .row3 {
    margin: 53px 0 0 0;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
  }
  #sec2 .row3 .s2-js2 {
    width: calc(58% - 7px);
  }
  #sec2 .row3 .content {
    margin: -21px 0 0;
    width: 400px;
    min-width: 400px;
  }
  #sec2 .row3 .content .txt {
    margin-right: -9px;
  }
}

/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  padding-bottom: 34vw;
}
#sec3 .bg {
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 20vw 0 13vw;
  margin-bottom: 8vw;
}
#sec3 h2 {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#sec3 h2:before {
  content: '';
  position: absolute;
  top: -18vw;
  left: 0;
  width: 100%;
  height: 32vw;
  background: url('../img/menu/s3_deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec3 .note {
  margin: 5vw 0;
}
#sec3 .s3-js .slick-dots {
  top: 58vw;
  bottom: auto;
  left: 0;
  right: 0;
}
#sec3 .s3-js .slick-dots li {
  padding: 0;
  border: none;
  width: 32%;
  height: auto;
  aspect-ratio: 260/170;
  border-radius: 0;
  overflow: hidden;
}
#sec3 .s3-js .slick-dots li button {
  border-radius: 0;
  background: url('../img/menu/s3_js1.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
}
#sec3 .s3-js .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/menu/s3_pattern.png') repeat, rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
}
#sec3 .s3-js .slick-dots li:nth-child(2) button {
  background: url('../img/menu/s3_js2.jpg') no-repeat center top;
  background-size: cover;
}
#sec3 .s3-js .slick-dots li:nth-child(3) button {
  background: url('../img/menu/s3_js3.jpg') no-repeat center top;
  background-size: cover;
}
#sec3 .s3-js .slick-dots li.slick-active button:before {
  opacity: 1;
}
#sec3 .s3-js .item .photo {
  height: 56vw;
}
#sec3 .s3-js .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec3 .s3-js .item .content {
  padding-top: 28vw;
}
#sec3 .s3-js .item .content .price {
  margin: 6vw 0;
}
#sec3 .s3-js .item .content .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 291px;
  }
  #sec3 .bg {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 130px 0 36px;
    margin-bottom: 71px;
  }
  #sec3 .bg .wrap {
    max-width: 1120px;
  }
  #sec3 h2 {
    width: auto;
    text-align: center;
  }
  #sec3 h2:before {
    height: 254px;
    top: -140px;
  }
  #sec3 .note {
    margin: 37px 0 42px;
  }
  #sec3 .s3-js .slick-dots {
    position: absolute;
    right: 0;
    left: auto;
    width: 23.2142857143%;
    top: 0;
    flex-direction: column;
    gap: 10px;
  }
  #sec3 .s3-js .slick-dots li {
    width: 100%;
  }
  #sec3 .s3-js .slick-dots li:hover {
    opacity: 0.8;
  }
  #sec3 .s3-js .item .photo {
    width: 75.8928571429%;
    height: auto;
  }
  #sec3 .s3-js .item .content {
    padding-top: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #sec3 .s3-js .item .content h3 {
    width: 214px;
    min-width: max-content;
    margin: 50px 0 0 12px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  #sec3 .s3-js .item .content .price {
    margin: 53px 0;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #sec3 .s3-js .item .content .txt {
    width: 533px;
    letter-spacing: 0em;
  }
}

/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 {
  padding: 13vw 0 23vw;
  position: relative;
  background: url('../img/index/bg_r1.jpg') repeat;
  background-size: 120px;
  z-index: 1;
}
#sec4:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 14vw;
  background: url('../img/menu/s4_deco.png') no-repeat center;
  background-size: auto 100%;
}
#sec4:after {
  content: '';
  position: absolute;
  top: -39vw;
  right: -55%;
  width: 106%;
  height: 160vw;
  background: url('../img/menu/s4_d1.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec4 h2 {
  width: 59%;
  margin: 0 auto;
}
#sec4 h3 {
  text-align: center;
  font-size: 7.0666666667vw;
  line-height: 10vw;
  margin: 5vw 0 7.4vw;
}
#sec4 h3 small {
  font-size: 5.3333333333vw;
}
#sec4 h3 .block {
  display: block;
}
#sec4 .row1 .txt {
  margin: 8vw 2%;
}
#sec4 .row1 .photo2 {
  margin: 0 3% 0 auto;
  width: 50%;
}
#sec4 .row2 {
  margin-top: 6vw;
}
#sec4 .row2 p:nth-child(1) {
  width: 88%;
}
#sec4 .row2 p:nth-child(2) {
  margin: 7vw 3% 0 auto;
  width: 73%;
}
@media screen and (min-width: 768px) {
  #sec4 {
    background-size: auto;
    padding: 29px 0 87px;
  }
  #sec4:before {
    height: 193px;
  }
  #sec4:after {
    width: 641px;
    height: 1154px;
    top: -160px;
    right: auto;
    left: 0;
  }
  #sec4 h2 {
    margin-left: auto;
    width: 396px;
    margin-right: 73px;
    position: relative;
    z-index: 1;
  }
  #sec4 h2:before {
    content: '';
    position: absolute;
    top: -127px;
    right: -238px;
    background: url('../img/menu/c_deco.png') no-repeat center top;
    background-size: contain;
    width: 298px;
    height: 298px;
    z-index: -1;
  }
  #sec4 .row1 {
    margin-top: 31px;
    justify-content: space-between;
    position: relative;
  }
  #sec4 .row1 h3 {
    font-size: 53px;
    white-space: nowrap;
    margin: -182px 0 0 103px;
    text-align: left;
    line-height: 80px;
    letter-spacing: 0.1em;
  }
  #sec4 .row1 h3 small {
    font-size: 40px;
  }
  #sec4 .row1 h3 .block {
    margin-top: 58px;
  }
  #sec4 .row1 .content .photo {
    margin-right: -103px;
  }
  #sec4 .row1 .content .txt {
    margin: 61px 40px 0 auto;
    width: 413px;
  }
  #sec4 .row1 .photo2 {
    position: absolute;
    bottom: 157px;
    margin: 0;
    left: -21px;
  }
  #sec4 .row2 {
    margin-top: -98px;
    justify-content: space-between;
  }
  #sec4 .row2 p:nth-child(1) {
    width: 660px;
    margin-left: -150px;
  }
  #sec4 .row2 p:nth-child(2) {
    width: 490px;
    margin: 148px -15px 0 auto;
  }
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 {
  background: url('../img/index/bg_r1.jpg') repeat;
  background-size: 120px;
  position: relative;
  padding-bottom: 13vw;
  z-index: 1;
}
#sec5:before {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 15vw;
  background: url('../img/menu/s5_deco2.png') no-repeat center;
  background-size: auto 100%;
}
#sec5 h2 {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#sec5 h2:before {
  content: '';
  position: absolute;
  top: -18vw;
  left: 0;
  width: 100%;
  height: 32vw;
  background: url('../img/menu/s5_deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec5 .note {
  text-align: center;
  margin: 6vw 0;
}
#sec5 .row {
  gap: 11vw;
}
#sec5 .row h3 {
  text-align: center;
  margin: 7vw 0 4vw;
}
#sec5 .row .price {
  text-align: center;
  margin-bottom: 7vw;
}
#sec5 .btn-cus {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    background-size: auto;
    padding-bottom: 17px;
  }
  #sec5:before {
    height: 194px;
  }
  #sec5 .wrap {
    max-width: 1280px;
  }
  #sec5 h2 {
    text-align: center;
    margin-left: 7px;
    width: auto;
  }
  #sec5 h2::before {
    height: 254px;
    top: -140px;
  }
  #sec5 .note {
    margin: 38px 0 52px;
  }
  #sec5 .row {
    justify-content: space-between;
    gap: 0;
  }
  #sec5 .row .item {
    width: calc(50% - 30px);
  }
  #sec5 .row .item h3 {
    margin: 40px 0 6px;
  }
  #sec5 .row .item .price {
    letter-spacing: 0.1em;
    margin-bottom: 23px;
  }
  #sec5 .row .item .txt {
    text-align: center;
    margin: 0 -40px;
  }
  #sec5 .btn-cus {
    margin-top: 60px;
  }
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
  margin-top: 20vw;
  padding-top: 5vw;
  text-align: center;
  position: relative;
}
#sec6:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 66vw;
  background: url('../img/menu/s6_d1.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec6 h2 {
  font-size: 8.6vw;
  line-height: 1;
  margin: 3vw 0 5vw;
}
#sec6 .s6-js {
  margin: 10vw 0;
}
#sec6 .s6-js .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 56vw;
  margin: 0 6vw;
}
#sec6 .s6-js .item.item2 {
  margin-top: 24vw;
}
#sec6 .s6-js .item a {
  display: block;
  text-decoration: none;
  background: url('../img/shared/bg_ft.jpg') repeat;
  color: #fff;
  padding-bottom: 6vw;
}
#sec6 .s6-js .item a h3 {
  margin: 6vw 0 2vw;
}
#sec6 .banner {
  margin-top: 12vw;
  position: relative;
}
#sec6 .banner:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 52%;
  height: 50vw;
  background: url('../img/menu/s6_d1.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec6 .banner .item a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 40vw;
  padding-bottom: 7vw;
  background: url('../img/menu/s6_bnr1.jpg') no-repeat center top;
  background-size: cover;
  color: #fff;
  font-size: 5vw;
}
#sec6 .banner .item a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
}
#sec6 .banner .item a:after {
  content: '';
  display: inline-block;
  background: url('../img/menu/s6_arr.png') no-repeat center top;
  width: 12px;
  height: 14px;
  background-size: contain;
  margin-left: 20px;
}
#sec6 .banner .item:nth-child(2) a {
  background: url('../img/menu/s6_bnr2.jpg') no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #sec6 {
    margin-top: 194px;
    padding-top: 82px;
  }
  #sec6:before {
    width: 389px;
    height: 462px;
  }
  #sec6 h2 {
    font-size: 60px;
    line-height: 90px;
    margin: 5px 0 28px -2px;
    letter-spacing: 0.02em;
  }
  #sec6 .s6-js {
    margin: 76px 0 120px;
    align-items: start !important;
  }
  #sec6 .s6-js .item {
    width: 380px;
    margin: 0 25px;
  }
  #sec6 .s6-js .item.item2 {
    margin-top: 50px;
  }
  #sec6 .s6-js .item a {
    padding-bottom: 40px;
  }
  #sec6 .s6-js .item a:hover {
    opacity: 0.8;
  }
  #sec6 .s6-js .item a h3 {
    margin: 31px 0 8px;
    letter-spacing: 0em;
  }
  #sec6 .s6-js .item a .price {
    letter-spacing: 0.1em;
  }
  #sec6 .banner {
    margin-top: 120px;
  }
  #sec6 .banner:before {
    width: 389px;
    height: 462px;
  }
  #sec6 .banner .item {
    width: 50%;
  }
  #sec6 .banner .item a {
    padding-top: 326px;
    padding-bottom: 51px;
    font-size: 30px;
    transition: all 0.3s ease;
  }
  #sec6 .banner .item a:before {
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
  }
  #sec6 .banner .item a:after {
    margin: -3px -66px 4px 44px;
  }
  #sec6 .banner .item a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1500px) {
  header:before,
  #sec2:before,
  #sec4:before,
  #sec5:before {
    background-size: 100% 100%;
  }
}
/*--------------------------------------
  remodal
--------------------------------------*/
.remodal-wrapper {
  padding: 3%;
}
.remodal-close {
  top: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
.remodal-close:before {
  display: none;
}
.remodal.menu-popup {
  background: url('../img/index/bg_r1.jpg') repeat;
  background-size: 120px;
  color: #38201b;
  padding-top: 40px;
  padding-bottom: 60px;
}
.remodal.menu-popup h3 {
  background: #370d09;
  color: #fff;
  font-size: 5vw;
  line-height: 1.52;
  padding: 4px 0;
  margin-bottom: 14px;
}
.remodal.menu-popup .note {
  margin: 20px 0;
}
.remodal.menu-popup .main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.remodal.menu-popup .block + .block {
  margin-top: 40px;
}
.remodal.menu-popup dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b28f4b;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.remodal.menu-popup dl dt {
  text-align: left;
}
.remodal.menu-popup dl dd {
  text-align: right;
  min-width: 110px;
}
.remodal.menu-popup dl dd.large {
  min-width: 150px;
}
.remodal.menu2 {
  background: url('../img/shared/bg.jpg') repeat center;
}
.remodal.menu2 .main {
  gap: 0;
}
.remodal.s6-popup {
  background: url('../img/shared/bg_ft.jpg') repeat;
  color: #fff;
}
.remodal.s6-popup .remodal-close {
  width: 24px;
  height: 24px;
}
.remodal.s6-popup h3 {
  margin: 5vw 0;
}
.remodal.s6-popup .price {
  margin-bottom: 9vw;
}
.remodal.s6-popup .txt {
  text-align: left;
}
.remodal.s6-popup .row {
  gap: 5vw;
  margin-top: 10vw;
}
.remodal .button {
  margin-top: 40px;
  font-size: 18px;
  cursor: pointer;
}
.remodal .button img {
  width: 20px;
  margin: -3px 0 2px 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 120px 0 5%;
  }
  .remodal-close {
    width: 35px;
    margin-right: 19px;
    height: 35px;
    margin-bottom: 38px;
  }
  .remodal-close:hover {
    opacity: 0.8;
  }
  .remodal.menu-popup {
    background-size: auto;
    max-width: 1200px;
    padding-top: 36px;
    padding-bottom: 100px;
  }
  .remodal.menu-popup .note {
    margin: 27px 0 40px;
  }
  .remodal.menu-popup .main {
    flex-direction: row;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0;
  }
  .remodal.menu-popup .main .col {
    width: calc(50% - 30px);
  }
  .remodal.menu-popup .main h3 {
    font-size: 25px;
    letter-spacing: 0.1em;
    padding: 6px 9px 6px 0;
    margin-bottom: 19px;
  }
  .remodal.menu-popup .main h3 small {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
  .remodal.menu-popup .main .block + .block {
    margin-top: 50px;
  }
  .remodal.menu-popup .main dl {
    line-height: 25px;
    letter-spacing: 0em;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .remodal.menu-popup .main dl small {
    font-size: 14px;
  }
  .remodal.menu-popup .main dl dd {
    letter-spacing: 0.1em;
  }
  .remodal.menu-popup .main dl dd.large {
    margin-left: -20px;
  }
  .remodal.s6-popup {
    max-width: 1000px;
    padding-bottom: 90px;
  }
  .remodal.s6-popup h3 {
    margin: 20px 0;
  }
  .remodal.s6-popup .txt {
    text-align: center;
  }
  .remodal.s6-popup .price {
    margin-bottom: 34px;
  }
  .remodal.s6-popup .row {
    margin-top: 50px;
    justify-content: center;
    gap: 40px;
  }
  .remodal .button {
    margin-top: 64px;
    font-size: 20px;
  }
  .remodal .button img {
    width: 25px;
    margin: 0 16px 6px 17px;
  }
  .remodal .button:hover {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=menu.css.map */
