@charset "UTF-8";
.img-object {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.img-object img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.img-object img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

header .logo .txt-key {
  display: block;
}

#key .img-object {
  height: 900px;
}

#sec1 {
  position: relative;
  z-index: 2;
  margin-bottom: -95px;
}
#sec1::before {
  content: "";
  background: url("../img/menu/sec1_bg.png") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sec1 .wrap {
  padding-top: 177px;
  padding-bottom: 159px;
}
#sec1 h2 {
  margin-bottom: 53px;
}
#sec1 .photo-1 {
  position: absolute;
  top: 110px;
  right: -200px;
  width: 540px;
  height: 540px;
}
#sec1 .photo-2 {
  position: relative;
  margin-left: -329px;
  width: 950px;
  height: 570px;
  margin-bottom: 77px;
}
#sec1 .text {
  width: 506px;
  top: 705px;
  right: -200px;
  position: absolute;
}
#sec1 ul {
  display: flex;
  gap: 41px;
  justify-content: center;
}

#sec2 {
  background: url("../img/menu/sec2_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 124px;
}
#sec2 h3 {
  position: absolute;
  top: 180px;
  right: 99px;
  z-index: 2;
}
#sec2 dl {
  padding-top: 225px;
  padding-left: 88px;
  color: #fff;
}
#sec2 dl dt {
  margin-bottom: 41px;
}
#sec2 dl dd {
  width: 529px;
}

#sec3 {
  background: url("../img/menu/sec3_bg01.jpg") no-repeat top center;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 175px;
}
#sec3 .set1 {
  text-align: center;
  padding-top: 231px;
}
#sec3 .set1 h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 66px;
  font-weight: 600;
}
#sec3 .set1 h2 span {
  display: block;
  font-size: 65px;
  padding-top: 28px;
}
#sec3 .set1 .note-price {
  position: absolute;
  top: 288px;
  left: -32px;
  background: url("../img/menu/sec3_circle01.png") no-repeat top center;
  width: 297px;
  height: 297px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 55px;
  font-size: 35px;
  text-align: center;
}
#sec3 .set1 .text {
  margin-bottom: 61px;
}
#sec3 .set1 .note-txt {
  text-align: right;
  margin-bottom: 10px;
}
#sec3 .row {
  position: relative;
  z-index: 2;
}
#sec3 .row::before {
  content: "";
  background: url("../img/menu/bg02.jpg") repeat;
  position: absolute;
  top: 54px;
  bottom: -74px;
  z-index: -1;
  width: 80vw;
  box-shadow: 0px 0px 18px 2px rgba(7, 4, 6, 0.1);
}
#sec3 .row .slider__s {
  display: flex;
  justify-content: space-between;
}
#sec3 .row .slick__info {
  width: 362px;
}
#sec3 .row .slick__photo {
  width: 800px;
}
#sec3 .row .slick__photo .img-object {
  width: 100%;
  height: 500px;
}
#sec3 .row dl {
  color: #52250e;
  margin-bottom: 44px;
  padding-top: 176px;
}
#sec3 .row dl dt {
  font-size: 45px;
  margin-bottom: 33px;
}
#sec3 .row dl dd {
  font-size: 28px;
}
#sec3 .row dl dd span {
  font-size: 35px;
}

#sec3 .slider__left .slick__title {
  position: absolute;
  top: 520px;
  left: 550px;
  margin: 0;
  font-size: 30px;
  z-index: 5;
  width: 300px;
}
#sec3 .slider__right .slick__title {
  position: absolute;
  top: 520px;
  left: 205px;
  margin: 0;
  font-size: 30px;
  z-index: 5;
  width: 300px;
  text-align: right;
}

#sec3 .row + .row {
  margin-top: 153px;
}
#sec3 .slider__left::before {
  right: calc(50% - 238px);
}
#sec3 .slider__left .slider__s {
  flex-direction: row-reverse;
}
#sec3 .slider__left .slick__photo {
  margin-right: -228px;
}
#sec3 .slider__right::before {
  left: calc(50% - 238px);
}
#sec3 .slider__right .slick__photo {
  margin-left: -228px;
}

.slick-slider .slick-dots {
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 240px;
  margin: 0 auto;
}

.slider__left .slick-slider .slick-dots {
	left: 118px;
}

.slider__right .slick-slider .slick-dots {
	right: 116px;
}


.slick-slider .slick-dots li {
  display: inline-block;
}

.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 6px;
  transition: all 0.4s ease;
  background: #52250e;
  margin: 5px;
  border: none;
}

.slick-slider .slick-dots button:hover {
  background: url("../img/menu/dotted_ac.jpg") no-repeat;
}

