.object-fit-cover,
.object-fit-cover-pc {
  position: relative;
  overflow: hidden;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.txt-center {
  text-align: center;
}

.slick-slider .slick-dots {
  position: static;
  padding: 10px 0 20px;
}

.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #be7173;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #861216;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }

  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .object-fit-cover-sp {
    position: relative;
  }

  .object-fit-cover-sp img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

section h2,
section h3,
section h4 {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
}

section .bnr__shared {
  max-width: 410px;
}

section .bnr__shared a.white {
  background-color: transparent;
}

section .bnr__shared a.white:after {
  background-image: url(../img/menu/arrow01.png);
}

section .bnr__shared a.white:hover {
  color: #000;
}

section .bnr__shared a.white:hover:after {
  mix-blend-mode: difference;
}

section .bnr__shared a.black {
  background-color: #362f26;
  border: 1px solid #362f26;
  color: #fff;
}

section .bnr__shared a.black:after {
  background-image: url(../img/menu/arrow01.png);
}

section .bnr__shared a.black:before {
  background-color: #84302e;
}

section .bnr__shared a.black:hover {
  color: #fff;
}

section .bnr__shared a.black.unsmooth:hover:after {
  mix-blend-mode: normal;
}

section .bnr__shared a.unsmooth:after {
  background: url(../img/menu/ico.png) no-repeat center;
  height: 20px;
}

@media screen and (min-width: 768px) {
  section .bnr__shared .style-1 {
    padding: 25px 18px 25px 0;
    letter-spacing: 1px;
  }

  section .bnr__shared a {
    font-size: 20px;
  }

  section .bnr__shared a::after {
    right: 34px !important;
  }
}

.cl {
  color: #7b0505;
}

.menu-shared {
  padding: 10vw 0 0;
}

.menu-shared h2,
.menu-shared h3,
.menu-shared h4 {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.menu-shared h3 {
  font-weight: 600;
  font-size: 18px;
}
.menu-shared h3 span {
  font-size: 14px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 500;
    margin-left: 10px;
}
.menu-shared .menu-list {
  padding-bottom: 25px;
}

.menu-shared .menu-list dl {
  border-bottom: 1px solid #a6a09e;
  padding: 10px 0;
  line-height: 22px;
}

.menu-shared .menu-list dl dt {
  float: left;
}

.menu-shared .menu-list dl dd {
  float: right;
  text-align: right;
}

.menu-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

@media screen and (min-width: 768px) {
  .menu-shared {
    padding: 0 0 0;
  }

  .menu-shared h3 {
    font-size: 26px;
    padding-bottom: 11px;
  }

  .menu-shared .menu-list {
    padding-bottom: 30px;
  }

  .menu-shared .menu-list dl {
    padding: 12px 0;
    line-height: 25px;
  }
}

#reserve {
  background: url(../img/menu/reserve_deco1.png) no-repeat 0 bottom/30%, url(../img/menu/reserve_deco2.png) no-repeat right bottom/30%;
  position: relative;
  padding: 15vw 5% 20vw;
  text-align: center;
  overflow: hidden;
}

#reserve:before {
  background: url(../img/menu/mount_bg.jpg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -35vw;
  right: -35vw;
  bottom: -9vw;
  top: 0;
  z-index: -1;
}

#reserve .wrap {
  background: url(../img/menu/reserve_bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 8vw 5% 12vw;
}

#reserve h2 {
  font-size: 7vw;
  line-height: 2;
  padding-bottom: 5vw;
}

#reserve .txt {
  text-align: left;
}

#reserve .txt p {
  padding-bottom: 20px;
}

#reserve .contact ul {
  padding: 0px 0% 0;
  gap: 20px;
}

#reserve .contact ul li {
  width: 80%;
  margin: 0 auto;
}

#reserve .contact .tel {
  font-size: 10px;
  margin: 0;
  width: 100%;
}

#reserve .contact .tel .t {
  font-size: 16px;
}

#reserve .contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.05em;
}

#reserve .contact .tel .num img {
  width: 26px;
  height: auto;
}