.slick-slider .slick-dots button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.slick-slider .slick-dots .slick-active button {
  background: url("../img/menu/dotted_ac.jpg") no-repeat;
  border: none;
}

.slick-slider .slick-dots .slick-active button::before {
  opacity: 1;
}

#sec4 {
  padding: 116px 0 124px;
  background: url("../img/menu/bg03.jpg");
  color: #fff;
  text-align: center;
}
#sec4 .wrap {
  width: 1464px;
}
#sec4 h2 {
  margin-bottom: 26px;
}
#sec4 .text {
  margin-bottom: 49px;
}
#sec4 ul {
  margin-bottom: 60px;
  display: flex;
  gap: 22px;
}

#sec5 {
  background: url("../img/menu/sec5_bg.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 121px;
  padding-bottom: 121px;
  position: relative;
}
#sec5 h2 {
  margin-bottom: 19px;
}
#sec5 .photo-1 {
  width: 923px;
  height: 557px;
  padding: auto;
  top: -55px;
  right: -240px;
  position: absolute;
}
#sec5 .photo-2 {
  margin-left: -117px;
  width: 617px;
  height: 373px;
}
#sec5 .text {
  position: absolute;
  z-index: 2;
  top: 600px;
  left: calc(50% - 25px);
  width: 80vw;
  background: url("../img/menu/sec5_bg02.jpg") repeat top center;
  border: 5px solid transparent;
  -o-border-image: url("../img/menu/sec5_bg03.jpg") 5 round;
     border-image: url("../img/menu/sec5_bg03.jpg") 5 round;
  box-shadow: 0px 0px 9px 1px rgba(7, 4, 6, 0.34);
}
#sec5 .text p {
  width: 420px;
  padding-left: 107px;
  padding-top: 50px;
  padding-bottom: 46px;
  position: relative;
  z-index: 2;
}

#sec__bnr {
  position: relative;
  background: url(../img/concept/s5_bg2.jpg) no-repeat center top;
  background-size: cover;
}
#sec__bnr .r2 {
  padding: 98px 0 123px;
  text-align: center;
}
#sec__bnr .r2 li {
  margin-bottom: 25px;
}
#sec__bnr .r2 li:last-child {
  margin-bottom: 0;
}

.line {
  content: "";
  border-bottom: 3px solid;
  -o-border-image: url(../img/shared/line_ft.jpg) 3 round;
  border-image: url(../img/shared/line_ft.jpg) 3 round;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-top {
  background: url(../img/menu/bg.jpg);
  color: #fff;
}

.remodal-close {
  width: 69px;
  height: 66px;
  position: sticky;
  margin-left: auto;
  top: 0;
  margin-bottom: -66px;
  z-index: 2;
}

.remodal-close::before {
  content: "";
  background: url(../img/menu/icon_close.png) no-repeat center;
  background-size: 100% auto;
  width: 69px;
  height: 66px;
  filter: brightness(0) invert(1);
}

.remodal-close:hover {
  opacity: 0.5;
}

.popup-top h2 {
  text-align: center;
}

.popup-top .note {
  text-align: center;
  padding: 20px 0 36px;
}

.popup-top .row h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold !important;
  margin-bottom: 29px;
}

.popup-top .group-col {
  padding-bottom: 56px;
}

.popup-top .group-col .col {
  width: 32%;
  float: left;
}

.popup-top .group-col .col .mn-list {
  margin-bottom: 43px;
}

.popup-top .group-col .col .mn-list dl {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #fff;
  padding: 11px 0;
  text-align: left;
}

.popup-top .group-col .col .mn-list dl dt, .popup-top .group-col .col .mn-list dl dd {
  display: table-cell;
}

.popup-top .group-col .col .mn-list dl dt {
  padding-left: 11px;
}

.popup-top .group-col .col .mn-list dl dd {
  min-width: 60px;
  text-align: right;
  vertical-align: bottom;
  padding-right: 5px;
}

.popup-top .group-col .col h4 {
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold !important;
}

.popup-top .group-col .col h4 span {
  font-size: 15px;
  letter-spacing: 1px;
}

.popup-top .group-col .col h5 {
  font-weight: bold !important;
  padding: 12px 10px 12px;
  border-bottom: 1px dashed #fff;
}

.popup-top .group-col .col + .col {
  margin-left: 1.333%;
}/*# sourceMappingURL=menu.css.map */


@media only screen and (max-width: 1399px) {
#sec1 .text {
    width: 40%;
    right: -77px;
}
#sec2 dl {
  padding-left: 40px;
}
#sec4 .wrap {
  width: 100%;
}
#sec4 ul li img {
  width: 100%;
  height: auto;
}
}