#reserve .contact .bnr__web a {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  #reserve {
    background-size: auto, auto;
    padding: 100px 0px 173px;
  }

  #reserve:before {
    left: 0px;
    right: 0px;
    bottom: -50px;
  }

  #reserve .wrap {
    padding: 109px 20px 84px;
    box-sizing: border-box;
  }

  #reserve h2 {
    font-size: 34px;
    line-height: 2;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
  }

  #reserve .txt {
    text-align: center;
  }

  #reserve .txt p {
    padding-bottom: 36px;
  }

  #reserve .contact {
    max-width: 700px;
    margin: 9px auto 0;
  }

  #reserve .contact ul {
    padding: 0 0;
    gap: 0px;
  }

  #reserve .contact ul li {
    width: 300px;
    margin: 36px 0 0;
  }

  #reserve .contact .tel {
    font-size: 13px;
    width: auto;
    text-align: left;
    margin: 0 0 0;
  }

  #reserve .contact .tel .t {
    font-size: 18px;
  }

  #reserve .contact .tel .num {
    gap: 8px;
    font-size: 46px;
    margin: 10px 0 0;
    justify-content: flex-start;
    letter-spacing: -0.05em;
  }

  #reserve .contact .tel .num img {
    width: auto;
  }

  #reserve .contact .bnr__web a {
    font-size: 20px;
    padding: 16px 0 17px;
  }

  #reserve.ext {
    padding-bottom: 218px;
  }

  #reserve.ext:before {
    bottom: -75px;
  }

  #reserve.ext .wrap {
    display: flex;
    justify-content: center;
    padding: 99px 20px 84px;
  }

  #reserve.ext .contact {
    width: 430px;
    margin: 0;
    padding: 0 0 0 44px;
    box-sizing: border-box;
  }

  #reserve.ext .info {
    width: 430px;
    text-align: left;
    padding: 15px 0 6px;
  }

  #reserve.ext .info .txt {
    text-align: left;
  }
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.remodal-wrapper {
  padding: 10px;
}

.remodal {
  background-color: #d7cdc4;
  max-width: 1300px;
  padding: 8% 5%;
  text-align: left;
}

.remodal .menu-shared {
  padding: 0;
}

.remodal .menu-shared .wrap {
  padding: 0;
}

.remodal .menu-shared h2 {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
}

.remodal .menu-shared .note {
  padding-bottom: 20px;
  text-align: center;
}

.remodal .menu-shared .col {
  width: 100%;
}

.remodal-close {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  position: sticky;
  margin-left: auto;
  width: 50px;
  top: 0px;
  right: 10px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 15px;
}

.remodal-close img {
  width: 20px;
  height: auto;
}

.remodal-cancel {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  margin: 20px 0 0;
  cursor: pointer;
}

.remodal-cancel img {
  width: 20px;
  height: auto;
}

.remodal-cancel:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .remodal {
    padding: 30px 20px 100px;
    box-sizing: border-box;
  }

  .remodal .menu-shared {
    padding: 0;
  }

  .remodal .menu-shared .wrap {
    padding: 57px 0 0;
  }

  .remodal .menu-shared h2 {
    font-size: 40px;
    padding-bottom: 40px;
  }

  .remodal .menu-shared .note {
    padding-bottom: 28px;
  }

  .remodal .menu-shared .group {
    max-width: 1000px;
    margin: 0 auto;
  }

  .remodal .menu-shared .col {
    width: calc(50% - 30px);
  }

  .remodal-close {
    width: 50px;
    font-size: 16px;
  }

  .remodal-close img {
    width: 25px;
  }

  .remodal-cancel {
    gap: 10px;
    font-size: 20px;
    margin: 30px 0 0;
  }

  .remodal-cancel img {
    width: 20px;
  }

  .menu__pp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 775px;
    margin: 0 auto;
  }

  .menu__pp .gr {
    padding-left: 20px;
  }

  .menu__pp .menu-list {
    width: 473px;
  }

  .remodal__menu {
    max-width: 1000px;
  }

  .remodal__menu .remodal-close {
    margin-bottom: 50px;
  }
}